@types/chai-jquery

  • Version 1.1.43
  • Published
  • 122 kB
  • 2 dependencies
  • MIT license

Install

npm i @types/chai-jquery
yarn add @types/chai-jquery
pnpm add @types/chai-jquery

Overview

TypeScript definitions for chai-jquery

Index

Namespaces

namespace Chai

namespace Chai {}

    interface Assertion

    interface Assertion {}

      method attr

      attr: (name: string, value?: string) => Assertion;

        method checked

        checked: () => Assertion;

          method class

          class: (className: string) => Assertion;

            method css

            css: (name: string, value?: string) => Assertion;

              method data

              data: (name: string, value?: string) => Assertion;

                method descendants

                descendants: (selector: string) => Assertion;

                  method disabled

                  disabled: () => Assertion;

                    method enabled

                    enabled: () => Assertion;

                      method hidden

                      hidden: () => Assertion;

                        method html

                        html: (html: string) => Assertion;

                          method id

                          id: (id: string) => Assertion;

                            method prop

                            prop: (name: string, value?: any) => Assertion;

                              method selected

                              selected: () => Assertion;

                                method text

                                text: (text: string) => Assertion;

                                  method value

                                  value: (text: string) => Assertion;

                                    method visible

                                    visible: () => Assertion;

                                      call signature

                                      (selector: string): Assertion;

                                        interface Match

                                        interface Match {}

                                          call signature

                                          (selector: string): Assertion;

                                            Package Files (1)

                                            Dependencies (2)

                                            Dev Dependencies (0)

                                            No dev dependencies.

                                            Peer Dependencies (0)

                                            No peer dependencies.

                                            Badge

                                            To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                                            You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/chai-jquery.

                                            • Markdown
                                              [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@types/chai-jquery)
                                            • HTML
                                              <a href="https://www.jsdocs.io/package/@types/chai-jquery"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>