Perseus
    Preparing search index...
    PerseusInteractionElement:
        | {
            key: string;
            options: PerseusInteractionFunctionElementOptions;
            type: "function";
        }
        | {
            key: string;
            options: PerseusInteractionLabelElementOptions;
            type: "label";
        }
        | {
            key: string;
            options: PerseusInteractionLineElementOptions;
            type: "line";
        }
        | {
            key: string;
            options: PerseusInteractionMovableLineElementOptions;
            type: "movable-line";
        }
        | {
            key: string;
            options: PerseusInteractionMovablePointElementOptions;
            type: "movable-point";
        }
        | {
            key: string;
            options: PerseusInteractionParametricElementOptions;
            type: "parametric";
        }
        | {
            key: string;
            options: PerseusInteractionPointElementOptions;
            type: "point";
        }
        | {
            key: string;
            options: PerseusInteractionRectangleElementOptions;
            type: "rectangle";
        }

    Type Declaration