Skip to content

API Reference / @gtkx/runtime / RecursiveFromVariantOptions

Type Alias: RecursiveFromVariantOptions

RecursiveFromVariantOptions = object

Defined in: packages/runtime/dist/variant.d.ts:95

FromVariantOptions with recursive unwrapping selected, typing the result accordingly.

Properties

recursive

recursive: true

Defined in: packages/runtime/dist/variant.d.ts:97

Unwraps every nested variant (v) into the value it holds, all the way down.

Released under the MPL-2.0 License.