Interface

IdentifiableRecomposeScope

Interface providing a value to identify a scope for tooling.

Source set: Common
@ComposeToolingApi
public interface IdentifiableRecomposeScope

Interface providing a value to identify a scope for tooling.

Properties

identity

Source set: Common
public val identity: Any?

A value that identifies a scope independently of movement caused by recompositions. This is the same identity value as returned by identity of the CompositionGroup that contains the RecomposeScope.

Last updated: