GraphReFlyTS

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

ParameterTypeDescription
tMessageTypet 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