Transfer scope

Generated by website/scripts/generate-api.ts from packages/gridla/src. Do not edit by hand; run bun run generate in website/.

Move items between providers. Wrap several GridProviders in a GridTransferScope; the pointer decides the target and the provider callbacks report the transfer.

import { GridTransferScope } from 'gridla/qwik'
ExportKindSummary
GridTransferScopefunctionLets items move between every GridProvider rendered inside it.

Functions

GridTransferScope

function ยท qwik/transfer.tsx:13

Lets items move between every GridProvider rendered inside it. The pointer decides the target: the deepest registered canvas under the pointer that accepts the item previews the drop; releasing there commits it. The underlying TransferScope from gridla/interaction is created on the client by the first provider that mounts.

export const GridTransferScope: Component<unknown>