Component
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface RenderData
A per-Component-class data structure to keep track of some of the last mounted @Prop/@State params a component was rendered with.
Functions
Link copied to clipboard
Link copied to clipboard
For internal use, only.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
This indicates the type of the Object that will be returned by mount.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Compares this component to a different one to check if they are the same This is used to be able to skip rendering a component again.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun measureMightNotCacheInternalNode(c: ComponentContext, widthSpec: Int, heightSpec: Int, outputSize: Size)
Should not be used!
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard