ReplaceChange

class ReplaceChange : Change

Replace change as stated in migration guide

  • Identifier of replacement

    Declaration

    Swift

    var replacementId: String
  • Replacement item

    Declaration

    Swift

    var replaced: ContentType?
  • JS method to convert old type to new type

    Declaration

    Swift

    var customConvert: String?
  • JS method to convert new type to old type

    Declaration

    Swift

    var customRevert: String?
  • Type of replacement

    Declaration

    Swift

    var type: String?
  • Undocumented

    Declaration

    Swift

    required init(from decoder: Decoder) throws
  • Undocumented

    Declaration

    Swift

    override func validate() throws