API / geotoolkit / charts / SelectionSeries

Module: SelectionSeries

Table of contents

Namespaces
Enumerations
Classes
Type Aliases

Contents

Type Aliases

ClearType

Ƭ ClearType: Object

Type declaration

NameType
statestring

CommonSelectionType

Ƭ CommonSelectionType: Object

Type declaration

NameTypeDescription
indicesnumber[]samples indices
statestringstate that is used for selection

SelectionSeriesArgs

Ƭ SelectionSeriesArgs: Object

Type declaration

NameType
indexnumber[]
selectionstring
seriesstring
statestring
tableidstring

StateUpdatedArgs

Ƭ StateUpdatedArgs: Object

Type declaration

NameTypeDescription
index?Record<string, number[]> | number[]Indices that were updated (for all series) or series => indices record for selective updates
selectionstringName of the selection series that was updated
series?string[] | nullArray of series names if some series had selection updated, null otherwise
statestringSelection state that was updated
tableidstringTable identifier that contains selection series that was updated