Gimp.Item.id_is_valid

function id_is_valid(item_id: Number(gint)): Boolean {
    // Gjs wrapper for gimp_item_id_is_valid()
}
  

Returns TRUE if the item ID is valid.

This procedure checks if the given item ID is valid and refers to an existing item.

Since 3.0

item_id

The item ID to check.

Returns

Whether the item ID is valid.