Skip to main content

Interface: ISimpleToolOptions

A set of options which define the basic properties of a simple tool, and the optional components that are desired.

Properties

activationKeyBinding?

optional activationKeyBinding: ISimpleToolKeyPair


name

name: string


onFinalize()?

optional onFinalize: (tool) => void

Parameters

ParameterType
toolISimpleTool

Returns

void


onTeardown()?

optional onTeardown: (tool) => void

Parameters

ParameterType
toolISimpleTool

Returns

void


propertyPaneOptions?

optional propertyPaneOptions: ISimpleToolPaneOptions


statusBarOptions?

optional statusBarOptions: ISimpleToolStatusBarOptions


toolRailOptions?

optional toolRailOptions: ISimpleToolRailOptions