Skip to content

InspectBlockGenerationInput

Defined in: wp-typia-project-tools/src/runtime/templates/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/templates/block-generator-service-spec.ts:113

PlanBlockInput.allowExistingDir


optional alternateRenderTargets?: string

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

PlanBlockInput.alternateRenderTargets


answers: ScaffoldAnswers

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

PlanBlockInput.answers


optional cwd?: string

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

PlanBlockInput.cwd


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

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

PlanBlockInput.dataStorageMode


optional externalLayerId?: string

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

PlanBlockInput.externalLayerId


optional externalLayerSource?: string

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

PlanBlockInput.externalLayerSource


optional externalLayerSourceLabel?: string

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

PlanBlockInput.externalLayerSourceLabel


optional noInstall?: boolean

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

PlanBlockInput.noInstall


packageManager: PackageManagerId

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

PlanBlockInput.packageManager


optional persistencePolicy?: "public" | "authenticated"

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

PlanBlockInput.persistencePolicy


projectDir: string

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

PlanBlockInput.projectDir


optional repositoryReference?: string

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

PlanBlockInput.repositoryReference


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

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

PlanBlockInput.templateId


optional variant?: string

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

PlanBlockInput.variant


optional withMigrationUi?: boolean

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

PlanBlockInput.withMigrationUi


optional queryPostType?: string

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

PlanBlockInput.queryPostType


optional withTestPreset?: boolean

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

PlanBlockInput.withTestPreset


optional withWpEnv?: boolean

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

PlanBlockInput.withWpEnv


optional wpVersion?: "7.0" | "6.9"

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

PlanBlockInput.wpVersion


optional stopAfter?: BlockGenerationToolStage

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