@nativescript-community/ui-pager-indicator
Version:
A NativeScript Indicator for Pager / Carousel /CollectionView
15 lines (14 loc) • 695 B
TypeScript
import { PagerIndicatorBase } from './index.common';
export * from './index.common';
export declare class PagerIndicator extends PagerIndicatorBase {
nativeViewProtected: CHIBasePageControl;
createNativeView(): CHIPageControlAleppo | CHIPageControlChimayo | CHIPageControlPuya | CHIPageControlJalapeno | CHIPageControlJaloro | CHIPageControlAji;
initNativeView(): void;
setProgress(position: number, progress: number): void;
getCount(): number;
getSelection(): number;
setInteractiveAnimation(animated?: boolean): void;
setSelection(progress: number, animated?: boolean): void;
setCount(count: number): void;
withoutAnimation(callback: Function): void;
}