|
|
|
@ -41,6 +41,8 @@ StackViewExt { |
|
|
|
|
|
|
|
readonly property var sortModel: currentItem?.sortModel ?? null |
|
|
|
|
|
|
|
readonly property var sortMenu: currentItem?.sortMenu ?? null |
|
|
|
|
|
|
|
//property is *not* readOnly, a PageLoader may define a localMenuDelegate common for its subviews (music, video) |
|
|
|
property Component localMenuDelegate: (currentItem?.localMenuDelegate |
|
|
|
&& (currentItem.localMenuDelegate instanceof Component)) ? currentItem.localMenuDelegate : null |
|
|
|
|