Interface TriggerFunction

interface TriggerFunction {
    args?: ExecuteArgs;
    method: string;
    mod: string;
}

Properties

Properties

Map of arguments to pass to the function

method: string

Name of the function to execute

mod: string

Module to execute the function on