File
NodeOutputFile
provides utility methods for interacting with a file of a previous node.
Methods
asFile(): File
asFile(): File
Description: Read the file from the node's output.
Returns: The file as File Object.
FileUploader_1.asFile()
asNodeFile(): NodeFile
asNodeFile(): NodeFile
Description: Get the file as NodeFile which has more information about the file.
Returns: The file as NodeFile Object.
FileUploader_1.asNodeFile()
Last updated
Was this helpful?