Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • IAnnotationEditorDefinition

Index

Properties

Optional annotationType

annotationType: EAnnotationType | string

Optional single annotation type matcher.

Optional annotationTypes

annotationTypes: Array<EAnnotationType | string>

Optional annotation type list matcher.

fields

fields: Array<IAnnotationEditorField<TAnnotation>>

Field definitions rendered in order.

Optional matches

matches: (annotation: MultiPointAnnotationBase) => annotation is TAnnotation

Optional custom annotation matcher.

Type declaration

Optional title

title: string | ((annotation: MultiPointAnnotationBase) => string)

Optional title for this editor definition.

Generated using TypeDoc