Interface IIgrChipProps

Hierarchy

Hierarchy

  • IIgrChipProps

Properties

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

Sets the disabled state for the chip.

id?: string
removable?: string | boolean

Defines if the chip is removable or not.

remove?: ((s, e) => void)

Type declaration

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

Type declaration

selectable?: string | boolean

Defines if the chip is selectable or not.

selected?: string | boolean

Defines if the chip is selected or not.

style?: CSSProperties
variant?: string | StyleVariant

A property that sets the color variant of the chip component.