Type Alias ViewerRef

ViewerRef: {
    camera: CameraRef;
    controlBar: ControlBarRef;
    core: Core.Ultra.Viewer;
    dispose: () => void;
    isolation: IsolationRef;
    isolationPanel: GenericPanelHandle;
    modal: ModalHandle;
    sectionBox: SectionBoxRef;
    sectionBoxPanel: GenericPanelHandle;
    load(url: Core.Ultra.VimSource): ILoadRequest;
}

Type declaration