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
TermReference
Class TermReference
Hierarchy
Expression
TermReference
Index
Constructors
constructor
Properties
arguments
attribute
id
span
type
Methods
add
Span
clone
equals
Constructors
constructor
new
Term
Reference
(
id
:
Identifier
, attribute
?:
null
|
Identifier
, args
?:
null
|
CallArguments
)
:
TermReference
Parameters
id:
Identifier
attribute:
null
|
Identifier
= null
args:
null
|
CallArguments
= null
Returns
TermReference
Properties
arguments
arguments
:
null
|
CallArguments
attribute
attribute
:
null
|
Identifier
id
id
:
Identifier
Optional
span
span
:
Span
type
type
:
"TermReference"
= ...
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
Term
Reference
constructor
arguments
attribute
id
span
type
add
Span
clone
equals