UNPKG

@syncfusion/ej2-navigations

Version:

A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another

16 lines (13 loc) 634 B
import { Touch, ScrollEventArgs, TouchEventArgs, Component, EventHandler, selectAll, getUniqueID } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, Property, Browser, detach } from '@syncfusion/ej2-base';import { classList, SwipeEventArgs, isNullOrUndefined} from '@syncfusion/ej2-base'; import {ComponentModel} from '@syncfusion/ej2-base'; /** * Interface for a class HScroll */ export interface HScrollModel extends ComponentModel{ /** * Specifies the left or right scrolling distance of the horizontal scrollbar moving. * * @default null */ scrollStep?: number; }