👋 there
I need to keep some Figma layers in sync with my tool layers.
To achieve that, I store Figma layer ids in my tool to do an update in case of re-sync.
The thing is : I can’t uniquely identify a layer from its id since two files could have the same layer id.
Is there a way to have a unique file identifier? I know the fileKey
could do the job, but my plugin is certainly not a private one. Note that I don’t need the exact fileKey
, knowing that one file is not that same as another is enough.
Thank you!