HomeVendure CoreShow hidden breadcrumbs...HooksUsePermissionsUsePermissions@vendure/dashboardSourcev3.3.0 Returns a hasPermissions function that can be used to determine whether the active user has the given permissions on the active channel. Example Tsxconst { hasPermissions } = usePermissions();const canReadChannel = hasPermissions(['ReadChannel']); Signaturefunction usePermissions(): voidWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousUsePaginatedListNextUseSortedLanguagesEdited Apr 14, 2026ยทEdit this page