Skip to main content

Class: RevealDefinition

actions/SimpleIdeCommandActions.RevealDefinition

Hierarchy

Constructors

constructor

new RevealDefinition(graph)

Parameters

NameType
graphGraph

Inherited from

SimpleIdeCommandAction.constructor

Defined in

actions/SimpleIdeCommandActions.ts:28

Properties

command

command: CommandId = "revealDefinition"

Overrides

SimpleIdeCommandAction.command

Defined in

actions/SimpleIdeCommandActions.ts:102


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:103


restoreSelection

restoreSelection: boolean = false

Overrides

SimpleIdeCommandAction.restoreSelection

Defined in

actions/SimpleIdeCommandActions.ts:104


showDecorations

showDecorations: boolean = true

Inherited from

SimpleIdeCommandAction.showDecorations

Defined in

actions/SimpleIdeCommandActions.ts:26

Methods

run

run(targets, __namedParameters?): Promise<ActionReturnValue>

Parameters

NameType
targets[Target[]]
__namedParametersOptions

Returns

Promise<ActionReturnValue>

Inherited from

SimpleIdeCommandAction.run

Defined in

actions/SimpleIdeCommandActions.ts:33