@egjs/conveyer
Version:
Conveyer adds Drag gestures to your Native Scroll.
8 lines (7 loc) • 428 B
TypeScript
/**
* egjs-conveyer
* Copyright (c) 2022-present NAVER Corp.
* MIT license
*/
export declare const CONVEYER_METHODS: readonly ["update", "findElement", "findItem", "scrollBy", "scrollTo", "scrollIntoView", "setItems", "updateContainer", "updateItems", "init", "enableInput", "disableInput"];
export declare const CONVEYER_EVENTS: readonly ["reachStart", "reachEnd", "leaveStart", "leaveEnd", "beginScroll", "finishScroll"];