fieldRegistry
Functions
| Function | Description |
|---|---|
| register | Registers a field type. fieldRegistry.fromJson uses this registry to find the appropriate field type. |
| unregister | Unregisters the field registered with the given type. |
Interfaces
| Interface | Description |
|---|---|
| RegistrableField | Represents the static methods that must be defined on any field that is registered, i.e. the constructor and fromJson methods. |
Variables
| Variable | Description |
|---|---|
| TEST_ONLY | - |