Skip to content

BlockGeneratorService

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

new BlockGeneratorService(): BlockGeneratorService

BlockGeneratorService

plan(__namedParameters): Promise<PlanBlockResult>

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

PlanBlockInput

Promise<PlanBlockResult>


validate(__namedParameters): Promise<ValidateBlockResult>

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

ValidateBlockInput

Promise<ValidateBlockResult>


render(__namedParameters): Promise<RenderBlockResult>

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

RenderBlockInput

Promise<RenderBlockResult>


apply(__namedParameters): Promise<ScaffoldProjectResult>

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

ApplyBlockInput

Promise<ScaffoldProjectResult>