Interface IIgrButtonGroupProps

Hierarchy

Hierarchy

  • IIgrButtonGroupProps

Properties

alignment?: string | ButtonGroupAlignment

Sets the orientation of the buttons in the group.

children?: ReactNode
className?: string
deselect?: ((s, e) => void)

Type declaration

disabled?: string | boolean

Disables all buttons inside the group.

id?: string
select?: ((s, e) => void)

Type declaration

selectedItems?: string[]
selection?: string | ButtonGroupSelection

Controls the mode of selection for the button group.

style?: CSSProperties