Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
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
client
Height
?:
number
Readonly
is
At
Bottom
is
At
Bottom
:
boolean
Optional
Readonly
scroll
Height
scroll
Height
?:
number
Readonly
scroll
Top
scroll
Top
:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
client
Height
is
At
Bottom
scroll
Height
scroll
Top
Theia TypeDoc
Loading...
Tree scroll state data.