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