EditFlags Type
Constructors
| Constructor |
Description
|
Full Usage:
EditFlags(canUndo, canRedo, canCut, canCopy, canPaste, canDelete, canSelectAll, canEditRichly)
Parameters:
bool
-
Whether the renderer believes it can undo.
canRedo : bool
-
Whether the renderer believes it can redo.
canCut : bool
-
Whether the renderer believes it can cut.
canCopy : bool
-
Whether the renderer believes it can copy.
canPaste : bool
-
Whether the renderer believes it can paste.
canDelete : bool
-
Whether the renderer believes it can delete.
canSelectAll : bool
-
Whether the renderer believes it can select all.
canEditRichly : bool
-
Whether the renderer believes it can edit text richly.
Returns: EditFlags
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.canCopy
|
Whether the renderer believes it can copy. |
Full Usage:
this.canCut
|
Whether the renderer believes it can cut. |
Full Usage:
this.canDelete
|
Whether the renderer believes it can delete. |
Full Usage:
this.canEditRichly
|
Whether the renderer believes it can edit text richly. |
Full Usage:
this.canPaste
|
Whether the renderer believes it can paste. |
Full Usage:
this.canRedo
|
Whether the renderer believes it can redo. |
Full Usage:
this.canSelectAll
|
Whether the renderer believes it can select all. |
Full Usage:
this.canUndo
|
Whether the renderer believes it can undo. |
fable-electron-docs-api