Class: ShowQuickFix
actions/MakeshiftActions.ShowQuickFix
Hierarchy
↳
ShowQuickFix
Constructors
constructor
• new ShowQuickFix(graph
, options?
)
Parameters
Name | Type |
---|---|
graph | Graph |
options | CommandOptions |
Inherited from
Defined in
actions/CommandAction.ts:37
Properties
command
• command: string
= "editor.action.quickFix"
Overrides
Defined in
actions/MakeshiftActions.ts:51
commandArg
• Optional
commandArg: object
Inherited from
Defined in
actions/MakeshiftActions.ts:8
ensureSingleTarget
• ensureSingleTarget: boolean
= true
Overrides
MakeshiftAction.ensureSingleTarget
Defined in
actions/MakeshiftActions.ts:52
postCommandSleepMs
• postCommandSleepMs: number
= 100
Overrides
MakeshiftAction.postCommandSleepMs
Defined in
actions/MakeshiftActions.ts:53
restoreSelection
• Optional
restoreSelection: boolean
Inherited from
MakeshiftAction.restoreSelection
Defined in
actions/MakeshiftActions.ts:7
Methods
run
▸ run(targets
): Promise
<ActionReturnValue
>
Parameters
Name | Type |
---|---|
targets | [Target []] |
Returns
Promise
<ActionReturnValue
>
Inherited from
Defined in
actions/MakeshiftActions.ts:12