LavaUI docs

struct BoxRegistrationView

Swift

struct BoxRegistrationView<Content> where Content : View

Attaches something to the content's root layout box — the shape .onDrop and .onFileDrag share, factored out once there were more of them.

Sources/LavaUI/DragGesture.swift:134

Properties

var dumpDetail: String { get }

Not documented.

Sources/LavaUI/DragGesture.swift:139

Methods

func mountPrimitive() -> any AnyViewNode

Not documented.

Sources/LavaUI/DragGesture.swift:148

func reconcilePrimitive(_ node: any AnyViewNode) -> any AnyViewNode

Not documented.

Sources/LavaUI/DragGesture.swift:152

func structureLines(indent: Int = 0) -> [String]

Not documented.

Sources/LavaUI/DragGesture.swift:141