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

Interface GridHTMLElement

src/gridstack.ts:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41export * from './dd-base-impl';
42
43export interface GridHTMLElement extends HTMLElement {
44 gridstack?: GridStack; // grid's parent DOM element points back to grid class
45}
46/** list of possible events, or space separated list of them */
47export type GridStackEvent = 'added' | 'change' | 'disable' | 'drag' | 'dragstart' | 'dragstop' | 'dropped' |
48 'enable' | 'removed' | 'resize' | 'resizestart' | 'resizestop' | 'resizecontent';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected