interface SeaTableTriggerV1NodeParameters {
event?: "rowCreated";
pollTimes: {
item: { mode: string & {} | "everyMinute" }[];
};
simple?: boolean;
tableName?: string;
}
Properties§
Source§readonly simple?: boolean
readonly simple?: boolean
Whether to return a simplified version of the response instead of the raw data Default: true
Source§readonly table Name?: string
readonly table Name?: string
The name of SeaTable table to access. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getTableNames"}
Default: "rowCreated"