Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
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
first
Position
:
IPosition
first
Position
Delta
Top
first
Position
Delta
Top
:
number
scroll
Left
scroll
Left
:
number
Optional
scroll
Top
scroll
Top
?:
number
written by previous versions
Optional
scroll
Top
Without
View
Zones
scroll
Top
Without
View
Zones
?:
number
written by previous versions
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
first
Position
first
Position
Delta
Top
scroll
Left
scroll
Top
scroll
Top
Without
View
Zones
Monaco Editor API
Loading...
A (serializable) state of the view.