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

Property Type Description
changes BasesViewTransactionChange[] The property changes applied in this transaction.
state unknown The view ephemeral state to restore when this transaction is undone.

Links to this page: