Skip to content

InspectBlockGenerationInput

Defined in: wp-typia-project-tools/src/runtime/block-generator-tool-contract.ts:49

Input for the staged, non-mutating block generation inspection entrypoint.

Extends PlanBlockInput with an optional stopAfter selector so callers can stop at plan, validate, or continue through the full render preview.

optional allowExistingDir?: boolean

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:105

PlanBlockInput.allowExistingDir


optional alternateRenderTargets?: string

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:106

PlanBlockInput.alternateRenderTargets


answers: ScaffoldAnswers

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:107

PlanBlockInput.answers


optional cwd?: string

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:108

PlanBlockInput.cwd


optional dataStorageMode?: "custom-table" | "post-meta"

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:109

PlanBlockInput.dataStorageMode


optional externalLayerId?: string

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:110

PlanBlockInput.externalLayerId


optional externalLayerSource?: string

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:111

PlanBlockInput.externalLayerSource


optional externalLayerSourceLabel?: string

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:112

PlanBlockInput.externalLayerSourceLabel


optional noInstall?: boolean

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:113

PlanBlockInput.noInstall


packageManager: PackageManagerId

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:114

PlanBlockInput.packageManager


optional persistencePolicy?: "authenticated" | "public"

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:115

PlanBlockInput.persistencePolicy


projectDir: string

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:116

PlanBlockInput.projectDir


optional repositoryReference?: string

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:117

PlanBlockInput.repositoryReference


templateId: "interactivity" | "basic" | "persistence" | "compound" | "query-loop"

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:118

PlanBlockInput.templateId


optional variant?: string

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:119

PlanBlockInput.variant


optional withMigrationUi?: boolean

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:120

PlanBlockInput.withMigrationUi


optional queryPostType?: string

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:121

PlanBlockInput.queryPostType


optional withTestPreset?: boolean

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:122

PlanBlockInput.withTestPreset


optional withWpEnv?: boolean

Defined in: wp-typia-project-tools/src/runtime/block-generator-service-spec.ts:123

PlanBlockInput.withWpEnv


optional stopAfter?: BlockGenerationToolStage

Defined in: wp-typia-project-tools/src/runtime/block-generator-tool-contract.ts:50