Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
scm
MergeEditorPaneToolbarItem
Interface MergeEditorPaneToolbarItem
interface
MergeEditorPaneToolbarItem
{
className
?:
string
;
id
:
string
;
label
?:
string
;
onClick
?:
(
(
event
)
=>
void
)
;
tooltip
?:
string
;
}
Index
Properties
class
Name?
id
label?
on
Click?
tooltip?
Properties
Optional
Readonly
class
Name
class
Name
?:
string
Readonly
id
id
:
string
Optional
Readonly
label
label
?:
string
Optional
Readonly
on
Click
on
Click
?:
(
(
event
)
=>
void
)
Type declaration
(
event
)
:
void
Parameters
event
:
MouseEvent
<
Element
,
MouseEvent
>
Returns
void
Optional
Readonly
tooltip
tooltip
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
class
Name
id
label
on
Click
tooltip
Theia TypeDoc
Loading...