LithoViewSubComponentDeepExtractor

class LithoViewSubComponentDeepExtractor : Extractor<F, T>

Deprecated

Recursively extracts sub components from a LithoView holding one or more Components, wrapping them in an InspectableComponent.

Components are extracted in a depth-first way so that they match the hierarchy indices when going from top to bottom.

Deprecated

Use ) instead.

Functions

Link copied to clipboard
open fun deepSubComponentWith(inner: Condition<InspectableComponent>): Condition<LithoView>
Link copied to clipboard