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

Hierarchy

  • ISimpleToolOptions

Properties

activationKeyBinding?: ISimpleToolKeyPair
name: string
onFinalize?: ((tool) => void)

Type declaration

    • (tool): void
    • Parameters

      Returns void

onTeardown?: ((tool) => void)

Type declaration

    • (tool): void
    • Parameters

      Returns void

propertyPaneOptions?: ISimpleToolPaneOptions
statusBarOptions?: ISimpleToolStatusBarOptions
toolRailOptions?: ISimpleToolRailOptions