ObjectSectionData
public protocol ObjectSectionData
Protocol describing the sections of a object card
-
ID
Declaration
Swift
var id: String { get }
-
title
Declaration
Swift
var title: String? { get }
-
Attributes
Declaration
Swift
var sectionAttributes: [ValueData]? { get }