Class: RevealTypeDefinition
actions/SimpleIdeCommandActions.RevealTypeDefinition
Hierarchy
↳
RevealTypeDefinition
Constructors
constructor
• new RevealTypeDefinition(graph)
Parameters
| Name | Type |
|---|---|
graph | Graph |
Inherited from
SimpleIdeCommandAction.constructor
Defined in
actions/SimpleIdeCommandActions.ts:28
Properties
command
• command: CommandId = "revealTypeDefinition"
Overrides
SimpleIdeCommandAction.command
Defined in
actions/SimpleIdeCommandActions.ts:108
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:109
restoreSelection
• restoreSelection: boolean = false
Overrides
SimpleIdeCommandAction.restoreSelection
Defined in
actions/SimpleIdeCommandActions.ts:110
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