Skip to content

BasesPluginInstance.registerView method

BasesPluginInstance › registerView

Unofficial

Registers a view.

Signature:

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

Parameters:

Parameter Type Description
type string The view type identifier.
viewFactory ViewFactory The factory function to create the view.

Returns: void