1.4.34 • Published 3 months ago

@types/jquery-galleria v1.4.34

Weekly downloads
1
License
MIT
Repository
github
Last release
3 months ago

Installation

npm install --save @types/jquery-galleria

Summary

This package contains type definitions for galleria.js (https://github.com/aino/galleria).

Details

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

index.d.ts

// Type definitions for galleria.js v1.4.2
// Project: https://github.com/aino/galleria
// Definitions by: Robert Imig <https://github.com/rimig>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare namespace GalleriaJS {

    interface GalleriaOptions {
        dataSource: GalleriaEntry[];
        autoplay?: boolean | undefined;
        lightbox?: boolean | undefined;
    }

    interface GalleriaEntry {
        image?: string | undefined;
        thumbnail?: string | undefined;
        title?: string | undefined;
        description?: string | undefined;
    }

    interface GalleriaFactory {
        run(): GalleriaFactory;
        run(selector: String): GalleriaFactory;
        run(selector: String, options: GalleriaOptions): GalleriaFactory;

        loadTheme(url : String): GalleriaFactory;
        configure(options: GalleriaOptions): GalleriaFactory;

        ready( method: () => any): void;

        refreshImage(): GalleriaFactory;
        resize(): GalleriaFactory;
        load( data: GalleriaEntry[]): GalleriaFactory;
        setOptions( options: GalleriaOptions): GalleriaFactory;
    }

}

declare var Galleria: GalleriaJS.GalleriaFactory;

Additional Details

  • Last updated: Thu, 08 Jul 2021 16:22:27 GMT
  • Dependencies: none
  • Global values: Galleria

Credits

These definitions were written by Robert Imig.

1.4.34

3 months ago

1.4.31

8 months ago

1.4.33

6 months ago

1.4.32

7 months ago

1.4.30

3 years ago

1.4.29

4 years ago

1.4.28

8 years ago

1.4.27

8 years ago

1.4.26-alpha

8 years ago

1.4.25-alpha

8 years ago

1.4.24-alpha

8 years ago

1.4.23-alpha

8 years ago

1.4.22-alpha

8 years ago

1.4.21-alpha

8 years ago

1.4.20-alpha

8 years ago

1.4.15-alpha

8 years ago

1.4.14-alpha

8 years ago