UNPKG
@tots/ngx-drag-scroll
Version:
latest (15.0.0)
15.0.0
Lightweight drag to scroll library for Angular
github.com/bfwg/ngx-drag-scroll
bfwg/ngx-drag-scroll
@tots/ngx-drag-scroll
/
lib
/
interface
/
drag-scroll-option.d.ts
9 lines
(8 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
DragScrollOption
{
disabled
:
boolean
;
snapDisabled
:
boolean
;
scrollbarHidden
:
boolean
;
yDisabled
:
boolean
;
xDisabled
:
boolean
;
nav
:
boolean
; }