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

LimitContainer Class

Declaration

export class LimitContainer extends SerializableModel

constructor

Initializes a new instance of the LimitContainer 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

argumentInterval Property

Declaration

argumentInterval: KnockoutObservable<string>

Property Value

Type
KnockoutObservable<string>

fixed Property

Declaration

fixed: FixedDateTimePeriodLimit

Property Value

Type
FixedDateTimePeriodLimit

flow Property

Declaration

flow: FlowDateTimePeriodLimit

Property Value

Type
FlowDateTimePeriodLimit

mode Property

Declaration

mode: KnockoutObservable<"None" | "Fixed" | "Flow">

Property Value

Type
" altProperty="fullName" displayProperty="name" />

Methods

getInfo Method

For internal use.

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationsInfo

Returns

Type Description
DxDesigner.Analytics.Utils.ISerializationsInfo

 

getInterval Method

Declaration

getInterval(): string

Returns

Type
string

isEmpty Method

Declaration

isEmpty(): boolean

Returns

Type
boolean