Rezi
Preparing search index...
core/src
TextProps
Type Alias TextProps
TextProps
:
Readonly
<
{
__inkTransform
?:
(
line
:
string
,
index
:
number
)
=>
string
;
id
?:
string
;
key
?:
string
;
maxWidth
?:
SizeConstraint
;
style
?:
TextStyle
;
textOverflow
?:
"clip"
|
"ellipsis"
|
"middle"
|
"start"
;
variant
?:
TextVariant
;
wrap
?:
boolean
;
}
,
>
&
DisplayableProps
Props for text widget. key is for reconciliation; style for visual appearance.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for text widget. key is for reconciliation; style for visual appearance.