Interface ReadBinaryFileNodeParameters

Source
interface ReadBinaryFileNodeParameters {
    dataPropertyName?: string;
    filePath?: string;
}

Properties§

Source§

readonly dataPropertyName?: string

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

Source§

readonly filePath?: string

Path of the file to read