Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
OrganizationDetailsFormActions
Interface OrganizationDetailsFormActions
Form action configuration for organization details.
interface
OrganizationDetailsFormActions
{
nextAction
?:
{
disabled
:
boolean
;
onClick
?:
(
data
:
OrganizationPrivate
)
=>
boolean
|
Promise
<
boolean
>
;
}
;
[
key
:
string
]:
FormActionsProps
;
[
key
:
number
]:
FormActionsProps
;
[
key
:
symbol
]:
FormActionsProps
;
}
Hierarchy
Omit
<
FormActionsProps
,
"nextAction"
>
OrganizationDetailsFormActions
Indexable
[
key
:
string
]:
FormActionsProps
[
key
:
number
]:
FormActionsProps
[
key
:
symbol
]:
FormActionsProps
Index
Properties
next
Action?
Properties
Optional
next
Action
nextAction
?:
{
disabled
:
boolean
;
onClick
?:
(
data
:
OrganizationPrivate
)
=>
boolean
|
Promise
<
boolean
>
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
next
Action
GitHub
Auth0
Auth0 Universal Components
Loading...
Form action configuration for organization details.