Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
UseDomainTableLogicResult
Interface UseDomainTableLogicResult
interface
UseDomainTableLogicResult
{
handleCloseVerifyModal
:
()
=>
void
;
handleConfigureClick
:
(
domain
:
Domain
)
=>
void
;
handleCreate
:
(
domainUrl
:
string
)
=>
Promise
<
void
>
;
handleCreateClick
:
()
=>
void
;
handleDelete
:
(
domain
:
Domain
)
=>
void
;
handleDeleteClick
:
(
domain
:
Domain
)
=>
void
;
handleToggleSwitch
:
(
domain
:
Domain
,
provider
:
IdpKnownResponse
,
checked
:
boolean
,
)
=>
void
;
handleVerify
:
(
domain
:
Domain
)
=>
Promise
<
void
>
;
handleVerifyClick
:
(
domain
:
Domain
)
=>
Promise
<
void
>
;
selectedDomain
:
Domain
|
null
;
setShowConfigureModal
:
(
show
:
boolean
)
=>
void
;
setShowCreateModal
:
(
show
:
boolean
)
=>
void
;
setShowDeleteModal
:
(
show
:
boolean
)
=>
void
;
setShowVerifyModal
:
(
show
:
boolean
)
=>
void
;
showConfigureModal
:
boolean
;
showCreateModal
:
boolean
;
showDeleteModal
:
boolean
;
showVerifyModal
:
boolean
;
verifyError
:
string
|
undefined
;
}
Index
Properties
handle
Close
Verify
Modal
handle
Configure
Click
handle
Create
handle
Create
Click
handle
Delete
handle
Delete
Click
handle
Toggle
Switch
handle
Verify
handle
Verify
Click
selected
Domain
set
Show
Configure
Modal
set
Show
Create
Modal
set
Show
Delete
Modal
set
Show
Verify
Modal
show
Configure
Modal
show
Create
Modal
show
Delete
Modal
show
Verify
Modal
verify
Error
Properties
handle
Close
Verify
Modal
handleCloseVerifyModal
:
()
=>
void
handle
Configure
Click
handleConfigureClick
:
(
domain
:
Domain
)
=>
void
handle
Create
handleCreate
:
(
domainUrl
:
string
)
=>
Promise
<
void
>
handle
Create
Click
handleCreateClick
:
()
=>
void
handle
Delete
handleDelete
:
(
domain
:
Domain
)
=>
void
handle
Delete
Click
handleDeleteClick
:
(
domain
:
Domain
)
=>
void
handle
Toggle
Switch
handleToggleSwitch
:
(
domain
:
Domain
,
provider
:
IdpKnownResponse
,
checked
:
boolean
,
)
=>
void
handle
Verify
handleVerify
:
(
domain
:
Domain
)
=>
Promise
<
void
>
handle
Verify
Click
handleVerifyClick
:
(
domain
:
Domain
)
=>
Promise
<
void
>
selected
Domain
selectedDomain
:
Domain
|
null
set
Show
Configure
Modal
setShowConfigureModal
:
(
show
:
boolean
)
=>
void
set
Show
Create
Modal
setShowCreateModal
:
(
show
:
boolean
)
=>
void
set
Show
Delete
Modal
setShowDeleteModal
:
(
show
:
boolean
)
=>
void
set
Show
Verify
Modal
setShowVerifyModal
:
(
show
:
boolean
)
=>
void
show
Configure
Modal
showConfigureModal
:
boolean
show
Create
Modal
showCreateModal
:
boolean
show
Delete
Modal
showDeleteModal
:
boolean
show
Verify
Modal
showVerifyModal
:
boolean
verify
Error
verifyError
:
string
|
undefined
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handle
Close
Verify
Modal
handle
Configure
Click
handle
Create
handle
Create
Click
handle
Delete
handle
Delete
Click
handle
Toggle
Switch
handle
Verify
handle
Verify
Click
selected
Domain
set
Show
Configure
Modal
set
Show
Create
Modal
set
Show
Delete
Modal
set
Show
Verify
Modal
show
Configure
Modal
show
Create
Modal
show
Delete
Modal
show
Verify
Modal
verify
Error
GitHub
Auth0
Auth0 Universal Components
Loading...