UNPKG

@rybos/angular2gridster

Version:

[![npm version](https://badge.fury.io/js/angular2gridster.svg)](https://badge.fury.io/js/angular2gridster)

40 lines (39 loc) 1 kB
export interface IGridsterOptions { direction?: string; lanes?: number; widthHeightRatio?: number; heightToFontSizeRatio?: number; dragAndDrop?: boolean; itemSelector?: string; resizable?: boolean; resizeHandles?: { s?: boolean; e?: boolean; n?: boolean; w?: boolean; se?: boolean; ne?: boolean; sw?: boolean; nw?: boolean; }; shrink?: boolean; floating?: boolean; responsiveView?: boolean; responsiveDebounce?: number; responsiveSizes?: boolean; responsiveToParent?: boolean; lines?: { visible?: boolean; color?: string; backgroundColor?: string; width?: number; always?: boolean; }; breakpoint?: string; minWidth?: number; useCSSTransforms?: boolean; cellHeight?: number; cellWidth?: number; tolerance?: string; responsiveOptions?: Array<IGridsterOptions>; }