isPauseBufferedTier()
The pause buffer holds the settle slice only: value-tier DATA/RESOLVED plus INVALIDATE.
Import
Section titled “Import”import { isPauseBufferedTier } from "@graphrefly/ts/core";Signature
Section titled “Signature”function isPauseBufferedTier(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 { isPauseBufferedTier } from "@graphrefly/ts/core";Source
Section titled “Source”packages/ts/src/protocol/messages.ts