SyncBlockMetadataExecutionOptions
Defined in: wp-typia-block-runtime/src/metadata-core.ts:92
Optional execution flags that control how warnings affect the final report status.
Extends
Section titled “Extends”Properties
Section titled “Properties”check?
Section titled “check?”
optionalcheck?:boolean
Defined in: wp-typia-block-runtime/src/metadata-core.ts:46
Verify that generated artifacts are already current without rewriting them.
Inherited from
Section titled “Inherited from”ArtifactSyncExecutionOptions.check
failOnLossy?
Section titled “failOnLossy?”
optionalfailOnLossy?:boolean
Defined in: wp-typia-block-runtime/src/metadata-core.ts:95
Promote lossy WordPress projection warnings to error status.
failOnPhpWarnings?
Section titled “failOnPhpWarnings?”
optionalfailOnPhpWarnings?:boolean
Defined in: wp-typia-block-runtime/src/metadata-core.ts:97
Promote PHP validator coverage warnings to error status.
strict?
Section titled “strict?”
optionalstrict?:boolean
Defined in: wp-typia-block-runtime/src/metadata-core.ts:104
Promote all warnings to error status.
When true, this behaves like setting both failOnLossy and
failOnPhpWarnings to true.