Auth0 Universal Components
    Preparing search index...

    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: 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