weasel API - v0.8.0
    Preparing search index...

    Interface UseResizePolicyOptions<TPose>

    interface UseResizePolicyOptions<TPose> {
        constraints?: TPose extends ResizePose
            ? BoundsConstraint<TPose>[]
            : never[];
        expandIds?: (ids: string[]) => string[];
        pointSnap?: TPose extends ResizePose ? PointSnapBehavior<TPose>[] : never[];
        projection?: PoseProjection<TPose>;
    }

    Type Parameters

    • TPose
    Index

    Properties

    constraints?: TPose extends ResizePose ? BoundsConstraint<TPose>[] : never[]
    expandIds?: (ids: string[]) => string[]
    pointSnap?: TPose extends ResizePose ? PointSnapBehavior<TPose>[] : never[]
    projection?: PoseProjection<TPose>