@jsfkit/types
    Preparing search index...

    Type Alias AdjustPoint

    Represents a point that can be adjusted in a shape. Each coordinate (x and y) can be defined as an AdjustCoordinate, which allows for flexible positioning based on the shape's dimensions and other factors.

    type AdjustPoint = {
        x: AdjustCoordinate;
        y: AdjustCoordinate;
    }
    Index

    Properties

    x y

    Properties