Auth0 Universal Components
GitHub
Auth0
Preparing search index...
core/src
DomainTableMessages
Interface DomainTableMessages
interface
DomainTableMessages
{
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
;
}
;
}
Index
Properties
header?
notifications?
table?
Properties
Optional
header
header
?:
{
create_button_text
?:
string
;
description
?:
string
;
title
?:
string
}
Optional
notifications
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
;
}
Optional
table
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
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
header
notifications
table
GitHub
Auth0
Auth0 Universal Components
Loading...