2.0.32 • Published 6 months ago

@types/pgwmodal v2.0.32

Weekly downloads
32
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/pgwmodal

Summary

This package contains type definitions for PgwModal (http://pgwjs.com/pgwmodal/).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pgwmodal.

index.d.ts

// Type definitions for PgwModal 2.0
// Project: http://pgwjs.com/pgwmodal/
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

interface PgwModalOption {
    content?: string | undefined;
    target?: string | undefined;
    url?: string | undefined;
    title?: string | undefined;
    titleBar?: boolean | undefined;
    mainClassName?: string | undefined;
    backdropClassName?: string | undefined;
    maxWidth?: number | undefined;
    angular?: boolean | undefined;
    modalData?: any;
    ajaxOptions?: any;
    closable?: boolean | undefined;
    closeContent?: string | undefined;
    closeOnEscape?: boolean | undefined;
    closeOnBackgroundClick?: boolean | undefined;
    loadingContent?: string | undefined;
    errorContent?: string | undefined;
    pushContent?: string | undefined;
}

interface PgwModalMethod {
    (option: PgwModalOption): boolean;
    (action: string): any;
    (action: "close"): boolean;
    (action: "reposition"): boolean;
    (action: "getData"): any;
    (action: "isOpen"): boolean;
}

interface ZeptoStatic {
    pgwModal: PgwModalMethod;
}


interface JQueryStatic {
    pgwModal: PgwModalMethod;
}

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:35:17 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

2.0.31

7 months ago

2.0.32

6 months ago

2.0.30

8 months ago

2.0.29

2 years ago

2.0.28

3 years ago

2.0.27

8 years ago

2.0.26

8 years ago

2.0.25-alpha

8 years ago

2.0.24-alpha

8 years ago

2.0.23-alpha

8 years ago

2.0.22-alpha

8 years ago

2.0.21-alpha

8 years ago

2.0.20-alpha

8 years ago

2.0.19-alpha

8 years ago

2.0.14-alpha

8 years ago

2.0.13-alpha

8 years ago