Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/TextStyleTypes
TextProperties
Interface TextProperties
interface
TextProperties
{
color
?:
DisplayColor
;
fontKey
?:
string
;
fontSize
?:
number
;
fontStyle
?:
FontWeights
;
letterSpacing
?:
string
;
lineHeight
?:
number
;
lineThrough
?:
boolean
;
SUB_SUPER_SCRIPT
?:
Scripting
;
textAlign
?:
Alignment
;
trackingRight
?:
string
;
typographicCase
?:
Case
;
underline
?:
boolean
;
verticalAlign
?:
VerticalAlign
;
[
key
:
string
]:
|
undefined
|
null
|
string
|
number
|
boolean
|
Record
<
string
,
unknown
>
;
}
Indexable
[
key
:
string
]:
undefined
|
null
|
string
|
number
|
boolean
|
Record
<
string
,
unknown
>
Index
Properties
color?
font
Key?
font
Size?
font
Style?
letter
Spacing?
line
Height?
line
Through?
SUB_
SUPER_
SCRIPT?
text
Align?
tracking
Right?
typographic
Case?
underline?
vertical
Align?
Properties
Optional
color
color
?:
DisplayColor
Optional
font
Key
fontKey
?:
string
Optional
font
Size
fontSize
?:
number
Optional
font
Style
fontStyle
?:
FontWeights
Optional
letter
Spacing
letterSpacing
?:
string
Optional
line
Height
lineHeight
?:
number
Optional
line
Through
lineThrough
?:
boolean
Optional
SUB_
SUPER_
SCRIPT
SUB_SUPER_SCRIPT
?:
Scripting
Optional
text
Align
textAlign
?:
Alignment
Optional
tracking
Right
trackingRight
?:
string
Optional
typographic
Case
typographicCase
?:
Case
Optional
underline
underline
?:
boolean
Optional
vertical
Align
verticalAlign
?:
VerticalAlign
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
font
Key
font
Size
font
Style
letter
Spacing
line
Height
line
Through
SUB_
SUPER_
SCRIPT
text
Align
tracking
Right
typographic
Case
underline
vertical
Align
@chili-publish/studio-sdk
Loading...