monaco-definition-provider - v2.0.0
Demo
GitHub
Integration Guide
Preparing search index...
WorkspaceDocument
Interface WorkspaceDocument
A document the library can read — an open Monaco model or host-loaded content.
interface
WorkspaceDocument
{
uri
:
string
;
getValue
()
:
string
;
}
Index
Properties
uri
Methods
get
Value
Properties
uri
uri
:
string
Methods
get
Value
getValue
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
uri
Methods
get
Value
Demo
GitHub
Integration Guide
monaco-definition-provider - v2.0.0
Loading...
A document the library can read — an open Monaco model or host-loaded content.