1.0.34 • Published 1 year ago

@types/jquery.jnotify v1.0.34

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Installation

npm install --save @types/jquery.jnotify

Summary

This package contains type definitions for jQuery.jNotify (http://jnotify.codeplex.com).

Details

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

index.d.ts

// Type definitions for jQuery.jNotify 1.0
// Project: http://jnotify.codeplex.com
// Definitions by: James Curran <https://github.com/jamescurran>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
// Project by: Fabio Franzini

/// <reference types="jquery"/>

interface JNotifyInitOptions {
    oneAtTime?: boolean | undefined;
    appendType?: string | undefined;
}

interface JNotifyOptions {
    text?: string | undefined;
    type?: string | undefined;
    showIcon?: boolean | undefined;
    permanent?: boolean | undefined;
    disappearTime?: number | undefined;
}

interface JQuery {
    jnotifyInizialize(options?: JNotifyInitOptions);
    jnotifyAddMessage(options?: JNotifyOptions);
}

Additional Details

  • Last updated: Thu, 08 Jul 2021 16:22:37 GMT
  • Dependencies: @types/jquery
  • Global values: none

Credits

These definitions were written by James Curran.

1.0.34

1 year ago

1.0.33

2 years ago

1.0.32

2 years ago

1.0.31

4 years ago

1.0.30

8 years ago

1.0.29

8 years ago

1.0.28

9 years ago

1.0.27

9 years ago

1.0.26-alpha

9 years ago

1.0.25-alpha

9 years ago

1.0.24-alpha

9 years ago

1.0.23-alpha

9 years ago

1.0.22-alpha

9 years ago

1.0.21-alpha

9 years ago

1.0.20-alpha

9 years ago

1.0.15-alpha

9 years ago

1.0.14-alpha

9 years ago