view_port.x: {{view_port.x}}
view_port.y: {{view_port.y}}
view_port.width: {{view_port.width}}
view_port.height: {{view_port.height}}
width: {{graph.width}}
height: {{graph.height}}
rc: {{graph.right_column}}
Mouse down: {{onMouseDownResult}}
Mouse up: {{onMouseUpResult}}
Mouse move: {{onMouseMoveResult}}
Mouse over: {{onMouseOverResult}}
Mouse enter: {{onMouseEnterResult}}
Mouse leave: {{onMouseLeaveResult}}
Current scale: {{current_scale.toFixed(4)}}
Pan X: {{panX.toFixed(2)}}
Pan Y: {{panY.toFixed(2)}}
View State: {{view_controller.state.name}}
Mouse X: {{mouseX.toFixed(2)}}
Mouse Y: {{mouseY.toFixed(2)}}
Scaled X: {{scaledX.toFixed(2)}}
Scaled Y: {{scaledY.toFixed(2)}}
Key: {{last_key}}
Key Code: {{last_key_code}}
Move State: {{move_controller.state.name}}
Selected devices: {{selected_devices.length}}
Selected links: {{selected_links.length}}
Link State: {{link_controller.state.name}}
Buttons State: {{buttons_controller.state.name}}
Time State: {{time_controller.state.name}}
Time Pointer: {{time_pointer}}
History: {{history.length}}
Touch Data: {{touch_data.xb}} {{touch_data.yb}} {{touch_data.d}}
Group State: {{group_controller.state.name}}
Selected groups: {{selected_groups.length}}
Hotkeys State: {{hotkeys_controller.state.name}}
Mode State: {{mode_controller.state.name}}
Device Detail State: {{device_detail_controller.state.name}}
Site State: {{site_controller.state.name}}
Rack State: {{rack_controller.state.name}}
Stream State: {{stream_controller.state.name}}