Skip to content

ElectronEditFlags

Unofficial

Flags indicating which editing actions the renderer believes it can perform.

Import:

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

Signature:

export interface ElectronEditFlags

Properties

PropertyTypeDescription
canCopybooleanWhether the renderer believes it can copy.
canCutbooleanWhether the renderer believes it can cut.
canDeletebooleanWhether the renderer believes it can delete.
canEditRichlybooleanWhether the renderer believes it can edit text richly.
canPastebooleanWhether the renderer believes it can paste.
canRedobooleanWhether the renderer believes it can redo.
canSelectAllbooleanWhether the renderer believes it can select all.
canUndobooleanWhether the renderer believes it can undo.

Links to this page: