interface ApiTemplateIoNodeParameters {
binaryProperty?: string;
download?: boolean;
imageTemplateId?: string;
jsonParameters?: boolean;
operation?: "create" | "get";
options?: { fileName?: string };
overridesJson?: string;
overridesUi?: {
overrideValues: {
propertiesUi?: {
propertyValues: { key?: string; value?: string }[];
};
}[];
};
pdfTemplateId?: string;
propertiesJson?: string;
propertiesUi?: {
propertyValues: { key?: string; value?: string }[];
};
resource?: "account"
| "image"
| "pdf";
}
Properties§
Source§readonly download?: boolean
readonly download?: boolean
Name of the binary property to which to write the data of the read file
Source§readonly image Template Id?: string
readonly image Template Id?: string
ID of the image template to use. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getImageTemplates"}
Source§readonly overrides Ui?: {
overrideValues: {
propertiesUi?: {
propertyValues: { key?: string; value?: string }[];
};
}[];
}
readonly overrides Ui?: {
overrideValues: {
propertiesUi?: {
propertyValues: { key?: string; value?: string }[];
};
}[];
}
Default: {} Type options: {"multipleValues":true}
Source§readonly pdf Template Id?: string
readonly pdf Template Id?: string
ID of the PDF template to use. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getPdfTemplates"}
Default: "data"