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