TypedViewConstructor
TypedViewConstructor<
TView
>: (leaf
) =>TView
Defined in: src/obsidian/internals/Constructors/Views/TypedViewConstructor.d.ts:11
A constructor for a view that is typed to a specific view type.
Type Parameters
• TView extends View
Parameters
leaf
Returns
TView