Skip to content

BasesSubView

Unofficial

Bases sub view.

Import:

import type { BasesSubView } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface BasesSubView

Properties

PropertyTypeDescription
namestringThe name.
queryBasesQueryThe query.
typestringThe type.

Methods

MethodReturnsDescription
clone(name)thisClones the sub view.
get(arg1)unknownGets the sub view.
getAll()unknownGets all the sub views.
getDisplayName(arg1)unknownGets the display name.
getLimit()unknownGets the limit.
getOrder()unknownGets the order.
getPropertyConfig(arg1)unknownGets the property config.
getSort()unknownGets the sort.
getViewName()stringGets the view name.
serialize()SerializedBasesSubViewSerializes the sub view.
set(arg1, arg2)unknownSets the sub view.
setLimit(arg1)unknownSets the limit.
setOrder(arg1)unknownSets the order.
setSortProperty(arg1, arg2)unknownSets the sort property.

Links to this page: