interface SeaTableTriggerV2NodeParameters {
assetColumn?: string;
event?: "newRow" | "updatedRow" | "newAsset";
options?: { convert?: boolean; simple?: boolean };
pollTimes: {
item: { mode: string & {} | "everyMinute" }[];
};
tableName?: string;
viewName?: string;
}
Properties§
§
§
§
§
§
readonly asset Column?: string
readonly event?: "newRow" | "updatedRow" | "newAsset"
Default: "newRow"
readonly options?: { ... }
Default: {}
readonly poll Times: { ... }
§readonly table Name?: string
The name of SeaTable table to access. Choose from the list, or specify the name using an expression. Type options: {"loadOptionsMethod":"getTableNames"}
readonly view Name?: string
The name of SeaTable view to access. Choose from the list, or specify the name using an expression. Type options: {"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getTableViews"}
Select the digital-signature column that should be tracked. Choose from the list, or specify the name using an expression. Type options: {"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getSignatureColumns"}