Interface FormIoTriggerNodeParameters

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

Properties§

Source§

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

Default: []

Source§

readonly formId?: string

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

Source§

readonly projectId?: string

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

Source§

readonly simple?: boolean

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