Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
VoiceLineQueueOptions
Interface VoiceLineQueueOptions
interface
VoiceLineQueueOptions
{
onStart
?:
(
line
:
VOLineSnapshot
)
=>
void
;
onEnd
?:
(
line
:
VOLineSnapshot
)
=>
void
;
onInterrupt
?:
(
line
:
VOLineSnapshot
,
interruptedBy
:
VOLineSnapshot
)
=>
void
;
}
Index
Properties
on
Start?
on
End?
on
Interrupt?
Properties
Optional
on
Start
onStart
?:
(
line
:
VOLineSnapshot
)
=>
void
Optional
on
End
onEnd
?:
(
line
:
VOLineSnapshot
)
=>
void
Optional
on
Interrupt
onInterrupt
?:
(
line
:
VOLineSnapshot
,
interruptedBy
:
VOLineSnapshot
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Start
on
End
on
Interrupt
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...