BeyondBoundsLayoutProviderModifierNode


Provides a BeyondBoundsLayout through Modifier.Node APIs. To access the nearest BeyondBoundsLayout parent use DelegatableNode.findNearestBeyondBoundsLayoutAncestor. You should use this node when implementing Layouts that do not create all items at once (e.g. Lazy Layouts). The focus system will use the BeyondBoundsLayout to create items during focus search in order to move focus between items that are not yet laid out.

Summary

Public properties

BeyondBoundsLayout

The BeyondBoundsLayout that this node will provide.

Cmn

Inherited functions

From androidx.compose.ui.node.DelegatableNode
open Unit

Invoked when the density changes for this node.

Cmn
open Unit

Invoked when the layout direction changes for this node.

Cmn

Inherited properties

From androidx.compose.ui.node.DelegatableNode
Modifier.Node

A reference of the Modifier.Node that holds this node's position in the node hierarchy.

Cmn

Public properties

beyondBoundsLayout

val beyondBoundsLayoutBeyondBoundsLayout

The BeyondBoundsLayout that this node will provide.