API / geotoolkit / charts / SelectionSeries
Namespaces
Enumerations
Classes
Type Aliases
Ƭ ClearType: Object
| Name | Type |
|---|---|
state | string |
Ƭ CommonSelectionType: Object
| Name | Type | Description |
|---|---|---|
indices | number[] | samples indices |
state | string | state that is used for selection |
Ƭ SelectionSeriesArgs: Object
| Name | Type |
|---|---|
index | number[] |
selection | string |
series | string |
state | string |
tableid | string |
Ƭ StateUpdatedArgs: Object
| Name | Type | Description |
|---|---|---|
index? | Record<string, number[]> | number[] | Indices that were updated (for all series) or series => indices record for selective updates |
selection | string | Name of the selection series that was updated |
series? | string[] | null | Array of series names if some series had selection updated, null otherwise |
state | string | Selection state that was updated |
tableid | string | Table identifier that contains selection series that was updated |