MCPcopy Index your code
hub / github.com/gridstack/gridstack.js / DDResizableHandleOpt

Interface DDResizableHandleOpt

src/dd-resizable-handle.ts:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { GridItemHTMLElement } from './gridstack';
8
9export interface DDResizableHandleOpt {
10 element?: string | HTMLElement;
11 start?: (event: MouseEvent) => void;
12 move?: (event: MouseEvent) => void;
13 stop?: (event: MouseEvent) => void;
14}
15
16export class DDResizableHandle {
17 /** @internal */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected