AppDataSelectedState

Manages the selection state of an AppInfoData object.

This class extends UpdateMutableState to provide a way to get and set the selected property of an AppInfoData object. It acts as a bridge between the selection mechanism and the underlying data model.

Parameters

base

The initial AppInfoData whose selection state is to be managed.

Constructors

Link copied to clipboard
constructor(base: AppInfoData)

Functions

Link copied to clipboard
open operator override fun getValue(thisRef: Any?, prop: KProperty<*>): Boolean
Link copied to clipboard
open operator override fun setValue(thisRef: Any?, prop: KProperty<*>, value: Boolean?)