getAnnotationCategoryByIdAsync
Returns an AnnotationCategory
by its ID. If not found, returns a promise containing null.
Signature
getAnnotationCategoryByIdAsync(id: string): Promise<AnnotationCategory | null>
Parameters
id
The annotation category ID to search for.