Searched refs:getLibrary (Results 1 – 1 of 1) sorted by relevance
49 private getLibrary: ((e: MiningData) => void) | undefined; property in TabPaneFilter138 if (this.getLibrary) {139 this.getLibrary({type: "button", item: "restore", remove: restoreList});150 if (this.getLibrary) {151 this.getLibrary({type: "button", item: "library"});429 if (this.getLibrary) {430 this.getLibrary({type: "check", item: this.libraryList![idx]});440 getDataLibrary(getLibrary: (v: MiningData) => void) {441 this.getLibrary = getLibrary