Skip to content

BasesViewRegistration

Official

Container for options when registering a new Bases view type.

Import:

import type { BasesViewRegistration } from 'obsidian';

Signature:

export interface BasesViewRegistration

Properties

PropertyTypeDescription
factoryBasesViewFactoryFactory.
iconIconNameIcon ID to be used in the Bases view selector. See https://docs.obsidian.md/Plugins/User+interface/Icons for available icons and how to add your own.
namestringName.
options?(config: BasesViewConfig) => BasesAllOptions[]

Links to this page: