CardEmptyLayoutTemplate Class
An empty layout template for a card.
Declaration
export class CardEmptyLayoutTemplate extends CardLayoutTemplate
Inheritance
SerializableModel
CardLayoutTemplate
CardEmptyLayoutTemplate
constructor
Initializes a new instance of the CardEmptyLayoutTemplate class with specified settings.
Declaration
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
Parameters
| Name | Type |
|---|---|
| modelJson | any |
| serializer | ModelSerializer |
Properties
isEmpty Property
Declaration
isEmpty: ko.Observable<boolean>
Property Value
| Type |
|---|
| Observable<boolean> |
Methods
getInfo Method
For internal use.
Declaration
getInfo(): any[]
Returns
| Type |
|---|
| any[] |
getType Method
Declaration
getType(): CardLayoutTemplateType
Returns
| Type |
|---|
| CardLayoutTemplateType |