value-provider
Contains utility types and functions for handling value providers, which can be either direct values or functions that return values.
Functions
Section titled “Functions”| Function | Description |
|---|---|
| resolveValue | Resolves a value from a value provider, which can be either a direct value or a function that returns a value. |
| Type | Description |
|---|---|
| ValueProvider | Value provider that can either be a direct value of type Value or a function that returns a value of type Value. |