Skip to content

API Reference / @gtkx/codegen / mergeOmittedProps

Variable: mergeOmittedProps ​

const mergeOmittedProps: (...maps) => OmittedProps

Defined in: codegen/dist/store/jsx/omitted-props.d.ts:6

Merges omitted-prop maps keyed by GLib type name, concatenating the names each map contributes.

Parameters ​

maps ​

...OmittedProps[]

Returns ​

OmittedProps

Released under the MPL-2.0 License.