mce
    Preparing search index...

    Interface DrawStyleConfig

    直线 / 箭头 / 画笔的绘制样式(描边色 + 线宽),由工具选项面板编辑。

    interface DrawStyleConfig {
        color: string;
        width: number;
    }
    Index

    Properties

    Properties

    color: string
    width: number