Experimental: this API is experimental and might be changed or removed in the future.

StackNode.CanAcceptDrop

public bool CanAcceptDrop(List<ISelectable> selection);

Parameters

selection "The selected GraphElements to be checked.

Returns

bool Returns true if this StackNode accepts the current drop event. Returns false otherwise.

Description

Indicates whether this StackNode accepts the current drop event.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答