SASTextReportObject

public protocol SASTextReportObject : SASReportObject

Extension of SASReportObject that gives specific API for the VA Text Object.

Since

since 27.0.0
  • The text of the object presented as an AttributedString

    Note that this text may be data dependent and could change. The changes will always be announced via a reportObjectDataChanged callback on the object delegate.

    Since

    27.0.0

    Declaration

    Swift

    var text: NSAttributedString { get }