Skip to content

API Reference / @gtkx/runtime / getParamSpecValueType

Variable: getParamSpecValueType

const getParamSpecValueType: (spec) => bigint

Defined in: packages/runtime/dist/param-spec.d.ts:24

Reads the GType of the values a GObject.ParamSpec describes.

Parameters

spec

object

The param spec wrapper to read.

Returns

bigint

The GType of the spec's values.

Released under the MPL-2.0 License.