TableRowBase
public class TableRowBase : GenericElement
This is a Base class for Table Row Elements
-
Override container element for table row elements defaults is
true
Declaration
Swift
override var container: Bool { get }
-
This method append a new element in objects list
Declaration
Swift
public func add(_ element: ElementProtocol)
Parameters
element