Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose a function findRemappedElementClass #173

Open
nick4598 opened this issue Apr 29, 2024 · 0 comments
Open

Expose a function findRemappedElementClass #173

nick4598 opened this issue Apr 29, 2024 · 0 comments

Comments

@nick4598
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant