From af89762021a3443a9d071a907be6dee42be68222 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Fri, 19 Apr 2013 20:32:01 -0700 Subject: [PATCH] debug panel documentation --- panels/debug/module.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/panels/debug/module.js b/panels/debug/module.js index 5a955dade9a..ae0bdddf527 100644 --- a/panels/debug/module.js +++ b/panels/debug/module.js @@ -1,3 +1,21 @@ +/* + + ## Debug + + Shows the exchange of events between panels. Disabled by default and usually + should be. This panel exists in the ALL group by default so that it receives + all of the events from every panel + + ### Parameters + * size :: How many events to show + * style :: A hash containing css style parameters + + ### Group Events + #### Receives + * $kibana_debug :: Contains a meta object of any event sent + +*/ + angular.module('kibana.debug', []) .controller('debug', function($scope, eventBus) {