API Reference / @gtkx/runtime / getParamSpecValueType
Variable: getParamSpecValueType
constgetParamSpecValueType: (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.