Preparing search index...
The search index is not available
yorkie-js-sdk
yorkie-js-sdk
EditOpInfo
Type alias EditOpInfo
Edit
Op
Info
:
{
from
:
number
;
path
:
string
;
to
:
number
;
type
:
"edit"
;
value
:
{
attributes
:
Indexable
;
content
:
string
;
}
;
}
EditOpInfo
represents the information of the edit operation.
Type declaration
from
:
number
path
:
string
to
:
number
type
:
"edit"
value
:
{
attributes
:
Indexable
;
content
:
string
;
}
attributes
:
Indexable
content
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
yorkie-js-sdk
Loading...
EditOpInfo
represents the information of the edit operation.