Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

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

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

    Returns ComponentAccordionItemModel

Properties

active

active: boolean

Protected bypass

bypass: boolean

componentData

componentData: any

componentHandler

componentHandler: Function

componentModel

componentModel: any

componentType

componentType: Type<any>

enable

enable: boolean

height

height: string

Protected i18nKey

i18nKey: string

Protected i18nValue

i18nValue: any

label

label: string

Protected options

options: any

Methods

applyI18N

  • applyI18N(value: any): void

getI18NKey

  • getI18NKey(): string

getI18NValue

  • getI18NValue(): any

getOptions

  • getOptions(): any

isBypassKey

  • isBypassKey(): boolean

setBypassKey

  • setBypassKey(bypass: boolean): void

setI18NKey

  • setI18NKey(i18nKey: string): void

setOptions

  • setOptions(options: any): void

Generated using TypeDoc