getWorkspaceBlockSelectOptionsAsync
getWorkspaceBlockSelectOptionsAsync(
projectDir):Promise<WorkspaceBlockSelectOption[]>
Defined in: wp-typia-project-tools/src/runtime/workspace-inventory-read.ts:119
Asynchronously return select options for the current workspace block inventory.
The returned option shape matches getWorkspaceBlockSelectOptions() while
avoiding synchronous inventory reads in interactive or async command paths.
Parameters
Section titled “Parameters”projectDir
Section titled “projectDir”string
Workspace root directory.
Returns
Section titled “Returns”Promise<WorkspaceBlockSelectOption[]>
Block options for variation-target selection.