Type alias SketchConstraintMotionHandleDelta
SketchConstraintMotionHandleDelta: {
delta: [number, number];
entityId: string;
handle: string;
kind: "point";
magnitude: number;
} | {
delta: number;
entityId: string;
handle: string;
kind: "scalar";
magnitude: number;
}
Type declaration
delta: [number, number]
entityId: string
handle: string
kind: "point"
magnitude: number
Type declaration
delta: number
entityId: string
handle: string
kind: "scalar"
magnitude: number