Interface IIgrExpansionPanelProps

Hierarchy

Hierarchy

  • IIgrExpansionPanelProps

Properties

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

Type declaration

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

Type declaration

disabled?: string | boolean

Get/Set whether the expansion panel is disabled. Disabled panels are ignored for user interactions.

id?: string
indicatorPosition?: string | ExpansionPanelIndicatorPosition

The indicator position of the expansion panel.

open?: string | boolean

Indicates whether the contents of the control should be visible.

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

Type declaration

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

Type declaration

style?: CSSProperties