TextRepresentation
struct TextRepresentation : EquatableA textual representation of a visual instruction component.
- 
                  
                  Initializes a text representation bearing the given abbreviatable text. DeclarationSwift public init(text: String, abbreviation: String?, abbreviationPriority: Int?)
- 
                  
                  The plain text representation of this component. DeclarationSwift public let text: String
- 
                  
                  An abbreviated representation of the textproperty.DeclarationSwift public let abbreviation: String?
- 
                  
                  The priority for which the component should be abbreviated. A component with a lower abbreviation priority value should be abbreviated before a component with a higher abbreviation priority value. DeclarationSwift public let abbreviationPriority: Int?
 Install in Dash
              Install in Dash
             TextRepresentation Structure Reference
        TextRepresentation Structure Reference