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