Skip to content

BasesPluginInstance.getViewFactory method

BasesPluginInstance › getViewFactory

Unofficial

Gets a view factory.

Signature:

getViewFactory(type: string): null | ViewFactory

Parameters:

Parameter Type Description
type string The view type to get the factory for.

Returns: null | ViewFactoryThe view factory, or null if not found.