isWorkspaceProposalProjectionReleaseMaterial()
Validate D472 projection release material before a projector treats it as a bounded current-view retention hint.
Import
Section titled “Import”import { isWorkspaceProposalProjectionReleaseMaterial } from "@graphrefly/ts/solutions/work-item";Signature
Section titled “Signature”function isWorkspaceProposalProjectionReleaseMaterial(value: unknown): value is WorkspaceProposalProjectionReleaseParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
value | unknown | Unknown value to check or decode. |
Returns
Section titled “Returns”true when the value matches the expected shape.
Example
Section titled “Example”import { isWorkspaceProposalProjectionReleaseMaterial } from "@graphrefly/ts/solutions/work-item";Source
Section titled “Source”packages/ts/src/solutions/work-item/workspace-family-applications.ts