fileBrowser.schema.model.fieldsObject
fileBrowser.schema.model.fields.nameObject|String
The field which contains the name of the file/directory
fileBrowser.schema.model.fields.name.fieldString
The name of the field.
fileBrowser.schema.model.fields.name.parseFunction
Specifies the function which will parse the field value. If not set default parsers will be used.
fileBrowser.schema.model.fields.typeObject|String
The field which contains the type of the entry. Either f for file or d for directory.
fileBrowser.schema.model.fields.type.parseFunction
Specifies the function which will parse the field value. If not set default parsers will be used.
fileBrowser.schema.model.fields.type.fieldString
The name of the field.
fileBrowser.schema.model.fields.sizeObject|String
The field which contains the size of file.
fileBrowser.schema.model.fields.size.fieldString
The name of the field.
fileBrowser.schema.model.fields.size.parseFunction
Specifies the function which will parse the field value. If not set default parsers will be used.
In this article