Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Context.Editor
IEditorState
Interface IEditorState
interface
IEditorState
{
dispatch
:
Dispatch
<
IEditorAction
>
;
id
?:
string
;
jsonCursor
?:
IEditorCursor
;
jsonError
?:
IEditorError
;
jsonHighlight
?:
IEditorHighlight
;
model
:
string
;
modelValid
:
boolean
;
template
:
string
;
templateCursor
?:
IEditorCursor
;
templateError
?:
IEditorError
;
templateHighlight
?:
IEditorHighlight
;
templateValid
:
boolean
;
}
Index
Properties
dispatch
id?
json
Cursor?
json
Error?
json
Highlight?
model
model
Valid
template
template
Cursor?
template
Error?
template
Highlight?
template
Valid
Properties
dispatch
dispatch
:
Dispatch
<
IEditorAction
>
Optional
id
id
?:
string
Optional
json
Cursor
jsonCursor
?:
IEditorCursor
Optional
json
Error
jsonError
?:
IEditorError
Optional
json
Highlight
jsonHighlight
?:
IEditorHighlight
model
model
:
string
model
Valid
modelValid
:
boolean
template
template
:
string
Optional
template
Cursor
templateCursor
?:
IEditorCursor
Optional
template
Error
templateError
?:
IEditorError
Optional
template
Highlight
templateHighlight
?:
IEditorHighlight
template
Valid
templateValid
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dispatch
id
json
Cursor
json
Error
json
Highlight
model
model
Valid
template
template
Cursor
template
Error
template
Highlight
template
Valid
Tanatloc documentation
Loading...