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

FormatConditionTopBottom Class

A format condition used to apply formatting to top/bottom values.

Declaration

export class FormatConditionTopBottom extends FormatConditionStyleBase

Inheritance

constructor

Initializes a new instance of the FormatConditionTopBottom class.

Declaration

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

Parameters

Name Type Description
modelJson any

A JSON object used for a dashboard deserialization. Do not pass this parameter directly.

serializer DxDesigner.Analytics.Utils.ModelSerializer

An object used for a dashboard deserialization. Do not pass this parameter directly.

Properties

getSpecificType Property

Declaration

getSpecificType: () => DashboardFormatConditionTopBottomType

Property Value

Type
() => DashboardFormatConditionTopBottomType

rank Property

Declaration

rank: ko.Observable<number>

Property Value

Type
Observable<number>

rankType Property

Declaration

rankType: ko.Observable<string>

Property Value

Type
Observable<string>

setSpecificType Property

Declaration

setSpecificType: (type: DashboardFormatConditionTopBottomType) => void

Property Value

Type
(type: DashboardFormatConditionTopBottomType) => void

topBottom Property

Declaration

topBottom: ko.Observable<DashboardFormatConditionTopBottomType>

Property Value

Type
Observable<DashboardFormatConditionTopBottomType>