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

Interface HeightData

src/utils.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { GridStackElement, GridStackNode, numberOrString, GridStackPosition, GridStackWidget } from './types';
7
8export interface HeightData {
9 h: number;
10 unit: string;
11}
12
13export interface DragTransform {
14 xScale: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected