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
Comment
Class Comment
Hierarchy
BaseComment
Comment
Index
Constructors
constructor
Properties
content
span
type
Methods
add
Span
clone
equals
Constructors
constructor
new
Comment
(
content
:
string
)
:
Comment
Parameters
content:
string
Returns
Comment
Properties
content
content
:
string
Optional
span
span
:
Span
type
type
:
"Comment"
= ...
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
Comment
constructor
content
span
type
add
Span
clone
equals