Class: IndentLine
actions/SimpleIdeCommandActions.IndentLine
Hierarchy
↳
IndentLine
Constructors
constructor
• new IndentLine(graph
)
Parameters
Name | Type |
---|---|
graph | Graph |
Inherited from
SimpleIdeCommandAction.constructor
Defined in
actions/SimpleIdeCommandActions.ts:28
Properties
command
• command: CommandId
= "indentLine"
Overrides
SimpleIdeCommandAction.command
Defined in
actions/SimpleIdeCommandActions.ts:71
ensureSingleEditor
• ensureSingleEditor: boolean
= false
Inherited from
SimpleIdeCommandAction.ensureSingleEditor
Defined in
actions/SimpleIdeCommandActions.ts:23
ensureSingleTarget
• ensureSingleTarget: boolean
= false
Inherited from
SimpleIdeCommandAction.ensureSingleTarget
Defined in
actions/SimpleIdeCommandActions.ts:24
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