Skip to content
On this page

Title

Parent: error404

A String which is the title of the error 404 page.

Example Usage

js
theme: SoftUI({
    error: {
        error404: {
            title: "Error 404"
        }
    }
})

Types

Released under the MIT License.