Documentation
Preparing search index...
@music-ui/core
<internal>
PartOptions
Interface PartOptions<T>
Construct a type with the properties of T except for those in type K.
interface
PartOptions
<
T
>
{
callback
:
ToneEventCallback
<
CallbackType
<
T
>
>
;
context
:
BaseContext
;
events
:
T
[]
;
humanize
:
boolean
|
Time
;
loop
:
number
|
boolean
;
loopEnd
:
Time
;
loopStart
:
Time
;
mute
:
boolean
;
playbackRate
:
number
;
probability
:
number
;
}
Type Parameters
T
Hierarchy (
View Summary
)
Omit
<
ToneEventOptions
<
CallbackType
<
T
>
>
,
"value"
>
PartOptions
Index
Properties
callback
context
events
humanize
loop
loop
End
loop
Start
mute
playback
Rate
probability
Properties
callback
callback
:
ToneEventCallback
<
CallbackType
<
T
>
>
context
context
:
BaseContext
events
events
:
T
[]
humanize
humanize
:
boolean
|
Time
loop
loop
:
number
|
boolean
loop
End
loopEnd
:
Time
loop
Start
loopStart
:
Time
mute
mute
:
boolean
playback
Rate
playbackRate
:
number
probability
probability
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callback
context
events
humanize
loop
loop
End
loop
Start
mute
playback
Rate
probability
Documentation
Loading...
Construct a type with the properties of T except for those in type K.