API Reference
isDeferredTier()
Value and above are deferred inside a batch (DATA/RESOLVED/INVALIDATE/terminal/teardown).
Import
import { isDeferredTier } from "@graphrefly/ts/core";
Signature
function isDeferredTier(t: MessageType): boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
t | MessageType | t value used by the helper. |
Returns
true when the value matches the expected shape.
Example
import { isDeferredTier } from "@graphrefly/ts/core";
Source
packages/ts/src/protocol/messages.ts