Interface | Description |
---|---|
LayoutResultVisitor<State> |
The
LayoutResultVisitor API is used by RenderCore to allow a RenderCoreExtension
to visit every Node.LayoutResult during every layout pass. |
Class | Description |
---|---|
MountExtension<Input> |
Mount extension which can be registered by a MountState as an extension which can override
mounting behaviour.
|
RenderCoreExtension<State> |
The base class for all RenderCore Extensions.
|