Skip to content

Home > resol-vbus-core-script > DefineScriptFunction

DefineScriptFunction type

The type of the defineScript function inside the parsed script.

Signature:

typescript
export type DefineScriptFunction = (handler: DefineScriptHandler) => ScriptInterface<unknown>;

References: DefineScriptHandler, ScriptInterface