Monaco Editor
Monaco Editor
0.2.2
Exports
..
editor
languages
worker
Constructors
constructor
Properties
_tokenBrand
language
offset
type
Methods
toString
Class
Token
Copy item path
Constructors
§
§
new
Token
(
offset
:
number
,
type
:
string
,
language
:
string
,
)
:
Token
Properties
§
§
_
token
Brand
:
void
§
readonly
language
:
string
§
readonly
offset
:
number
§
readonly
type
:
string
Methods
§
§
toString
()
:
string