Type alias SketchConstraintEntityStatus

SketchConstraintEntityStatus: {
    componentId: string;
    componentStatus: SketchConstraintComponentSolveStatus;
    entityId: string;
    grounded: boolean;
    remainingDegreesOfFreedom: number;
    rigidBodyDegreesOfFreedom: number;
    status: SketchConstraintSolveStatus;
    totalDegreesOfFreedom: number;
}

Type declaration