imageBrowser.schema.model.fields Object

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

The field which contains the name of the image/directory

imageBrowser.schema.model.fields.name.field String

The name of the field.

imageBrowser.schema.model.fields.name.parse Function

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

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

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

imageBrowser.schema.model.fields.type.parse Function

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

imageBrowser.schema.model.fields.type.field String

The name of the field.

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

The field which contains the size of image.

imageBrowser.schema.model.fields.size.field String

The name of the field.

imageBrowser.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