Documentation
Preparing search index...
@music-ui/abc
<internal>
GetPart
Type Alias GetPart
GetPart
:
(
callback
:
(
time
:
number
,
event
:
PlaybackEvent
)
=>
void
,
events
:
PlaybackEvent
[]
,
)
=>
Part
A function that returns a Part from the given progress callback and playback info.
Type Declaration
(
callback
:
(
time
:
number
,
event
:
PlaybackEvent
)
=>
void
,
events
:
PlaybackEvent
[]
,
)
:
Part
Parameters
callback
:
(
time
:
number
,
event
:
PlaybackEvent
)
=>
void
events
:
PlaybackEvent
[]
Returns
Part
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
A function that returns a Part from the given progress callback and playback info.