Type alias VimComponentContainer

VimComponentContainer: {
    gfx: HTMLDivElement;
    root: HTMLDivElement;
    ui: HTMLDivElement;
}

Basic HTML structure that the webgl component expects

Type declaration

  • gfx: HTMLDivElement

    Div to hold viewer canvases and ui

  • root: HTMLDivElement

    Root of the viewer, all component ui should have this as an acestor.

  • ui: HTMLDivElement

    Div where to instantiate ui elements.

Generated using TypeDoc