@types/jquery-focusable
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/jquery-focusable

Summary

This package contains type definitions for jquery-focusable (https://github.com/makeup-jquery/jquery-focusable).

Details

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

index.d.ts

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

export type Options = Partial<{
    /**
     * Find elements with tabindex equal to -1
     */
    findNegativeTabindex: boolean;

    /**
     * Find elements with tabindex greater than 0
     */
    findPositiveTabindex: true;
}>;

declare global {
    interface JQuery {
        focusable(options?: Options): JQuery;
    }
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/jquery

Credits

These definitions were written by Anderson Friaça.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/jquery-focusable

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

3.44 kB

Total Files

5

Last publish

Collaborators

  • types