Interface SeaTableTriggerV1NodeParameters

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

Properties§

Source§

readonly event?: "rowCreated"

Default: "rowCreated"

Source§

readonly pollTimes: { item: { mode: string & {} | "everyMinute" }[] }

Source§

readonly simple?: boolean

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

Source§

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"}