Gimp.Image.prototype.set_selected_vectors

function set_selected_vectors(vectors: Array(Gimp.Vectors)): Boolean {
    // Gjs wrapper for gimp_image_set_selected_vectors()
}
  

Sets the specified image's selected vectors.

The vectors are set as the selected vectors in the image.

Since 3.0.0

vectors

The list of vectors to select.

Returns

TRUE on success.