Skip to main content

CardEmptyLayoutTemplate Class

An empty layout template for a card.

#Declaration

TypeScript
export class CardEmptyLayoutTemplate extends CardLayoutTemplate

#Inherited Members

#Inheritance

#constructor

Initializes a new instance of the CardEmptyLayoutTemplate class with specified settings.

#Declaration

TypeScript
constructor(
    modelJson?: any,
    serializer?: DevExpress.Analytics.Utils.ModelSerializer
)

#Parameters

Name Type
modelJson any
serializer ModelSerializer

#Properties

#isEmpty Property

#Declaration

TypeScript
isEmpty: ko.Observable<boolean>

#Property Value

Type
Observable<boolean>

#Methods

#getInfo Method

For internal use.

#Declaration

TypeScript
getInfo(): any[]

#Returns

Type
any[]

#getType Method

#Declaration

TypeScript

#Returns

Type
CardLayoutTemplateType