Interface: ExtremePointTagOptions
component.ExtremePointTagOptions
Interface for the options that define the behavior and appearance of the outline tag.
interface
Properties#
editable#
• Optional editable: boolean
Indicate whether the tag geometry should be editable.
description Polygon tags with two dimensional domain
are never editable.
default false
Defined in#
component/tag/interfaces/ExtremePointTagOptions.ts:16
fillColor#
• Optional fillColor: number
Color for the interior fill as a hexadecimal number.
default 0xFFFFFF
Defined in#
component/tag/interfaces/ExtremePointTagOptions.ts:22
fillOpacity#
• Optional fillOpacity: number
Opacity of the interior fill between 0 and 1.
default 0.3
Defined in#
component/tag/interfaces/ExtremePointTagOptions.ts:28
indicateVertices#
• Optional indicateVertices: boolean
Determines whether vertices should be indicated by points when tag is editable.
default true
Defined in#
component/tag/interfaces/ExtremePointTagOptions.ts:36
lineColor#
• Optional lineColor: number
Color for the edge lines as a hexadecimal number.
default 0xFFFFFF
Defined in#
component/tag/interfaces/ExtremePointTagOptions.ts:42
lineOpacity#
• Optional lineOpacity: number
Opacity of the edge lines on [0, 1].
default 1
Defined in#
component/tag/interfaces/ExtremePointTagOptions.ts:48
lineWidth#
• Optional lineWidth: number
Line width in pixels.
default 1