Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScriptCommand

A startup command.

Hierarchy

Index

Properties

Optional button

button: object

Settings for optional button in the status bar.

Type declaration

  • Optional color?: string

    The custom (text) color for the button.

  • Optional isRight?: boolean

    Set button on the right side or not.

  • Optional priority?: number

    The custom priority.

  • Optional show?: boolean

    Show button on startup or not.

  • Optional text?: string

    The caption for the button.

  • Optional tooltip?: string

    The tooltip for the button.

command

command: string

The ID of the command.

Optional commandState

commandState: any

Optional options

options: any

Optional data for the execution.

script

script: string

The path to the script that is run when command is executed.

Generated using TypeDoc