Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "node_modules/@types/testing-library__dom/queries.d"

Index

Type aliases

AllByBoundAttribute

AllByBoundAttribute: function

Type declaration

AllByRole

AllByRole: function

Type declaration

AllByText

AllByText: function

Type declaration

FindAllByBoundAttribute

FindAllByBoundAttribute: function

Type declaration

FindAllByRole

FindAllByRole: function

Type declaration

FindAllByText

FindAllByText: function

Type declaration

FindByBoundAttribute

FindByBoundAttribute: function

Type declaration

FindByRole

FindByRole: function

Type declaration

FindByText

FindByText: function

Type declaration

GetByBoundAttribute

GetByBoundAttribute: function

Type declaration

GetByRole

GetByRole: function

Type declaration

GetByText

GetByText: function

Type declaration

QueryByBoundAttribute

QueryByBoundAttribute: function

Type declaration

QueryByRole

QueryByRole: function

Type declaration

QueryByText

QueryByText: function

Type declaration

Variables

Const findAllByAltText

findAllByAltText: FindAllByBoundAttribute

Const findAllByDisplayValue

findAllByDisplayValue: FindAllByBoundAttribute

Const findAllByLabelText

findAllByLabelText: FindAllByText

Const findAllByPlaceholderText

findAllByPlaceholderText: FindAllByBoundAttribute

Const findAllByRole

findAllByRole: FindAllByRole

Const findAllByTestId

findAllByTestId: FindAllByBoundAttribute

Const findAllByText

findAllByText: FindAllByText

Const findAllByTitle

findAllByTitle: FindAllByBoundAttribute

Const findByAltText

findByAltText: FindByBoundAttribute

Const findByDisplayValue

findByDisplayValue: FindByBoundAttribute

Const findByLabelText

findByLabelText: FindByText

Const findByPlaceholderText

findByPlaceholderText: FindByBoundAttribute

Const findByRole

findByRole: FindByRole

Const findByTestId

findByTestId: FindByBoundAttribute

Const findByText

findByText: FindByText

Const findByTitle

Const getAllByAltText

getAllByAltText: AllByBoundAttribute

Const getAllByDisplayValue

getAllByDisplayValue: AllByBoundAttribute

Const getAllByLabelText

getAllByLabelText: AllByText

Const getAllByPlaceholderText

getAllByPlaceholderText: AllByBoundAttribute

Const getAllByRole

getAllByRole: AllByRole

Const getAllByTestId

getAllByTestId: AllByBoundAttribute

Const getAllByText

getAllByText: AllByText

Const getAllByTitle

getAllByTitle: AllByBoundAttribute

Const getByAltText

getByAltText: GetByBoundAttribute

Const getByDisplayValue

getByDisplayValue: GetByBoundAttribute

Const getByLabelText

getByLabelText: GetByText

Const getByPlaceholderText

getByPlaceholderText: GetByBoundAttribute

Const getByRole

getByRole: GetByRole

Const getByTestId

getByTestId: GetByBoundAttribute

Const getByText

getByText: GetByText

Const getByTitle

Const queryAllByAltText

queryAllByAltText: AllByBoundAttribute

Const queryAllByDisplayValue

queryAllByDisplayValue: AllByBoundAttribute

Const queryAllByLabelText

queryAllByLabelText: AllByText

Const queryAllByPlaceholderText

queryAllByPlaceholderText: AllByBoundAttribute

Const queryAllByRole

queryAllByRole: AllByRole

Const queryAllByTestId

queryAllByTestId: AllByBoundAttribute

Const queryAllByText

queryAllByText: AllByText

Const queryAllByTitle

queryAllByTitle: AllByBoundAttribute

Const queryByAltText

queryByAltText: QueryByBoundAttribute

Const queryByDisplayValue

queryByDisplayValue: QueryByBoundAttribute

Const queryByLabelText

queryByLabelText: QueryByText

Const queryByPlaceholderText

queryByPlaceholderText: QueryByBoundAttribute

Const queryByRole

queryByRole: QueryByRole

Const queryByTestId

queryByTestId: QueryByBoundAttribute

Const queryByText

queryByText: QueryByText

Const queryByTitle

queryByTitle: QueryByBoundAttribute

Generated using TypeDoc