interface GridDimensionsApi {
    getRootDimensions: (() => GridDimensions);
    resize: (() => void);
}

Hierarchy (view full)

Properties

getRootDimensions: (() => GridDimensions)

Returns the dimensions of the grid

Type declaration

resize: (() => void)

Triggers a resize of the component and recalculation of width and height.