Interface IIgrAccordionProps

Hierarchy

Hierarchy

  • IIgrAccordionProps

Properties

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

singleExpand?: string | boolean

Allows only one panel to be expanded at a time.

style?: CSSProperties