weasel API - v0.8.0
    Preparing search index...

    Type Alias ResizeAnchor

    Which corner/edge of the rect stays fixed during a resize.

    type ResizeAnchor = {
        x: "min" | "max" | "free";
        y: "min" | "max" | "free";
    }
    Index

    Properties

    x y

    Properties

    x: "min" | "max" | "free"
    y: "min" | "max" | "free"