Skip to content

API Reference / @gtkx/codegen / ApiNamespaceSummary

Type Alias: ApiNamespaceSummary

ApiNamespaceSummary = object

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

How much of one namespace the reference indexes.

Properties

elements

elements: number

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

How many JSX elements the namespace contributes.


importPath

importPath: string

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

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


name

name: string

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

GIR namespace name, such as "Gtk".


symbols

symbols: number

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

How many symbols other than JSX elements the namespace contributes.

Released under the MPL-2.0 License.