Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
DomainTableProps
Interface DomainTableProps
interface
DomainTableProps
{
associateToProviderAction
?:
ComponentAction
<
Domain
,
IdpKnownResponse
>
;
createAction
?:
ComponentAction
<
Domain
,
void
>
;
customMessages
?:
Partial
<
DomainTableMainMessages
>
;
deleteAction
?:
ComponentAction
<
Domain
,
void
>
;
deleteFromProviderAction
?:
ComponentAction
<
Domain
,
IdpKnownResponse
>
;
hideHeader
?:
boolean
;
onCreateProvider
?:
()
=>
void
;
onOpenProvider
?:
(
provider
:
IdpKnownResponse
)
=>
void
;
readOnly
?:
boolean
;
schema
?:
Partial
<
DomainTableSchema
>
;
styling
?:
ComponentStyling
<
DomainTableClasses
>
;
verifyAction
?:
ComponentAction
<
Domain
,
void
>
;
}
Hierarchy
SharedComponentProps
<
DomainTableMainMessages
,
DomainTableClasses
,
DomainTableSchema
,
>
DomainTableProps
Index
Properties
associate
To
Provider
Action?
create
Action?
custom
Messages?
delete
Action?
delete
From
Provider
Action?
hide
Header?
on
Create
Provider?
on
Open
Provider?
read
Only?
schema?
styling?
verify
Action?
Properties
Optional
associate
To
Provider
Action
associateToProviderAction
?:
ComponentAction
<
Domain
,
IdpKnownResponse
>
Optional
create
Action
createAction
?:
ComponentAction
<
Domain
,
void
>
Optional
custom
Messages
customMessages
?:
Partial
<
DomainTableMainMessages
>
Optional
delete
Action
deleteAction
?:
ComponentAction
<
Domain
,
void
>
Optional
delete
From
Provider
Action
deleteFromProviderAction
?:
ComponentAction
<
Domain
,
IdpKnownResponse
>
Optional
hide
Header
hideHeader
?:
boolean
Optional
on
Create
Provider
onCreateProvider
?:
()
=>
void
Optional
on
Open
Provider
onOpenProvider
?:
(
provider
:
IdpKnownResponse
)
=>
void
Optional
read
Only
readOnly
?:
boolean
Optional
schema
schema
?:
Partial
<
DomainTableSchema
>
Optional
styling
styling
?:
ComponentStyling
<
DomainTableClasses
>
Optional
verify
Action
verifyAction
?:
ComponentAction
<
Domain
,
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
associate
To
Provider
Action
create
Action
custom
Messages
delete
Action
delete
From
Provider
Action
hide
Header
on
Create
Provider
on
Open
Provider
read
Only
schema
styling
verify
Action
GitHub
Auth0
Auth0 Universal Components
Loading...