ShowHandler
A function that will be called when the drop indicator should be shown.
type ShowHandler = (options: ShowHandlerOptions) => void;
§Type
§
(options: ShowHandlerOptions) => void
[src]A function that will be called when the drop indicator should be shown.