mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added jquery mobile loader options to definition.
This commit is contained in:
Vendored
+9
-2
@@ -274,12 +274,19 @@ interface LoadPageOptions {
|
||||
type?: string;
|
||||
}
|
||||
|
||||
interface LoaderOptions {
|
||||
theme?: string;
|
||||
textVisible?: boolean;
|
||||
html?: string;
|
||||
text?: string;
|
||||
}
|
||||
|
||||
interface JQueryMobile extends JQueryMobileOptions {
|
||||
|
||||
changePage(to: any, options?: ChangePageOptions): void;
|
||||
initializePage(): void;
|
||||
loadPage(url: any, options?: LoadPageOptions): void;
|
||||
loading(command: string, options? ): void;
|
||||
loading(command: string, options?: LoaderOptions): void;
|
||||
|
||||
base;
|
||||
silentScroll(yPos: number): void;
|
||||
@@ -378,4 +385,4 @@ interface JQuery {
|
||||
|
||||
interface JQueryStatic {
|
||||
mobile: JQueryMobile;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user