Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/tree/tree-widget
TreeScrollState
Interface TreeScrollState
Tree scroll state data.
interface
TreeScrollState
{
clientHeight
?:
number
;
isAtBottom
:
boolean
;
scrollHeight
?:
number
;
scrollTop
:
number
;
}
Index
Properties
client
Height?
is
At
Bottom
scroll
Height?
scroll
Top
Properties
Optional
Readonly
client
Height
clientHeight
?:
number
Readonly
is
At
Bottom
isAtBottom
:
boolean
Optional
Readonly
scroll
Height
scrollHeight
?:
number
Readonly
scroll
Top
scrollTop
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
Height
is
At
Bottom
scroll
Height
scroll
Top
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Tree scroll state data.