Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StatusBarEntry

Hierarchy

  • StatusBarEntry

Index

Properties

alignment

Optional arguments

arguments: any[]

Optional className

className: string

Optional color

color: string

Optional command

command: string

Optional onclick

onclick: (e: MouseEvent) => void

Type declaration

    • (e: MouseEvent): void
    • Parameters

      • e: MouseEvent

      Returns void

Optional priority

priority: number

text

text: string

For icons we use octicons and fontawesome icons. octicons take precedence over fontawesome. Get more information and the class names here: http://fontawesome.io/icons/ To set a text with icon use the following pattern in text string: $(fontawesomeClassName) To use animated icons use the following pattern: $(fontawesomeClassName~typeOfAnimation) Type of animation can be either spin or pulse. Look here for more information to animated icons: http://fontawesome.io/examples/#animated

Optional tooltip

tooltip: string