Swiftagram Documentation

Structure Tray​Item.​Dictionary

struct Dictionary: Specialized  

A struct representing a TrayItem dictionary.

%129 TrayItem.Dictionary TrayItem.Dictionary Specialized Specialized TrayItem.Dictionary->Specialized

Member Of

TrayItem

A struct representing a TrayItem.

Conforms To

Specialized

A protocol describing a generic response returning an element of Response.

Initializers

init(wrapper:​)

public init(wrapper: @escaping () -> Wrapper)  

Init.

Parameters

wrapper @escaping () -> Wrapper

A valid Wrapper.

Properties

wrapper

public var wrapper: () -> Wrapper

The underlying Response.

items

public var items: [String: TrayItem]?  

The items.