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

Property Type Description
factory BasesViewFactory Factory.
icon IconName Icon 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.
name string Name.
options? (config: BasesViewConfig) => BasesAllOptions[]

Links to this page: