bn.showDiagnosticPage
▸ showDiagnosticPage(options?
): Promise
<void
>
description
Show an diagnostic page with the specified options. support msv >= 4.39.0
example
bn.onPageNotFound({
description: 'The page you are looking for does not exist. Please try again.',
actions: ['log-submit', 'cache-clear']
})
Parameters
Name | Type |
---|---|
options? | PageDiagnosticOptions |
Returns
Promise
<void
>
Interface: PageDiagnosticOptions
Name | Type | Description |
---|---|---|
description? | string | |
descriptionKey? | string | |
actions? | ("log-submit" | "cache-clear" )[] |