FolderOverviewItemPinnedDetails
public class FolderOverviewItemPinnedDetails : CustomStringConvertible, JSONRepresentable
Pinned item to folder overview.
-
Folder Overview location position in the Assets list.
Declaration
Swift
public let folderOverviewLocationAsset: UInt64 -
Pinned items positions in the Assets list.
Declaration
Swift
public let pinnedItemsAssetIndices: [UInt64] -
Declaration
Swift
public var description: String { get }
View on GitHub
FolderOverviewItemPinnedDetails Class Reference