Interface ReadBinaryFilesNodeParameters

Source
interface ReadBinaryFilesNodeParameters {
    dataPropertyName?: string;
    fileSelector?: string;
}

Properties§

Source§

readonly dataPropertyName?: string

Name of the binary property to which to write the data of the read files Default: "data"

Source§

readonly fileSelector?: string

Pattern for files to read