Add property to access the ExpandableListItem loader's item
This commit is contained in:
parent
3472f84b3e
commit
7f9e189d87
@ -261,6 +261,12 @@ Item {
|
||||
*/
|
||||
property var customExpandedViewContent: actionsListComponent
|
||||
|
||||
/*
|
||||
* The actual instance of the custom view content, if loaded
|
||||
* @since 5.72
|
||||
*/
|
||||
property alias customExpandedViewContentItem: expandedView.item
|
||||
|
||||
/*
|
||||
* isBusy: bool
|
||||
* Whether or not to display a busy indicator on the list item. Set to true
|
||||
|
Loading…
Reference in New Issue
Block a user