123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
{
  "surface_id": "surface-bottom-bar-three-actions",
  "surface_version": 1,
  "payload": {
    "objects": [
      {
        "surfaceUpdate": {
          "surfaceId": "surface-bottom-bar-three-actions",
          "components": [
            {
              "id": "root",
              "component": {
                "BottomBar": {
                  "children": {
                    "explicitList": [
                      "primary",
                      "secondary",
                      "plain"
                    ]
                  }
                }
              }
            },
            {
              "id": "primary",
              "component": {
                "Button": {
                  "child": "primary-label",
                  "style": "primary",
                  "enabled": {
                    "literalBool": true
                  }
                }
              }
            },
            {
              "id": "primary-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Save"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            },
            {
              "id": "secondary",
              "component": {
                "Button": {
                  "child": "secondary-label",
                  "style": "secondary",
                  "enabled": {
                    "literalBool": true
                  }
                }
              }
            },
            {
              "id": "secondary-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Copy"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            },
            {
              "id": "plain",
              "component": {
                "Button": {
                  "child": "plain-label",
                  "style": "plain",
                  "enabled": {
                    "literalBool": true
                  }
                }
              }
            },
            {
              "id": "plain-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Share"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            }
          ]
        }
      },
      {
        "beginRendering": {
          "root": "root",
          "surfaceId": "surface-bottom-bar-three-actions"
        }
      }
    ]
  }
}
0 tokens