Skip to content

Plugin.registerView method

Plugin › registerView

Official

Register a custom view.

Signature:

registerView(type: string, viewCreator: ViewCreator): void

Parameters:

Parameter Type Description
type string
viewCreator ViewCreator

Returns: void

Since: 0.9.7