Skip to content

API Reference / @gtkx/codegen / ApiNamespaceSummary

Type Alias: ApiNamespaceSummary

ApiNamespaceSummary = object

Defined in: codegen/dist/docs/api-reference.d.ts:43

How much of one namespace the reference indexes.

Properties

elements

elements: number

Defined in: codegen/dist/docs/api-reference.d.ts:51

How many JSX elements the namespace contributes.


importPath

importPath: string

Defined in: codegen/dist/docs/api-reference.d.ts:47

The @gtkx/gi subpath the namespace's symbols are imported from.


name

name: string

Defined in: codegen/dist/docs/api-reference.d.ts:45

GIR namespace name, such as "Gtk".


symbols

symbols: number

Defined in: codegen/dist/docs/api-reference.d.ts:49

How many symbols other than JSX elements the namespace contributes.

Released under the MPL-2.0 License.