LookupResult

sealed class LookupResult

The result of Layout.child.

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard

Indicates that nothing was found

Link copied to clipboard
class Found(val child: Positionable) : LookupResult

The item that was found

Link copied to clipboard

Indicates the Layout ignores the call