Skip to content

BasesPluginInstance.registerView method

BasesPluginInstance › registerView

Unofficial

Registers a view.

Signature:

registerView(type: string, viewFactory: ViewFactory): void

Parameters:

ParameterTypeDescription
typestringThe view type identifier.
viewFactoryViewFactoryThe factory function to create the view.

Returns: void