mce
    Preparing search index...

    Interface TransformConfig

    interface TransformConfig {
        handleShape: "rect" | "circle";
        handleStyle: "8-points" | "4-points";
        lockAspectRatioStrategy: "all" | "diagonal";
        rotator: boolean;
    }
    Index

    Properties

    handleShape: "rect" | "circle"
    handleStyle: "8-points" | "4-points"
    lockAspectRatioStrategy: "all" | "diagonal"
    rotator: boolean