Skip to main content
A newer version of this page is available. .

CardEmptyLayoutTemplate Class

An empty layout template for a card.

Declaration

export class CardEmptyLayoutTemplate extends CardLayoutTemplate

Inherited Members

Inheritance

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