Skip to content

API Reference / @gtkx/codegen / ApiSymbolKind

Type Alias: ApiSymbolKind

ApiSymbolKind = "alias" | "callback" | "class" | "constant" | "element" | "enum" | "function" | "interface" | "record"

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

What an indexed symbol is: one of the GIR symbol kinds, or a JSX element.

Released under the MPL-2.0 License.