Type Alias

GObject-2.0GObjectRegisteredPrototype

RegisteredPrototype: Properties<P, SnakeToUnderscore<Props>> & UnionToIntersection<
    Interfaces[number],
> & P

Type Parameters

  • P extends {}
  • Props extends { [key: string]: GObject.ParamSpec<unknown> }
  • Interfaces extends any[]