Skip to content

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.

string

Workspace root directory.

Promise<WorkspaceBlockSelectOption[]>

Block options for variation-target selection.