Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.85 KB

snappers_grid.md

File metadata and controls

51 lines (29 loc) · 1.85 KB

@interactjs / snappers/grid

Module: snappers/grid

Table of contents

Interfaces

Type Aliases

Functions

Type Aliases

GridOptions

Ƭ GridOptions: GridOptionsXY | GridOptionsTopLeft | GridOptionsBottomRight | GridOptionsWidthHeight

Defined in

snappers/grid.ts:26

Functions

default

default(grid): SnapFunction & { coordFields: (readonly ["x", "y"] | readonly ["left", "top"] | readonly ["right", "bottom"] | readonly ["width", "height"])[] ; grid: GridOptions }

Parameters

Name Type
grid GridOptions

Returns

SnapFunction & { coordFields: (readonly ["x", "y"] | readonly ["left", "top"] | readonly ["right", "bottom"] | readonly ["width", "height"])[] ; grid: GridOptions }

Defined in

snappers/grid.ts:28