Interface IIgrBaseOptionLikeProps

Hierarchy

Hierarchy

Properties

active?: string | boolean

Whether the item is active.

children?: ReactNode
className?: string
disabled?: string | boolean

Whether the item is disabled.

id?: string
selected?: string | boolean

Whether the item is selected.

style?: CSSProperties
value?: string