Class: ShowQuickFix
actions/SimpleIdeCommandActions.ShowQuickFix
Hierarchy
↳
ShowQuickFix
Constructors
constructor
• new ShowQuickFix(graph)
Parameters
| Name | Type |
|---|---|
graph | Graph |
Inherited from
SimpleIdeCommandAction.constructor
Defined in
actions/SimpleIdeCommandActions.ts:28
Properties
command
• command: CommandId = "quickFix"
Overrides
SimpleIdeCommandAction.command
Defined in
actions/SimpleIdeCommandActions.ts:97
ensureSingleEditor
• ensureSingleEditor: boolean = false
Inherited from
SimpleIdeCommandAction.ensureSingleEditor
Defined in
actions/SimpleIdeCommandActions.ts:23
ensureSingleTarget
• ensureSingleTarget: boolean = true
Overrides
SimpleIdeCommandAction.ensureSingleTarget
Defined in
actions/SimpleIdeCommandActions.ts:98
restoreSelection
• restoreSelection: boolean = true
Inherited from
SimpleIdeCommandAction.restoreSelection
Defined in
actions/SimpleIdeCommandActions.ts:25
showDecorations
• showDecorations: boolean = true
Inherited from
SimpleIdeCommandAction.showDecorations
Defined in
actions/SimpleIdeCommandActions.ts:26
Methods
run
▸ run(targets, __namedParameters?): Promise<ActionReturnValue>
Parameters
| Name | Type |
|---|---|
targets | [Target[]] |
__namedParameters | Options |
Returns
Promise<ActionReturnValue>
Inherited from
Defined in
actions/SimpleIdeCommandActions.ts:33