{ "namespace": "json", "type_name": "object_get_property", "description": "Object Get Property", "components": [ { "namespace": "base", "name": "named" } ], "properties": [ { "name": "object", "data_type": "object", "socket_type": "input" }, { "name": "property_name", "data_type": "string", "socket_type": "input" }, { "name": "result", "data_type": "any", "socket_type": "output", "mutability": "immutable" } ], "extensions": [ { "namespace": "flow_editor", "type_name": "palette", "extension": { "content": "Object Get Property", "styles": { "font-size": "12px", "font-family": "Fira Code", "padding": "5px" } } }, { "namespace": "flow_editor", "type_name": "shape", "extension": { "width": 200, "socket": { "width": 60, "height": 30, "offset": 5 }, "offset": { "top": "socket.height", "bottom": "socket.height" }, "elements": { "title": { "show": true, "type": "text", "content": "element.description", "position": { "left": 0, "top": 0, "width": "shape.width", "height": "socket.height" }, "styles": { "font-size": "12px", "fill": "black" } }, "symbol": { "show": true, "type": "text", "content": "Object Get Property", "position": { "left": 0, "top": 0, "width": "shape.width", "height": "shape.height" }, "styles": { "font-family": "Fira Code", "font-size": "40px", "fill": "fuchsia" } }, "id": { "show": true, "type": "text", "content": "shape.id", "position": { "left": 0, "top": "shape.height-socket.height", "width": "shape.width", "height": "socket.height" }, "styles": { "font-size": "9px", "fill": "black" } } } } }, { "namespace": "metadata", "type_name": "dublin-core", "extension":{ "title": "Object Get Property", "subject": "Object Get Property", "creator": "Hanack" } } ] }