Interface SeaTableTriggerV1NodeParameters

Source
interface SeaTableTriggerV1NodeParameters {
    event?: "rowCreated";
    pollTimes: {
        item: { mode: string & {} | "everyMinute" }[];
    };
    simple?: boolean;
    tableName?: string;
}

Properties§

§readonly event?: "rowCreated"

Default: "rowCreated"

§readonly pollTimes: { ... }
§readonly simple?: boolean

Whether to return a simplified version of the response instead of the raw data Default: true

§readonly tableName?: string

The name of SeaTable table to access. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getTableNames"}