interface StatusBarItem { hasDivider?: boolean; key: string; createElement(props): ReactElement<any, string | JSXElementConstructor<any>>; createMenuItem?(props): ReactElement<any, string | JSXElementConstructor<any>>; } Properties
Optional
hasDivider
hasDivider?: boolean
Methods
createElement
- createElement(props): ReactElement<any, string | JSXElementConstructor<any>>
Returns ReactElement<any, string | JSXElementConstructor<any>>
Optional
createMenuItem
- createMenuItem(props): ReactElement<any, string | JSXElementConstructor<any>>
Returns ReactElement<any, string | JSXElementConstructor<any>>
Should we show a divider before this item