{ "widgettype": "VBox", "options": { "width": "100%", "height": "100%", "padding": "20px" }, "subwidgets": [ { "widgettype": "Text", "options": { "label": "scense_runtime 薄扩展:单事务事件+状态写入与广播(M11a/M11b)", "fontSize": "24px" } }, { "widgettype": "ResponsableBox", "options": { "gap": "16px", "minWidth": "250px" }, "subwidgets": [ { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_runtime_ext_content", "options": { "url": "{{entire_url('api/pbl_runtime_event_append.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_runtime_event_append" } } ] }, { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_runtime_ext_content", "options": { "url": "{{entire_url('api/pbl_runtime_event_poll.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_runtime_event_poll" } } ] }, { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_runtime_ext_content", "options": { "url": "{{entire_url('api/pbl_entity_state_get.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_entity_state_get" } } ] }, { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_runtime_ext_content", "options": { "url": "{{entire_url('api/pbl_entity_state_apply.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_entity_state_apply" } } ] }, { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_runtime_ext_content", "options": { "url": "{{entire_url('api/pbl_world_broadcast.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_world_broadcast" } } ] }, { "widgettype": "VBox", "options": { "backgroundColor": "#FFFFFF", "padding": "20px", "cursor": "pointer" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.pbl_runtime_ext_content", "options": { "url": "{{entire_url('api/pbl_session_member_add.dspy')}}" }, "mode": "replace" } ], "subwidgets": [ { "widgettype": "Text", "options": { "label": "pbl_session_member_add" } } ] } ] }, { "widgettype": "VBox", "id": "pbl_runtime_ext_content", "options": { "width": "100%", "flex": "1", "marginTop": "20px" } } ] }