Interface FormIoTriggerNodeParameters

Source
interface FormIoTriggerNodeParameters {
    events?: ("create" | "update")[];
    formId?: string;
    projectId?: string;
    simple?: boolean;
}

Properties§

§readonly events?: ("create" | "update")[]

Default: []

§readonly formId?: string

Choose from the list, or specify an ID using an expression Type options: {"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getForms"}

§readonly projectId?: string

Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getProjects"}

§readonly simple?: boolean

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