remove()
removes an item
remove(id: (string | number) | (string | number)[]): 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");