Interface InteractionOptionsStringValue<T>

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

Type Parameters

Hierarchy (view full)

Properties

Properties

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