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

CardItemFormatRule Class

Declaration

export class CardItemFormatRule extends CardItemFormatRuleBase

Inheritance

constructor

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

Declaration

constructor(
    modelJson?: any,
    serializer?: ModelSerializer
)

Parameters

Name Type
modelJson any
serializer ModelSerializer

Properties

dataItemName Property

Declaration

dataItemName: ko.Observable<string>

Property Value

Type
Observable<string>

Methods

getInfo Method

Declaration

getInfo(): ISerializationInfoArray

Returns

Type
ISerializationInfoArray