Skip to content

BasesViewTransaction

Unofficial

A single undo/redo step in a BasesView, capturing a set of property changes and the view state to restore.

Import:

import type { BasesViewTransaction } from 'obsidian';

Signature:

export interface BasesViewTransaction

Properties

PropertyTypeDescription
changesBasesViewTransactionChange[]The property changes applied in this transaction.
stateunknownThe view ephemeral state to restore when this transaction is undone.

Links to this page: