TypedViewConstructor
Defined in: src/obsidian/internals/Views/TypedViewConstructor.d.ts:12
A constructor for a view that is typed to a specific view type.
Extends
ConstructorBase
<[WorkspaceLeaf
,Args
],TView
>
Extended by
BacklinkViewConstructor
BookmarksViewConstructor
BrowserHistoryViewConstructor
BrowserViewConstructor
CanvasViewConstructor
FileExplorerViewConstructor
SearchViewConstructor
GraphViewConstructor
LocalGraphViewConstructor
OutgoingLinkViewConstructor
OutlineViewConstructor
AllPropertiesViewConstructor
FilePropertiesViewConstructor
SyncViewConstructor
AudioViewConstructor
EmptyViewConstructor
ImageViewConstructor
MarkdownViewConstructor
PdfViewConstructor
ReleaseNotesViewConstructor
TagViewConstructor
VideoViewConstructor
Type Parameters
• TView extends View
• Args extends unknown
[] = []
Constructors
new TypedViewConstructor()
new TypedViewConstructor(…
args
):TView
Defined in: src/obsidian/internals/Views/TypedViewConstructor.d.ts:12
Parameters
args
…[WorkspaceLeaf
, ...args: Args[]
]
Returns
TView
Inherited from
Properties
prototype
prototype:
TView
Defined in: src/obsidian/internals/Constructors/ConstructorBase.d.ts:4