Skip to content

HeaderDom

Unofficial

Renders navigation buttons and sort controls for a section header in the backlink view.

Import:

import type { HeaderDom } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface HeaderDom

Properties

Property Type Description
app App Reference to the app.
navButtonsEl HTMLDivElement Container element for navigation buttons.
navHeaderEl HTMLDivElement Container element for the navigation header.

Methods

Method Returns Description
addNavButton(arg1, arg2, arg3, arg4) unknown Add a navigation button to the header.
addSortButton(arg1, arg2, arg3, arg4) unknown Add a sort button to the header.

Links to this page: