You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transformer allows remapping of element classes, but we can't search the already added remappings like we can with something like an element Id remapping.
In transformer repo:
Element ID Remapping: remapElement(sourceId, targetId) findTargetElementId(sourceId) => targetId
ClassFullName Remapping: remapElementClass(sourceClassFullName: string, targetClassFullName: string) findRemappedElementClass(sourceClassFullName)<--- THIS DOESN'T EXIST
The text was updated successfully, but these errors were encountered:
Transformer allows remapping of element classes, but we can't search the already added remappings like we can with something like an element Id remapping.
In transformer repo:
Element ID Remapping:
remapElement(sourceId, targetId)
findTargetElementId(sourceId) => targetId
ClassFullName Remapping:
remapElementClass(sourceClassFullName: string, targetClassFullName: string)
findRemappedElementClass(sourceClassFullName)
<--- THIS DOESN'T EXISTThe text was updated successfully, but these errors were encountered: