Skip to content

API Reference / @gtkx/runtime / FromVariantOptions

Type Alias: FromVariantOptions

FromVariantOptions = object

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

Options fromVariant reads.

Properties

recursive?

optional recursive?: boolean

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

Whether to unwrap every nested variant (v) into the value it holds, all the way down, instead of handing back the GLib.Variant itself. Discards the type information those variants carry.

Released under the MPL-2.0 License.