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

Property Type Description
canCopy boolean Whether the renderer believes it can copy.
canCut boolean Whether the renderer believes it can cut.
canDelete boolean Whether the renderer believes it can delete.
canEditRichly boolean Whether the renderer believes it can edit text richly.
canPaste boolean Whether the renderer believes it can paste.
canRedo boolean Whether the renderer believes it can redo.
canSelectAll boolean Whether the renderer believes it can select all.
canUndo boolean Whether the renderer believes it can undo.

Links to this page: