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