@fimagine/writeboard
    Preparing search index...

    Interface IShapeStatus

    interface IShapeStatus {
        e?: 1;
        f?: 1;
        g?: 1;
        s?: 1;
        v?: 0;
    }

    Implemented by

    Index

    Properties

    Properties

    e?: 1

    editing 值为1时表示编辑中

    f?: 1

    locked 值为1时表示被锁定

    g?: 1

    ghost 值为1时表示不可被触摸

    s?: 1

    selected 值为1时表示被选择

    v?: 0

    visible 值为0时表示不可见