Class: MakeshiftAction
actions/MakeshiftActions.internal.MakeshiftAction
Hierarchy
↳
MakeshiftAction
↳↳
ShowHover
↳↳
ShowQuickFix
↳↳
Rename
↳↳
IndentLines
↳↳
OutdentLines
↳↳
CommentLines
Constructors
constructor
• new MakeshiftAction(graph
, options?
)
Parameters
Name | Type |
---|---|
graph | Graph |
options | CommandOptions |
Inherited from
Defined in
actions/CommandAction.ts:37
Properties
command
• Abstract
command: string
Defined in
actions/MakeshiftActions.ts:6
commandArg
• Optional
commandArg: object
Defined in
actions/MakeshiftActions.ts:8
ensureSingleTarget
• Optional
ensureSingleTarget: boolean
Defined in
actions/MakeshiftActions.ts:9
postCommandSleepMs
• Optional
postCommandSleepMs: number
Defined in
actions/MakeshiftActions.ts:10
restoreSelection
• Optional
restoreSelection: boolean
Defined in
actions/MakeshiftActions.ts:7
Methods
run
▸ run(targets
): Promise
<ActionReturnValue
>
Parameters
Name | Type |
---|---|
targets | [Target []] |
Returns
Promise
<ActionReturnValue
>
Overrides
Defined in
actions/MakeshiftActions.ts:12