List
public struct List : ShortcutAllows you to specify a list of items.
Result: Text
- 
                  
                  The contents of the shortcut. DeclarationSwift public var body: some Shortcut { get }
- 
                  
                  Initializes the shortcut. DeclarationSwift public init(_ items: [Text])ParametersitemsThe items to include in the list. 
- 
                  
                  Initializes the shortcut. DeclarationSwift public init(_ items: Text...)ParametersitemsThe items to include in the list. 
 View on GitHub
View on GitHub List Structure Reference
        List Structure Reference