syncInnerBlocksTemplateModule
syncInnerBlocksTemplateModule(
options,executionOptions?):Promise<SyncInnerBlocksTemplateModuleResult>
Defined in: wp-typia-block-runtime/src/metadata-core.ts:385
Generate and write a typed InnerBlocks template module from a nesting
contract or explicit template contract.
Parameters
Section titled “Parameters”options
Section titled “options”SyncInnerBlocksTemplateModuleOptions
Nesting metadata, optional explicit templates, output path, and known-block validation settings.
executionOptions?
Section titled “executionOptions?”ArtifactSyncExecutionOptions = {}
Optional check-mode behavior for drift detection.
Returns
Section titled “Returns”Promise<SyncInnerBlocksTemplateModuleResult>
The resolved output path and sorted generated template names.