GraphReFlyTS

API Reference

isPauseBufferedTier()

The pause buffer holds the settle slice only: value-tier DATA/RESOLVED plus INVALIDATE.

Import

import { isPauseBufferedTier } from "@graphrefly/ts/core";

Signature

function isPauseBufferedTier(t: MessageType): boolean

Parameters

ParameterTypeDescription
tMessageTypet value used by the helper.

Returns

true when the value matches the expected shape.

Example

import { isPauseBufferedTier } from "@graphrefly/ts/core";

Source

packages/ts/src/protocol/messages.ts