Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
OrganizationMemberDetailProps
Interface OrganizationMemberDetailProps
Props for OrganizationMemberDetail component.
interface
OrganizationMemberDetailProps
{
assignRolesAction
?:
ComponentAction
<
{
roleIds
:
string
[]
;
userId
:
string
}
,
void
,
>
;
customMessages
?:
Partial
<
OrganizationMemberDetailMessages
>
;
hideHeader
?:
boolean
;
onBack
?:
()
=>
void
;
readOnly
?:
boolean
;
removeFromOrganizationAction
?:
ComponentAction
<
string
,
void
>
;
removeRolesAction
?:
ComponentAction
<
{
roleIds
:
string
[]
;
userId
:
string
}
,
void
,
>
;
schema
?:
object
;
styling
?:
ComponentStyling
<
OrganizationMemberDetailClasses
>
;
userId
:
string
;
}
Hierarchy
SharedComponentProps
<
OrganizationMemberDetailMessages
,
OrganizationMemberDetailClasses
,
>
OrganizationMemberDetailProps
Index
Properties
assign
Roles
Action?
custom
Messages?
hide
Header?
on
Back?
read
Only?
remove
From
Organization
Action?
remove
Roles
Action?
schema?
styling?
user
Id
Properties
Optional
assign
Roles
Action
assignRolesAction
?:
ComponentAction
<
{
roleIds
:
string
[]
;
userId
:
string
}
,
void
>
Optional
custom
Messages
customMessages
?:
Partial
<
OrganizationMemberDetailMessages
>
Optional
hide
Header
hideHeader
?:
boolean
Optional
on
Back
onBack
?:
()
=>
void
Optional
read
Only
readOnly
?:
boolean
Optional
remove
From
Organization
Action
removeFromOrganizationAction
?:
ComponentAction
<
string
,
void
>
Optional
remove
Roles
Action
removeRolesAction
?:
ComponentAction
<
{
roleIds
:
string
[]
;
userId
:
string
}
,
void
>
Optional
schema
schema
?:
object
Optional
styling
styling
?:
ComponentStyling
<
OrganizationMemberDetailClasses
>
user
Id
userId
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
assign
Roles
Action
custom
Messages
hide
Header
on
Back
read
Only
remove
From
Organization
Action
remove
Roles
Action
schema
styling
user
Id
GitHub
Auth0
Auth0 Universal Components
Loading...
Props for OrganizationMemberDetail component.