Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScriptModule<TArgs>

A general script module.

Type parameters

Hierarchy

Index

Properties

Properties

execute

execute: function

Executes the module.

param

The arguments for the execution.

Type declaration

    • (args: TArgs): any
    • Parameters

      • args: TArgs

      Returns any

Generated using TypeDoc