MarcoIdentifier

public protocol MarcoIdentifier

Marco object key identifier.

  • Identifier text.

    Declaration

    Swift

    var value: String { get }
  • Element offset in a parent. Call MarcoDocument.updateOffsets() to initialize this property.

    Declaration

    Swift

    var offset: Int { get }
  • Element range.

    Declaration

    Swift

    var range: ClosedRange<Int> { get }