ScopeUpdateScope

Interface

Common
@ComposeCompilerApi
public interface ScopeUpdateScope

Internal compose compiler plugin API that is used to update the function the composer will call to recompose a recomposition scope. This should not be used or called directly.

Functions

public fun updateScope(block: (Composer, Int) -> Unit)

Called by generated code to update the recomposition scope with the function to call recompose the scope. This is called by code generated by the compose compiler plugin and should not be called directly.