Interface ChartObjectDrawingSource
Methods
remove
- remove(id: string): boolean
Returns boolean
select
- select(id: null | string | readonly string[], additive?: boolean): void
Parameters
- id: null | string | readonly string[]
Optionaladditive: boolean
Returns void
selection
- selection(): readonly string[]
Returns readonly string[]
update
- update(id: string, patch: { locked?: boolean; visible?: boolean }): void
Parameters
- id: string
- patch: { locked?: boolean; visible?: boolean }
Returns void