Interface PdfImportPanelParams

interface PdfImportPanelParams {
    container?: HTMLElement;
    studio: Studio;
    visible?: boolean;
}

Properties

container?: HTMLElement

DOM container; defaults to document.body.

studio: Studio

Studio whose scene + viewManager the panel drives.

visible?: boolean

Show on construction (default true).