Model Object Inheritance in a Figma Document JSON
viaGlassdoor
Problem
Given a JSON document that specifies a Figma document, demonstrate object inheritance: model how nodes inherit and override properties from a parent definition.
What to look for
- Clean parent/child inheritance with override semantics
- Resolving an effective property by walking up the chain
- Distinguishing a definition from an instance that references it
asked …