Pilates
Preparing search index...
@pilates/render
TextStyle
Interface TextStyle
Visual attributes for borders / text.
interface
TextStyle
{
bgColor
?:
Color
;
bold
?:
boolean
;
color
?:
Color
;
dim
?:
boolean
;
inverse
?:
boolean
;
italic
?:
boolean
;
underline
?:
boolean
;
}
Hierarchy (
View Summary
)
TextStyle
TextNode
Index
Properties
bg
Color?
bold?
color?
dim?
inverse?
italic?
underline?
Properties
Optional
bg
Color
bgColor
?:
Color
Optional
bold
bold
?:
boolean
Optional
color
color
?:
Color
Optional
dim
dim
?:
boolean
Optional
inverse
inverse
?:
boolean
Optional
italic
italic
?:
boolean
Optional
underline
underline
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bg
Color
bold
color
dim
inverse
italic
underline
Pilates
Loading...
Visual attributes for borders / text.