Skip to content

API Reference / @gtkx/runtime / ConstructBindings

Type Alias: ConstructBindings

ConstructBindings = Record<string, ConstructBinding>

Defined in: packages/runtime/dist/object.d.ts:9

The construct properties a wrapper class accepts, keyed by the camelCased name callers give them.

Released under the MPL-2.0 License.