@sassoftware/vi-api
Version:
Types used in the SAS Visual Investigator API
10 lines (9 loc) • 319 B
JavaScript
/**
* The set of menu types which can be extended
* via the registerNetworkMenuCallback function.
*/
export var NetworkMenuType;
(function (NetworkMenuType) {
NetworkMenuType["NetworkContext"] = "networkContext";
NetworkMenuType["NodeContext"] = "nodeContext";
})(NetworkMenuType || (NetworkMenuType = {}));