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

PropertyTypeDescription
appAppReference to the app.
navButtonsElHTMLDivElementContainer element for navigation buttons.
navHeaderElHTMLDivElementContainer element for the navigation header.

Methods

MethodReturnsDescription
addNavButton(arg1, arg2, arg3, arg4)unknownAdd a navigation button to the header.
addSortButton(arg1, arg2, arg3, arg4)unknownAdd a sort button to the header.

Links to this page: