tracking-code-which-will-go-to-the-HEAD FileInput

Class

FileInput

FileInput(propsopt)

Object to store the file content.
Constructor

# new FileInput(propsopt)

Default constructor.
Parameters:
Name Type Attributes Description
props object <optional>
Object that contains all properties to set.
path string <optional>
File path.
name string <optional>
File name.
content string <optional>
File content.

View Source models/FileInput.js, line 7

Extends

Members

string

# content

Content of the file.
Default Value:
  • null

View Source models/FileInput.js, line 26

string

# path

Path of the file.
Overrides:
Default Value:
  • null

View Source models/FileInformation.js, line 20