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

PropertyTypeDescription
dataRecord<string, BasesControl>The controls.

Methods

MethodReturnsDescription
get(key)BasesControlGets a value by key.
renderTo(containerEl, renderContext)voidRender to.
(Inherited from BasesControl)

Links to this page: