Skip to content

API Reference / @gtkx/react / config / BUILTIN_ELEMENTS

Variable: BUILTIN_ELEMENTS

const BUILTIN_ELEMENTS: Record<string, ElementConfig>

Defined in: element-config.d.ts:9

The framework's own element configuration for the GTK types it customizes: the base props interface each generated element extends, the component that wraps it, the GObject properties left out of its generated props, and whether its GObject is created by its parent. Carries no behaviors, so importing it never reaches the GObject bindings.

Released under the MPL-2.0 License.