Skip to content

BasesSubView

Unofficial

Bases sub view.

Import:

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

Signature:

export interface BasesSubView

Properties

Property Type Description
name string The name.
query BasesQuery The query.
type string The type.

Methods

Method Returns Description
clone(name) this Clones the sub view.
get(arg1) unknown Gets the sub view.
getAll() unknown Gets all the sub views.
getDisplayName(arg1) unknown Gets the display name.
getLimit() unknown Gets the limit.
getOrder() unknown Gets the order.
getPropertyConfig(arg1) unknown Gets the property config.
getSort() unknown Gets the sort.
getViewName() string Gets the view name.
serialize() SerializedBasesSubView Serializes the sub view.
set(arg1, arg2) unknown Sets the sub view.
setLimit(arg1) unknown Sets the limit.
setOrder(arg1) unknown Sets the order.
setSortProperty(arg1, arg2) unknown Sets the sort property.

Links to this page: