interface FormIoTriggerNodeParameters {
events?: ("create" | "update")[];
formId?: string;
projectId?: string;
simple?: boolean;
}
Properties§
Source§readonly form Id?: string
readonly form Id?: string
Choose from the list, or specify an ID using an expression Type options: {"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getForms"}
Source§readonly project Id?: string
readonly project Id?: string
Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getProjects"}
Default: []