SemanticSnapshot
interface exported by @mwillbanks/tuil-testing.
interface
Public interface exported by @mwillbanks/tuil-testing.
export interface SemanticSnapshot {
readonly nodes: readonly QueryableSemanticNode[];
readonly frame: string;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
nodes | readonly QueryableSemanticNode[] | Yes | The nodes member uses the readonly QueryableSemanticNode[] contract. | QueryableSemanticNode |
frame | string | Yes | The frame member uses the string 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
Source
View the secondary source reference