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
Span
Class Span
Hierarchy
BaseNode
Span
Index
Constructors
constructor
Properties
end
start
type
Methods
clone
equals
Constructors
constructor
new
Span
(
start
:
number
, end
:
number
)
:
Span
Parameters
start:
number
end:
number
Returns
Span
Properties
end
end
:
number
start
start
:
number
type
type
:
string
= "Span"
Methods
clone
clone
(
)
:
BaseNode
Returns
BaseNode
equals
equals
(
other
:
BaseNode
, ignoredFields
?:
string
[]
)
:
boolean
Parameters
other:
BaseNode
ignoredFields:
string
[]
= ...
Returns
boolean
Exports
Span
constructor
end
start
type
clone
equals