GetDictionary
public struct GetDictionary : Shortcut
A list of key-value pairs as a dictionary.
Result: Dictionary
-
The contents of the shortcut.
Declaration
Swift
public var body: some Shortcut { get }
-
Initializes the shortcut.
Declaration
Swift
public init(_ value: KeyValuePairs<Text, DictionaryValue>)
Parameters
value
A dictionary literal.