Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
DomainTableActionsColumnProps
Interface DomainTableActionsColumnProps
interface
DomainTableActionsColumnProps
{
customMessages
?:
Partial
<
DomainTableMainMessages
>
;
domain
:
Domain
;
onConfigure
:
(
domain
:
Domain
)
=>
void
;
onDelete
:
(
domain
:
Domain
)
=>
void
;
onVerify
:
(
domain
:
Domain
)
=>
void
;
onView
:
(
domain
:
Domain
)
=>
void
;
readOnly
:
boolean
;
}
Index
Properties
custom
Messages?
domain
on
Configure
on
Delete
on
Verify
on
View
read
Only
Properties
Optional
custom
Messages
customMessages
?:
Partial
<
DomainTableMainMessages
>
domain
domain
:
Domain
on
Configure
onConfigure
:
(
domain
:
Domain
)
=>
void
on
Delete
onDelete
:
(
domain
:
Domain
)
=>
void
on
Verify
onVerify
:
(
domain
:
Domain
)
=>
void
on
View
onView
:
(
domain
:
Domain
)
=>
void
read
Only
readOnly
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Messages
domain
on
Configure
on
Delete
on
Verify
on
View
read
Only
GitHub
Auth0
Auth0 Universal Components
Loading...