vegana
Version:
vegana is a container based js framework
61 lines • 1.65 kB
JSON
{
"template": [
"2iyza9rkkm1pgl2c",
"2iyza7ekkm2stknj"
],
"rows": {
"2iyza9rkkm1pgl2c": {
"id": "2iyza9rkkm1pgl2c",
"template": [
"2iyza9rkkm1pgmf8",
"2iyza9rkkm1pgwzx"
],
"containers": {
"2iyza9rkkm1pgmf8": {
"id": "2iyza9rkkm1pgmf8",
"field": {
"type": "heading",
"data": {
"value": "engine.common.tell"
}
}
},
"2iyza9rkkm1pgwzx": {
"id": "2iyza9rkkm1pgwzx",
"field": {
"type": "paragraph",
"data": {
"value": "this api is used for debugging a vegana element you can make a bunch of tell logs and see what builds and what doesn't to find a bug his api only logs to the console if the log controller is true"
}
},
"style": {
"width": "90%"
}
}
}
},
"2iyza7ekkm2stknj": {
"id": "2iyza7ekkm2stknj",
"template": [
"2iyza7ekkm2stlnb"
],
"containers": {
"2iyza7ekkm2stlnb": {
"id": "2iyza7ekkm2stlnb",
"field": {
"type": "code",
"data": {
"value": "\n\nconst log = true;\n\nengine.common.tell(\"i am here\",log);\n\n//output = \">>> i am here\""
}
},
"style": {
"width": "90%"
}
}
}
}
},
"title": "Vegana Api : Engine Common Tell",
"discription": "how to debug in vegana js.",
"keywords": "vegana,api,engine,common,tell"
}