Skip to content

BasesList

Unofficial

Bases list.

Import:

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

Signature:

export interface BasesList extends BasesControl

Extends: BasesControl

Properties

Property Type Description
data Record<string, BasesControl> The controls.

Methods

Method Returns Description
get(key) BasesControl Gets a value by key.
renderTo(containerEl, renderContext) void Render to.
(Inherited from BasesControl)

Links to this page: