For the complete documentation index, see llms.txt. This page is also available as Markdown.

usePermissions

usePermissions will return a list from the server for you formatted for use in your UI.

const permissions = usePermissions();

Last updated