Datalayer VS Code Extension - v0.0.4
Preparing search index...
utils/documentUtils
DocumentTypeInfo
Interface DocumentTypeInfo
Document type detection results.
interface
DocumentTypeInfo
{
isCell
:
boolean
;
isLexical
:
boolean
;
isNotebook
:
boolean
;
type
:
string
;
}
Index
Properties
is
Cell
is
Lexical
is
Notebook
type
Properties
is
Cell
isCell
:
boolean
is
Lexical
isLexical
:
boolean
is
Notebook
isNotebook
:
boolean
type
type
:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is
Cell
is
Lexical
is
Notebook
type
Datalayer VS Code Extension - v0.0.4
Loading...
Document type detection results.