x4js - v2.2.49
GitHub
Preparing search index...
<internal>
src/components/monaco/bin/monaco
editor
IEditorOption
Interface IEditorOption<K, V>
interface
IEditorOption
<
K
extends
EditorOption
,
V
>
{
defaultValue
:
V
;
id
:
K
;
name
:
string
;
applyUpdate
(
value
:
V
,
update
:
V
)
:
ApplyUpdateResult
<
V
>
;
}
Type Parameters
K
extends
EditorOption
V
Index
Properties
default
Value
id
name
Methods
apply
Update
Properties
default
Value
defaultValue
:
V
Readonly
id
id
:
K
Readonly
name
name
:
string
Methods
apply
Update
applyUpdate
(
value
:
V
,
update
:
V
)
:
ApplyUpdateResult
<
V
>
Might modify
value
.
Parameters
value
:
V
update
:
V
Returns
ApplyUpdateResult
<
V
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
default
Value
id
name
Methods
apply
Update
GitHub
x4js - v2.2.49
Loading...
Might modify
value.