Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScriptModule

A script module.

Hierarchy

  • ScriptModule

Index

Properties

Properties

Optional execute

execute: function

The optional logic to execute.

param

One or more argument for the execution.

returns

The result.

Type declaration

    • (...args: any[]): any
    • Parameters

      • Rest ...args: any[]

      Returns any

Generated using TypeDoc