AdminForthDataSource | Data source describes database connection which will be used to fetch data for resources. Each resource should use one data source. |
AfterDataSourceResponseFunction | Modify response to change how data is returned after fetching from database. Return ok: false and error: string to stop execution and show error message to user. Return ok: true to continue execution. |
AfterSaveFunction | Modify record to change how data is saved to database. Return ok: false and error: string to stop execution and show error message to user. Return ok: true to continue execution. |
AllowedActionValue | Defines whether user has access to an action, can statically be Boolean or function which returns Boolean or string with error message |
AllowedActions | - |
AllowedActionsInput | Object which describes allowed actions for user. |
BeforeCreateSaveFunction | - |
BeforeDataSourceRequestFunction | Modify query to change how data is fetched from database. Return ok: false and error: string to stop execution and show error message to user. Return ok: true to continue execution. |
BeforeLoginConfirmationFunction | Allow to get user data before login confirmation, will triger when user try to login. |
BeforeSaveFunction | Modify record to change how data is saved to database. Return ok: false and error: string to stop execution and show error message to user. Return ok: true to continue execution. |
FDataFilter | - |
FDataSort | - |