@yorkie-js/sdk
Preparing search index...
StyleOpInfo
Type Alias StyleOpInfo
StyleOpInfo
represents the information of the style operation.
type
StyleOpInfo
=
{
from
:
number
;
path
:
string
;
to
:
number
;
type
:
"style"
;
value
:
{
attributes
:
Indexable
}
;
}
Index
Properties
from
path
to
type
value
Properties
from
from
:
number
path
path
:
string
to
to
:
number
type
type
:
"style"
value
value
:
{
attributes
:
Indexable
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
path
to
type
value
@yorkie-js/sdk
Loading...
StyleOpInforepresents the information of the style operation.