Interface RecordInterceptor

RecordInterceptor defines a field interface for reacting to various Record related operations (create, delete, validate, etc.).

Hierarchy

  • RecordInterceptor

Indexable

[key: string]: any

Methods

Methods

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

    Parameters

    Returns void

Generated using TypeDoc