Skip to main content

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

NameType
options?PageDiagnosticOptions

Returns

Promise<void>

Interface: PageDiagnosticOptions

NameTypeDescription
description?string
descriptionKey?string
actions?("log-submit" | "cache-clear")[]