Datalayer VS Code Extension - v0.0.9
Preparing search index...
src/tools/operations/getActiveDocument
ActiveDocumentResult
Interface ActiveDocumentResult
interface
ActiveDocumentResult
{
error
?:
string
;
fileName
?:
string
;
success
:
boolean
;
type
:
"notebook"
|
"lexical"
|
"other"
|
"none"
;
uri
?:
string
;
}
Index
Properties
error?
file
Name?
success
type
uri?
Properties
Optional
error
error
?:
string
Optional
file
Name
fileName
?:
string
success
success
:
boolean
type
type
:
"notebook"
|
"lexical"
|
"other"
|
"none"
Optional
uri
uri
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
file
Name
success
type
uri
Datalayer VS Code Extension - v0.0.9
Loading...