PageTexts
public struct PageTexts : Codable
Descriptive texts (“common commands”) you can add around your diagram
-
add a header to the top right above the diagram
Declaration
Swift
public var header: String? -
add a title above the diagram
Declaration
Swift
public var title: String? -
add a legend (boxed text) under the diagram but above the caption
Declaration
Swift
public var legend: String? -
add a caption under the diagram
Declaration
Swift
public var caption: String? -
add a footer at the bottom below the diagram
Declaration
Swift
public var footer: String?
PageTexts Structure Reference