Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default defineInterface({
| `color` | string | A color associated with the module. |
| `routes` | array | List of routes in the module. The routes are registered as nested routes with the module's `id` serving as the base path. |
| `hidden` | boolean | A boolean that indicates if the module should be hidden from the module bar. |
| `preRegisterCheck` | function | A function that receives the current user as the first parameter and the permissions of this user as the second parameter. It should return a boolean indicating success. |
| `preRegisterCheck` | function | A function that receives the current user as the first parameter and their permissions as the second. It should return a boolean indicating whether the module should be registered for that user. |

:partial{content="extensions-uid"}

Expand Down