Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new ComponentAccordionItemModel(label: string, height: number, componentType: Type<any>, componentModel: any, componentHandler: Function, componentData: any, active?: boolean, enable?: boolean): ComponentAccordionItemModel
  • Parameters

    • label: string
    • height: number
    • componentType: Type<any>
    • componentModel: any
    • componentHandler: Function
    • componentData: any
    • Optional active: boolean
    • Optional enable: boolean

    Returns ComponentAccordionItemModel

Properties

active

active: boolean

componentData

componentData: any

componentHandler

componentHandler: Function

componentModel

componentModel: any

componentType

componentType: Type<any>

enable

enable: boolean

height

height: number

label

label: string

Generated using TypeDoc