Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/memory-inspector
browser/memory-widget/memory-table-widget
MemoryTable
RowOptions
Interface RowOptions
interface
RowOptions
{
address
:
string
;
ascii
?:
string
;
doShowDivider
?:
boolean
;
groups
:
ReactNode
;
index
:
number
;
isHighlighted
?:
boolean
;
variables
?:
VariableDecoration
[]
;
}
Index
Properties
address
ascii?
do
Show
Divider?
groups
index
is
Highlighted?
variables?
Properties
address
address
:
string
Optional
ascii
ascii
?:
string
Optional
do
Show
Divider
doShowDivider
?:
boolean
groups
groups
:
ReactNode
index
index
:
number
Optional
is
Highlighted
isHighlighted
?:
boolean
Optional
variables
variables
?:
VariableDecoration
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
ascii
do
Show
Divider
groups
index
is
Highlighted
variables
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...