Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandButton

A button for an command.

Hierarchy

Index

Properties

Optional color

color: string

The color.

Optional ifFile

ifFile: string

The regular expression, that checks if an object should be visible for an active editor or not.

Optional isRight

isRight: boolean

Display button on the right side or not.

Optional onEditorChanged

onEditorChanged: string

The (JavaScript) code to executed after active editor has changed.

Optional priority

priority: number

The priority.

Optional text

text: string

The label / text.

Optional tooltip

tooltip: string

The tooltip.

Generated using TypeDoc