Type Aliases
The following type aliases are available globally.
-
Result builder for working with elements that conform to
ElementBuilderChild
.Declaration
Swift
public typealias ElementBuilder<Child> = Builder<Child> where Child : ElementBuilderChild
-
A collection of proxy values that represent the child elements of a layout.
Declaration
Swift
public typealias LayoutSubelements = [LayoutSubelement]
-
This is the type used by all lifecycle callback hooks.
Declaration
Swift
public typealias LifecycleCallback = () -> Void