Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
FormatSegmentOptions
Interface FormatSegmentOptions
Options for a single segment in a
format()
expression.
interface
FormatSegmentOptions
{
font-scale
?:
NumberInput
;
text-color
?:
ColorInput
;
text-font
?:
string
[]
|
Expr
<
unknown
>
;
}
Index
Properties
font-
scale?
text-
color?
text-
font?
Properties
Optional
font-
scale
font-
scale
?:
NumberInput
Optional
text-
color
text-
color
?:
ColorInput
Optional
text-
font
text-
font
?:
string
[]
|
Expr
<
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
font-
scale
text-
color
text-
font
@honua/sdk-js
Loading...
Options for a single segment in a
format()expression.