Interceptor is invoked when a specific record action occurs allowing you to perform extra validations and normalization (ex. uploading or deleting files).
Note that users must call actionFunc() manually if they want to execute the specific record action.
Generated using TypeDoc
RecordInterceptor defines a field interface for reacting to various Record related operations (create, delete, validate, etc.).