LavaUI docs

struct OptionalView

Swift

struct OptionalView<Content> where Content : View

Non-exhaustive if — fragment (no flex wrapper).

Sources/LavaUI/OptionalView.swift:2

Constructors

init(_ content: Content?)

Not documented.

Sources/LavaUI/OptionalView.swift:5

Properties

var content: Content?

Not documented.

Sources/LavaUI/OptionalView.swift:3

Methods

func mountPrimitive() -> any AnyViewNode

Not documented.

Sources/LavaUI/OptionalView.swift:20

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

Not documented.

Sources/LavaUI/OptionalView.swift:30

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

Not documented.

Sources/LavaUI/OptionalView.swift:9