Viewer
    Preparing search index...

    Type Alias DraggingParameterValue

    type DraggingParameterValue = {
        objects: {
            name: string;
            restrictionId: string;
            transformation: number[];
            dragAnchorId?: string;
        }[];
    }
    Index

    Properties

    Properties

    objects: {
        name: string;
        restrictionId: string;
        transformation: number[];
        dragAnchorId?: string;
    }[]

    Type Declaration

    • name: string

      The name of the object as defined in the name filter.

    • restrictionId: string

      The id of the restriction that was used.

    • transformation: number[]

      The transformation matrix of the object after the dragging operation.

    • OptionaldragAnchorId?: string

      The id of the drag anchor that was used, if one was used.