ErrorView
Defined in: src/plugins/application/error-view/index.ts:46
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ErrorView(
config):ErrorView
Defined in: src/plugins/application/error-view/index.ts:49
Parameters
Section titled “Parameters”config
Section titled “config”ErrorViewConfig = {}
Returns
Section titled “Returns”ErrorView
Properties
Section titled “Properties”name:
string='error-view'
Defined in: src/plugins/application/error-view/index.ts:47
Methods
Section titled “Methods”onInit()
Section titled “onInit()”onInit(
app):Promise<void>
Defined in: src/plugins/application/error-view/index.ts:51
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Promise<void>