prorm API Reference
    Preparing search index...

    Interface TriggerColumnRef

    A reference to a column of the incoming or previous row.

    interface TriggerColumnRef {
        __type: "triggerColumn";
        row: TriggerRowName;
        column: string;
    }
    Index
    __type: "triggerColumn"
    column: string