TimelineElement
struct TimelineElement
extension TimelineElement: Hashable, Identifiable
Undocumented
-
Undocumented
Declaration
Swift
var itemType: String
-
Undocumented
Declaration
Swift
var index: Int
-
Undocumented
Declaration
Swift
var items: [Item]
-
Undocumented
Declaration
Swift
var isGroup: Bool { get }
-
Declaration
Swift
func hash(into hasher: inout Hasher)
-
Declaration
Swift
static func == (lhs: TimelineElement, rhs: TimelineElement) -> Bool
-
Declaration
Swift
var id: Int { get }