WorkflowGroup
public struct WorkflowGroup<WI> : View, _WorkflowItemProtocol where WI : _WorkflowItemProtocol
-
Declaration
Swift
public var body: some View { get } -
Declaration
Swift
public init(@WorkflowBuilder content: () -> WI) -
Declaration
Swift
public func canDisplay(_ element: AnyWorkflow.Element?) -> Bool -
Declaration
Swift
public func didDisplay(_ element: AnyWorkflow.Element?) -> Bool
View on GitHub
WorkflowGroup Structure Reference