ErrorView
Defined in: src/plugins/application/error-view/index.ts:42
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:45
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:43
Methods
Section titled “Methods”onInit()
Section titled “onInit()”onInit(
app):Promise<void>
Defined in: src/plugins/application/error-view/index.ts:47
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Promise<void>