NodeOutputFile provides utility methods for interacting with a file of a previous node.
NodeOutputFile
asFile(): File
Description: Read the file from the node's output.
Returns: The file as File Object.
FileUploader_1.asFile()
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 7 months ago