AccordionItemModel

Interface representing the AccordionItem class.

Properties

content String

Specifies the content that will be displayed in the content area of the accordion.

Default: null

cssClass String

Specifies CSS classes to customize the appearance of the accordion item.

Default: null

disabled Boolean

Specifies whether to enable or disable the accordion item.

Default: false

expanded Boolean

Specifies whether the accordion item is expanded or collapsed.

Default: false

Specifies the content that will be displayed in the header area of the accordion.

Default: null

iconCss String

Specifies one or more CSS classes to include an icon or image in the accordion header.

Default: null

id String

Specifies a unique id for the accordion item which can be used to identification.

Default: null

visible Boolean

Specifies whether the accordion is visible or not.

Default: true