@byomakase/omakase-player
Preparing search index...
MarkerState
Interface MarkerState
Serializable snapshot of a
Marker
.
interface
MarkerState
{
data
:
Record
<
string
,
any
>
;
id
:
string
;
label
?:
string
;
markerType
:
MarkerType
;
temporal
:
TimedItemTemporal
;
}
Hierarchy (
View Summary
)
TimedItemState
MarkerState
Index
Properties
data
id
label?
marker
Type
temporal
Properties
data
data
:
Record
<
string
,
any
>
id
id
:
string
Optional
label
label
?:
string
marker
Type
markerType
:
MarkerType
temporal
temporal
:
TimedItemTemporal
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
id
label
marker
Type
temporal
@byomakase/omakase-player
Loading...
Serializable snapshot of a Marker.