Preparing search index...
The search index is not available
@fluent/syntax - v0.19.0
@fluent/syntax - v0.19.0
SelectExpression
Class SelectExpression
Base class for AST nodes which can have Spans.
Hierarchy
SyntaxNode
SelectExpression
Index
Constructors
constructor
Properties
selector
span?
type
variants
Methods
clone
equals
Constructors
constructor
new
Select
Expression
(
selector
:
InlineExpression
, variants
:
Variant
[]
)
:
SelectExpression
Parameters
selector:
InlineExpression
variants:
Variant
[]
Returns
SelectExpression
Properties
selector
selector
:
InlineExpression
Optional
span
span
?:
Span
type
type
:
"SelectExpression"
= ...
variants
variants
:
Variant
[]
Methods
clone
clone
(
)
:
SelectExpression
Returns
SelectExpression
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
Select
Expression
constructor
selector
span?
type
variants
clone
equals
Base class for AST nodes which can have Spans.