Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DropIndicatorPluginOptions

interface DropIndicatorPluginOptions {
onHide?: VoidFunction;
onShow?: ShowHandler;
}

§Properties

§

A callback that is called when the dragover event is fired. You can return false to disable the current drop point and thus hide the drop indicator.

§
onHide?: VoidFunction
[src]

A callback that is called when the drop indicator should be hidden.

§

A callback that is called when the drop indicator should be shown.