@itwin/core-frontend
Version:
iTwin.js frontend components
34 lines • 848 B
TypeScript
/** @packageDocumentation
* @module Views
*/
/** Describes the result of a viewing operation such as those exposed by [[ViewState]] and [[Viewport]].
* @public
* @extensions
*/
export declare enum ViewStatus {
Success = 0,
ViewNotInitialized = 1,
AlreadyAttached = 2,
NotAttached = 3,
DrawFailure = 4,
NotResized = 5,
ModelNotFound = 6,
InvalidWindow = 7,
MinWindow = 8,
MaxWindow = 9,
MaxZoom = 10,
MaxDisplayDepth = 11,
InvalidUpVector = 12,
InvalidTargetPoint = 13,
InvalidLens = 14,
InvalidViewport = 15,
InvalidDirection = 16,
NotGeolocated = 17,
NotCameraView = 18,
NotEllipsoidGlobeMode = 19,
NotOrthographicView = 20,
DegenerateGeometry = 21,
HeightBelowTransition = 22,
NoTransitionRequired = 23
}
//# sourceMappingURL=ViewStatus.d.ts.map