Type alias TextAnnotationProps

TextAnnotationProps: {
    description?: string;
    markerLabel?: string;
    title: string;
} & AnnotationProps

Type declaration

  • Optional description?: string
  • Optional markerLabel?: string
  • title: string

Generated using TypeDoc