getWorkspaceBlockSelectOptions
getWorkspaceBlockSelectOptions(
projectDir):object[]
Defined in: wp-typia-project-tools/src/runtime/workspace-inventory.ts:957
Return select options for the current workspace block inventory.
The description field mirrors block.typesFile, while name and value
both map to the block slug for use in interactive add flows.
Parameters
Section titled “Parameters”projectDir
Section titled “projectDir”string
Workspace root directory.
Returns
Section titled “Returns”object[]
Block options for variation-target selection.