struct FileDragSourceView
Swift
struct FileDragSourceView<Content, Chip> where Content : View, Chip : View
Registers the content's root layout box as something files can be dragged out of.
Sources/LavaUI/DragSource.swift:97
Properties
var chip: (() -> Chip)?
Not documented.
Sources/LavaUI/DragSource.swift:99
var content: Content
Not documented.
Sources/LavaUI/DragSource.swift:102
var dumpDetail: String { get }
Not documented.
Sources/LavaUI/DragSource.swift:104
var offsetX: Float
Not documented.
Sources/LavaUI/DragSource.swift:100
var offsetY: Float
Not documented.
Sources/LavaUI/DragSource.swift:101
var paths: () -> [String]
Not documented.
Sources/LavaUI/DragSource.swift:98
Methods
func mountPrimitive() -> any AnyViewNode
Not documented.
Sources/LavaUI/DragSource.swift:114
func reconcilePrimitive(_ node: any AnyViewNode) -> any AnyViewNode
Not documented.
Sources/LavaUI/DragSource.swift:118
func structureLines(indent: Int = 0) -> [String]
Not documented.
Sources/LavaUI/DragSource.swift:106