Remove an annotation by ID. Returns true if found.
(id: string)
| 345 | add(items: T[]): T[]; |
| 346 | /** Remove an annotation by ID. Returns true if found. */ |
| 347 | remove(id: string): boolean; |
| 348 | /** Remove all annotations from a specific source. Returns count removed. */ |
| 349 | clearBySource(source: string): number; |
| 350 | /** Update an annotation by ID. Returns the updated annotation, or null if not found. */ |
no outgoing calls