[]
StatusBar.StatusItem.IStatusItemOptions
• Optional
align: AlignType
Control the item alignment on statusbar. The value is 'left' or 'right'.
• Optional
menuContent: string
The menuContent displayed left on context menu which represent current item.
• Optional
showStatusInContexMenu: boolean
Whether show the status on right of context menu.
• Optional
tipText: string
The tip text displayed when mouse over the item. Show the description for the item.
• Optional
value: any
The value displayed on status bar and on right of context menu to represent the status of current item.
• Optional
visible: boolean
1.The visibility of current item on statusbar. 2.The checked status of current item on context menu.