Gimp.Image.prototype.set_active_vectors

function set_active_vectors(active_vectors: Gimp.Vectors): Boolean {
    // Gjs wrapper for gimp_image_set_active_vectors()
}
  

Sets the specified image's active vectors.

If the path exists, it is set as the active path in the image.

active_vectors

The new image active vectors.

Returns

TRUE on success.