Hierarchy

  • BaseWidget
    • MiniBrowserContent

Constructors

Properties

errorBar: HTMLElement & Readonly<{
    message: HTMLElement;
}>
fileService: FileService
frame: HTMLIFrameElement
frameLoadTimeout: number
initialHistoryLength: number
input: HTMLInputElement
keybindings: KeybindingRegistry
loadIndicator: HTMLElement
locationMapper: LocationMapperService
logger: ILogger
mouseTracker: ApplicationShellMouseTracker
navigateBackEmitter: Emitter<void> = ...
navigateForwardEmitter: Emitter<void> = ...
openEmitter: Emitter<void> = ...
pdfContainer: HTMLElement
refreshEmitter: Emitter<void> = ...
submitInputEmitter: Emitter<string> = ...
toDisposeOnGo: DisposableCollection = ...
transparentOverlay: HTMLElement
windowService: WindowService

Methods

  • Parameters

    • parent: HTMLElement

    Returns HTMLElement & Readonly<{
        errorBar: HTMLElement & Readonly<{
            message: HTMLElement;
        }>;
        frame: HTMLIFrameElement;
        loadIndicator: HTMLElement;
        pdfContainer: HTMLElement;
        transparentOverlay: HTMLElement;
    }>