interface ItemReference {
    item_reference: string;
    type: "item_reference";
}

Properties

Properties

item_reference: string

A reference to a variable in the "item" namespace. Ie, "item.name"

type: "item_reference"

The type of input messages. Always item_reference.