ManifestWpMetadata
Defined in: wp-typia-block-runtime/src/migration-types.ts:45
Properties
Section titled “Properties”defaultValue?
Section titled “defaultValue?”
optionaldefaultValue?:JsonValue
Defined in: wp-typia-block-runtime/src/migration-types.ts:46
optionalenum?:JsonValue[] |null
Defined in: wp-typia-block-runtime/src/migration-types.ts:47
hasDefault?
Section titled “hasDefault?”
optionalhasDefault?:boolean
Defined in: wp-typia-block-runtime/src/migration-types.ts:48
preserveOnEmpty?
Section titled “preserveOnEmpty?”
optionalpreserveOnEmpty?:boolean
Defined in: wp-typia-block-runtime/src/migration-types.ts:53
Indicates blank or empty secret submissions should preserve any stored value instead of clearing it.
selector?
Section titled “selector?”
optionalselector?:string|null
Defined in: wp-typia-block-runtime/src/migration-types.ts:54
secret?
Section titled “secret?”
optionalsecret?:boolean
Defined in: wp-typia-block-runtime/src/migration-types.ts:60
Marks a field as containing sensitive data such as an API key or token.
Secret fields are normally paired with writeOnly and excluded from
response contracts.
secretStateField?
Section titled “secretStateField?”
optionalsecretStateField?:string|null
Defined in: wp-typia-block-runtime/src/migration-types.ts:65
Optional companion response field that exposes masked state for a secret,
for example hasApiKey, without returning the raw value.
source?
Section titled “source?”
optionalsource?:"html"|"text"|"rich-text"|null
Defined in: wp-typia-block-runtime/src/migration-types.ts:66
optionaltype?:string|null
Defined in: wp-typia-block-runtime/src/migration-types.ts:67
writeOnly?
Section titled “writeOnly?”
optionalwriteOnly?:boolean
Defined in: wp-typia-block-runtime/src/migration-types.ts:73
Marks a field as accepted in writes but not returned to clients. When
combined with secret, generated schemas describe the field as sensitive
and write-only.