remove()
removes an item
remove(id: Id | Id[]): void;
Parameters:
id: string | string[]
- the ids of items to remove
Example
toolbar.data.remove("id");
removes an item
id: string | string[]
- the ids of items to removeExample
toolbar.data.remove("id");