Skip to content

CombinedPage<CustomFrontmatter = unknown>

A combined page type, which includes the front matter and the SMarkdownPage.

Import:

import type { CombinedPage } from 'obsidian-dev-utils/obsidian/dataview';

Signature:

export type CombinedPage<CustomFrontmatter = unknown>

Signature:

type CombinedPage<CustomFrontmatter = unknown> = CombinedFrontmatter<CustomFrontmatter> & SMarkdownPage

Type: CombinedFrontmatter<CustomFrontmatter> & SMarkdownPage


Links to this page: