Skip to content

frontend


frontend / app/contexts/UserGroupContext / UserGroupsInterface

Interface: UserGroupsInterface

Defined in: app/contexts/UserGroupContext.tsx:8

Properties

groups?

optional groups: default[]

Defined in: app/contexts/UserGroupContext.tsx:9


groupsError

groupsError: RESTError | null

Defined in: app/contexts/UserGroupContext.tsx:11


groupsLoading

groupsLoading: boolean

Defined in: app/contexts/UserGroupContext.tsx:10


updateGroups()

updateGroups: (forceUpdate?) => void

Defined in: app/contexts/UserGroupContext.tsx:12

Parameters

forceUpdate?

boolean

Returns

void