# @types/selectables

> TypeScript definitions for selectables

Latest version **1.4.3** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/selectables
pnpm add @types/selectables
yarn add @types/selectables
bun add @types/selectables
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.4.3 |
| Published | 2023-11-07 |
| First published | 2017-10-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51439 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/selectables
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selectables
- npm.io page: https://npm.io/package/@types/selectables

## Recent versions

- 1.4.3 (latest) — 2023-11-07
- 1.4.1 (ts3.6) — 2021-07-06
- 1.4.0 (ts2.0) — 2017-10-19
- 1.4.2 — 2023-10-18

## README

# Installation
> `npm install --save @types/selectables`

# Summary
This package contains type definitions for selectables (https://github.com/p34eu/Selectables#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selectables.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selectables/index.d.ts)
````ts
export = Selectables;

declare class Selectables {
    options: Selectables.Options;

    constructor(options?: Selectables.Options);

    enable(): void;

    disable(): void;
}

declare namespace Selectables {
    interface Options {
        zone?: string | undefined;
        elements?: string | undefined;
        selectedClass?: string | undefined;
        key?: string | boolean | undefined;
        moreUsing?: string | undefined;
        enabled?: boolean | undefined;

        start?(e: Event): void;

        stop?(e: Event): void;

        onSelect?(el: Element): void;

        onDeselect?(el: Element): void;
    }
}

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
 * Dependencies: none

# Credits
These definitions were written by [Soner Köksal](https://github.com/renjfk).

---
_Source: https://npm.io/package/@types/selectables · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
