API Reference / @gtkx/runtime / getParamSpecOwnerType
Variable: getParamSpecOwnerType
constgetParamSpecOwnerType: (spec) =>bigint
Defined in: packages/runtime/dist/param-spec.d.ts:31
Reads the GType a GObject.ParamSpec is installed on.
Parameters
spec
object
The param spec wrapper to read.
Returns
bigint
The owning GType, or TYPE_INVALID while the spec is not installed on any type.