Interface ModelsPanelParams

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

Properties

container?: HTMLElement
studio: Studio
visible?: boolean