@byomakase/omakase-player
Preparing search index...
TimelineNode
Interface TimelineNode
Custom component that can be added to Timeline
interface
TimelineNode
{
onEvent$
:
Observable
<
TimelineNodeEvent
>
;
get
config
()
:
C
;
get
konvaNode
()
:
T
;
get
style
()
:
S
;
set
style
(
value
:
Partial
<
S
>
)
:
void
;
destroy
()
:
void
;
}
Hierarchy
KonvaComponent
<
TimelineNodeConfig
<
TimelineNodeStyle
>
,
TimelineNodeStyle
,
Konva.Group
,
>
OnMeasurementsChange
TimelineNode
Implemented by
BaseTimelineNode
Index
Properties
on
Event$
Accessors
config
konva
Node
style
Methods
destroy
Properties
on
Event$
onEvent$
:
Observable
<
TimelineNodeEvent
>
Accessors
config
get
config
()
:
C
Returns
C
konva
Node
get
konvaNode
()
:
T
Returns
T
style
get
style
()
:
S
Returns
S
set
style
(
value
:
Partial
<
S
>
)
:
void
Parameters
value
:
Partial
<
S
>
Returns
void
Methods
destroy
destroy
()
:
void
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Event$
Accessors
config
konva
Node
style
Methods
destroy
@byomakase/omakase-player
Loading...
Custom component that can be added to Timeline