@jsfkit/types
    Preparing search index...

    Type Alias GuidePoint

    Guide point for custom shape geometry.

    Defines a named calculation point that can be referenced in shape paths and used to create parameterized, adjustable geometry.

    type GuidePoint = {
        fmla: string;
        name: string;
    }
    Index

    Properties

    Properties

    fmla: string

    Formula expression defining the guide point's value (e.g., "val 50000" for a constant value).

    name: string

    Name identifier for this guide point, used to reference it in formulas and paths.