Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/memory-inspector
browser/memory-widget/memory-table-widget
MemoryTable
ItemData
Interface ItemData
interface
ItemData
{
content
:
string
;
index
:
number
;
isHighlighted
?:
boolean
;
node
:
ReactNode
;
variable
?:
VariableDecoration
;
}
Index
Properties
content
index
is
Highlighted?
node
variable?
Properties
content
content
:
string
index
index
:
number
Optional
is
Highlighted
isHighlighted
?:
boolean
node
node
:
ReactNode
Optional
variable
variable
?:
VariableDecoration
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
index
is
Highlighted
node
variable
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...