Type Alias

GObject-2.0GObjectRegisteredPrototype

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

Type Parameters

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