RAGS - v1.10.0
    Preparing search index...

    Type Alias GObjectProperties<T>

    GObjectProperties: { [K in keyof T]: T[K] extends Function ? never : K }[keyof T]

    Extract property names from GObject class

    Type Parameters

    • T extends GObject.Object