Saltearse al contenido

InternalUserManagement

Esta página aún no está disponible en tu idioma.

@firecms/core


@firecms/core / InternalUserManagement

InternalUserManagement<USER> = object

Defined in: types/internal_user_management.ts:3

USER extends User = User

getUser: (uid) => USER | null

Defined in: types/internal_user_management.ts:22

Function to get a user by its uid. This is used to show user information when assigning ownership of an entity.

You can pass your own implementation if you want to show more information about the user.

If you are using the FireCMS user management plugin, this function will be implemented automatically.

string

USER | null


users: USER[]

Defined in: types/internal_user_management.ts:8

List of users to be managed by the CMS.