Search
Preparing search index...
The search index is not available
@fluent/syntax - v0.16.1
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@fluent/syntax - v0.16.1
Attribute
Class Attribute
Hierarchy
SyntaxNode
Attribute
Index
Constructors
constructor
Properties
id
span
type
value
Methods
add
Span
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
add
Span
add
Span
(
start
:
number
, end
:
number
)
:
void
Parameters
start:
number
end:
number
Returns
void
clone
clone
(
)
:
BaseNode
Returns
BaseNode
equals
equals
(
other
:
BaseNode
, ignoredFields
?:
string
[]
)
:
boolean
Parameters
other:
BaseNode
ignoredFields:
string
[]
= ...
Returns
boolean
Exports
Attribute
constructor
id
span
type
value
add
Span
clone
equals