LocalBlockEntityState¶
val LocalBlockEntityState: ProvidableCompositionLocal<ComposeBlockEntityState?>
Provides the current block entity state to composables in the composition tree.
Use with LocalBlockEntityState.current to access the state, or use the observeProperty helper for convenience.