Theme Config
Error
Soft UI
Theme Config
Theme Config
Error
An Object which contains all the error information.
theme: SoftUI({
error: {
error404: {
title: String,
subtitle: String,
description:
String,
},
dbdError: {
disableSecretMenu: Boolean,
secretMenuCombination: String[],
},
},
});
Example Usage
theme: SoftUI({
error: {
error404: {
title: "Error 404",
subtitle: "Page Not Found",
description:
"It seems you have stumbled into the abyss. Click the button below to return to the dashboard",
},
dbdError: {
disableSecretMenu: false,
secretMenuCombination: ["69", "82", "82", "79", "82"],
},
},
});
Image
Props
Was this page helpful?
On this page