2.0.32 • Published 2 years ago

@types/pgwmodal v2.0.32

Weekly downloads
32
License
MIT
Repository
github
Last release
2 years 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

2 years ago

2.0.32

2 years ago

2.0.30

2 years ago

2.0.29

4 years ago

2.0.28

4 years ago

2.0.27

9 years ago

2.0.26

9 years ago

2.0.25-alpha

9 years ago

2.0.24-alpha

9 years ago

2.0.23-alpha

9 years ago

2.0.22-alpha

9 years ago

2.0.21-alpha

9 years ago

2.0.20-alpha

9 years ago

2.0.19-alpha

9 years ago

2.0.14-alpha

9 years ago

2.0.13-alpha

9 years ago