Skip to content

Expose a function findRemappedElementClass #173

Open
@nick4598

Description

@nick4598

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions