Constructors
constructor
- new WizardHeaderModel(label: string, imageURL: string, headerType: Type<any>, model: any, height: number, styleClasses: string[]): WizardHeaderModel
-
Parameters
-
label: string
-
imageURL: string
-
headerType: Type<any>
-
model: any
-
height: number
-
styleClasses: string[]
Properties
height
height: number
imageURL
imageURL: string
label
label: string
model
model: any
styleClasses
styleClasses: string[]
type
type: Type<any>