ShuffleReferenceFunctions

supportsDrag

Function: supportsDrag()

function supportsDrag(node: Node | undefined): boolean;

Defined in: schema.ts:163

Returns true if the provided node’s type supports drag behaviors.

Parameters

node

Node | undefined

Returns

boolean

On this page