JSSM, a JavaScript state machine - the FSM for FSL
Preparing search index...
jssm
<internal>
SemanticSpan
Interface SemanticSpan
An editor-agnostic semantic span (for decorations / semantic tokens).
interface
SemanticSpan
{
from
:
number
;
kind
:
SemanticSpanKind
;
to
:
number
;
value
?:
string
;
}
Hierarchy (
View Summary
)
Range
SemanticSpan
Index
Properties
from
kind
to
value?
Properties
from
from
:
number
kind
kind
:
SemanticSpanKind
to
to
:
number
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
kind
to
value
JSSM, a JavaScript state machine - the FSM for FSL
Loading...
An editor-agnostic semantic span (for decorations / semantic tokens).