Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
DomainCreateModalProps
Interface DomainCreateModalProps
interface
DomainCreateModalProps
{
className
?:
string
;
customMessages
?:
Partial
<
DomainCreateMessages
>
;
isLoading
:
boolean
;
isOpen
:
boolean
;
onClose
:
()
=>
void
;
onCreate
:
(
domainName
:
string
)
=>
void
|
Promise
<
void
>
;
schema
?:
DomainCreateSchemas
;
translatorKey
?:
string
;
}
Index
Properties
class
Name?
custom
Messages?
is
Loading
is
Open
on
Close
on
Create
schema?
translator
Key?
Properties
Optional
class
Name
className
?:
string
Optional
custom
Messages
customMessages
?:
Partial
<
DomainCreateMessages
>
is
Loading
isLoading
:
boolean
is
Open
isOpen
:
boolean
on
Close
onClose
:
()
=>
void
on
Create
onCreate
:
(
domainName
:
string
)
=>
void
|
Promise
<
void
>
Optional
schema
schema
?:
DomainCreateSchemas
Optional
translator
Key
translatorKey
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
custom
Messages
is
Loading
is
Open
on
Close
on
Create
schema
translator
Key
GitHub
Auth0
Auth0 Universal Components
Loading...