GraphReFlyTS

API Reference

isWorkspaceProposalProjectionReleaseMaterial()

Validate D472 projection release material before a projector treats it as a bounded current-view retention hint.

Import

import { isWorkspaceProposalProjectionReleaseMaterial } from "@graphrefly/ts/solutions/work-item";

Signature

function isWorkspaceProposalProjectionReleaseMaterial(value: unknown): value is WorkspaceProposalProjectionRelease

Parameters

ParameterTypeDescription
valueunknownUnknown value to check or decode.

Returns

true when the value matches the expected shape.

Example

import { isWorkspaceProposalProjectionReleaseMaterial } from "@graphrefly/ts/solutions/work-item";

Source

packages/ts/src/solutions/work-item/workspace-family-applications.ts