@joint/react
Preparing search index...
TextNodeProps
Interface TextNodeProps
interface
TextNodeProps
{
annotations
?:
TextAnnotation
[]
;
displayEmpty
?:
boolean
;
eol
?:
string
;
height
?:
number
;
includeAnnotationIndices
?:
boolean
;
lineHeight
?:
string
|
number
;
textPath
?:
string
|
{
[
key
:
string
]:
any
}
;
textVerticalAnchor
?:
string
|
number
;
textWrap
?:
boolean
|
BreakTextOptions
;
width
?:
number
;
}
Hierarchy
SVGTextElementAttributes
<
SVGTextElement
>
TextOptions
TextNodeProps
Index
Properties
annotations?
display
Empty?
eol?
height?
include
Annotation
Indices?
line
Height?
text
Path?
text
Vertical
Anchor?
text
Wrap?
width?
Properties
Optional
annotations
annotations
?:
TextAnnotation
[]
Optional
display
Empty
displayEmpty
?:
boolean
Optional
Readonly
eol
eol
?:
string
Optional
Readonly
height
height
?:
number
Optional
include
Annotation
Indices
includeAnnotationIndices
?:
boolean
Optional
line
Height
lineHeight
?:
string
|
number
Optional
text
Path
textPath
?:
string
|
{
[
key
:
string
]:
any
}
Optional
text
Vertical
Anchor
textVerticalAnchor
?:
string
|
number
Optional
Readonly
text
Wrap
textWrap
?:
boolean
|
BreakTextOptions
Optional
Readonly
width
width
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
annotations
display
Empty
eol
height
include
Annotation
Indices
line
Height
text
Path
text
Vertical
Anchor
text
Wrap
width
@joint/react
Loading...