fileBrowser.schema.model.fields Object

fileBrowser.schema.model.fields.name Object|String

The field which contains the name of the file/directory

fileBrowser.schema.model.fields.name.field String

The name of the field.

fileBrowser.schema.model.fields.name.parse Function

Specifies the function which will parse the field value. If not set default parsers will be used.

fileBrowser.schema.model.fields.type Object|String

The field which contains the type of the entry. Either f for file or d for directory.

fileBrowser.schema.model.fields.type.parse Function

Specifies the function which will parse the field value. If not set default parsers will be used.

fileBrowser.schema.model.fields.type.field String

The name of the field.

fileBrowser.schema.model.fields.size Object|String

The field which contains the size of file.

fileBrowser.schema.model.fields.size.field String

The name of the field.

fileBrowser.schema.model.fields.size.parse Function

Specifies the function which will parse the field value. If not set default parsers will be used.

In this article