updateBase

fun updateBase(appInfoData: AppInfoData)(source)

Updates the base AppInfoData for this item.

This method allows replacing the underlying AppInfoData object that this selectable item represents. This is useful if the data associated with the item needs to be refreshed or changed. The selection state will be re-evaluated based on the selected property of the new AppInfoData.

Parameters

appInfoData

The new AppInfoData to set as the base for this item.