fluent.js
Project Fluent
GitHub
Preparing search index...
@fluent/syntax
CallArguments
Class CallArguments
Hierarchy (
View Summary
)
SyntaxNode
CallArguments
Indexable
[
name
:
string
]:
unknown
Index
Constructors
constructor
Properties
named
positional
span?
type
Methods
clone
equals
Constructors
constructor
new
CallArguments
(
positional
?:
InlineExpression
[]
,
named
?:
NamedArgument
[]
,
)
:
CallArguments
Parameters
positional
:
InlineExpression
[]
= []
named
:
NamedArgument
[]
= []
Returns
CallArguments
Properties
named
named
:
NamedArgument
[]
positional
positional
:
InlineExpression
[]
Optional
span
span
?:
Span
type
type
:
"CallArguments"
= ...
Methods
clone
clone
()
:
this
Returns
this
equals
equals
(
other
:
BaseNode
,
ignoredFields
?:
string
[]
)
:
boolean
Parameters
other
:
BaseNode
ignoredFields
:
string
[]
= ...
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
named
positional
span
type
Methods
clone
equals
Project Fluent
GitHub
fluent.js
Loading...