Contents

isExpandable(_:)

Returns a Boolean value that indicates whether a given item is expandable.

Declaration

func isExpandable(_ item: Any?) -> Bool

Parameters

  • item:

    An item in the receiver.

Return Value

true if item is expandable—that is, item can contain other items, otherwise false.

See Also

Related Documentation

Working with Expandability