Gimp.ConfigInterface.reset_property

function reset_property(object: GObject.Object, property_name: String): void {
    // Gjs wrapper for gimp_config_reset_property()
}
  

Resets the property named property_name to its default value. The property must be writable and must not be marked as "construct-only".

Since 2.4

object

a GObject.Object

property_name

name of the property to reset