Figma · JSON Structure

Figma Component Sets Frame Info Structure

Type: object Properties: 5
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

FrameInfo is a JSON Structure definition published by Figma, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

nodeId name backgroundColor pageId pageName

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "FrameInfo",
  "type": "object",
  "properties": {
    "nodeId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "pageId": {
      "type": "string"
    },
    "pageName": {
      "type": "string"
    }
  }
}