API / geotoolkit3d / scene / AnnotationBase / AnnotationBase
scene.AnnotationBase.AnnotationBase
Type Aliases
Type Aliases
Ƭ Options: Omit<Options, "isselectable"> & { anchorpoint?: Vector3 ; circle?: { angle?: Euler ; diameter?: Vector2 | number | Vector3 } ; linestyle?: Type ; mode?: Mode ; outline?: OutlineOptions ; title?: string ; titledistancefactor?: number ; titlestyle?: Type }
The options
Ƭ OptionsOut: Required<Options> & { anchorpoint: Vector3 ; circle: { angle: Euler ; diameter: Vector2 } ; linestyle: LineStyle | null ; mode: Mode ; title: string ; titledistancefactor: number ; titlestyle: TextStyle | null }
The options