SemanticQuery
interface exported by @mwillbanks/tuil-testing.
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
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
name | string | RegExp | undefined | No | The name member uses the string | RegExp | undefined contract. | — |
selected | boolean | undefined | No | The selected member uses the boolean | undefined contract. | — |
checked | boolean | undefined | No | The checked member uses the boolean | undefined contract. | — |
disabled | boolean | undefined | No | The 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.
Related types
No package-local related types.
Source
View the secondary source reference