Appearance
type AnnotationGetter = (id) => Annotation | undefined;
Function type to get an Annotation by its id
Id
Annotation | undefined
Annotation
undefined