Gimp.Procedure.prototype.find_argument

function find_argument(name: String): GObject.ParamSpec {
    // Gjs wrapper for gimp_procedure_find_argument()
}
  

Searches the procedure's arguments for a GObject.ParamSpec called name.

Since 3.0

name

An argument name

Returns

The procedure's argument with name if it exists, or null otherwise.