tuil
ReferencePackages@mwillbanks/tuil-testingAPI

SemanticQuery

interface exported by @mwillbanks/tuil-testing.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-testing.

export interface SemanticQuery {
  readonly name?: string | RegExp;
  readonly selected?: boolean;
  readonly checked?: boolean;
  readonly disabled?: boolean;
}

Members

MemberTypeRequiredDescriptionRelated types
namestring | RegExp | undefinedNoThe name member uses the string | RegExp | undefined contract.
selectedboolean | undefinedNoThe selected member uses the boolean | undefined contract.
checkedboolean | undefinedNoThe checked member uses the boolean | undefined contract.
disabledboolean | undefinedNoThe disabled member uses the boolean | undefined contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-testing

On this page