EditorFileBrowserSchemaModelSettingsBuilder
Methods
Id(System.String)
The name of the field which acts as an identifier.
Parameters
value - System.String
The value for Id
RETURNS
Returns the current EditorFileBrowserSchemaModelSettingsBuilder instance.
Fields(System.Action)
Defines the field mappings for the file browser data model. This configuration specifies which fields in the server response contain the name, type, and size information for files and directories. The fields object allows you to map the server data structure to the expected properties that the file browser uses to display and manage files. Each field can be configured as either a string (field name) or an object with additional parsing options.
Parameters
configurator - System.Action<EditorFileBrowserSchemaModelFieldsSettingsBuilder>
The configurator for the fields setting.
RETURNS
Returns the current instance of EditorFileBrowserSchemaModelSettingsBuilder .