Hierarchy
-
StaticUserField
- UserField
Properties
Readonly data
Methods
fetchAll
-
The method is used to request all associated users.
If a field stores multiple links to users, you can request full data on them
at once:const users = await Context.fields.performers. fetchAll();
Returns Promise<UserItem[]>
Description of the TUser type field