Skip to content
PACKAGES

isWorkspaceProposalProjectionReleaseMaterial()

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

import { isWorkspaceProposalProjectionReleaseMaterial } from "@graphrefly/ts/solutions/work-item";
function isWorkspaceProposalProjectionReleaseMaterial(value: unknown): value is WorkspaceProposalProjectionRelease
ParameterTypeDescription
valueunknownUnknown value to check or decode.

true when the value matches the expected shape.

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

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