123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
{
  "surface_id": "tick-slider-surface",
  "surface_version": 1,
  "payload": {
    "objects": [
      {
        "beginRendering": {
          "surfaceId": "tick-slider-surface",
          "root": "root-card"
        }
      },
      {
        "surfaceUpdate": {
          "surfaceId": "tick-slider-surface",
          "components": [
            {
              "id": "root-card",
              "component": {
                "Card": {
                  "child": "main-column"
                }
              }
            },
            {
              "id": "main-column",
              "component": {
                "Column": {
                  "alignment": "stretch",
                  "children": {
                    "explicitList": [
                      "title-label",
                      "section-divider",
                      "level-slider",
                      "confirm-button"
                    ]
                  }
                }
              }
            },
            {
              "id": "title-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Set roasting level"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "section-divider",
              "component": {
                "Divider": {}
              }
            },
            {
              "id": "level-slider",
              "component": {
                "TickSlider": {
                  "value": {
                    "path": "/progress",
                    "literalNumber": 60
                  },
                  "max": {
                    "literalNumber": 100
                  }
                }
              }
            },
            {
              "id": "confirm-button",
              "component": {
                "Button": {
                  "child": "confirm-label",
                  "style": "primary",
                  "action": {
                    "name": "confirmRoastingLevel",
                    "context": [
                      {
                        "key": "progress",
                        "value": {
                          "path": "/progress"
                        }
                      }
                    ]
                  }
                }
              }
            },
            {
              "id": "confirm-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Use this level"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            }
          ]
        }
      },
      {
        "dataModelUpdate": {
          "surfaceId": "tick-slider-surface",
          "path": "/",
          "contents": [
            {
              "key": "progress",
              "valueNumber": 60
            }
          ]
        }
      }
    ]
  }
}
0 tokens
Set roasting level
0100
60