trixta-js-core
  • Overview
  • Installation
  • Quick Start
  • Reference
    • Types
      • Action Related Types
      • Reaction Related Types
      • Other Types
    • Methods
      • Reactions
        • submitTrixtaReactionResponse
        • clearTrixtaReactionResponse
        • clearTrixtaReactionRequestStatus
      • Actions
        • submitTrixtaActionResponse
        • clearTrixtaActionResponse
        • clearTrixtaActionRequestStatus
      • updateTrixtaRole
      • updateTrixtaRoles
      • removeTrixtaRole
      • connectTrixta
      • signoutTrixta
    • Saga Methods
      • respondToTrixtaReactionEffectSaga
      • listenForTrixtaReactionResponse
    • Components
      • Reactions
        • TrixtaReactionComponent
        • RespondToReactionComponent
        • RespondToReactionsComponent
        • TrixtaReactionResponseComponent
      • Actions
        • TrixtaActionComponent
        • TrixtaActionResponseComponent
      • TrixtaAuthComponent
    • Hooks
      • Reactions
        • useTrixtaReaction
        • useRespondToReactionEffect
        • useRespondToReactionResponse
      • Actions
        • useTrixtaAction
      • useTrixtaActionReaction
      • useTrixtaSpace
      • useTrixtaRoles
      • useTrixtaAuth
      • useTrixtaAccess
      • useTrixtaRoleUnmount
    • Redux Selectors
      • Reaction Related Selectors
      • Action Related Selectors
      • Other Selectors
    • Trixta Reducer
    • Trixta Space
    • Trixta Interactions
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Reference
  2. Methods

updateTrixtaRoles

This method will attempt to join the given Trixta Roles on connected Trixta Space

import {
  updateTrixtaRoles
} from '@trixtateam/trixta-js-core';

Parameters

Parameter
Description
Type

roles

Array of Trixta roles to join

Array<TrixtaRoleParameter>

PreviousupdateTrixtaRoleNextremoveTrixtaRole

Last updated 2 years ago

Was this helpful?

Copyright (c) 2020 Trixta Inc