Preparing search index...
The search index is not available
@fluent/syntax - v0.19.0
@fluent/syntax - v0.19.0
Message
Class Message
Base class for AST nodes which can have Spans.
Hierarchy
SyntaxNode
Message
Index
Constructors
constructor
Properties
attributes
comment
id
span?
type
value
Methods
clone
equals
Constructors
constructor
new
Message
(
id
:
Identifier
, value
?:
null
|
Pattern
, attributes
?:
Attribute
[]
, comment
?:
null
|
Comment
)
:
Message
Parameters
id:
Identifier
value:
null
|
Pattern
= null
attributes:
Attribute
[]
= []
comment:
null
|
Comment
= null
Returns
Message
Properties
attributes
attributes
:
Attribute
[]
comment
comment
:
null
|
Comment
id
id
:
Identifier
Optional
span
span
?:
Span
type
type
:
"Message"
= ...
value
value
:
null
|
Pattern
Methods
clone
clone
(
)
:
Message
Returns
Message
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
Message
constructor
attributes
comment
id
span?
type
value
clone
equals
Base class for AST nodes which can have Spans.