{
  "eventsAndFunctions": [
    {
      "algorithm": {
        "parameters": [
          {
            "name": "data",
            "type": "any"
          }
        ],
        "statements": [
          {
            "children": [
              {
                "command": "SendDataToParent",
                "expressionData": "^data"
              }
            ],
            "command": "If",
            "expression": "IsNotNull(^data) && IsNotNull(^data.goalValue)"
          }
        ],
        "typeReturn": "any",
        "variables": []
      },
      "name": "main_receiveData"
    }
  ],
  "model": [
    {
      "name": "mainGoal",
      "required": false,
      "type": "ExtStrategicPlanMng.MainGoal"
    }
  ],
  "root": {
    "children": [
      {
        "cssClass": "blz-form-center",
        "name": "mainGoalStepper",
        "orientation": "horizontal",
        "steps": [
          {
            "cmp": "CmpSpMainGoalEditor",
            "text": "[[Add]] [[MainGoal]]"
          }
        ],
        "toolbarOrientation": "right",
        "widget": "Stepper"
      }
    ],
    "layout": "responsive"
  },
  "routing": null,
  "unused": []
}