{
"version": "1",
"form": {
"key": "Screen",
"type": "Screen",
"props": {},
"children": [
{
"key": "Container",
"type": "RsContainer",
"props": {},
"children": [
{
"key": "amount",
"type": "RsNumberFormat",
"props": {
"label": {
"value": "Amount"
}
}
},
{
"key": "fee",
"type": "RsNumberFormat",
"props": {
"label": {
"value": "Fee"
}
}
},
{
"key": "total",
"type": "RsNumberFormat",
"props": {
"label": {
"value": "Total"
},
"readOnly": {
"value": true
},
"value": {
"computeType": "function",
"fnSource": " const {amount, fee} = form.data\n if (amount && fee) return amount * fee"
}
}
}
],
"css": {
"any": {
"object": {
"flexDirection": "row"
}
}
}
}
]
},
"localization": {},
"languages": [
{
"code": "en",
"dialect": "US",
"name": "English",
"description": "American English",
"bidi": "ltr"
}
],
"defaultLanguage": "en-US"
}