interface SceneViewCompatOptions {
    camera?: unknown;
    center?: MapViewCenterLike;
    constraints?: MapViewConstraintsLike;
    container?: null | string | HTMLElement;
    eventBus?: CompatEventBus;
    extent?: MapViewExtentLike;
    highlightOptions?: MapViewHighlightOptionsLike;
    map?: unknown;
    padding?: MapViewPaddingLike;
    popup?: unknown;
    qualityProfile?: string;
    rotation?: number;
    scale?: number;
    spatialReference?: MapViewSpatialReferenceLike;
    viewingMode?: "global" | "local";
    zoom?: number;
}

Hierarchy (view full)

Properties

camera?: unknown
container?: null | string | HTMLElement
eventBus?: CompatEventBus
highlightOptions?: MapViewHighlightOptionsLike
map?: unknown
popup?: unknown
qualityProfile?: string
rotation?: number
scale?: number
spatialReference?: MapViewSpatialReferenceLike
viewingMode?: "global" | "local"
zoom?: number