MeasuredLink

data class MeasuredLink(val url: String, val child: MeasuredNode, val size: Size) : MeasuredNode

Measurement result for a com.conamobile.pdfkmp.node.LinkNode. The wrapper simply forwards child's size — the URL is attached to the surrounding rectangle at draw time.

Constructors

Link copied to clipboard
constructor(url: String, child: MeasuredNode, size: Size)

Properties

Link copied to clipboard
Link copied to clipboard
open override val size: Size

Final size of the node within its parent.

Link copied to clipboard
val url: String