Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/joomla5/media/system/js/editors/ |
| [Home] [System Details] [Kill Me] |
/**
* @copyright (C) 2023 Open Source Matters, Inc.
<https://www.joomla.org>
* @license GNU General Public License version 2 or later; see
LICENSE.txt
*/class o{constructor(e,t,r){if(!e||!t||!r)throw new Error("Missed
values for class
constructor");this.instance=e,this.type=t,this.id=r}getRawInstance(){return
this.instance}getType(){return this.type}getId(){return
this.id}getValue(){throw new Error("Not
implemented")}setValue(e){throw new Error("Not
implemented")}getSelection(){throw new Error("Not
implemented")}replaceSelection(e){throw new Error("Not
implemented")}disable(e){throw new Error("Not
implemented")}}export{o as default};