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

    Interface LayoutDragged<TPose>

    interface LayoutDragged<TPose> {
        id: string;
        originPose: TPose;
        pose: TPose;
        sourceContainerId: string | null;
    }

    Type Parameters

    • TPose
    Index

    Properties

    id: string
    originPose: TPose

    The pose the dragged child currently has (pre-drop).

    pose: TPose

    The pose the gesture proposes (pointer-driven, pre-snap).

    sourceContainerId: string | null