Gimp.Procedure.prototype.get_arguments

function get_arguments(): [return_value: Array(GObject.ParamSpec), n_arguments: Number(gint)] {
    // Gjs wrapper for gimp_procedure_get_arguments()
}
  

Since 3.0

return_value

An array of @GParamSpec in the order added with [method@Procedure.add_argument].

n_arguments

Returns the number of arguments.