Gimp.Item.prototype.get_parasite

function get_parasite(name: String): Gimp.Parasite {
    // Gjs wrapper for gimp_item_get_parasite()
}
  

Look up a parasite in an item

Finds and returns the parasite that is attached to an item.

Since 2.8

name

The name of the parasite to find.

Returns

The found parasite.