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