Interface IIgrSelectGroupProps

Hierarchy

Hierarchy

  • IIgrSelectGroupProps

Properties

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

Whether the group item and all its children are disabled.

id?: string
items?: IgrSelectItem[]

All child igc-select-items.

style?: CSSProperties