@froalacharts/features
Version:
Froala Charts - A collection of interactive charts to build data visualizations for web and mobile applications.
1 lines • 580 B
JavaScript
;exports.__esModule=true;exports["default"]=exports.store=void 0;var store={};exports.store=store;var LinkInformation=function(){function LinkInformation(root,parent,isFroalaCharts){this.items={};this.root=root;this.parent=parent;if(isFroalaCharts){this.level=this.parent.link.level+1}else{store[root.id]=[{}];this.level=0}}var _proto=LinkInformation.prototype;_proto.configuration=function configuration(){return store[this.root.id][this.level]||(store[this.root.id][this.level]={})};return LinkInformation}();var _default=LinkInformation;exports["default"]=_default;