interface BrandfetchNodeParameters {
domain?: string;
download?: boolean;
imageFormats?: ("png" | "svg")[];
imageTypes?: ("logo" | "icon")[];
operation?:
| "company"
| "color"
| "font"
| "industry"
| "logo";
}Properties§
§§§§
readonly domain?: string§
readonly download?: booleanName of the binary property to which to write the data of the read file
readonly image Formats?: ("png" | "svg")[]The image format in which the logo should be returned as Default: ["png"]
readonly image Types?: ("logo" | "icon")[]Default: ["logo","icon"]
readonly operation?: "company" | "color" | "font" | "industry" | "logo"Default: "logo"
The domain name of the company