JouleWelcomeScreen
public struct JouleWelcomeScreen
extension JouleWelcomeScreen: View
extension JouleWelcomeScreen: _ViewEmptyChecking
Undocumented
-
Undocumented
Declaration
Swift
public init(@ViewBuilder mediaImage: () -> any View = { EmptyView() }, @ViewBuilder greetingText: () -> any View, @ViewBuilder title: () -> any View, @ViewBuilder footnote: () -> any View = { EmptyView() }, @ViewBuilder messageContent: () -> any View = { EmptyView() })
-
Undocumented
Declaration
Swift
init(mediaImage: Image? = nil, greetingText: AttributedString, title: AttributedString, footnote: AttributedString? = nil, @ViewBuilder messageContent: () -> any View = { EmptyView() })
-
Undocumented
Declaration
Swift
init(_ configuration: JouleWelcomeScreenConfiguration)
-
Declaration
Swift
public var body: some View { get }
-
Undocumented
Declaration
Swift
public var isEmpty: Bool { get }