elementStableId

open fun elementStableId(element: T): Any?

Stable identifier for the element, or null if it has none. When provided, replace rebinds an existing view in place for a refreshed same-id element instead of unmount/remount — preserving selection and skipping bindView when the content is unchanged.

Since

0.0.118