Skip to content

API Reference / @gtkx/native / RegisterClassOptions

Interface: RegisterClassOptions

Defined in: index.d.ts:135

Optional configuration for registerClass: vfunc overrides and implemented interfaces.

Properties

interfaces?

optional interfaces?: RegisterClassInterface[]

Defined in: index.d.ts:139

Interfaces the class implements, each with its own vfuncs.


vfuncs?

optional vfuncs?: RegisterClassVfunc[]

Defined in: index.d.ts:137

Virtual function overrides for the class itself.

Released under the MPL-2.0 License.