Skip to content

DocHistorySize

Unofficial

The number of undo and redo operations available.

Import:

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

Signature:

export interface DocHistorySize

Properties

PropertyTypeDescription
redonumberThe number of redo operations available.
undonumberThe number of undo operations available.

Links to this page: