Interface ExecuteCommandNodeParameters

Source
interface ExecuteCommandNodeParameters {
    command?: string;
    executeOnce?: boolean;
}

Properties§

Source§

readonly command?: string

The command to execute Type options: {"rows":5}

Source§

readonly executeOnce?: boolean

Whether to execute only once instead of once for each entry Default: true