Constructors
constructor
- new AccordionItemModel(label: string, height: number, active?: boolean, enable?: boolean): AccordionItemModel
-
Parameters
-
label: string
-
height: number
-
Optional active: boolean
-
Optional enable: boolean
Properties
active
active: boolean
enable
enable: boolean
height
height: number
label
label: string