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