Interface InteractionOptionsBooleanValue<T>

interface InteractionOptionsBooleanValue<T> {
    focused?: boolean;
    name: string;
    type: T;
    value: boolean;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

focused?: boolean
name: string
type: T
value: boolean