Loading...
A react hook that will attempt to join the passed array of roles, on mount of component.
import { useTrixtaRoles } from '@trixtateam/trixta-js-core'; useTrixtaRoles({ roles });
roles : Array<TrixtaRoleParameter>
roles : Array<
TrixtaRoleParameter
>
Required
An array of roles with their name and any optional additionalData you wish to pass
The hook returns nothing.