interface ISettings {
    navigatorEnabled?: boolean;
    pagingEnabled?: boolean;
    preserveViewport?: boolean;
}
