ComponentResolveResult

class ComponentResolveResult(val lithoNode: LithoNode?, val commonProps: CommonProps?)

The result of a Component#resolveWithResult call. This will hold the LithoNode this Component resolved to as well as CommonProps of this component.

Constructors

Link copied to clipboard
constructor(lithoNode: LithoNode?, commonProps: CommonProps?)

Properties

Link copied to clipboard
Link copied to clipboard