Skip to content

BasesHandlers

Unofficial

Bases handlers.

Import:

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

Signature:

export interface BasesHandlers extends Record<string, ViewFactory>

Extends: Record<string, ViewFactory>

Properties

Property Type Description
table ViewFactory<TableView> The table view factory.

Links to this page: