Type Alias

GObject-2.0GObjectSnakeToUnderscore

SnakeToUnderscore: {
    [P in keyof T as P extends string ? SnakeToUnderscoreCase<P> : P]: T[P]
}

Type Parameters

  • T