Skip to content

API Reference / @gtkx/runtime / getParamSpecFlags

Variable: getParamSpecFlags

const getParamSpecFlags: (spec) => number

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

Reads the GParamFlags bitfield of a GObject.ParamSpec.

Parameters

spec

object

The param spec wrapper to read.

Returns

number

The spec's flags.

Released under the MPL-2.0 License.