supervision-js
Preparing search index...
Styles
LabelDrawInstruction
Interface LabelDrawInstruction
Renderer-neutral label drawing instruction.
interface
LabelDrawInstruction
{
rect
:
Rect
;
text
:
string
;
textStyle
?:
LabelTextStyle
;
background
?:
LabelBackgroundStyle
;
offsetX
?:
number
;
offsetY
?:
number
;
placement
?:
LabelPlacement
;
}
Index
Properties
rect
text
text
Style?
background?
offset
X?
offset
Y?
placement?
Properties
Readonly
rect
rect
:
Rect
Readonly
text
text
:
string
Optional
Readonly
text
Style
textStyle
?:
LabelTextStyle
Optional
Readonly
background
background
?:
LabelBackgroundStyle
Optional
Readonly
offset
X
offsetX
?:
number
Optional
Readonly
offset
Y
offsetY
?:
number
Optional
Readonly
placement
placement
?:
LabelPlacement
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
rect
text
text
Style
background
offset
X
offset
Y
placement
supervision-js
Loading...
Renderer-neutral label drawing instruction.