ElectronEditFlags
Unofficial
Flags indicating which editing actions the renderer believes it can perform.
Import:
import type { ElectronEditFlags } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronEditFlagsProperties
| 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: