AdminForthBulkAction | - |
AdminForthColumnEnumItem | - |
AdminForthComponentDeclaration | - |
AdminForthComponentDeclarationFull | - |
AdminForthConfig | Main configuration object for AdminForth |
AdminForthConfigMenuItem | Menu item which displayed in the left sidebar of the admin panel. |
AdminForthDataSource | Data source describes database connection which will be used to fetch data for resources. Each resource should use one data source. |
AdminForthFieldComponents | - |
AdminForthForeignResource | - |
AdminForthResource | Resource describes one table or collection in database. AdminForth generates set of pages for 'list', 'show', 'edit', 'create', 'filter' operations for each resource. |
AdminForthResourceColumn | Column describes one field in the table or collection in database. |
AdminUser | - |
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 | Object which describes allowed actions for user. |
AllowedActionsResolved | - |
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 | - |
ValidationObject | - |