Skip to content

obsidian/internals/views

InterfaceDescription
AudioViewView for rendering and playing audio files.
DeferredViewA lazily loaded view placeholder that defers initialization until the view is actually needed.
EmptyViewView displayed when a workspace leaf has no content or file open.
ImageViewView for displaying image files.
InfoFileViewInfo file view.
MaybeDeferredViewUnion type representing a view that may be either fully loaded or a deferred placeholder.
PdfViewView for rendering and interacting with PDF files.
ReleaseNotesViewView for displaying Obsidian release notes.
TagViewView for browsing and navigating tags in the vault.
TypedViewCreatorFactory function type that creates a typed view instance for a given workspace leaf.
UnknownViewViews of plugins that have been deactivated become an UnknownView.
VideoViewView for rendering and playing video files.
ViewTypeTypeUnion type of all built-in view type string identifiers.
ViewTypeViewMappingMapping from view type identifiers to their corresponding view instance types.