Row
open class Row
Represents a row in a TableNode.
-
An array with all incoming DiagramLink-s for this Row.
Declaration
Swift
open var incomingLinks: [DiagramLink] -
An array with all outgoing DiagramLink-s for this Row.
Declaration
Swift
open var outgoingLinks: [DiagramLink] -
Gets or sets if this is a header row.
Declaration
Swift
open var header: Bool
Row Class Reference