UNPKG
@distdev/vmix-utils
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Utility functions and data for vMix
github.com/thedist/vMix-Utils
thedist/vMix-Utils
@distdev/vmix-utils
/
dist
/
shortcuts
/
scripting.d.ts
4 lines
(3 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
import
{
type
VMixFunction
}
from
'.'
;
export
type
FunctionIDsScripting
=
'ScriptStart'
|
'ScriptStartDynamic'
|
'ScriptStop'
|
'ScriptStopAll'
|
'ScriptStopDynamic'
;
export
declare
const
FunctionsScripting
:
VMixFunction
[];