Contents

Body

The type of commands that represents the body of this command hierarchy.

Declaration

associatedtype Body : Commands

Discussion

When you create custom commands, Swift infers this type from your implementation of the required body property.

See Also

Implementing commands