Preparing search index...
The search index is not available
@g20/core
@g20/core
PointOptions
Interface PointOptions
interface
PointOptions
{
anchor
?:
"middle"
|
"start"
|
"end"
;
baseline
?:
|
"auto"
|
"text-bottom"
|
"alphabetic"
|
"ideographic"
|
"middle"
|
"central"
|
"mathematical"
|
"hanging"
|
"text-top"
;
dx
?:
string
|
number
;
dy
?:
string
|
number
;
fontFamily
?:
string
;
fontSize
?:
number
;
hideIcon
?:
boolean
;
iconColor
?:
Color
;
iconKind
?:
"ellipse"
|
"rectangle"
;
iconOpacity
?:
number
;
id
?:
string
;
strokeWidth
?:
number
;
text
?:
string
;
textColor
?:
Color
;
textOpacity
?:
number
;
visibility
?:
"visible"
|
"hidden"
|
"collapse"
;
}
Hierarchy
Pick
<
TextOptions
,
|
"anchor"
|
"baseline"
|
"dx"
|
"dy"
|
"fontFamily"
|
"fontSize"
>
PointOptions
Index
Properties
anchor?
baseline?
dx?
dy?
font
Family?
font
Size?
hide
Icon?
icon
Color?
icon
Kind?
icon
Opacity?
id?
stroke
Width?
text?
text
Color?
text
Opacity?
visibility?
Properties
Optional
anchor
anchor
?:
"middle"
|
"start"
|
"end"
Optional
baseline
baseline
?:
|
"auto"
|
"text-bottom"
|
"alphabetic"
|
"ideographic"
|
"middle"
|
"central"
|
"mathematical"
|
"hanging"
|
"text-top"
Optional
dx
dx
?:
string
|
number
Optional
dy
dy
?:
string
|
number
Optional
font
Family
font
Family
?:
string
Optional
font
Size
font
Size
?:
number
Optional
hide
Icon
hide
Icon
?:
boolean
Optional
icon
Color
icon
Color
?:
Color
Optional
icon
Kind
icon
Kind
?:
"ellipse"
|
"rectangle"
Optional
icon
Opacity
icon
Opacity
?:
number
Optional
id
id
?:
string
Optional
stroke
Width
stroke
Width
?:
number
Optional
text
text
?:
string
Optional
text
Color
text
Color
?:
Color
Optional
text
Opacity
text
Opacity
?:
number
Optional
visibility
visibility
?:
"visible"
|
"hidden"
|
"collapse"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
anchor
baseline
dx
dy
font
Family
font
Size
hide
Icon
icon
Color
icon
Kind
icon
Opacity
id
stroke
Width
text
text
Color
text
Opacity
visibility
@g20/core
Loading...