mce
    Preparing search index...

    Interface TransformOptions

    interface TransformOptions {
        direction?: string;
        event?: MouseEvent;
        isCorner?: boolean;
    }
    Index

    Properties

    direction?: string

    resize 时被拖动的方向(t/l/r/b/tl/...),用于缩放吸附定位被拖动的边。

    event?: MouseEvent
    isCorner?: boolean