Interface: IStatusBarItem<T>
Type parameters
Name | Type |
---|---|
T | any |
Hierarchy
HTMLElementProps
↳
IStatusBarItem
Properties
className
• Optional
className: string
Inherited from
HTMLElementProps.className
Defined in
data
• Optional
data: T
Defined in
model/workbench/statusBar.tsx:13
id
• id: UniqueId
Defined in
model/workbench/statusBar.tsx:11
name
• Optional
name: string
Defined in
model/workbench/statusBar.tsx:16
role
• Optional
role: string
Inherited from
HTMLElementProps.role
Defined in
sortIndex
• Optional
sortIndex: number
Defined in
model/workbench/statusBar.tsx:12
style
• Optional
style: CSSProperties
Inherited from
HTMLElementProps.style
Defined in
title
• Optional
title: string
Inherited from
HTMLElementProps.title
Defined in
Methods
onClick
▸ Optional
onClick(e
, item?
): any
Parameters
Name | Type |
---|---|
e | MouseEvent <Element , MouseEvent > |
item? | IStatusBarItem <any > |
Returns
any
Defined in
model/workbench/statusBar.tsx:14
render
▸ Optional
render(item
): ReactNode
Parameters
Name | Type |
---|---|
item | IStatusBarItem <any > |
Returns
ReactNode