Interface TriggerStatusVariable

interface TriggerStatusVariable {
    keys: string[];
    mod: string;
    status: string;
}

Properties

Properties

keys: string[]

Sub keys to look at in the status variable's data

mod: string

Module class name associated with the status variable

status: string

Name of the status variable