Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/memory-inspector
browser/memory-widget/memory-table-widget
MemoryTable
WrapperHandlers
Interface WrapperHandlers
interface
WrapperHandlers
{
onClick
?:
MouseEventHandler
<
Element
>
;
onContextMenu
?:
MouseEventHandler
<
Element
>
;
onKeyDown
?:
KeyboardEventHandler
<
Element
>
;
onMouseMove
?:
MouseEventHandler
<
Element
>
;
onBlur
?
(
e
:
FocusEvent
<
HTMLDivElement
>
)
:
any
;
onFocus
?
(
e
:
FocusEvent
<
HTMLDivElement
>
)
:
any
;
}
Index
Properties
on
Click?
on
Context
Menu?
on
Key
Down?
on
Mouse
Move?
Methods
on
Blur?
on
Focus?
Properties
Optional
on
Click
onClick
?:
MouseEventHandler
<
Element
>
Optional
on
Context
Menu
onContextMenu
?:
MouseEventHandler
<
Element
>
Optional
on
Key
Down
onKeyDown
?:
KeyboardEventHandler
<
Element
>
Optional
on
Mouse
Move
onMouseMove
?:
MouseEventHandler
<
Element
>
Methods
Optional
on
Blur
onBlur
?
(
e
:
FocusEvent
<
HTMLDivElement
>
)
:
any
Parameters
e
:
FocusEvent
<
HTMLDivElement
>
Returns
any
Optional
on
Focus
onFocus
?
(
e
:
FocusEvent
<
HTMLDivElement
>
)
:
any
Parameters
e
:
FocusEvent
<
HTMLDivElement
>
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Click
on
Context
Menu
on
Key
Down
on
Mouse
Move
Methods
on
Blur
on
Focus
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...