BasesHandlers
Unofficial
Bases handlers.
Import:
import type { BasesHandlers } from '@obsidian-typings/obsidian-public-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: