/**
 * Pre-defined list of actions supported by the network widget
*/

export const NODE_SELECTED = "NODE_SELECTED";
export const EDGE_SELECTED = "EDGE_SELECTED";

export const REQUEST_NETWORK = 'REQUEST_NETWORK';
export const RECEIVE_NETWORK = 'RECEIVE_NETWORK';
