Showing content from https://microsoft.github.io/monaco-editor/typedoc/interfaces/editor.IEditorAction.html below:
Website Navigation
IEditorAction | Monaco Editor API
Interface IEditorAction interface IEditorAction {
alias: string;
id: string;
label: string;
metadata: ICommandMetadata;
isSupported(): boolean;
run(args?): Promise<void>;
}
- Defined in editor.api.d.ts:2540
Index Properties alias id label metadata Methods isSupported run Properties Readonly
alias
alias: string
- Defined in editor.api.d.ts:2543
Readonly
id
id: string
- Defined in editor.api.d.ts:2541
Readonly
label
label: string
- Defined in editor.api.d.ts:2542
Readonly
metadata metadata: ICommandMetadata
- Defined in editor.api.d.ts:2544
Methods isSupported
- isSupported(): boolean
- Returns boolean
- Defined in editor.api.d.ts:2545
run
- run(args?): Promise<void>
- Parameters
Returns Promise<void>
- Defined in editor.api.d.ts:2546
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4