tuil
ReferencePackages@mwillbanks/tuil-devtoolsAPI

DevtoolsActionHistorySnapshot

interface exported by @mwillbanks/tuil-devtools.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-devtools.

export interface DevtoolsActionHistorySnapshot {
  readonly records: readonly DevtoolsActionRecord[];
  readonly limit: number;
  readonly dropped: number;
  readonly truncated: boolean;
}

Members

MemberTypeRequiredDescriptionRelated types
recordsreadonly DevtoolsActionRecord[]YesThe records member uses the readonly DevtoolsActionRecord[] contract.DevtoolsActionRecord
limitnumberYesThe limit member uses the number contract.
droppednumberYesThe dropped member uses the number contract.
truncatedbooleanYesThe truncated member uses the boolean 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-devtools

On this page