the name of the field
The definition of the field
ReadonlynameAdd a new action on the collection.
the name of the action
the definition of the action
Add a virtual collection into the related data of a record.
name of the relation
the definition of the new relation
Add a new validator to the edition form of a given field
The name of the field
The validator that you wish to add
Optionalvalue: unknownA configuration value that the validator may need
Add a new hook handler to an action
Either if the hook is executed before or after the action
Type of action which should be hooked
Callback that should be executed when the hook is triggered
Add a many to many relation to the collection
name of the new relation
name of the targeted collection
name of the intermediary collection
extra information about the relation
Add a many to one relation to the collection
Add a new segment on the collection.
the name of the segment
a function used to generate a condition tree or a condition tree
Enable filtering on a specific field using emulation. As for all the emulation method, the field filtering will be done in-memory.
Enable filtering on a specific field with a specific operator using emulation. As for all the emulation method, the field filtering will be done in-memory.
the name of the field to enable emulation on
the operator to emulate
Enable sorting on a specific field using emulation. As for all the emulation method, the field sorting will be done in-memory.
Import a field from a many to one or one to one relation.
the name of the field that will be created on the collection
options to import the field
Replace the default create operation
the new behavior for the create operation
Replace the default delete operation
the new behavior for the delete operation
Replace the default update operation
the new behavior for the update operation
Remove fields from the exported schema (they will still be usable within the agent).
the names of the field or the relation
Rename fields from the exported schema.
the current name of the field or the relation in a given collection
the new name of the field or the relation
Choose how binary data should be transported to the GUI. By default, all fields are transported as 'datauri', with the exception of primary and foreign keys.
Using 'datauri' allows to use the FilePicker widget, while 'hex' is more suitable for short binary data (for instance binary uuids).
Replace an implementation for a specific operator on a specific field. The operator replacement will be done by the datasource.
the name of the field to filter on
the operator to replace
the proposed implementation
Replace an implementation for the sorting. The field sorting will be done by the datasource.
the name of the field to enable sort
the sort equivalent
Replace the write behavior of a field.
the name of the field
the function or a value to represent the write behavior
Replace the behavior of the search bar
handler to describe the new behavior
Add a new field on the collection.