Gimp.Item.prototype.get_expanded

function get_expanded(): Boolean {
    // Gjs wrapper for gimp_item_get_expanded()
}
  

Returns whether the item is expanded.

This procedure returns true if the specified item is expanded.

Since 2.10

Returns

TRUE if the item is expanded, FALSE otherwise.