exportedIDs property

Set<ExportedID> exportedIDs

Return a list of the ids of the nodes whose ids were exported, along with the bounding rectangle of that node. An id might occur in the list multiple times, e.g. if the given node is referenced by use nodes in the underlying SVG.

Implementation

Set<ExportedID> get exportedIDs;