tuil
ReferencePackages@mwillbanks/tuil-operationsAPI

resolveOperationFeedback

function exported by @mwillbanks/tuil-operations.

View rawEdit

function

Public function exported by @mwillbanks/tuil-operations.

export function resolveOperationFeedback(
  operation: OperationSnapshot,
  now = Date.now(),
): OperationFeedback;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
operationOperationSnapshotYesSupplies the operation value as OperationSnapshot.OperationSnapshot
nowunknownNoSupplies the now value as unknown.

Returns

OperationFeedback — Returns a value that satisfies OperationFeedback.

Related types: OperationFeedback

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-operations

On this page