Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
DomainTableMainMessages
Interface DomainTableMainMessages
DomainTable translation messages.
interface
DomainTableMainMessages
{
configure
:
DomainConfigureMessages
;
create
:
DomainCreateMessages
;
delete
:
DomainDeleteMessages
;
domain_table
?:
{
header
?:
{
create_button_text
?:
string
;
description
?:
string
;
title
?:
string
;
}
;
notifications
?:
{
domain_associate_provider_error
?:
string
;
domain_associate_provider_success
?:
string
;
domain_create_error
?:
string
;
domain_create_success
?:
string
;
domain_delete_error
?:
string
;
domain_delete_provider_error
?:
string
;
domain_delete_provider_success
?:
string
;
domain_delete_success
?:
string
;
domain_verify_error
?:
string
;
domain_verify_success
?:
string
;
domain_verify_verification_failed
?:
string
;
fetch_domains_error
?:
string
;
fetch_providers_error
?:
string
;
}
;
table
?:
{
actions
?:
{
configure_button_text
?:
string
;
delete_button_text
?:
string
;
verify_button_text
?:
string
;
view_button_text
?:
string
;
}
;
columns
?:
{
domain
?:
string
;
status
?:
string
}
;
empty_message
?:
string
;
}
;
}
;
shared
?:
{
domain_statuses
?:
{
failed
?:
string
;
pending
?:
string
;
verified
?:
string
;
}
;
}
;
verify
:
DomainVerifyMessages
;
}
Hierarchy
DomainTableMessages
DomainTableMainMessages
Index
Properties
configure
create
delete
domain_
table?
shared?
verify
Properties
configure
configure
:
DomainConfigureMessages
create
create
:
DomainCreateMessages
delete
delete
:
DomainDeleteMessages
Optional
domain_
table
domain_table
?:
{
header
?:
{
create_button_text
?:
string
;
description
?:
string
;
title
?:
string
;
}
;
notifications
?:
{
domain_associate_provider_error
?:
string
;
domain_associate_provider_success
?:
string
;
domain_create_error
?:
string
;
domain_create_success
?:
string
;
domain_delete_error
?:
string
;
domain_delete_provider_error
?:
string
;
domain_delete_provider_success
?:
string
;
domain_delete_success
?:
string
;
domain_verify_error
?:
string
;
domain_verify_success
?:
string
;
domain_verify_verification_failed
?:
string
;
fetch_domains_error
?:
string
;
fetch_providers_error
?:
string
;
}
;
table
?:
{
actions
?:
{
configure_button_text
?:
string
;
delete_button_text
?:
string
;
verify_button_text
?:
string
;
view_button_text
?:
string
;
}
;
columns
?:
{
domain
?:
string
;
status
?:
string
}
;
empty_message
?:
string
;
}
;
}
Optional
shared
shared
?:
{
domain_statuses
?:
{
failed
?:
string
;
pending
?:
string
;
verified
?:
string
;
}
;
}
verify
verify
:
DomainVerifyMessages
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
configure
create
delete
domain_
table
shared
verify
GitHub
Auth0
Auth0 Universal Components
Loading...
DomainTable translation messages.