x4js - v2.2.49
GitHub
Preparing search index...
<internal>
src/components/monaco/bin/monaco
editor
IViewState
Interface IViewState
A (serializable) state of the view.
interface
IViewState
{
firstPosition
:
IPosition
;
firstPositionDeltaTop
:
number
;
scrollLeft
:
number
;
scrollTop
?:
number
;
scrollTopWithoutViewZones
?:
number
;
}
Index
Properties
first
Position
first
Position
Delta
Top
scroll
Left
scroll
Top?
scroll
Top
Without
View
Zones?
Properties
first
Position
firstPosition
:
IPosition
first
Position
Delta
Top
firstPositionDeltaTop
:
number
scroll
Left
scrollLeft
:
number
Optional
scroll
Top
scrollTop
?:
number
written by previous versions
Optional
scroll
Top
Without
View
Zones
scrollTopWithoutViewZones
?:
number
written by previous versions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
first
Position
first
Position
Delta
Top
scroll
Left
scroll
Top
scroll
Top
Without
View
Zones
GitHub
x4js - v2.2.49
Loading...
A (serializable) state of the view.