Preparing search index...
The search index is not available
@fluent/syntax - v0.19.0
@fluent/syntax - v0.19.0
TextElement
Class TextElement
Base class for AST nodes which can have Spans.
Hierarchy
SyntaxNode
TextElement
Index
Constructors
constructor
Properties
span?
type
value
Methods
clone
equals
Constructors
constructor
new
Text
Element
(
value
:
string
)
:
TextElement
Parameters
value:
string
Returns
TextElement
Properties
Optional
span
span
?:
Span
type
type
:
"TextElement"
= ...
value
value
:
string
Methods
clone
clone
(
)
:
TextElement
Returns
TextElement
equals
equals
(
other
:
BaseNode
, ignoredFields
?:
string
[]
)
:
boolean
Parameters
other:
BaseNode
ignoredFields:
string
[]
= ...
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@fluent/syntax -
v0.19.0
Text
Element
constructor
span?
type
value
clone
equals
Base class for AST nodes which can have Spans.