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

CardItemFormatRuleBase Class

Declaration

export abstract class CardItemFormatRuleBase extends DashboardItemFormatRule

Inherited Members

constructor

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

Declaration

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

Parameters

Name Type
modelJson any
serializer ModelSerializer

Properties

applyToCard Property

Declaration

applyToCard: ko.Observable<boolean>

Property Value

Type
Observable<boolean>

cardLayoutElement Property

Declaration

cardLayoutElement: CardFormatRuleRowElement

Property Value

Type
CardFormatRuleRowElement

layoutItemApplyTo Property

Declaration

layoutItemApplyTo: ko.Computed<string>

Property Value

Type
Computed<string>