1.4.9 • Published 6 months ago

@types/tether v1.4.9

Weekly downloads
16,964
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/tether

Summary

This package contains type definitions for Tether (https://github.com/shipshapecode/tether).

Details

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

index.d.ts

// Type definitions for Tether v1.4
// Project: https://github.com/shipshapecode/tether
// Definitions by: Adi Dahiya <https://github.com/adidahiya>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

export = Tether;
export as namespace Tether;

// global Tether constructor
declare class Tether {
    constructor(options: Tether.ITetherOptions);

    public setOptions(options: Tether.ITetherOptions): void;
    public disable(): void;
    public enable(): void;
    public destroy(): void;
    public position(): void;

    public static position(): void;
}

declare namespace Tether {
    interface ITetherOptions {
        attachment: string;
        bodyElement?: HTMLElement | undefined;
        classes?: {[className: string]: boolean | string} | undefined;
        classPrefix?: string | undefined;
        constraints?: ITetherConstraint[] | undefined;
        element?: HTMLElement | string | any | undefined /* JQuery */;
        enabled?: boolean | undefined;
        offset?: string | undefined;
        optimizations?: any;
        target?: HTMLElement | string | any | undefined /* JQuery */;
        targetAttachment?: string | undefined;
        targetOffset?: string | undefined;
        targetModifier?: string | undefined;
    }

    interface ITetherConstraint {
        attachment?: string | undefined;
        outOfBoundsClass?: string | undefined;
        pin?: boolean | string[] | undefined;
        pinnedClass?: string | undefined;
        to?: string | HTMLElement | number[] | undefined;
    }
}

Additional Details

  • Last updated: Fri, 02 Jul 2021 21:32:19 GMT
  • Dependencies: none
  • Global values: Tether

Credits

These definitions were written by Adi Dahiya.

1.4.9

6 months ago

1.4.8

7 months ago

1.4.7

8 months ago

1.4.6

3 years ago

1.4.5

4 years ago

1.4.4

6 years ago

1.4.3

7 years ago

1.4.2

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.1.27

8 years ago

1.1.26

8 years ago

1.1.25-alpha

8 years ago

1.1.24-alpha

8 years ago

1.1.23-alpha

8 years ago

1.1.22-alpha

8 years ago

1.1.21-alpha

8 years ago

1.1.20-alpha

8 years ago

1.1.19-alpha

8 years ago

1.1.14-alpha

8 years ago

1.1.13-alpha

8 years ago