tuil
ReferencePackages@mwillbanks/tuil-testingAPI

SemanticSnapshot

interface exported by @mwillbanks/tuil-testing.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-testing.

export interface SemanticSnapshot {
  readonly nodes: readonly QueryableSemanticNode[];
  readonly frame: string;
}

Members

MemberTypeRequiredDescriptionRelated types
nodesreadonly QueryableSemanticNode[]YesThe nodes member uses the readonly QueryableSemanticNode[] contract.QueryableSemanticNode
framestringYesThe 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-testing

On this page