getViewConstructorByViewType
getViewConstructorByViewType<
TViewType
>(app
,viewType
):ViewTypeViewConstructorMapping
[TViewType
]
Defined in: src/obsidian/implementations/Constructors/getViewConstructorByViewType.ts:13
Get the view constructor by view type.
Type Parameters
• TViewType extends ViewTypeType
Parameters
app
The app.
viewType
TViewType
The view type.
Returns
ViewTypeViewConstructorMapping
[TViewType
]
The view constructor.