CardEmptyLayoutTemplate Class
An empty layout template for a card.
#Declaration
TypeScript
export class CardEmptyLayoutTemplate extends CardLayoutTemplate
#Inheritance
SerializableModel
CardLayoutTemplate
CardEmptyLayoutTemplate
#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 |
---|---|
model |
any |
serializer | Model |
#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
getType(): CardLayoutTemplateType
#Returns
Type |
---|
Card |