Interface ImportDialogParams

Construction params for ImportDialog.

interface ImportDialogParams {
    container?: HTMLElement;
    studio: Studio;
}

Properties

Properties

container?: HTMLElement
studio: Studio