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

RangeIndexSettings Class

Declaration

export class RangeIndexSettings extends StyleSettingsBase

Inherited Members

Inheritance

StyleSettingsBase
RangeIndexSettings

constructor(index)

Declaration

constructor(
    index: number
)

Parameters

Name Type
index number

Properties

index Property

Declaration

index: ko.Observable<number>

Property Value

Type
Observable<number>

isBarStyle Property

Declaration

isBarStyle: ko.Observable<boolean>

Property Value

Type
Observable<boolean>

Methods

clone Method

Declaration

clone(): StyleSettingsBase

Returns

Type
StyleSettingsBase

equals(style) Method

Declaration

equals(
    style: StyleSettingsBase
): boolean

Parameters

Name Type
style StyleSettingsBase

Returns

Type
boolean