getPathChoices

abstract suspend fun getPathChoices(item: T?): List<T>

Returns the choice elements that correspond to the specified path. If the item is null, the list of root elements should be returned.

Return

The choice elements that correspond to the specified item.

Parameters

item

Breadcrumb bar item.