ObjectEntry
Import from @varavel/vdl-plugin-sdk.
ObjectEntry exposes the generated runtime helpers for ObjectEntry.
Type Declaration
| Name | Type | Description |
|---|---|---|
hydrate() |
(input) => ObjectEntry |
Hydrates a validated ObjectEntry value into its runtime representation. |
parse() |
(json) => ObjectEntry |
Parses a JSON string into a validated and hydrated ObjectEntry value. |
validate() |
(input, path?) => string | null |
Performs structural validation for ObjectEntry (required field presence and basic type shape only); it does not enforce business rules. |