LavaUI docs

protocol PrimitiveView

Swift

protocol PrimitiveView : PrimitiveMount, View where Self.Body == Never

Marker for views that own content directly (Body == Never).

Sources/LavaUI/View.swift:77

Properties

var dumpDetail: String { get }

Not documented.

Sources/LavaUI/View.swift:78

var dumpDetail: String { get }

Not documented.

Sources/LavaUI/View.swift:86