WebCAD-Lib-TS API 文档 - v1.0.0
    Preparing search index...

    Interface PanelPosition

    面板初始位置配置

    interface PanelPosition {
        top?: string;
        right?: string;
        bottom?: string;
        left?: string;
    }
    Index

    Properties

    top?: string
    right?: string
    bottom?: string
    left?: string