From 6ca962d5d0aa899a95567cbf301df13507d8aad2 Mon Sep 17 00:00:00 2001 From: TechQuery Date: Mon, 19 Jun 2023 13:20:52 +0000 Subject: [PATCH] deploy: 04e618e54a82042b0c9c18868cd7f79e42aaef4b --- .nojekyll | 1 + assets/highlight.css | 22 + assets/main.js | 58 ++ assets/search.js | 1 + assets/style.css | 1367 +++++++++++++++++++++++++++++++ classes/AlignCenterTool.html | 277 +++++++ classes/AlignFullTool.html | 277 +++++++ classes/AlignLeftTool.html | 277 +++++++ classes/AlignRightTool.html | 277 +++++++ classes/AlignTool.html | 281 +++++++ classes/AudioTool.html | 299 +++++++ classes/BackColorTool.html | 288 +++++++ classes/BoldTool.html | 269 ++++++ classes/ClearTool.html | 267 ++++++ classes/ColorTool.html | 289 +++++++ classes/FileTool.html | 301 +++++++ classes/FontSizeDownTool.html | 269 ++++++ classes/FontSizeUpTool.html | 269 ++++++ classes/ForeColorTool.html | 288 +++++++ classes/H1Tool.html | 267 ++++++ classes/H2Tool.html | 267 ++++++ classes/H3Tool.html | 267 ++++++ classes/HorizontalRuleTool.html | 269 ++++++ classes/IFrameTool.html | 267 ++++++ classes/ImageTool.html | 299 +++++++ classes/ItalicTool.html | 269 ++++++ classes/LinkTool.html | 269 ++++++ classes/OrderedListTool.html | 269 ++++++ classes/RedoTool.html | 269 ++++++ classes/ResetTool.html | 269 ++++++ classes/StrikeThroughTool.html | 269 ++++++ classes/SubscriptTool.html | 269 ++++++ classes/SuperscriptTool.html | 269 ++++++ classes/Tool.html | 277 +++++++ classes/UnderlineTool.html | 269 ++++++ classes/UndoTool.html | 269 ++++++ classes/UnorderedListTool.html | 269 ++++++ classes/VideoTool.html | 299 +++++++ functions/getAnchorElement.html | 79 ++ index.html | 142 ++++ modules.html | 117 +++ types/AlignMode.html | 75 ++ types/ColorName.html | 75 ++ 43 files changed, 11036 insertions(+) create mode 100644 .nojekyll create mode 100644 assets/highlight.css create mode 100644 assets/main.js create mode 100644 assets/search.js create mode 100644 assets/style.css create mode 100644 classes/AlignCenterTool.html create mode 100644 classes/AlignFullTool.html create mode 100644 classes/AlignLeftTool.html create mode 100644 classes/AlignRightTool.html create mode 100644 classes/AlignTool.html create mode 100644 classes/AudioTool.html create mode 100644 classes/BackColorTool.html create mode 100644 classes/BoldTool.html create mode 100644 classes/ClearTool.html create mode 100644 classes/ColorTool.html create mode 100644 classes/FileTool.html create mode 100644 classes/FontSizeDownTool.html create mode 100644 classes/FontSizeUpTool.html create mode 100644 classes/ForeColorTool.html create mode 100644 classes/H1Tool.html create mode 100644 classes/H2Tool.html create mode 100644 classes/H3Tool.html create mode 100644 classes/HorizontalRuleTool.html create mode 100644 classes/IFrameTool.html create mode 100644 classes/ImageTool.html create mode 100644 classes/ItalicTool.html create mode 100644 classes/LinkTool.html create mode 100644 classes/OrderedListTool.html create mode 100644 classes/RedoTool.html create mode 100644 classes/ResetTool.html create mode 100644 classes/StrikeThroughTool.html create mode 100644 classes/SubscriptTool.html create mode 100644 classes/SuperscriptTool.html create mode 100644 classes/Tool.html create mode 100644 classes/UnderlineTool.html create mode 100644 classes/UndoTool.html create mode 100644 classes/UnorderedListTool.html create mode 100644 classes/VideoTool.html create mode 100644 functions/getAnchorElement.html create mode 100644 index.html create mode 100644 modules.html create mode 100644 types/AlignMode.html create mode 100644 types/ColorName.html diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e2ac661 --- /dev/null +++ b/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/assets/highlight.css b/assets/highlight.css new file mode 100644 index 0000000..5674cf3 --- /dev/null +++ b/assets/highlight.css @@ -0,0 +1,22 @@ +:root { + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --code-background: var(--dark-code-background); +} } + +:root[data-theme='light'] { + --code-background: var(--light-code-background); +} + +:root[data-theme='dark'] { + --code-background: var(--dark-code-background); +} + +pre, code { background: var(--code-background); } diff --git a/assets/main.js b/assets/main.js new file mode 100644 index 0000000..4c8fa61 --- /dev/null +++ b/assets/main.js @@ -0,0 +1,58 @@ +"use strict"; +"use strict";(()=>{var Se=Object.create;var re=Object.defineProperty;var we=Object.getOwnPropertyDescriptor;var Te=Object.getOwnPropertyNames;var ke=Object.getPrototypeOf,Qe=Object.prototype.hasOwnProperty;var Pe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Ie=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Te(e))!Qe.call(t,i)&&i!==r&&re(t,i,{get:()=>e[i],enumerable:!(n=we(e,i))||n.enumerable});return t};var Ce=(t,e,r)=>(r=t!=null?Se(ke(t)):{},Ie(e||!t||!t.__esModule?re(r,"default",{value:t,enumerable:!0}):r,t));var ae=Pe((se,oe)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var d=t.utils.clone(r)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(n.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(r+=n[u+1]*i[d+1],u+=2,d+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),m=s.str.charAt(1),y;m in s.node.edges?y=s.node.edges[m]:(y=new t.TokenSet,s.node.edges[m]=y),s.str.length==1&&(y.final=!0),i.push({node:y,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof se=="object"?oe.exports=r():e.lunr=r()}(this,function(){return t})})()});var ne=[];function G(t,e){ne.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureActivePageVisible(),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible())}createComponents(e){ne.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n,app:this}),n.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),r=e?.parentElement;for(;r&&!r.classList.contains(".tsd-navigation");)r instanceof HTMLDetailsElement&&(r.open=!0),r=r.parentElement;if(e){let n=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=n}}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let r=e.parentElement;for(;r&&r.tagName!=="SECTION";)r=r.parentElement;if(r&&r.offsetParent==null){this.alwaysVisibleMember=r,r.classList.add("always-visible");let n=document.createElement("p");n.classList.add("warning"),n.textContent="This member is normally hidden due to your filter settings.",r.prepend(n)}}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let r;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent="Copied!",e.classList.add("visible"),clearTimeout(r),r=setTimeout(()=>{e.classList.remove("visible"),r=setTimeout(()=>{e.textContent="Copy"},100)},1e3)})})}};var ie=(t,e=100)=>{let r;return()=>{clearTimeout(r),r=setTimeout(()=>t(),e)}};var ce=Ce(ae());function de(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("tsd-search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Oe(t,n,r,s)}function Oe(t,e,r,n){r.addEventListener("input",ie(()=>{Re(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Fe(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?ue(e,-1):s.key==="ArrowDown"?ue(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function _e(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=ce.Index.load(window.searchData.index))}function Re(t,e,r,n){if(_e(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=i?n.index.search(`*${i}*`):[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o${le(l.parent,i)}.${u}`);let d=document.createElement("li");d.classList.value=l.classes??"";let m=document.createElement("a");m.href=n.base+l.url,m.innerHTML=u,d.append(m),e.appendChild(d)}}function ue(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling??void 0;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling??void 0;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Fe(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function le(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(K(t.substring(s,o)),`${K(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(K(t.substring(s))),i.join("")}var Me={"&":"&","<":"<",">":">","'":"'",'"':"""};function K(t){return t.replace(/[&<>"'"]/g,e=>Me[e])}var P=class{constructor(e){this.el=e.el,this.app=e.app}};var M="mousedown",fe="mousemove",N="mouseup",J={x:0,y:0},he=!1,ee=!1,De=!1,D=!1,pe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(pe?"is-mobile":"not-mobile");pe&&"ontouchstart"in document.documentElement&&(De=!0,M="touchstart",fe="touchmove",N="touchend");document.addEventListener(M,t=>{ee=!0,D=!1;let e=M=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(fe,t=>{if(ee&&!D){let e=M=="touchstart"?t.targetTouches[0]:t,r=J.x-(e.pageX||0),n=J.y-(e.pageY||0);D=Math.sqrt(r*r+n*n)>10}});document.addEventListener(N,()=>{ee=!1});document.addEventListener("click",t=>{he&&(t.preventDefault(),t.stopImmediatePropagation(),he=!1)});var X=class extends P{constructor(r){super(r);this.className=this.el.dataset.toggle||"",this.el.addEventListener(N,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(M,n=>this.onDocumentPointerDown(n)),document.addEventListener(N,n=>this.onDocumentPointerUp(n))}setActive(r){if(this.active==r)return;this.active=r,document.documentElement.classList.toggle("has-"+this.className,r),this.el.classList.toggle("active",r);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(r){D||(this.setActive(!0),r.preventDefault())}onDocumentPointerDown(r){if(this.active){if(r.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(r){if(!D&&this.active&&r.target.closest(".col-sidebar")){let n=r.target.closest("a");if(n){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),n.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var te;try{te=localStorage}catch{te={getItem(){return null},setItem(){}}}var Q=te;var me=document.head.appendChild(document.createElement("style"));me.dataset.for="filters";var Y=class extends P{constructor(r){super(r);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),me.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`}fromLocalStorage(){let r=Q.getItem(this.key);return r?r==="true":this.el.checked}setLocalStorage(r){Q.setItem(this.key,r.toString()),this.value=r,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let n=Array.from(r.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);r.style.display=n?"none":"block"})}};var Z=class extends P{constructor(r){super(r);this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update()),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function ve(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,ye(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),ye(t.value)})}function ye(t){document.documentElement.dataset.theme=t}de();G(X,"a[data-toggle]");G(Z,".tsd-index-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var ge=document.getElementById("tsd-theme");ge&&ve(ge);var Ae=new U;Object.defineProperty(window,"app",{value:Ae});document.querySelectorAll("summary a").forEach(t=>{t.addEventListener("click",()=>{location.assign(t.href)})});})(); +/*! Bundled license information: + +lunr/lunr.js: + (** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + *) + (*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + *) + (*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + *) +*/ diff --git a/assets/search.js b/assets/search.js new file mode 100644 index 0000000..0d77159 --- /dev/null +++ b/assets/search.js @@ -0,0 +1 @@ +window.searchData = JSON.parse("{\"rows\":[{\"kind\":64,\"name\":\"getAnchorElement\",\"url\":\"functions/getAnchorElement.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"Tool\",\"url\":\"classes/Tool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Tool.html#constructor\",\"classes\":\"\",\"parent\":\"Tool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/Tool.html#name\",\"classes\":\"\",\"parent\":\"Tool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/Tool.html#icon\",\"classes\":\"\",\"parent\":\"Tool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/Tool.html#tags\",\"classes\":\"\",\"parent\":\"Tool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/Tool.html#keys\",\"classes\":\"\",\"parent\":\"Tool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/Tool.html#command\",\"classes\":\"\",\"parent\":\"Tool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/Tool.html#inputs\",\"classes\":\"\",\"parent\":\"Tool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/Tool.html#usable\",\"classes\":\"\",\"parent\":\"Tool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/Tool.html#getActive\",\"classes\":\"tsd-is-protected\",\"parent\":\"Tool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/Tool.html#active\",\"classes\":\"\",\"parent\":\"Tool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/Tool.html#title\",\"classes\":\"\",\"parent\":\"Tool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/Tool.html#edit\",\"classes\":\"tsd-is-protected\",\"parent\":\"Tool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/Tool.html#execute\",\"classes\":\"\",\"parent\":\"Tool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/Tool.html#render\",\"classes\":\"\",\"parent\":\"Tool\"},{\"kind\":128,\"name\":\"FileTool\",\"url\":\"classes/FileTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FileTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FileTool\"},{\"kind\":2048,\"name\":\"save\",\"url\":\"classes/FileTool.html#save\",\"classes\":\"\",\"parent\":\"FileTool\"},{\"kind\":2048,\"name\":\"codeOf\",\"url\":\"classes/FileTool.html#codeOf\",\"classes\":\"\",\"parent\":\"FileTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/FileTool.html#execute\",\"classes\":\"\",\"parent\":\"FileTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/FileTool.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FileTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/FileTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FileTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/FileTool.html#tags\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FileTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/FileTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FileTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/FileTool.html#command\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FileTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/FileTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FileTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/FileTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FileTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/FileTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FileTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/FileTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FileTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/FileTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FileTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/FileTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FileTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/FileTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FileTool\"},{\"kind\":128,\"name\":\"BoldTool\",\"url\":\"classes/BoldTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BoldTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BoldTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/BoldTool.html#name\",\"classes\":\"\",\"parent\":\"BoldTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/BoldTool.html#tags\",\"classes\":\"\",\"parent\":\"BoldTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/BoldTool.html#keys\",\"classes\":\"\",\"parent\":\"BoldTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/BoldTool.html#command\",\"classes\":\"\",\"parent\":\"BoldTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/BoldTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BoldTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/BoldTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BoldTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/BoldTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BoldTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/BoldTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"BoldTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/BoldTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BoldTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/BoldTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BoldTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/BoldTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"BoldTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/BoldTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BoldTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/BoldTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BoldTool\"},{\"kind\":128,\"name\":\"ItalicTool\",\"url\":\"classes/ItalicTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ItalicTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ItalicTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/ItalicTool.html#name\",\"classes\":\"\",\"parent\":\"ItalicTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/ItalicTool.html#tags\",\"classes\":\"\",\"parent\":\"ItalicTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/ItalicTool.html#keys\",\"classes\":\"\",\"parent\":\"ItalicTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/ItalicTool.html#command\",\"classes\":\"\",\"parent\":\"ItalicTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/ItalicTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ItalicTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/ItalicTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ItalicTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/ItalicTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ItalicTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/ItalicTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ItalicTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/ItalicTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ItalicTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/ItalicTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ItalicTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/ItalicTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ItalicTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/ItalicTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ItalicTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/ItalicTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ItalicTool\"},{\"kind\":128,\"name\":\"UnderlineTool\",\"url\":\"classes/UnderlineTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnderlineTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnderlineTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/UnderlineTool.html#name\",\"classes\":\"\",\"parent\":\"UnderlineTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/UnderlineTool.html#tags\",\"classes\":\"\",\"parent\":\"UnderlineTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/UnderlineTool.html#keys\",\"classes\":\"\",\"parent\":\"UnderlineTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/UnderlineTool.html#command\",\"classes\":\"\",\"parent\":\"UnderlineTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/UnderlineTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnderlineTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/UnderlineTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnderlineTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/UnderlineTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnderlineTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/UnderlineTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"UnderlineTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/UnderlineTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnderlineTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/UnderlineTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnderlineTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/UnderlineTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"UnderlineTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/UnderlineTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnderlineTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/UnderlineTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnderlineTool\"},{\"kind\":128,\"name\":\"StrikeThroughTool\",\"url\":\"classes/StrikeThroughTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StrikeThroughTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StrikeThroughTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/StrikeThroughTool.html#name\",\"classes\":\"\",\"parent\":\"StrikeThroughTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/StrikeThroughTool.html#tags\",\"classes\":\"\",\"parent\":\"StrikeThroughTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/StrikeThroughTool.html#command\",\"classes\":\"\",\"parent\":\"StrikeThroughTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/StrikeThroughTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StrikeThroughTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/StrikeThroughTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StrikeThroughTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/StrikeThroughTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StrikeThroughTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/StrikeThroughTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StrikeThroughTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/StrikeThroughTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"StrikeThroughTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/StrikeThroughTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StrikeThroughTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/StrikeThroughTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StrikeThroughTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/StrikeThroughTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"StrikeThroughTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/StrikeThroughTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StrikeThroughTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/StrikeThroughTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"StrikeThroughTool\"},{\"kind\":128,\"name\":\"H1Tool\",\"url\":\"classes/H1Tool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/H1Tool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H1Tool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/H1Tool.html#name\",\"classes\":\"\",\"parent\":\"H1Tool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/H1Tool.html#tags\",\"classes\":\"\",\"parent\":\"H1Tool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/H1Tool.html#command\",\"classes\":\"\",\"parent\":\"H1Tool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/H1Tool.html#execute\",\"classes\":\"\",\"parent\":\"H1Tool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/H1Tool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H1Tool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/H1Tool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H1Tool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/H1Tool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H1Tool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/H1Tool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H1Tool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/H1Tool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"H1Tool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/H1Tool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H1Tool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/H1Tool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H1Tool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/H1Tool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"H1Tool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/H1Tool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H1Tool\"},{\"kind\":128,\"name\":\"H2Tool\",\"url\":\"classes/H2Tool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/H2Tool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H2Tool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/H2Tool.html#name\",\"classes\":\"\",\"parent\":\"H2Tool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/H2Tool.html#tags\",\"classes\":\"\",\"parent\":\"H2Tool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/H2Tool.html#command\",\"classes\":\"\",\"parent\":\"H2Tool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/H2Tool.html#execute\",\"classes\":\"\",\"parent\":\"H2Tool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/H2Tool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H2Tool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/H2Tool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H2Tool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/H2Tool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H2Tool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/H2Tool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H2Tool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/H2Tool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"H2Tool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/H2Tool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H2Tool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/H2Tool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H2Tool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/H2Tool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"H2Tool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/H2Tool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H2Tool\"},{\"kind\":128,\"name\":\"H3Tool\",\"url\":\"classes/H3Tool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/H3Tool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H3Tool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/H3Tool.html#name\",\"classes\":\"\",\"parent\":\"H3Tool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/H3Tool.html#tags\",\"classes\":\"\",\"parent\":\"H3Tool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/H3Tool.html#command\",\"classes\":\"\",\"parent\":\"H3Tool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/H3Tool.html#execute\",\"classes\":\"\",\"parent\":\"H3Tool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/H3Tool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H3Tool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/H3Tool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H3Tool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/H3Tool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H3Tool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/H3Tool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H3Tool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/H3Tool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"H3Tool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/H3Tool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H3Tool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/H3Tool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H3Tool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/H3Tool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"H3Tool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/H3Tool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"H3Tool\"},{\"kind\":128,\"name\":\"FontSizeDownTool\",\"url\":\"classes/FontSizeDownTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FontSizeDownTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeDownTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/FontSizeDownTool.html#name\",\"classes\":\"\",\"parent\":\"FontSizeDownTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/FontSizeDownTool.html#tags\",\"classes\":\"\",\"parent\":\"FontSizeDownTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/FontSizeDownTool.html#command\",\"classes\":\"\",\"parent\":\"FontSizeDownTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/FontSizeDownTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeDownTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/FontSizeDownTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeDownTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/FontSizeDownTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeDownTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/FontSizeDownTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeDownTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/FontSizeDownTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FontSizeDownTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/FontSizeDownTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeDownTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/FontSizeDownTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeDownTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/FontSizeDownTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FontSizeDownTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/FontSizeDownTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeDownTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/FontSizeDownTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeDownTool\"},{\"kind\":128,\"name\":\"FontSizeUpTool\",\"url\":\"classes/FontSizeUpTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/FontSizeUpTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeUpTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/FontSizeUpTool.html#name\",\"classes\":\"\",\"parent\":\"FontSizeUpTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/FontSizeUpTool.html#tags\",\"classes\":\"\",\"parent\":\"FontSizeUpTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/FontSizeUpTool.html#command\",\"classes\":\"\",\"parent\":\"FontSizeUpTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/FontSizeUpTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeUpTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/FontSizeUpTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeUpTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/FontSizeUpTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeUpTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/FontSizeUpTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeUpTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/FontSizeUpTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FontSizeUpTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/FontSizeUpTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeUpTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/FontSizeUpTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeUpTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/FontSizeUpTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"FontSizeUpTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/FontSizeUpTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeUpTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/FontSizeUpTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"FontSizeUpTool\"},{\"kind\":128,\"name\":\"SubscriptTool\",\"url\":\"classes/SubscriptTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SubscriptTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SubscriptTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/SubscriptTool.html#name\",\"classes\":\"\",\"parent\":\"SubscriptTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/SubscriptTool.html#tags\",\"classes\":\"\",\"parent\":\"SubscriptTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/SubscriptTool.html#command\",\"classes\":\"\",\"parent\":\"SubscriptTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/SubscriptTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SubscriptTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/SubscriptTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SubscriptTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/SubscriptTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SubscriptTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/SubscriptTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SubscriptTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/SubscriptTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"SubscriptTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/SubscriptTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SubscriptTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/SubscriptTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SubscriptTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/SubscriptTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"SubscriptTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/SubscriptTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SubscriptTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/SubscriptTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SubscriptTool\"},{\"kind\":128,\"name\":\"SuperscriptTool\",\"url\":\"classes/SuperscriptTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/SuperscriptTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SuperscriptTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/SuperscriptTool.html#name\",\"classes\":\"\",\"parent\":\"SuperscriptTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/SuperscriptTool.html#tags\",\"classes\":\"\",\"parent\":\"SuperscriptTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/SuperscriptTool.html#command\",\"classes\":\"\",\"parent\":\"SuperscriptTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/SuperscriptTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SuperscriptTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/SuperscriptTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SuperscriptTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/SuperscriptTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SuperscriptTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/SuperscriptTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SuperscriptTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/SuperscriptTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"SuperscriptTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/SuperscriptTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SuperscriptTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/SuperscriptTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SuperscriptTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/SuperscriptTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"SuperscriptTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/SuperscriptTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SuperscriptTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/SuperscriptTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"SuperscriptTool\"},{\"kind\":128,\"name\":\"LinkTool\",\"url\":\"classes/LinkTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/LinkTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LinkTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/LinkTool.html#name\",\"classes\":\"\",\"parent\":\"LinkTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/LinkTool.html#tags\",\"classes\":\"\",\"parent\":\"LinkTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/LinkTool.html#inputs\",\"classes\":\"\",\"parent\":\"LinkTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/LinkTool.html#command\",\"classes\":\"\",\"parent\":\"LinkTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/LinkTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LinkTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/LinkTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LinkTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/LinkTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LinkTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/LinkTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"LinkTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/LinkTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LinkTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/LinkTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LinkTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/LinkTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"LinkTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/LinkTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LinkTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/LinkTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"LinkTool\"},{\"kind\":4194304,\"name\":\"ColorName\",\"url\":\"types/ColorName.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"ColorTool\",\"url\":\"classes/ColorTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ColorTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ColorTool\"},{\"kind\":1024,\"name\":\"colorName\",\"url\":\"classes/ColorTool.html#colorName\",\"classes\":\"\",\"parent\":\"ColorTool\"},{\"kind\":2048,\"name\":\"getColor\",\"url\":\"classes/ColorTool.html#getColor\",\"classes\":\"\",\"parent\":\"ColorTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/ColorTool.html#active\",\"classes\":\"\",\"parent\":\"ColorTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/ColorTool.html#execute\",\"classes\":\"\",\"parent\":\"ColorTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/ColorTool.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ColorTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/ColorTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ColorTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/ColorTool.html#tags\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ColorTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/ColorTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ColorTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/ColorTool.html#command\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ColorTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/ColorTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ColorTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/ColorTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ColorTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/ColorTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ColorTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/ColorTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ColorTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/ColorTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ColorTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/ColorTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ColorTool\"},{\"kind\":128,\"name\":\"ForeColorTool\",\"url\":\"classes/ForeColorTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ForeColorTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ForeColorTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/ForeColorTool.html#name\",\"classes\":\"\",\"parent\":\"ForeColorTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/ForeColorTool.html#command\",\"classes\":\"\",\"parent\":\"ForeColorTool\"},{\"kind\":1024,\"name\":\"colorName\",\"url\":\"classes/ForeColorTool.html#colorName\",\"classes\":\"\",\"parent\":\"ForeColorTool\"},{\"kind\":2048,\"name\":\"getColor\",\"url\":\"classes/ForeColorTool.html#getColor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ForeColorTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/ForeColorTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ForeColorTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/ForeColorTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ForeColorTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/ForeColorTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ForeColorTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/ForeColorTool.html#tags\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ForeColorTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/ForeColorTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ForeColorTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/ForeColorTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ForeColorTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/ForeColorTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ForeColorTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/ForeColorTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ForeColorTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/ForeColorTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ForeColorTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/ForeColorTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ForeColorTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/ForeColorTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ForeColorTool\"},{\"kind\":128,\"name\":\"BackColorTool\",\"url\":\"classes/BackColorTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/BackColorTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BackColorTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/BackColorTool.html#name\",\"classes\":\"\",\"parent\":\"BackColorTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/BackColorTool.html#command\",\"classes\":\"\",\"parent\":\"BackColorTool\"},{\"kind\":1024,\"name\":\"colorName\",\"url\":\"classes/BackColorTool.html#colorName\",\"classes\":\"\",\"parent\":\"BackColorTool\"},{\"kind\":2048,\"name\":\"getColor\",\"url\":\"classes/BackColorTool.html#getColor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BackColorTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/BackColorTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BackColorTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/BackColorTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BackColorTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/BackColorTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BackColorTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/BackColorTool.html#tags\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BackColorTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/BackColorTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BackColorTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/BackColorTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BackColorTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/BackColorTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BackColorTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/BackColorTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"BackColorTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/BackColorTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BackColorTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/BackColorTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"BackColorTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/BackColorTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"BackColorTool\"},{\"kind\":4194304,\"name\":\"AlignMode\",\"url\":\"types/AlignMode.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"AlignTool\",\"url\":\"classes/AlignTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AlignTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignTool\"},{\"kind\":1024,\"name\":\"align\",\"url\":\"classes/AlignTool.html#align\",\"classes\":\"\",\"parent\":\"AlignTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/AlignTool.html#active\",\"classes\":\"\",\"parent\":\"AlignTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/AlignTool.html#name\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/AlignTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/AlignTool.html#tags\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/AlignTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/AlignTool.html#command\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/AlignTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/AlignTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/AlignTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"AlignTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/AlignTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/AlignTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"AlignTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/AlignTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/AlignTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignTool\"},{\"kind\":128,\"name\":\"AlignLeftTool\",\"url\":\"classes/AlignLeftTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AlignLeftTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignLeftTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/AlignLeftTool.html#name\",\"classes\":\"\",\"parent\":\"AlignLeftTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/AlignLeftTool.html#command\",\"classes\":\"\",\"parent\":\"AlignLeftTool\"},{\"kind\":1024,\"name\":\"align\",\"url\":\"classes/AlignLeftTool.html#align\",\"classes\":\"\",\"parent\":\"AlignLeftTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/AlignLeftTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignLeftTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/AlignLeftTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignLeftTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/AlignLeftTool.html#tags\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignLeftTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/AlignLeftTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignLeftTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/AlignLeftTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignLeftTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/AlignLeftTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignLeftTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/AlignLeftTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"AlignLeftTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/AlignLeftTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignLeftTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/AlignLeftTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"AlignLeftTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/AlignLeftTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignLeftTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/AlignLeftTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignLeftTool\"},{\"kind\":128,\"name\":\"AlignCenterTool\",\"url\":\"classes/AlignCenterTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AlignCenterTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignCenterTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/AlignCenterTool.html#name\",\"classes\":\"\",\"parent\":\"AlignCenterTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/AlignCenterTool.html#command\",\"classes\":\"\",\"parent\":\"AlignCenterTool\"},{\"kind\":1024,\"name\":\"align\",\"url\":\"classes/AlignCenterTool.html#align\",\"classes\":\"\",\"parent\":\"AlignCenterTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/AlignCenterTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignCenterTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/AlignCenterTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignCenterTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/AlignCenterTool.html#tags\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignCenterTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/AlignCenterTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignCenterTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/AlignCenterTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignCenterTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/AlignCenterTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignCenterTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/AlignCenterTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"AlignCenterTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/AlignCenterTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignCenterTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/AlignCenterTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"AlignCenterTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/AlignCenterTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignCenterTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/AlignCenterTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignCenterTool\"},{\"kind\":128,\"name\":\"AlignRightTool\",\"url\":\"classes/AlignRightTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AlignRightTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignRightTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/AlignRightTool.html#name\",\"classes\":\"\",\"parent\":\"AlignRightTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/AlignRightTool.html#command\",\"classes\":\"\",\"parent\":\"AlignRightTool\"},{\"kind\":1024,\"name\":\"align\",\"url\":\"classes/AlignRightTool.html#align\",\"classes\":\"\",\"parent\":\"AlignRightTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/AlignRightTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignRightTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/AlignRightTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignRightTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/AlignRightTool.html#tags\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignRightTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/AlignRightTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignRightTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/AlignRightTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignRightTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/AlignRightTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignRightTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/AlignRightTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"AlignRightTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/AlignRightTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignRightTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/AlignRightTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"AlignRightTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/AlignRightTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignRightTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/AlignRightTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignRightTool\"},{\"kind\":128,\"name\":\"AlignFullTool\",\"url\":\"classes/AlignFullTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AlignFullTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignFullTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/AlignFullTool.html#name\",\"classes\":\"\",\"parent\":\"AlignFullTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/AlignFullTool.html#command\",\"classes\":\"\",\"parent\":\"AlignFullTool\"},{\"kind\":1024,\"name\":\"align\",\"url\":\"classes/AlignFullTool.html#align\",\"classes\":\"\",\"parent\":\"AlignFullTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/AlignFullTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignFullTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/AlignFullTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignFullTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/AlignFullTool.html#tags\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignFullTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/AlignFullTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignFullTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/AlignFullTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignFullTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/AlignFullTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignFullTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/AlignFullTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"AlignFullTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/AlignFullTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignFullTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/AlignFullTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"AlignFullTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/AlignFullTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignFullTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/AlignFullTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AlignFullTool\"},{\"kind\":128,\"name\":\"OrderedListTool\",\"url\":\"classes/OrderedListTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OrderedListTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"OrderedListTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/OrderedListTool.html#name\",\"classes\":\"\",\"parent\":\"OrderedListTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/OrderedListTool.html#tags\",\"classes\":\"\",\"parent\":\"OrderedListTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/OrderedListTool.html#command\",\"classes\":\"\",\"parent\":\"OrderedListTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/OrderedListTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"OrderedListTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/OrderedListTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"OrderedListTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/OrderedListTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"OrderedListTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/OrderedListTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"OrderedListTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/OrderedListTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"OrderedListTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/OrderedListTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"OrderedListTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/OrderedListTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"OrderedListTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/OrderedListTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"OrderedListTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/OrderedListTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"OrderedListTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/OrderedListTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"OrderedListTool\"},{\"kind\":128,\"name\":\"UnorderedListTool\",\"url\":\"classes/UnorderedListTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnorderedListTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnorderedListTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/UnorderedListTool.html#name\",\"classes\":\"\",\"parent\":\"UnorderedListTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/UnorderedListTool.html#tags\",\"classes\":\"\",\"parent\":\"UnorderedListTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/UnorderedListTool.html#command\",\"classes\":\"\",\"parent\":\"UnorderedListTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/UnorderedListTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnorderedListTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/UnorderedListTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnorderedListTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/UnorderedListTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnorderedListTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/UnorderedListTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnorderedListTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/UnorderedListTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"UnorderedListTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/UnorderedListTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnorderedListTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/UnorderedListTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnorderedListTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/UnorderedListTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"UnorderedListTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/UnorderedListTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnorderedListTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/UnorderedListTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UnorderedListTool\"},{\"kind\":128,\"name\":\"HorizontalRuleTool\",\"url\":\"classes/HorizontalRuleTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HorizontalRuleTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"HorizontalRuleTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/HorizontalRuleTool.html#name\",\"classes\":\"\",\"parent\":\"HorizontalRuleTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/HorizontalRuleTool.html#tags\",\"classes\":\"\",\"parent\":\"HorizontalRuleTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/HorizontalRuleTool.html#command\",\"classes\":\"\",\"parent\":\"HorizontalRuleTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/HorizontalRuleTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"HorizontalRuleTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/HorizontalRuleTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"HorizontalRuleTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/HorizontalRuleTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"HorizontalRuleTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/HorizontalRuleTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"HorizontalRuleTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/HorizontalRuleTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"HorizontalRuleTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/HorizontalRuleTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"HorizontalRuleTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/HorizontalRuleTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"HorizontalRuleTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/HorizontalRuleTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"HorizontalRuleTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/HorizontalRuleTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"HorizontalRuleTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/HorizontalRuleTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"HorizontalRuleTool\"},{\"kind\":128,\"name\":\"IFrameTool\",\"url\":\"classes/IFrameTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/IFrameTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"IFrameTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/IFrameTool.html#name\",\"classes\":\"\",\"parent\":\"IFrameTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/IFrameTool.html#tags\",\"classes\":\"\",\"parent\":\"IFrameTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/IFrameTool.html#command\",\"classes\":\"\",\"parent\":\"IFrameTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/IFrameTool.html#execute\",\"classes\":\"\",\"parent\":\"IFrameTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/IFrameTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"IFrameTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/IFrameTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"IFrameTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/IFrameTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"IFrameTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/IFrameTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"IFrameTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/IFrameTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"IFrameTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/IFrameTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"IFrameTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/IFrameTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"IFrameTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/IFrameTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"IFrameTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/IFrameTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"IFrameTool\"},{\"kind\":128,\"name\":\"ImageTool\",\"url\":\"classes/ImageTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ImageTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ImageTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/ImageTool.html#name\",\"classes\":\"\",\"parent\":\"ImageTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/ImageTool.html#tags\",\"classes\":\"\",\"parent\":\"ImageTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/ImageTool.html#command\",\"classes\":\"\",\"parent\":\"ImageTool\"},{\"kind\":2048,\"name\":\"codeOf\",\"url\":\"classes/ImageTool.html#codeOf\",\"classes\":\"\",\"parent\":\"ImageTool\"},{\"kind\":2048,\"name\":\"save\",\"url\":\"classes/ImageTool.html#save\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ImageTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/ImageTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ImageTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/ImageTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ImageTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/ImageTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ImageTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/ImageTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ImageTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/ImageTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ImageTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/ImageTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ImageTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/ImageTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ImageTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/ImageTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ImageTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/ImageTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ImageTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/ImageTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ImageTool\"},{\"kind\":128,\"name\":\"AudioTool\",\"url\":\"classes/AudioTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/AudioTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AudioTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/AudioTool.html#name\",\"classes\":\"\",\"parent\":\"AudioTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/AudioTool.html#tags\",\"classes\":\"\",\"parent\":\"AudioTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/AudioTool.html#command\",\"classes\":\"\",\"parent\":\"AudioTool\"},{\"kind\":2048,\"name\":\"codeOf\",\"url\":\"classes/AudioTool.html#codeOf\",\"classes\":\"\",\"parent\":\"AudioTool\"},{\"kind\":2048,\"name\":\"save\",\"url\":\"classes/AudioTool.html#save\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AudioTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/AudioTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AudioTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/AudioTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AudioTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/AudioTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AudioTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/AudioTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AudioTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/AudioTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AudioTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/AudioTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"AudioTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/AudioTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AudioTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/AudioTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AudioTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/AudioTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"AudioTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/AudioTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"AudioTool\"},{\"kind\":128,\"name\":\"VideoTool\",\"url\":\"classes/VideoTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/VideoTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VideoTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/VideoTool.html#name\",\"classes\":\"\",\"parent\":\"VideoTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/VideoTool.html#tags\",\"classes\":\"\",\"parent\":\"VideoTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/VideoTool.html#command\",\"classes\":\"\",\"parent\":\"VideoTool\"},{\"kind\":2048,\"name\":\"codeOf\",\"url\":\"classes/VideoTool.html#codeOf\",\"classes\":\"\",\"parent\":\"VideoTool\"},{\"kind\":2048,\"name\":\"save\",\"url\":\"classes/VideoTool.html#save\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VideoTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/VideoTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VideoTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/VideoTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VideoTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/VideoTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VideoTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/VideoTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VideoTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/VideoTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VideoTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/VideoTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"VideoTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/VideoTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VideoTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/VideoTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VideoTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/VideoTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"VideoTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/VideoTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"VideoTool\"},{\"kind\":128,\"name\":\"UndoTool\",\"url\":\"classes/UndoTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UndoTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UndoTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/UndoTool.html#name\",\"classes\":\"\",\"parent\":\"UndoTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/UndoTool.html#command\",\"classes\":\"\",\"parent\":\"UndoTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/UndoTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UndoTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/UndoTool.html#tags\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UndoTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/UndoTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UndoTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/UndoTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UndoTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/UndoTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UndoTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/UndoTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"UndoTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/UndoTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UndoTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/UndoTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UndoTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/UndoTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"UndoTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/UndoTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UndoTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/UndoTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"UndoTool\"},{\"kind\":128,\"name\":\"RedoTool\",\"url\":\"classes/RedoTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/RedoTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RedoTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/RedoTool.html#name\",\"classes\":\"\",\"parent\":\"RedoTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/RedoTool.html#command\",\"classes\":\"\",\"parent\":\"RedoTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/RedoTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RedoTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/RedoTool.html#tags\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RedoTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/RedoTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RedoTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/RedoTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RedoTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/RedoTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RedoTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/RedoTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"RedoTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/RedoTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RedoTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/RedoTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RedoTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/RedoTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"RedoTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/RedoTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RedoTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/RedoTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"RedoTool\"},{\"kind\":128,\"name\":\"ResetTool\",\"url\":\"classes/ResetTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ResetTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ResetTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/ResetTool.html#name\",\"classes\":\"\",\"parent\":\"ResetTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/ResetTool.html#command\",\"classes\":\"\",\"parent\":\"ResetTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/ResetTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ResetTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/ResetTool.html#tags\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ResetTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/ResetTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ResetTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/ResetTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ResetTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/ResetTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ResetTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/ResetTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ResetTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/ResetTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ResetTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/ResetTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ResetTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/ResetTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ResetTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/ResetTool.html#execute\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ResetTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/ResetTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ResetTool\"},{\"kind\":128,\"name\":\"ClearTool\",\"url\":\"classes/ClearTool.html\",\"classes\":\"\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ClearTool.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClearTool\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"classes/ClearTool.html#name\",\"classes\":\"\",\"parent\":\"ClearTool\"},{\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/ClearTool.html#execute\",\"classes\":\"\",\"parent\":\"ClearTool\"},{\"kind\":1024,\"name\":\"icon\",\"url\":\"classes/ClearTool.html#icon\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClearTool\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/ClearTool.html#tags\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClearTool\"},{\"kind\":1024,\"name\":\"keys\",\"url\":\"classes/ClearTool.html#keys\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClearTool\"},{\"kind\":1024,\"name\":\"command\",\"url\":\"classes/ClearTool.html#command\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClearTool\"},{\"kind\":1024,\"name\":\"inputs\",\"url\":\"classes/ClearTool.html#inputs\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClearTool\"},{\"kind\":262144,\"name\":\"usable\",\"url\":\"classes/ClearTool.html#usable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClearTool\"},{\"kind\":2048,\"name\":\"getActive\",\"url\":\"classes/ClearTool.html#getActive\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClearTool\"},{\"kind\":262144,\"name\":\"active\",\"url\":\"classes/ClearTool.html#active\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClearTool\"},{\"kind\":262144,\"name\":\"title\",\"url\":\"classes/ClearTool.html#title\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClearTool\"},{\"kind\":2048,\"name\":\"edit\",\"url\":\"classes/ClearTool.html#edit\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"ClearTool\"},{\"kind\":2048,\"name\":\"render\",\"url\":\"classes/ClearTool.html#render\",\"classes\":\"tsd-is-inherited\",\"parent\":\"ClearTool\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,58.445]],[\"comment/0\",[]],[\"name/1\",[1,58.445]],[\"comment/1\",[]],[\"name/2\",[2,27.384]],[\"comment/2\",[]],[\"name/3\",[3,27.384]],[\"comment/3\",[]],[\"name/4\",[4,27.384]],[\"comment/4\",[]],[\"name/5\",[5,27.384]],[\"comment/5\",[]],[\"name/6\",[6,27.384]],[\"comment/6\",[]],[\"name/7\",[7,27.384]],[\"comment/7\",[]],[\"name/8\",[8,27.384]],[\"comment/8\",[]],[\"name/9\",[9,27.384]],[\"comment/9\",[]],[\"name/10\",[10,27.384]],[\"comment/10\",[]],[\"name/11\",[11,27.384]],[\"comment/11\",[]],[\"name/12\",[12,27.384]],[\"comment/12\",[]],[\"name/13\",[13,27.384]],[\"comment/13\",[]],[\"name/14\",[14,27.384]],[\"comment/14\",[]],[\"name/15\",[15,27.384]],[\"comment/15\",[]],[\"name/16\",[16,58.445]],[\"comment/16\",[]],[\"name/17\",[2,27.384]],[\"comment/17\",[]],[\"name/18\",[17,47.459]],[\"comment/18\",[]],[\"name/19\",[18,47.459]],[\"comment/19\",[]],[\"name/20\",[14,27.384]],[\"comment/20\",[]],[\"name/21\",[3,27.384]],[\"comment/21\",[]],[\"name/22\",[4,27.384]],[\"comment/22\",[]],[\"name/23\",[5,27.384]],[\"comment/23\",[]],[\"name/24\",[6,27.384]],[\"comment/24\",[]],[\"name/25\",[7,27.384]],[\"comment/25\",[]],[\"name/26\",[8,27.384]],[\"comment/26\",[]],[\"name/27\",[9,27.384]],[\"comment/27\",[]],[\"name/28\",[10,27.384]],[\"comment/28\",[]],[\"name/29\",[11,27.384]],[\"comment/29\",[]],[\"name/30\",[12,27.384]],[\"comment/30\",[]],[\"name/31\",[13,27.384]],[\"comment/31\",[]],[\"name/32\",[15,27.384]],[\"comment/32\",[]],[\"name/33\",[19,58.445]],[\"comment/33\",[]],[\"name/34\",[2,27.384]],[\"comment/34\",[]],[\"name/35\",[3,27.384]],[\"comment/35\",[]],[\"name/36\",[5,27.384]],[\"comment/36\",[]],[\"name/37\",[6,27.384]],[\"comment/37\",[]],[\"name/38\",[7,27.384]],[\"comment/38\",[]],[\"name/39\",[4,27.384]],[\"comment/39\",[]],[\"name/40\",[8,27.384]],[\"comment/40\",[]],[\"name/41\",[9,27.384]],[\"comment/41\",[]],[\"name/42\",[10,27.384]],[\"comment/42\",[]],[\"name/43\",[11,27.384]],[\"comment/43\",[]],[\"name/44\",[12,27.384]],[\"comment/44\",[]],[\"name/45\",[13,27.384]],[\"comment/45\",[]],[\"name/46\",[14,27.384]],[\"comment/46\",[]],[\"name/47\",[15,27.384]],[\"comment/47\",[]],[\"name/48\",[20,58.445]],[\"comment/48\",[]],[\"name/49\",[2,27.384]],[\"comment/49\",[]],[\"name/50\",[3,27.384]],[\"comment/50\",[]],[\"name/51\",[5,27.384]],[\"comment/51\",[]],[\"name/52\",[6,27.384]],[\"comment/52\",[]],[\"name/53\",[7,27.384]],[\"comment/53\",[]],[\"name/54\",[4,27.384]],[\"comment/54\",[]],[\"name/55\",[8,27.384]],[\"comment/55\",[]],[\"name/56\",[9,27.384]],[\"comment/56\",[]],[\"name/57\",[10,27.384]],[\"comment/57\",[]],[\"name/58\",[11,27.384]],[\"comment/58\",[]],[\"name/59\",[12,27.384]],[\"comment/59\",[]],[\"name/60\",[13,27.384]],[\"comment/60\",[]],[\"name/61\",[14,27.384]],[\"comment/61\",[]],[\"name/62\",[15,27.384]],[\"comment/62\",[]],[\"name/63\",[21,58.445]],[\"comment/63\",[]],[\"name/64\",[2,27.384]],[\"comment/64\",[]],[\"name/65\",[3,27.384]],[\"comment/65\",[]],[\"name/66\",[5,27.384]],[\"comment/66\",[]],[\"name/67\",[6,27.384]],[\"comment/67\",[]],[\"name/68\",[7,27.384]],[\"comment/68\",[]],[\"name/69\",[4,27.384]],[\"comment/69\",[]],[\"name/70\",[8,27.384]],[\"comment/70\",[]],[\"name/71\",[9,27.384]],[\"comment/71\",[]],[\"name/72\",[10,27.384]],[\"comment/72\",[]],[\"name/73\",[11,27.384]],[\"comment/73\",[]],[\"name/74\",[12,27.384]],[\"comment/74\",[]],[\"name/75\",[13,27.384]],[\"comment/75\",[]],[\"name/76\",[14,27.384]],[\"comment/76\",[]],[\"name/77\",[15,27.384]],[\"comment/77\",[]],[\"name/78\",[22,58.445]],[\"comment/78\",[]],[\"name/79\",[2,27.384]],[\"comment/79\",[]],[\"name/80\",[3,27.384]],[\"comment/80\",[]],[\"name/81\",[5,27.384]],[\"comment/81\",[]],[\"name/82\",[7,27.384]],[\"comment/82\",[]],[\"name/83\",[4,27.384]],[\"comment/83\",[]],[\"name/84\",[6,27.384]],[\"comment/84\",[]],[\"name/85\",[8,27.384]],[\"comment/85\",[]],[\"name/86\",[9,27.384]],[\"comment/86\",[]],[\"name/87\",[10,27.384]],[\"comment/87\",[]],[\"name/88\",[11,27.384]],[\"comment/88\",[]],[\"name/89\",[12,27.384]],[\"comment/89\",[]],[\"name/90\",[13,27.384]],[\"comment/90\",[]],[\"name/91\",[14,27.384]],[\"comment/91\",[]],[\"name/92\",[15,27.384]],[\"comment/92\",[]],[\"name/93\",[23,58.445]],[\"comment/93\",[]],[\"name/94\",[2,27.384]],[\"comment/94\",[]],[\"name/95\",[3,27.384]],[\"comment/95\",[]],[\"name/96\",[5,27.384]],[\"comment/96\",[]],[\"name/97\",[7,27.384]],[\"comment/97\",[]],[\"name/98\",[14,27.384]],[\"comment/98\",[]],[\"name/99\",[4,27.384]],[\"comment/99\",[]],[\"name/100\",[6,27.384]],[\"comment/100\",[]],[\"name/101\",[8,27.384]],[\"comment/101\",[]],[\"name/102\",[9,27.384]],[\"comment/102\",[]],[\"name/103\",[10,27.384]],[\"comment/103\",[]],[\"name/104\",[11,27.384]],[\"comment/104\",[]],[\"name/105\",[12,27.384]],[\"comment/105\",[]],[\"name/106\",[13,27.384]],[\"comment/106\",[]],[\"name/107\",[15,27.384]],[\"comment/107\",[]],[\"name/108\",[24,58.445]],[\"comment/108\",[]],[\"name/109\",[2,27.384]],[\"comment/109\",[]],[\"name/110\",[3,27.384]],[\"comment/110\",[]],[\"name/111\",[5,27.384]],[\"comment/111\",[]],[\"name/112\",[7,27.384]],[\"comment/112\",[]],[\"name/113\",[14,27.384]],[\"comment/113\",[]],[\"name/114\",[4,27.384]],[\"comment/114\",[]],[\"name/115\",[6,27.384]],[\"comment/115\",[]],[\"name/116\",[8,27.384]],[\"comment/116\",[]],[\"name/117\",[9,27.384]],[\"comment/117\",[]],[\"name/118\",[10,27.384]],[\"comment/118\",[]],[\"name/119\",[11,27.384]],[\"comment/119\",[]],[\"name/120\",[12,27.384]],[\"comment/120\",[]],[\"name/121\",[13,27.384]],[\"comment/121\",[]],[\"name/122\",[15,27.384]],[\"comment/122\",[]],[\"name/123\",[25,58.445]],[\"comment/123\",[]],[\"name/124\",[2,27.384]],[\"comment/124\",[]],[\"name/125\",[3,27.384]],[\"comment/125\",[]],[\"name/126\",[5,27.384]],[\"comment/126\",[]],[\"name/127\",[7,27.384]],[\"comment/127\",[]],[\"name/128\",[14,27.384]],[\"comment/128\",[]],[\"name/129\",[4,27.384]],[\"comment/129\",[]],[\"name/130\",[6,27.384]],[\"comment/130\",[]],[\"name/131\",[8,27.384]],[\"comment/131\",[]],[\"name/132\",[9,27.384]],[\"comment/132\",[]],[\"name/133\",[10,27.384]],[\"comment/133\",[]],[\"name/134\",[11,27.384]],[\"comment/134\",[]],[\"name/135\",[12,27.384]],[\"comment/135\",[]],[\"name/136\",[13,27.384]],[\"comment/136\",[]],[\"name/137\",[15,27.384]],[\"comment/137\",[]],[\"name/138\",[26,58.445]],[\"comment/138\",[]],[\"name/139\",[2,27.384]],[\"comment/139\",[]],[\"name/140\",[3,27.384]],[\"comment/140\",[]],[\"name/141\",[5,27.384]],[\"comment/141\",[]],[\"name/142\",[7,27.384]],[\"comment/142\",[]],[\"name/143\",[4,27.384]],[\"comment/143\",[]],[\"name/144\",[6,27.384]],[\"comment/144\",[]],[\"name/145\",[8,27.384]],[\"comment/145\",[]],[\"name/146\",[9,27.384]],[\"comment/146\",[]],[\"name/147\",[10,27.384]],[\"comment/147\",[]],[\"name/148\",[11,27.384]],[\"comment/148\",[]],[\"name/149\",[12,27.384]],[\"comment/149\",[]],[\"name/150\",[13,27.384]],[\"comment/150\",[]],[\"name/151\",[14,27.384]],[\"comment/151\",[]],[\"name/152\",[15,27.384]],[\"comment/152\",[]],[\"name/153\",[27,58.445]],[\"comment/153\",[]],[\"name/154\",[2,27.384]],[\"comment/154\",[]],[\"name/155\",[3,27.384]],[\"comment/155\",[]],[\"name/156\",[5,27.384]],[\"comment/156\",[]],[\"name/157\",[7,27.384]],[\"comment/157\",[]],[\"name/158\",[4,27.384]],[\"comment/158\",[]],[\"name/159\",[6,27.384]],[\"comment/159\",[]],[\"name/160\",[8,27.384]],[\"comment/160\",[]],[\"name/161\",[9,27.384]],[\"comment/161\",[]],[\"name/162\",[10,27.384]],[\"comment/162\",[]],[\"name/163\",[11,27.384]],[\"comment/163\",[]],[\"name/164\",[12,27.384]],[\"comment/164\",[]],[\"name/165\",[13,27.384]],[\"comment/165\",[]],[\"name/166\",[14,27.384]],[\"comment/166\",[]],[\"name/167\",[15,27.384]],[\"comment/167\",[]],[\"name/168\",[28,58.445]],[\"comment/168\",[]],[\"name/169\",[2,27.384]],[\"comment/169\",[]],[\"name/170\",[3,27.384]],[\"comment/170\",[]],[\"name/171\",[5,27.384]],[\"comment/171\",[]],[\"name/172\",[7,27.384]],[\"comment/172\",[]],[\"name/173\",[4,27.384]],[\"comment/173\",[]],[\"name/174\",[6,27.384]],[\"comment/174\",[]],[\"name/175\",[8,27.384]],[\"comment/175\",[]],[\"name/176\",[9,27.384]],[\"comment/176\",[]],[\"name/177\",[10,27.384]],[\"comment/177\",[]],[\"name/178\",[11,27.384]],[\"comment/178\",[]],[\"name/179\",[12,27.384]],[\"comment/179\",[]],[\"name/180\",[13,27.384]],[\"comment/180\",[]],[\"name/181\",[14,27.384]],[\"comment/181\",[]],[\"name/182\",[15,27.384]],[\"comment/182\",[]],[\"name/183\",[29,58.445]],[\"comment/183\",[]],[\"name/184\",[2,27.384]],[\"comment/184\",[]],[\"name/185\",[3,27.384]],[\"comment/185\",[]],[\"name/186\",[5,27.384]],[\"comment/186\",[]],[\"name/187\",[7,27.384]],[\"comment/187\",[]],[\"name/188\",[4,27.384]],[\"comment/188\",[]],[\"name/189\",[6,27.384]],[\"comment/189\",[]],[\"name/190\",[8,27.384]],[\"comment/190\",[]],[\"name/191\",[9,27.384]],[\"comment/191\",[]],[\"name/192\",[10,27.384]],[\"comment/192\",[]],[\"name/193\",[11,27.384]],[\"comment/193\",[]],[\"name/194\",[12,27.384]],[\"comment/194\",[]],[\"name/195\",[13,27.384]],[\"comment/195\",[]],[\"name/196\",[14,27.384]],[\"comment/196\",[]],[\"name/197\",[15,27.384]],[\"comment/197\",[]],[\"name/198\",[30,58.445]],[\"comment/198\",[]],[\"name/199\",[2,27.384]],[\"comment/199\",[]],[\"name/200\",[3,27.384]],[\"comment/200\",[]],[\"name/201\",[5,27.384]],[\"comment/201\",[]],[\"name/202\",[8,27.384]],[\"comment/202\",[]],[\"name/203\",[7,27.384]],[\"comment/203\",[]],[\"name/204\",[4,27.384]],[\"comment/204\",[]],[\"name/205\",[6,27.384]],[\"comment/205\",[]],[\"name/206\",[9,27.384]],[\"comment/206\",[]],[\"name/207\",[10,27.384]],[\"comment/207\",[]],[\"name/208\",[11,27.384]],[\"comment/208\",[]],[\"name/209\",[12,27.384]],[\"comment/209\",[]],[\"name/210\",[13,27.384]],[\"comment/210\",[]],[\"name/211\",[14,27.384]],[\"comment/211\",[]],[\"name/212\",[15,27.384]],[\"comment/212\",[]],[\"name/213\",[31,47.459]],[\"comment/213\",[]],[\"name/214\",[32,58.445]],[\"comment/214\",[]],[\"name/215\",[2,27.384]],[\"comment/215\",[]],[\"name/216\",[31,47.459]],[\"comment/216\",[]],[\"name/217\",[33,49.972]],[\"comment/217\",[]],[\"name/218\",[11,27.384]],[\"comment/218\",[]],[\"name/219\",[14,27.384]],[\"comment/219\",[]],[\"name/220\",[3,27.384]],[\"comment/220\",[]],[\"name/221\",[4,27.384]],[\"comment/221\",[]],[\"name/222\",[5,27.384]],[\"comment/222\",[]],[\"name/223\",[6,27.384]],[\"comment/223\",[]],[\"name/224\",[7,27.384]],[\"comment/224\",[]],[\"name/225\",[8,27.384]],[\"comment/225\",[]],[\"name/226\",[9,27.384]],[\"comment/226\",[]],[\"name/227\",[10,27.384]],[\"comment/227\",[]],[\"name/228\",[12,27.384]],[\"comment/228\",[]],[\"name/229\",[13,27.384]],[\"comment/229\",[]],[\"name/230\",[15,27.384]],[\"comment/230\",[]],[\"name/231\",[34,58.445]],[\"comment/231\",[]],[\"name/232\",[2,27.384]],[\"comment/232\",[]],[\"name/233\",[3,27.384]],[\"comment/233\",[]],[\"name/234\",[7,27.384]],[\"comment/234\",[]],[\"name/235\",[31,47.459]],[\"comment/235\",[]],[\"name/236\",[33,49.972]],[\"comment/236\",[]],[\"name/237\",[11,27.384]],[\"comment/237\",[]],[\"name/238\",[14,27.384]],[\"comment/238\",[]],[\"name/239\",[4,27.384]],[\"comment/239\",[]],[\"name/240\",[5,27.384]],[\"comment/240\",[]],[\"name/241\",[6,27.384]],[\"comment/241\",[]],[\"name/242\",[8,27.384]],[\"comment/242\",[]],[\"name/243\",[9,27.384]],[\"comment/243\",[]],[\"name/244\",[10,27.384]],[\"comment/244\",[]],[\"name/245\",[12,27.384]],[\"comment/245\",[]],[\"name/246\",[13,27.384]],[\"comment/246\",[]],[\"name/247\",[15,27.384]],[\"comment/247\",[]],[\"name/248\",[35,58.445]],[\"comment/248\",[]],[\"name/249\",[2,27.384]],[\"comment/249\",[]],[\"name/250\",[3,27.384]],[\"comment/250\",[]],[\"name/251\",[7,27.384]],[\"comment/251\",[]],[\"name/252\",[31,47.459]],[\"comment/252\",[]],[\"name/253\",[33,49.972]],[\"comment/253\",[]],[\"name/254\",[11,27.384]],[\"comment/254\",[]],[\"name/255\",[14,27.384]],[\"comment/255\",[]],[\"name/256\",[4,27.384]],[\"comment/256\",[]],[\"name/257\",[5,27.384]],[\"comment/257\",[]],[\"name/258\",[6,27.384]],[\"comment/258\",[]],[\"name/259\",[8,27.384]],[\"comment/259\",[]],[\"name/260\",[9,27.384]],[\"comment/260\",[]],[\"name/261\",[10,27.384]],[\"comment/261\",[]],[\"name/262\",[12,27.384]],[\"comment/262\",[]],[\"name/263\",[13,27.384]],[\"comment/263\",[]],[\"name/264\",[15,27.384]],[\"comment/264\",[]],[\"name/265\",[36,58.445]],[\"comment/265\",[]],[\"name/266\",[37,58.445]],[\"comment/266\",[]],[\"name/267\",[2,27.384]],[\"comment/267\",[]],[\"name/268\",[38,45.452]],[\"comment/268\",[]],[\"name/269\",[11,27.384]],[\"comment/269\",[]],[\"name/270\",[3,27.384]],[\"comment/270\",[]],[\"name/271\",[4,27.384]],[\"comment/271\",[]],[\"name/272\",[5,27.384]],[\"comment/272\",[]],[\"name/273\",[6,27.384]],[\"comment/273\",[]],[\"name/274\",[7,27.384]],[\"comment/274\",[]],[\"name/275\",[8,27.384]],[\"comment/275\",[]],[\"name/276\",[9,27.384]],[\"comment/276\",[]],[\"name/277\",[10,27.384]],[\"comment/277\",[]],[\"name/278\",[12,27.384]],[\"comment/278\",[]],[\"name/279\",[13,27.384]],[\"comment/279\",[]],[\"name/280\",[14,27.384]],[\"comment/280\",[]],[\"name/281\",[15,27.384]],[\"comment/281\",[]],[\"name/282\",[39,58.445]],[\"comment/282\",[]],[\"name/283\",[2,27.384]],[\"comment/283\",[]],[\"name/284\",[3,27.384]],[\"comment/284\",[]],[\"name/285\",[7,27.384]],[\"comment/285\",[]],[\"name/286\",[38,45.452]],[\"comment/286\",[]],[\"name/287\",[11,27.384]],[\"comment/287\",[]],[\"name/288\",[4,27.384]],[\"comment/288\",[]],[\"name/289\",[5,27.384]],[\"comment/289\",[]],[\"name/290\",[6,27.384]],[\"comment/290\",[]],[\"name/291\",[8,27.384]],[\"comment/291\",[]],[\"name/292\",[9,27.384]],[\"comment/292\",[]],[\"name/293\",[10,27.384]],[\"comment/293\",[]],[\"name/294\",[12,27.384]],[\"comment/294\",[]],[\"name/295\",[13,27.384]],[\"comment/295\",[]],[\"name/296\",[14,27.384]],[\"comment/296\",[]],[\"name/297\",[15,27.384]],[\"comment/297\",[]],[\"name/298\",[40,58.445]],[\"comment/298\",[]],[\"name/299\",[2,27.384]],[\"comment/299\",[]],[\"name/300\",[3,27.384]],[\"comment/300\",[]],[\"name/301\",[7,27.384]],[\"comment/301\",[]],[\"name/302\",[38,45.452]],[\"comment/302\",[]],[\"name/303\",[11,27.384]],[\"comment/303\",[]],[\"name/304\",[4,27.384]],[\"comment/304\",[]],[\"name/305\",[5,27.384]],[\"comment/305\",[]],[\"name/306\",[6,27.384]],[\"comment/306\",[]],[\"name/307\",[8,27.384]],[\"comment/307\",[]],[\"name/308\",[9,27.384]],[\"comment/308\",[]],[\"name/309\",[10,27.384]],[\"comment/309\",[]],[\"name/310\",[12,27.384]],[\"comment/310\",[]],[\"name/311\",[13,27.384]],[\"comment/311\",[]],[\"name/312\",[14,27.384]],[\"comment/312\",[]],[\"name/313\",[15,27.384]],[\"comment/313\",[]],[\"name/314\",[41,58.445]],[\"comment/314\",[]],[\"name/315\",[2,27.384]],[\"comment/315\",[]],[\"name/316\",[3,27.384]],[\"comment/316\",[]],[\"name/317\",[7,27.384]],[\"comment/317\",[]],[\"name/318\",[38,45.452]],[\"comment/318\",[]],[\"name/319\",[11,27.384]],[\"comment/319\",[]],[\"name/320\",[4,27.384]],[\"comment/320\",[]],[\"name/321\",[5,27.384]],[\"comment/321\",[]],[\"name/322\",[6,27.384]],[\"comment/322\",[]],[\"name/323\",[8,27.384]],[\"comment/323\",[]],[\"name/324\",[9,27.384]],[\"comment/324\",[]],[\"name/325\",[10,27.384]],[\"comment/325\",[]],[\"name/326\",[12,27.384]],[\"comment/326\",[]],[\"name/327\",[13,27.384]],[\"comment/327\",[]],[\"name/328\",[14,27.384]],[\"comment/328\",[]],[\"name/329\",[15,27.384]],[\"comment/329\",[]],[\"name/330\",[42,58.445]],[\"comment/330\",[]],[\"name/331\",[2,27.384]],[\"comment/331\",[]],[\"name/332\",[3,27.384]],[\"comment/332\",[]],[\"name/333\",[7,27.384]],[\"comment/333\",[]],[\"name/334\",[38,45.452]],[\"comment/334\",[]],[\"name/335\",[11,27.384]],[\"comment/335\",[]],[\"name/336\",[4,27.384]],[\"comment/336\",[]],[\"name/337\",[5,27.384]],[\"comment/337\",[]],[\"name/338\",[6,27.384]],[\"comment/338\",[]],[\"name/339\",[8,27.384]],[\"comment/339\",[]],[\"name/340\",[9,27.384]],[\"comment/340\",[]],[\"name/341\",[10,27.384]],[\"comment/341\",[]],[\"name/342\",[12,27.384]],[\"comment/342\",[]],[\"name/343\",[13,27.384]],[\"comment/343\",[]],[\"name/344\",[14,27.384]],[\"comment/344\",[]],[\"name/345\",[15,27.384]],[\"comment/345\",[]],[\"name/346\",[43,58.445]],[\"comment/346\",[]],[\"name/347\",[2,27.384]],[\"comment/347\",[]],[\"name/348\",[3,27.384]],[\"comment/348\",[]],[\"name/349\",[5,27.384]],[\"comment/349\",[]],[\"name/350\",[7,27.384]],[\"comment/350\",[]],[\"name/351\",[4,27.384]],[\"comment/351\",[]],[\"name/352\",[6,27.384]],[\"comment/352\",[]],[\"name/353\",[8,27.384]],[\"comment/353\",[]],[\"name/354\",[9,27.384]],[\"comment/354\",[]],[\"name/355\",[10,27.384]],[\"comment/355\",[]],[\"name/356\",[11,27.384]],[\"comment/356\",[]],[\"name/357\",[12,27.384]],[\"comment/357\",[]],[\"name/358\",[13,27.384]],[\"comment/358\",[]],[\"name/359\",[14,27.384]],[\"comment/359\",[]],[\"name/360\",[15,27.384]],[\"comment/360\",[]],[\"name/361\",[44,58.445]],[\"comment/361\",[]],[\"name/362\",[2,27.384]],[\"comment/362\",[]],[\"name/363\",[3,27.384]],[\"comment/363\",[]],[\"name/364\",[5,27.384]],[\"comment/364\",[]],[\"name/365\",[7,27.384]],[\"comment/365\",[]],[\"name/366\",[4,27.384]],[\"comment/366\",[]],[\"name/367\",[6,27.384]],[\"comment/367\",[]],[\"name/368\",[8,27.384]],[\"comment/368\",[]],[\"name/369\",[9,27.384]],[\"comment/369\",[]],[\"name/370\",[10,27.384]],[\"comment/370\",[]],[\"name/371\",[11,27.384]],[\"comment/371\",[]],[\"name/372\",[12,27.384]],[\"comment/372\",[]],[\"name/373\",[13,27.384]],[\"comment/373\",[]],[\"name/374\",[14,27.384]],[\"comment/374\",[]],[\"name/375\",[15,27.384]],[\"comment/375\",[]],[\"name/376\",[45,58.445]],[\"comment/376\",[]],[\"name/377\",[2,27.384]],[\"comment/377\",[]],[\"name/378\",[3,27.384]],[\"comment/378\",[]],[\"name/379\",[5,27.384]],[\"comment/379\",[]],[\"name/380\",[7,27.384]],[\"comment/380\",[]],[\"name/381\",[4,27.384]],[\"comment/381\",[]],[\"name/382\",[6,27.384]],[\"comment/382\",[]],[\"name/383\",[8,27.384]],[\"comment/383\",[]],[\"name/384\",[9,27.384]],[\"comment/384\",[]],[\"name/385\",[10,27.384]],[\"comment/385\",[]],[\"name/386\",[11,27.384]],[\"comment/386\",[]],[\"name/387\",[12,27.384]],[\"comment/387\",[]],[\"name/388\",[13,27.384]],[\"comment/388\",[]],[\"name/389\",[14,27.384]],[\"comment/389\",[]],[\"name/390\",[15,27.384]],[\"comment/390\",[]],[\"name/391\",[46,58.445]],[\"comment/391\",[]],[\"name/392\",[2,27.384]],[\"comment/392\",[]],[\"name/393\",[3,27.384]],[\"comment/393\",[]],[\"name/394\",[5,27.384]],[\"comment/394\",[]],[\"name/395\",[7,27.384]],[\"comment/395\",[]],[\"name/396\",[14,27.384]],[\"comment/396\",[]],[\"name/397\",[4,27.384]],[\"comment/397\",[]],[\"name/398\",[6,27.384]],[\"comment/398\",[]],[\"name/399\",[8,27.384]],[\"comment/399\",[]],[\"name/400\",[9,27.384]],[\"comment/400\",[]],[\"name/401\",[10,27.384]],[\"comment/401\",[]],[\"name/402\",[11,27.384]],[\"comment/402\",[]],[\"name/403\",[12,27.384]],[\"comment/403\",[]],[\"name/404\",[13,27.384]],[\"comment/404\",[]],[\"name/405\",[15,27.384]],[\"comment/405\",[]],[\"name/406\",[47,58.445]],[\"comment/406\",[]],[\"name/407\",[2,27.384]],[\"comment/407\",[]],[\"name/408\",[3,27.384]],[\"comment/408\",[]],[\"name/409\",[5,27.384]],[\"comment/409\",[]],[\"name/410\",[7,27.384]],[\"comment/410\",[]],[\"name/411\",[18,47.459]],[\"comment/411\",[]],[\"name/412\",[17,47.459]],[\"comment/412\",[]],[\"name/413\",[14,27.384]],[\"comment/413\",[]],[\"name/414\",[4,27.384]],[\"comment/414\",[]],[\"name/415\",[6,27.384]],[\"comment/415\",[]],[\"name/416\",[8,27.384]],[\"comment/416\",[]],[\"name/417\",[9,27.384]],[\"comment/417\",[]],[\"name/418\",[10,27.384]],[\"comment/418\",[]],[\"name/419\",[11,27.384]],[\"comment/419\",[]],[\"name/420\",[12,27.384]],[\"comment/420\",[]],[\"name/421\",[13,27.384]],[\"comment/421\",[]],[\"name/422\",[15,27.384]],[\"comment/422\",[]],[\"name/423\",[48,58.445]],[\"comment/423\",[]],[\"name/424\",[2,27.384]],[\"comment/424\",[]],[\"name/425\",[3,27.384]],[\"comment/425\",[]],[\"name/426\",[5,27.384]],[\"comment/426\",[]],[\"name/427\",[7,27.384]],[\"comment/427\",[]],[\"name/428\",[18,47.459]],[\"comment/428\",[]],[\"name/429\",[17,47.459]],[\"comment/429\",[]],[\"name/430\",[14,27.384]],[\"comment/430\",[]],[\"name/431\",[4,27.384]],[\"comment/431\",[]],[\"name/432\",[6,27.384]],[\"comment/432\",[]],[\"name/433\",[8,27.384]],[\"comment/433\",[]],[\"name/434\",[9,27.384]],[\"comment/434\",[]],[\"name/435\",[10,27.384]],[\"comment/435\",[]],[\"name/436\",[11,27.384]],[\"comment/436\",[]],[\"name/437\",[12,27.384]],[\"comment/437\",[]],[\"name/438\",[13,27.384]],[\"comment/438\",[]],[\"name/439\",[15,27.384]],[\"comment/439\",[]],[\"name/440\",[49,58.445]],[\"comment/440\",[]],[\"name/441\",[2,27.384]],[\"comment/441\",[]],[\"name/442\",[3,27.384]],[\"comment/442\",[]],[\"name/443\",[5,27.384]],[\"comment/443\",[]],[\"name/444\",[7,27.384]],[\"comment/444\",[]],[\"name/445\",[18,47.459]],[\"comment/445\",[]],[\"name/446\",[17,47.459]],[\"comment/446\",[]],[\"name/447\",[14,27.384]],[\"comment/447\",[]],[\"name/448\",[4,27.384]],[\"comment/448\",[]],[\"name/449\",[6,27.384]],[\"comment/449\",[]],[\"name/450\",[8,27.384]],[\"comment/450\",[]],[\"name/451\",[9,27.384]],[\"comment/451\",[]],[\"name/452\",[10,27.384]],[\"comment/452\",[]],[\"name/453\",[11,27.384]],[\"comment/453\",[]],[\"name/454\",[12,27.384]],[\"comment/454\",[]],[\"name/455\",[13,27.384]],[\"comment/455\",[]],[\"name/456\",[15,27.384]],[\"comment/456\",[]],[\"name/457\",[50,58.445]],[\"comment/457\",[]],[\"name/458\",[2,27.384]],[\"comment/458\",[]],[\"name/459\",[3,27.384]],[\"comment/459\",[]],[\"name/460\",[7,27.384]],[\"comment/460\",[]],[\"name/461\",[4,27.384]],[\"comment/461\",[]],[\"name/462\",[5,27.384]],[\"comment/462\",[]],[\"name/463\",[6,27.384]],[\"comment/463\",[]],[\"name/464\",[8,27.384]],[\"comment/464\",[]],[\"name/465\",[9,27.384]],[\"comment/465\",[]],[\"name/466\",[10,27.384]],[\"comment/466\",[]],[\"name/467\",[11,27.384]],[\"comment/467\",[]],[\"name/468\",[12,27.384]],[\"comment/468\",[]],[\"name/469\",[13,27.384]],[\"comment/469\",[]],[\"name/470\",[14,27.384]],[\"comment/470\",[]],[\"name/471\",[15,27.384]],[\"comment/471\",[]],[\"name/472\",[51,58.445]],[\"comment/472\",[]],[\"name/473\",[2,27.384]],[\"comment/473\",[]],[\"name/474\",[3,27.384]],[\"comment/474\",[]],[\"name/475\",[7,27.384]],[\"comment/475\",[]],[\"name/476\",[4,27.384]],[\"comment/476\",[]],[\"name/477\",[5,27.384]],[\"comment/477\",[]],[\"name/478\",[6,27.384]],[\"comment/478\",[]],[\"name/479\",[8,27.384]],[\"comment/479\",[]],[\"name/480\",[9,27.384]],[\"comment/480\",[]],[\"name/481\",[10,27.384]],[\"comment/481\",[]],[\"name/482\",[11,27.384]],[\"comment/482\",[]],[\"name/483\",[12,27.384]],[\"comment/483\",[]],[\"name/484\",[13,27.384]],[\"comment/484\",[]],[\"name/485\",[14,27.384]],[\"comment/485\",[]],[\"name/486\",[15,27.384]],[\"comment/486\",[]],[\"name/487\",[52,58.445]],[\"comment/487\",[]],[\"name/488\",[2,27.384]],[\"comment/488\",[]],[\"name/489\",[3,27.384]],[\"comment/489\",[]],[\"name/490\",[7,27.384]],[\"comment/490\",[]],[\"name/491\",[4,27.384]],[\"comment/491\",[]],[\"name/492\",[5,27.384]],[\"comment/492\",[]],[\"name/493\",[6,27.384]],[\"comment/493\",[]],[\"name/494\",[8,27.384]],[\"comment/494\",[]],[\"name/495\",[9,27.384]],[\"comment/495\",[]],[\"name/496\",[10,27.384]],[\"comment/496\",[]],[\"name/497\",[11,27.384]],[\"comment/497\",[]],[\"name/498\",[12,27.384]],[\"comment/498\",[]],[\"name/499\",[13,27.384]],[\"comment/499\",[]],[\"name/500\",[14,27.384]],[\"comment/500\",[]],[\"name/501\",[15,27.384]],[\"comment/501\",[]],[\"name/502\",[53,58.445]],[\"comment/502\",[]],[\"name/503\",[2,27.384]],[\"comment/503\",[]],[\"name/504\",[3,27.384]],[\"comment/504\",[]],[\"name/505\",[14,27.384]],[\"comment/505\",[]],[\"name/506\",[4,27.384]],[\"comment/506\",[]],[\"name/507\",[5,27.384]],[\"comment/507\",[]],[\"name/508\",[6,27.384]],[\"comment/508\",[]],[\"name/509\",[7,27.384]],[\"comment/509\",[]],[\"name/510\",[8,27.384]],[\"comment/510\",[]],[\"name/511\",[9,27.384]],[\"comment/511\",[]],[\"name/512\",[10,27.384]],[\"comment/512\",[]],[\"name/513\",[11,27.384]],[\"comment/513\",[]],[\"name/514\",[12,27.384]],[\"comment/514\",[]],[\"name/515\",[13,27.384]],[\"comment/515\",[]],[\"name/516\",[15,27.384]],[\"comment/516\",[]]],\"invertedIndex\":[[\"active\",{\"_index\":11,\"name\":{\"11\":{},\"29\":{},\"43\":{},\"58\":{},\"73\":{},\"88\":{},\"104\":{},\"119\":{},\"134\":{},\"148\":{},\"163\":{},\"178\":{},\"193\":{},\"208\":{},\"218\":{},\"237\":{},\"254\":{},\"269\":{},\"287\":{},\"303\":{},\"319\":{},\"335\":{},\"356\":{},\"371\":{},\"386\":{},\"402\":{},\"419\":{},\"436\":{},\"453\":{},\"467\":{},\"482\":{},\"497\":{},\"513\":{}},\"comment\":{}}],[\"align\",{\"_index\":38,\"name\":{\"268\":{},\"286\":{},\"302\":{},\"318\":{},\"334\":{}},\"comment\":{}}],[\"aligncentertool\",{\"_index\":40,\"name\":{\"298\":{}},\"comment\":{}}],[\"alignfulltool\",{\"_index\":42,\"name\":{\"330\":{}},\"comment\":{}}],[\"alignlefttool\",{\"_index\":39,\"name\":{\"282\":{}},\"comment\":{}}],[\"alignmode\",{\"_index\":36,\"name\":{\"265\":{}},\"comment\":{}}],[\"alignrighttool\",{\"_index\":41,\"name\":{\"314\":{}},\"comment\":{}}],[\"aligntool\",{\"_index\":37,\"name\":{\"266\":{}},\"comment\":{}}],[\"audiotool\",{\"_index\":48,\"name\":{\"423\":{}},\"comment\":{}}],[\"backcolortool\",{\"_index\":35,\"name\":{\"248\":{}},\"comment\":{}}],[\"boldtool\",{\"_index\":19,\"name\":{\"33\":{}},\"comment\":{}}],[\"cleartool\",{\"_index\":53,\"name\":{\"502\":{}},\"comment\":{}}],[\"codeof\",{\"_index\":18,\"name\":{\"19\":{},\"411\":{},\"428\":{},\"445\":{}},\"comment\":{}}],[\"colorname\",{\"_index\":31,\"name\":{\"213\":{},\"216\":{},\"235\":{},\"252\":{}},\"comment\":{}}],[\"colortool\",{\"_index\":32,\"name\":{\"214\":{}},\"comment\":{}}],[\"command\",{\"_index\":7,\"name\":{\"7\":{},\"25\":{},\"38\":{},\"53\":{},\"68\":{},\"82\":{},\"97\":{},\"112\":{},\"127\":{},\"142\":{},\"157\":{},\"172\":{},\"187\":{},\"203\":{},\"224\":{},\"234\":{},\"251\":{},\"274\":{},\"285\":{},\"301\":{},\"317\":{},\"333\":{},\"350\":{},\"365\":{},\"380\":{},\"395\":{},\"410\":{},\"427\":{},\"444\":{},\"460\":{},\"475\":{},\"490\":{},\"509\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":2,\"name\":{\"2\":{},\"17\":{},\"34\":{},\"49\":{},\"64\":{},\"79\":{},\"94\":{},\"109\":{},\"124\":{},\"139\":{},\"154\":{},\"169\":{},\"184\":{},\"199\":{},\"215\":{},\"232\":{},\"249\":{},\"267\":{},\"283\":{},\"299\":{},\"315\":{},\"331\":{},\"347\":{},\"362\":{},\"377\":{},\"392\":{},\"407\":{},\"424\":{},\"441\":{},\"458\":{},\"473\":{},\"488\":{},\"503\":{}},\"comment\":{}}],[\"edit\",{\"_index\":13,\"name\":{\"13\":{},\"31\":{},\"45\":{},\"60\":{},\"75\":{},\"90\":{},\"106\":{},\"121\":{},\"136\":{},\"150\":{},\"165\":{},\"180\":{},\"195\":{},\"210\":{},\"229\":{},\"246\":{},\"263\":{},\"279\":{},\"295\":{},\"311\":{},\"327\":{},\"343\":{},\"358\":{},\"373\":{},\"388\":{},\"404\":{},\"421\":{},\"438\":{},\"455\":{},\"469\":{},\"484\":{},\"499\":{},\"515\":{}},\"comment\":{}}],[\"execute\",{\"_index\":14,\"name\":{\"14\":{},\"20\":{},\"46\":{},\"61\":{},\"76\":{},\"91\":{},\"98\":{},\"113\":{},\"128\":{},\"151\":{},\"166\":{},\"181\":{},\"196\":{},\"211\":{},\"219\":{},\"238\":{},\"255\":{},\"280\":{},\"296\":{},\"312\":{},\"328\":{},\"344\":{},\"359\":{},\"374\":{},\"389\":{},\"396\":{},\"413\":{},\"430\":{},\"447\":{},\"470\":{},\"485\":{},\"500\":{},\"505\":{}},\"comment\":{}}],[\"filetool\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"fontsizedowntool\",{\"_index\":26,\"name\":{\"138\":{}},\"comment\":{}}],[\"fontsizeuptool\",{\"_index\":27,\"name\":{\"153\":{}},\"comment\":{}}],[\"forecolortool\",{\"_index\":34,\"name\":{\"231\":{}},\"comment\":{}}],[\"getactive\",{\"_index\":10,\"name\":{\"10\":{},\"28\":{},\"42\":{},\"57\":{},\"72\":{},\"87\":{},\"103\":{},\"118\":{},\"133\":{},\"147\":{},\"162\":{},\"177\":{},\"192\":{},\"207\":{},\"227\":{},\"244\":{},\"261\":{},\"277\":{},\"293\":{},\"309\":{},\"325\":{},\"341\":{},\"355\":{},\"370\":{},\"385\":{},\"401\":{},\"418\":{},\"435\":{},\"452\":{},\"466\":{},\"481\":{},\"496\":{},\"512\":{}},\"comment\":{}}],[\"getanchorelement\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"getcolor\",{\"_index\":33,\"name\":{\"217\":{},\"236\":{},\"253\":{}},\"comment\":{}}],[\"h1tool\",{\"_index\":23,\"name\":{\"93\":{}},\"comment\":{}}],[\"h2tool\",{\"_index\":24,\"name\":{\"108\":{}},\"comment\":{}}],[\"h3tool\",{\"_index\":25,\"name\":{\"123\":{}},\"comment\":{}}],[\"horizontalruletool\",{\"_index\":45,\"name\":{\"376\":{}},\"comment\":{}}],[\"icon\",{\"_index\":4,\"name\":{\"4\":{},\"22\":{},\"39\":{},\"54\":{},\"69\":{},\"83\":{},\"99\":{},\"114\":{},\"129\":{},\"143\":{},\"158\":{},\"173\":{},\"188\":{},\"204\":{},\"221\":{},\"239\":{},\"256\":{},\"271\":{},\"288\":{},\"304\":{},\"320\":{},\"336\":{},\"351\":{},\"366\":{},\"381\":{},\"397\":{},\"414\":{},\"431\":{},\"448\":{},\"461\":{},\"476\":{},\"491\":{},\"506\":{}},\"comment\":{}}],[\"iframetool\",{\"_index\":46,\"name\":{\"391\":{}},\"comment\":{}}],[\"imagetool\",{\"_index\":47,\"name\":{\"406\":{}},\"comment\":{}}],[\"inputs\",{\"_index\":8,\"name\":{\"8\":{},\"26\":{},\"40\":{},\"55\":{},\"70\":{},\"85\":{},\"101\":{},\"116\":{},\"131\":{},\"145\":{},\"160\":{},\"175\":{},\"190\":{},\"202\":{},\"225\":{},\"242\":{},\"259\":{},\"275\":{},\"291\":{},\"307\":{},\"323\":{},\"339\":{},\"353\":{},\"368\":{},\"383\":{},\"399\":{},\"416\":{},\"433\":{},\"450\":{},\"464\":{},\"479\":{},\"494\":{},\"510\":{}},\"comment\":{}}],[\"italictool\",{\"_index\":20,\"name\":{\"48\":{}},\"comment\":{}}],[\"keys\",{\"_index\":6,\"name\":{\"6\":{},\"24\":{},\"37\":{},\"52\":{},\"67\":{},\"84\":{},\"100\":{},\"115\":{},\"130\":{},\"144\":{},\"159\":{},\"174\":{},\"189\":{},\"205\":{},\"223\":{},\"241\":{},\"258\":{},\"273\":{},\"290\":{},\"306\":{},\"322\":{},\"338\":{},\"352\":{},\"367\":{},\"382\":{},\"398\":{},\"415\":{},\"432\":{},\"449\":{},\"463\":{},\"478\":{},\"493\":{},\"508\":{}},\"comment\":{}}],[\"linktool\",{\"_index\":30,\"name\":{\"198\":{}},\"comment\":{}}],[\"name\",{\"_index\":3,\"name\":{\"3\":{},\"21\":{},\"35\":{},\"50\":{},\"65\":{},\"80\":{},\"95\":{},\"110\":{},\"125\":{},\"140\":{},\"155\":{},\"170\":{},\"185\":{},\"200\":{},\"220\":{},\"233\":{},\"250\":{},\"270\":{},\"284\":{},\"300\":{},\"316\":{},\"332\":{},\"348\":{},\"363\":{},\"378\":{},\"393\":{},\"408\":{},\"425\":{},\"442\":{},\"459\":{},\"474\":{},\"489\":{},\"504\":{}},\"comment\":{}}],[\"orderedlisttool\",{\"_index\":43,\"name\":{\"346\":{}},\"comment\":{}}],[\"redotool\",{\"_index\":51,\"name\":{\"472\":{}},\"comment\":{}}],[\"render\",{\"_index\":15,\"name\":{\"15\":{},\"32\":{},\"47\":{},\"62\":{},\"77\":{},\"92\":{},\"107\":{},\"122\":{},\"137\":{},\"152\":{},\"167\":{},\"182\":{},\"197\":{},\"212\":{},\"230\":{},\"247\":{},\"264\":{},\"281\":{},\"297\":{},\"313\":{},\"329\":{},\"345\":{},\"360\":{},\"375\":{},\"390\":{},\"405\":{},\"422\":{},\"439\":{},\"456\":{},\"471\":{},\"486\":{},\"501\":{},\"516\":{}},\"comment\":{}}],[\"resettool\",{\"_index\":52,\"name\":{\"487\":{}},\"comment\":{}}],[\"save\",{\"_index\":17,\"name\":{\"18\":{},\"412\":{},\"429\":{},\"446\":{}},\"comment\":{}}],[\"strikethroughtool\",{\"_index\":22,\"name\":{\"78\":{}},\"comment\":{}}],[\"subscripttool\",{\"_index\":28,\"name\":{\"168\":{}},\"comment\":{}}],[\"superscripttool\",{\"_index\":29,\"name\":{\"183\":{}},\"comment\":{}}],[\"tags\",{\"_index\":5,\"name\":{\"5\":{},\"23\":{},\"36\":{},\"51\":{},\"66\":{},\"81\":{},\"96\":{},\"111\":{},\"126\":{},\"141\":{},\"156\":{},\"171\":{},\"186\":{},\"201\":{},\"222\":{},\"240\":{},\"257\":{},\"272\":{},\"289\":{},\"305\":{},\"321\":{},\"337\":{},\"349\":{},\"364\":{},\"379\":{},\"394\":{},\"409\":{},\"426\":{},\"443\":{},\"462\":{},\"477\":{},\"492\":{},\"507\":{}},\"comment\":{}}],[\"title\",{\"_index\":12,\"name\":{\"12\":{},\"30\":{},\"44\":{},\"59\":{},\"74\":{},\"89\":{},\"105\":{},\"120\":{},\"135\":{},\"149\":{},\"164\":{},\"179\":{},\"194\":{},\"209\":{},\"228\":{},\"245\":{},\"262\":{},\"278\":{},\"294\":{},\"310\":{},\"326\":{},\"342\":{},\"357\":{},\"372\":{},\"387\":{},\"403\":{},\"420\":{},\"437\":{},\"454\":{},\"468\":{},\"483\":{},\"498\":{},\"514\":{}},\"comment\":{}}],[\"tool\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"underlinetool\",{\"_index\":21,\"name\":{\"63\":{}},\"comment\":{}}],[\"undotool\",{\"_index\":50,\"name\":{\"457\":{}},\"comment\":{}}],[\"unorderedlisttool\",{\"_index\":44,\"name\":{\"361\":{}},\"comment\":{}}],[\"usable\",{\"_index\":9,\"name\":{\"9\":{},\"27\":{},\"41\":{},\"56\":{},\"71\":{},\"86\":{},\"102\":{},\"117\":{},\"132\":{},\"146\":{},\"161\":{},\"176\":{},\"191\":{},\"206\":{},\"226\":{},\"243\":{},\"260\":{},\"276\":{},\"292\":{},\"308\":{},\"324\":{},\"340\":{},\"354\":{},\"369\":{},\"384\":{},\"400\":{},\"417\":{},\"434\":{},\"451\":{},\"465\":{},\"480\":{},\"495\":{},\"511\":{}},\"comment\":{}}],[\"videotool\",{\"_index\":49,\"name\":{\"440\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..18b4f8f --- /dev/null +++ b/assets/style.css @@ -0,0 +1,1367 @@ +:root { + /* Light */ + --light-color-background: #f2f4f8; + --light-color-background-secondary: #eff0f1; + --light-color-warning-text: #222; + --light-color-background-warning: #e6e600; + --light-color-icon-background: var(--light-color-background); + --light-color-accent: #c5c7c9; + --light-color-active-menu-item: var(--light-color-accent); + --light-color-text: #222; + --light-color-text-aside: #6e6e6e; + --light-color-link: #1f70c2; + + --light-color-ts-project: #b111c9; + --light-color-ts-module: var(--light-color-ts-project); + --light-color-ts-namespace: var(--light-color-ts-project); + --light-color-ts-enum: #7e6f15; + --light-color-ts-enum-member: var(--light-color-ts-enum); + --light-color-ts-variable: #4760ec; + --light-color-ts-function: #572be7; + --light-color-ts-class: #1f70c2; + --light-color-ts-interface: #108024; + --light-color-ts-constructor: var(--light-color-ts-class); + --light-color-ts-property: var(--light-color-ts-variable); + --light-color-ts-method: var(--light-color-ts-function); + --light-color-ts-call-signature: var(--light-color-ts-method); + --light-color-ts-index-signature: var(--light-color-ts-property); + --light-color-ts-constructor-signature: var(--light-color-ts-constructor); + --light-color-ts-parameter: var(--light-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --light-color-ts-type-parameter: var(--light-color-ts-type-alias); + --light-color-ts-accessor: var(--light-color-ts-property); + --light-color-ts-get-signature: var(--light-color-ts-accessor); + --light-color-ts-set-signature: var(--light-color-ts-accessor); + /* object literal not included as it is not used and will be removed in 0.25 */ + --light-color-ts-type-alias: #d51270; + /* reference not included as links will be colored with the kind that it points to */ + + --light-external-icon: url("data:image/svg+xml;utf8,"); + --light-color-scheme: light; + + /* Dark */ + --dark-color-background: #2b2e33; + --dark-color-background-secondary: #1e2024; + --dark-color-background-warning: #bebe00; + --dark-color-warning-text: #222; + --dark-color-icon-background: var(--dark-color-background-secondary); + --dark-color-accent: #9096a2; + --dark-color-active-menu-item: #5d5d6a; + --dark-color-text: #f5f5f5; + --dark-color-text-aside: #dddddd; + --dark-color-link: #00aff4; + + --dark-color-ts-project: #e358ff; + --dark-color-ts-module: var(--dark-color-ts-project); + --dark-color-ts-namespace: var(--dark-color-ts-project); + --dark-color-ts-enum: #f4d93e; + --dark-color-ts-enum-member: var(--dark-color-ts-enum); + --dark-color-ts-variable: #798dff; + --dark-color-ts-function: #a280ff; + --dark-color-ts-class: #8ac4ff; + --dark-color-ts-interface: #6cff87; + --dark-color-ts-constructor: var(--dark-color-ts-class); + --dark-color-ts-property: var(--dark-color-ts-variable); + --dark-color-ts-method: var(--dark-color-ts-function); + --dark-color-ts-call-signature: var(--dark-color-ts-method); + --dark-color-ts-index-signature: var(--dark-color-ts-property); + --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor); + --dark-color-ts-parameter: var(--dark-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --dark-color-ts-type-parameter: var(--dark-color-ts-type-alias); + --dark-color-ts-accessor: var(--dark-color-ts-property); + --dark-color-ts-get-signature: var(--dark-color-ts-accessor); + --dark-color-ts-set-signature: var(--dark-color-ts-accessor); + /* object literal not included as it is not used and will be removed in 0.25 */ + --dark-color-ts-type-alias: #ff6492; + /* reference not included as links will be colored with the kind that it points to */ + + --dark-external-icon: url("data:image/svg+xml;utf8,"); + --dark-color-scheme: dark; +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); + } +} + +html { + color-scheme: var(--color-scheme); +} + +body { + margin: 0; +} + +:root[data-theme="light"] { + --color-background: var(--light-color-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); +} + +:root[data-theme="dark"] { + --color-background: var(--dark-color-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); +} + +.always-visible, +.always-visible .tsd-signatures { + display: inherit !important; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + +h1 > a, +h2 > a, +h3 > a, +h4 > a, +h5 > a, +h6 > a { + text-decoration: none; + color: var(--color-text); +} + +h1 { + font-size: 1.875rem; + margin: 0.67rem 0; +} + +h2 { + font-size: 1.5rem; + margin: 0.83rem 0; +} + +h3 { + font-size: 1.25rem; + margin: 1rem 0; +} + +h4 { + font-size: 1.05rem; + margin: 1.33rem 0; +} + +h5 { + font-size: 1rem; + margin: 1.5rem 0; +} + +h6 { + font-size: 0.875rem; + margin: 2.33rem 0; +} + +.uppercase { + text-transform: uppercase; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1700px; + padding: 0 2rem; +} + +/* Footer */ +.tsd-generator { + border-top: 1px solid var(--color-accent); + padding-top: 1rem; + padding-bottom: 1rem; + max-height: 3.5rem; +} + +.tsd-generator > p { + margin-top: 0; + margin-bottom: 0; + padding: 0 1rem; +} + +.container-main { + margin: 0 auto; + /* toolbar, footer, margin */ + min-height: calc(100vh - 41px - 56px - 4rem); +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: "Segoe UI", sans-serif; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 0.875rem; + border-radius: 0.8em; +} + +pre { + position: relative; + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; + padding: 10px; + border: 1px solid var(--color-accent); +} +pre code { + padding: 0; + font-size: 100%; +} +pre > button { + position: absolute; + top: 10px; + right: 10px; + opacity: 0; + transition: opacity 0.1s; + box-sizing: border-box; +} +pre:hover > button, +pre > button.visible { + opacity: 1; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography h4, +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; + margin: 0; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +.tsd-comment-tags { + display: flex; + flex-direction: column; +} +dl.tsd-comment-tag-group { + display: flex; + align-items: center; + overflow: hidden; + margin: 0.5em 0; +} +dl.tsd-comment-tag-group dt { + display: flex; + margin-right: 0.5em; + font-size: 0.875em; + font-weight: normal; +} +dl.tsd-comment-tag-group dd { + margin: 0; +} +code.tsd-tag { + padding: 0.25em 0.4em; + border: 0.1em solid var(--color-accent); + margin-right: 0.25em; + font-size: 70%; +} +h1 code.tsd-tag:first-of-type { + margin-left: 0.25em; +} + +dl.tsd-comment-tag-group dd:before, +dl.tsd-comment-tag-group dd:after { + content: " "; +} +dl.tsd-comment-tag-group dd pre, +dl.tsd-comment-tag-group dd:after { + clear: both; +} +dl.tsd-comment-tag-group p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.tsd-filter-visibility h4 { + font-size: 1rem; + padding-top: 0.75rem; + padding-bottom: 0.5rem; + margin: 0; +} +.tsd-filter-item:not(:last-child) { + margin-bottom: 0.5rem; +} +.tsd-filter-input { + display: flex; + width: fit-content; + width: -moz-fit-content; + align-items: center; + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + cursor: pointer; +} +.tsd-filter-input input[type="checkbox"] { + cursor: pointer; + position: absolute; + width: 1.5em; + height: 1.5em; + opacity: 0; +} +.tsd-filter-input input[type="checkbox"]:disabled { + pointer-events: none; +} +.tsd-filter-input svg { + cursor: pointer; + width: 1.5em; + height: 1.5em; + margin-right: 0.5em; + border-radius: 0.33em; + /* Leaving this at full opacity breaks event listeners on Firefox. + Don't remove unless you know what you're doing. */ + opacity: 0.99; +} +.tsd-filter-input input[type="checkbox"]:focus + svg { + transform: scale(0.95); +} +.tsd-filter-input input[type="checkbox"]:focus:not(:focus-visible) + svg { + transform: scale(1); +} +.tsd-checkbox-background { + fill: var(--color-accent); +} +input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { + stroke: var(--color-text); +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background { + fill: var(--color-background); + stroke: var(--color-accent); + stroke-width: 0.25rem; +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark { + stroke: var(--color-accent); +} + +.tsd-theme-toggle { + padding-top: 0.75rem; +} +.tsd-theme-toggle > h4 { + display: inline; + vertical-align: middle; + margin-right: 0.75rem; +} + +.tsd-hierarchy { + list-style: square; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-panel-group.tsd-index-group { + margin-bottom: 0; +} +.tsd-index-panel .tsd-index-list { + list-style: none; + line-height: 1.333em; + margin: 0; + padding: 0.25rem 0 0 0; + overflow: hidden; + display: grid; + grid-template-columns: repeat(3, 1fr); + column-gap: 1rem; + grid-template-rows: auto; +} +@media (max-width: 1024px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(2, 1fr); + } +} +@media (max-width: 768px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(1, 1fr); + } +} +.tsd-index-panel .tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} + +.tsd-flag { + display: inline-block; + padding: 0.25em 0.4em; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 75%; + line-height: 1; + font-weight: normal; +} + +.tsd-anchor { + position: relative; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + display: flex; + align-items: center; + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} + +.tsd-navigation.settings { + margin: 1rem 0; +} +.tsd-navigation > a, +.tsd-navigation .tsd-accordion-summary { + width: calc(100% - 0.5rem); +} +.tsd-navigation a, +.tsd-navigation summary > span, +.tsd-page-navigation a { + display: inline-flex; + align-items: center; + padding: 0.25rem; + color: var(--color-text); + text-decoration: none; + box-sizing: border-box; +} +.tsd-navigation a.current, +.tsd-page-navigation a.current { + background: var(--color-active-menu-item); +} +.tsd-navigation a:hover, +.tsd-page-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul, +.tsd-page-navigation ul { + margin-top: 0; + margin-bottom: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li, +.tsd-page-navigation li { + padding: 0; + max-width: 100%; +} +.tsd-nested-navigation { + margin-left: 3rem; +} +.tsd-nested-navigation > li > details { + margin-left: -1.5rem; +} +.tsd-small-nested-navigation { + margin-left: 1.5rem; +} +.tsd-small-nested-navigation > li > details { + margin-left: -1.5rem; +} + +.tsd-nested-navigation > li > a, +.tsd-nested-navigation > li > span { + width: calc(100% - 1.75rem - 0.5rem); +} + +.tsd-page-navigation ul { + padding-left: 1.75rem; +} + +#tsd-sidebar-links a { + margin-top: 0; + margin-bottom: 0.5rem; + line-height: 1.25rem; +} +#tsd-sidebar-links a:last-of-type { + margin-bottom: 0; +} + +a.tsd-index-link { + padding: 0.25rem 0 !important; + font-size: 1rem; + line-height: 1.25rem; + display: inline-flex; + align-items: center; + color: var(--color-text); +} +.tsd-accordion-summary { + list-style-type: none; /* hide marker on non-safari */ + outline: none; /* broken on safari, so just hide it */ +} +.tsd-accordion-summary::-webkit-details-marker { + display: none; /* hide marker on safari */ +} +.tsd-accordion-summary, +.tsd-accordion-summary a { + user-select: none; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + + cursor: pointer; +} +.tsd-accordion-summary a { + width: calc(100% - 1.5rem); +} +.tsd-accordion-summary > * { + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; +} +.tsd-index-accordion .tsd-accordion-summary > svg { + margin-left: 0.25rem; +} +.tsd-index-content > :not(:first-child) { + margin-top: 0.75rem; +} +.tsd-index-heading { + margin-top: 1.5rem; + margin-bottom: 0.75rem; +} + +.tsd-kind-icon { + margin-right: 0.5rem; + width: 1.25rem; + height: 1.25rem; + min-width: 1.25rem; + min-height: 1.25rem; +} +.tsd-kind-icon path { + transform-origin: center; + transform: scale(1.1); +} +.tsd-signature > .tsd-kind-icon { + margin-right: 0.8rem; +} + +.tsd-panel { + margin-bottom: 2.5rem; +} +.tsd-panel.tsd-member { + margin-bottom: 4rem; +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5rem -1.5rem 0.75rem -1.5rem; + padding: 0 1.5rem 0.75rem 1.5rem; +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: none; +} + +.tsd-panel-group { + margin: 4rem 0; +} +.tsd-panel-group.tsd-index-group { + margin: 2rem 0; +} +.tsd-panel-group.tsd-index-group details { + margin: 2rem 0; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 2.5rem; + height: 100%; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title, +#tsd-toolbar-links a { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + padding: 0 10px; + background-color: var(--color-background); +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-background-secondary); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current, +#tsd-search .results li:hover { + background-color: var(--color-accent); +} +#tsd-search .results a { + display: block; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-accent); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title, +#tsd-search.has-focus #tsd-toolbar-links a { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +#tsd-toolbar-links { + position: absolute; + top: 0; + right: 2rem; + height: 100%; + display: flex; + align-items: center; + justify-content: flex-end; +} +#tsd-toolbar-links a { + margin-left: 1.5rem; +} +#tsd-toolbar-links a:hover { + text-decoration: underline; +} + +.tsd-signature { + margin: 0 0 1rem 0; + padding: 1rem 0.5rem; + border: 1px solid var(--color-accent); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + list-style-type: none; +} +.tsd-signatures .tsd-signature { + margin: 0; + border-color: var(--color-accent); + border-width: 1px 0; + transition: background-color 0.1s; +} +.tsd-description .tsd-signatures .tsd-signature { + border-width: 1px; +} + +ul.tsd-parameter-list, +ul.tsd-type-parameter-list { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameter-list > li.tsd-parameter-signature, +ul.tsd-type-parameter-list > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameter-list h5, +ul.tsd-type-parameter-list h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +.tsd-sources { + margin-top: 1rem; + font-size: 0.875em; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: sticky; + z-index: 1; + top: 0; + left: 0; + width: 100%; + color: var(--color-text); + background: var(--color-background-secondary); + border-bottom: 1px var(--color-accent) solid; + transition: transform 0.3s ease-in-out; +} +.tsd-page-toolbar a { + color: var(--color-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .tsd-toolbar-contents { + display: flex; + justify-content: space-between; + height: 2.5rem; + margin: 0 auto; +} +.tsd-page-toolbar .table-cell { + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} +.tsd-page-toolbar .tsd-toolbar-icon { + box-sizing: border-box; + line-height: 0; + padding: 12px 0; +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-accent); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} + +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +img { + max-width: 100%; +} + +.tsd-anchor-icon { + display: inline-flex; + align-items: center; + margin-left: 0.5rem; + vertical-align: middle; + color: var(--color-text); +} + +.tsd-anchor-icon svg { + width: 1em; + height: 1em; + visibility: hidden; +} + +.tsd-anchor-link:hover > .tsd-anchor-icon svg { + visibility: visible; +} + +.deprecated { + text-decoration: line-through; +} + +.warning { + padding: 1rem; + color: var(--color-warning-text); + background: var(--color-background-warning); +} + +.tsd-kind-project { + color: var(--color-ts-project); +} +.tsd-kind-module { + color: var(--color-ts-module); +} +.tsd-kind-namespace { + color: var(--color-ts-namespace); +} +.tsd-kind-enum { + color: var(--color-ts-enum); +} +.tsd-kind-enum-member { + color: var(--color-ts-enum-member); +} +.tsd-kind-variable { + color: var(--color-ts-variable); +} +.tsd-kind-function { + color: var(--color-ts-function); +} +.tsd-kind-class { + color: var(--color-ts-class); +} +.tsd-kind-interface { + color: var(--color-ts-interface); +} +.tsd-kind-constructor { + color: var(--color-ts-constructor); +} +.tsd-kind-property { + color: var(--color-ts-property); +} +.tsd-kind-method { + color: var(--color-ts-method); +} +.tsd-kind-call-signature { + color: var(--color-ts-call-signature); +} +.tsd-kind-index-signature { + color: var(--color-ts-index-signature); +} +.tsd-kind-constructor-signature { + color: var(--color-ts-constructor-signature); +} +.tsd-kind-parameter { + color: var(--color-ts-parameter); +} +.tsd-kind-type-literal { + color: var(--color-ts-type-literal); +} +.tsd-kind-type-parameter { + color: var(--color-ts-type-parameter); +} +.tsd-kind-accessor { + color: var(--color-ts-accessor); +} +.tsd-kind-get-signature { + color: var(--color-ts-get-signature); +} +.tsd-kind-set-signature { + color: var(--color-ts-set-signature); +} +.tsd-kind-type-alias { + color: var(--color-ts-type-alias); +} + +/* if we have a kind icon, don't color the text by kind */ +.tsd-kind-icon ~ span { + color: var(--color-text); +} + +* { + scrollbar-width: thin; + scrollbar-color: var(--color-accent) var(--color-icon-background); +} + +*::-webkit-scrollbar { + width: 0.75rem; +} + +*::-webkit-scrollbar-track { + background: var(--color-icon-background); +} + +*::-webkit-scrollbar-thumb { + background-color: var(--color-accent); + border-radius: 999rem; + border: 0.25rem solid var(--color-icon-background); +} + +/* mobile */ +@media (max-width: 769px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } + + .container-main { + display: flex; + } + html .col-content { + float: none; + max-width: 100%; + width: 100%; + } + html .col-sidebar { + position: fixed !important; + overflow-y: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + padding: 1.5rem 1.5rem 0 0; + width: 75vw; + visibility: hidden; + background-color: var(--color-background); + transform: translate(100%, 0); + } + html .col-sidebar > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu .col-sidebar { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu .col-sidebar { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu .col-sidebar { + visibility: visible; + transform: translate(0, 0); + display: flex; + flex-direction: column; + gap: 1.5rem; + max-height: 100vh; + padding: 1rem 2rem; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +/* one sidebar */ +@media (min-width: 770px) { + .container-main { + display: grid; + grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); + grid-template-areas: "sidebar content"; + margin: 2rem auto; + } + + .col-sidebar { + grid-area: sidebar; + } + .col-content { + grid-area: content; + padding: 0 1rem; + } +} +@media (min-width: 770px) and (max-width: 1399px) { + .col-sidebar { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + padding-top: 1rem; + } + .site-menu { + margin-top: 1rem; + } +} + +/* two sidebars */ +@media (min-width: 1200px) { + .container-main { + grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem); + grid-template-areas: "sidebar content toc"; + } + + .col-sidebar { + display: contents; + } + + .page-menu { + grid-area: toc; + padding-left: 1rem; + } + .site-menu { + grid-area: sidebar; + } + + .site-menu { + margin-top: 1rem 0; + } + + .page-menu, + .site-menu { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + } +} diff --git a/classes/AlignCenterTool.html b/classes/AlignCenterTool.html new file mode 100644 index 0000000..de30e3f --- /dev/null +++ b/classes/AlignCenterTool.html @@ -0,0 +1,277 @@ +AlignCenterTool | Edkit
+
+ +
+
+
+
+ +

Class AlignCenterToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
align: AlignMode = ...
+
+ +
command: string = 'justifyCenter'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Align Center'
+
+ +
tags?: string[]
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/AlignFullTool.html b/classes/AlignFullTool.html new file mode 100644 index 0000000..aaee093 --- /dev/null +++ b/classes/AlignFullTool.html @@ -0,0 +1,277 @@ +AlignFullTool | Edkit
+
+ +
+
+
+
+ +

Class AlignFullToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
align: AlignMode = ...
+
+ +
command: string = 'justifyFull'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Align Full'
+
+ +
tags?: string[]
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/AlignLeftTool.html b/classes/AlignLeftTool.html new file mode 100644 index 0000000..b643fd8 --- /dev/null +++ b/classes/AlignLeftTool.html @@ -0,0 +1,277 @@ +AlignLeftTool | Edkit
+
+ +
+
+
+
+ +

Class AlignLeftToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
align: AlignMode = ...
+
+ +
command: string = 'justifyLeft'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Align Left'
+
+ +
tags?: string[]
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/AlignRightTool.html b/classes/AlignRightTool.html new file mode 100644 index 0000000..e8abb88 --- /dev/null +++ b/classes/AlignRightTool.html @@ -0,0 +1,277 @@ +AlignRightTool | Edkit
+
+ +
+
+
+
+ +

Class AlignRightToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
align: AlignMode = ...
+
+ +
command: string = 'justifyRight'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Align Right'
+
+ +
tags?: string[]
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/AlignTool.html b/classes/AlignTool.html new file mode 100644 index 0000000..0274ee5 --- /dev/null +++ b/classes/AlignTool.html @@ -0,0 +1,281 @@ +AlignTool | Edkit
+
+ +
+
+
+
+ +

Class AlignToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
align: AlignMode
+
+ +
command?: string
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string
+
+ +
tags?: string[]
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/AudioTool.html b/classes/AudioTool.html new file mode 100644 index 0000000..8a95520 --- /dev/null +++ b/classes/AudioTool.html @@ -0,0 +1,299 @@ +AudioTool | Edkit
+
+ +
+
+
+
+ +

Class AudioToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'insertHTML'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Audio'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+ +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/BackColorTool.html b/classes/BackColorTool.html new file mode 100644 index 0000000..06271e2 --- /dev/null +++ b/classes/BackColorTool.html @@ -0,0 +1,288 @@ +BackColorTool | Edkit
+
+ +
+
+
+
+ +

Class BackColorToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
colorName: ColorName = ...
+
+ +
command: string = 'backColor'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Back Color'
+
+ +
tags?: string[]
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/BoldTool.html b/classes/BoldTool.html new file mode 100644 index 0000000..e8adf02 --- /dev/null +++ b/classes/BoldTool.html @@ -0,0 +1,269 @@ +BoldTool | Edkit
+
+ +
+
+
+
+ +

Class BoldToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'bold'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys: string[] = ...
+
+ +
name: string = 'Bold'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/ClearTool.html b/classes/ClearTool.html new file mode 100644 index 0000000..f180607 --- /dev/null +++ b/classes/ClearTool.html @@ -0,0 +1,267 @@ +ClearTool | Edkit
+
+ +
+
+
+
+ +

Class ClearToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command?: string
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Clear'
+
+ +
tags?: string[]
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/ColorTool.html b/classes/ColorTool.html new file mode 100644 index 0000000..7765e4b --- /dev/null +++ b/classes/ColorTool.html @@ -0,0 +1,289 @@ +ColorTool | Edkit
+
+ +
+
+
+
+ +

Class ColorToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
colorName: ColorName
+
+ +
command?: string
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string
+
+ +
tags?: string[]
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/FileTool.html b/classes/FileTool.html new file mode 100644 index 0000000..d02e977 --- /dev/null +++ b/classes/FileTool.html @@ -0,0 +1,301 @@ +FileTool | Edkit
+
+ +
+
+
+
+ +

Class FileToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command?: string
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string
+
+ +
tags?: string[]
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      path: string
    +

    Returns string

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+ +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/FontSizeDownTool.html b/classes/FontSizeDownTool.html new file mode 100644 index 0000000..9763e3b --- /dev/null +++ b/classes/FontSizeDownTool.html @@ -0,0 +1,269 @@ +FontSizeDownTool | Edkit
+
+ +
+
+
+
+ +

Class FontSizeDownToolAbstract

+
+

Hierarchy

+
    +
  • Tool +
      +
    • FontSizeDownTool
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'decreaseFontSize'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Font Size down'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/FontSizeUpTool.html b/classes/FontSizeUpTool.html new file mode 100644 index 0000000..8c02bee --- /dev/null +++ b/classes/FontSizeUpTool.html @@ -0,0 +1,269 @@ +FontSizeUpTool | Edkit
+
+ +
+
+
+
+ +

Class FontSizeUpToolAbstract

+
+

Hierarchy

+
    +
  • Tool +
      +
    • FontSizeUpTool
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'increaseFontSize'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Font Size up'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/ForeColorTool.html b/classes/ForeColorTool.html new file mode 100644 index 0000000..e7f97ce --- /dev/null +++ b/classes/ForeColorTool.html @@ -0,0 +1,288 @@ +ForeColorTool | Edkit
+
+ +
+
+
+
+ +

Class ForeColorToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
colorName: ColorName = ...
+
+ +
command: string = 'foreColor'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Fore Color'
+
+ +
tags?: string[]
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/H1Tool.html b/classes/H1Tool.html new file mode 100644 index 0000000..51fbb30 --- /dev/null +++ b/classes/H1Tool.html @@ -0,0 +1,267 @@ +H1Tool | Edkit
+
+ +
+
+
+
+ +

Class H1ToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = HeadingCommand
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'H1'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/H2Tool.html b/classes/H2Tool.html new file mode 100644 index 0000000..d1017d5 --- /dev/null +++ b/classes/H2Tool.html @@ -0,0 +1,267 @@ +H2Tool | Edkit
+
+ +
+
+
+
+ +

Class H2ToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = HeadingCommand
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'H2'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/H3Tool.html b/classes/H3Tool.html new file mode 100644 index 0000000..652368a --- /dev/null +++ b/classes/H3Tool.html @@ -0,0 +1,267 @@ +H3Tool | Edkit
+
+ +
+
+
+
+ +

Class H3ToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = HeadingCommand
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'H3'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/HorizontalRuleTool.html b/classes/HorizontalRuleTool.html new file mode 100644 index 0000000..fed07cd --- /dev/null +++ b/classes/HorizontalRuleTool.html @@ -0,0 +1,269 @@ +HorizontalRuleTool | Edkit
+
+ +
+
+
+
+ +

Class HorizontalRuleToolAbstract

+
+

Hierarchy

+
    +
  • Tool +
      +
    • HorizontalRuleTool
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'insertHorizontalRule'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Horizontal rule'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/IFrameTool.html b/classes/IFrameTool.html new file mode 100644 index 0000000..e518c60 --- /dev/null +++ b/classes/IFrameTool.html @@ -0,0 +1,267 @@ +IFrameTool | Edkit
+
+ +
+
+
+
+ +

Class IFrameToolAbstract

+
+

Hierarchy

+
    +
  • Tool +
      +
    • IFrameTool
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'insertHTML'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Embed Web page'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/ImageTool.html b/classes/ImageTool.html new file mode 100644 index 0000000..153d197 --- /dev/null +++ b/classes/ImageTool.html @@ -0,0 +1,299 @@ +ImageTool | Edkit
+
+ +
+
+
+
+ +

Class ImageToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'insertHTML'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Image'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+ +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/ItalicTool.html b/classes/ItalicTool.html new file mode 100644 index 0000000..75de8ca --- /dev/null +++ b/classes/ItalicTool.html @@ -0,0 +1,269 @@ +ItalicTool | Edkit
+
+ +
+
+
+
+ +

Class ItalicToolAbstract

+
+

Hierarchy

+
    +
  • Tool +
      +
    • ItalicTool
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'italic'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys: string[] = ...
+
+ +
name: string = 'Italic'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/LinkTool.html b/classes/LinkTool.html new file mode 100644 index 0000000..d644a58 --- /dev/null +++ b/classes/LinkTool.html @@ -0,0 +1,269 @@ +LinkTool | Edkit
+
+ +
+
+
+
+ +

Class LinkToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'createLink'
+
+ +
icon: string
+
+ +
inputs: string[] = ...
+
+ +
keys?: string[]
+
+ +
name: string = 'Link'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/OrderedListTool.html b/classes/OrderedListTool.html new file mode 100644 index 0000000..4574e5c --- /dev/null +++ b/classes/OrderedListTool.html @@ -0,0 +1,269 @@ +OrderedListTool | Edkit
+
+ +
+
+
+
+ +

Class OrderedListToolAbstract

+
+

Hierarchy

+
    +
  • Tool +
      +
    • OrderedListTool
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'insertOrderedList'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Ordered list'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/RedoTool.html b/classes/RedoTool.html new file mode 100644 index 0000000..0b0a005 --- /dev/null +++ b/classes/RedoTool.html @@ -0,0 +1,269 @@ +RedoTool | Edkit
+
+ +
+
+
+
+ +

Class RedoToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'redo'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Redo'
+
+ +
tags?: string[]
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/ResetTool.html b/classes/ResetTool.html new file mode 100644 index 0000000..0ff1edc --- /dev/null +++ b/classes/ResetTool.html @@ -0,0 +1,269 @@ +ResetTool | Edkit
+
+ +
+
+
+
+ +

Class ResetToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'removeFormat'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Reset'
+
+ +
tags?: string[]
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/StrikeThroughTool.html b/classes/StrikeThroughTool.html new file mode 100644 index 0000000..7e76b0e --- /dev/null +++ b/classes/StrikeThroughTool.html @@ -0,0 +1,269 @@ +StrikeThroughTool | Edkit
+
+ +
+
+
+
+ +

Class StrikeThroughToolAbstract

+
+

Hierarchy

+
    +
  • Tool +
      +
    • StrikeThroughTool
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'strikeThrough'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Strike through'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/SubscriptTool.html b/classes/SubscriptTool.html new file mode 100644 index 0000000..e890fd8 --- /dev/null +++ b/classes/SubscriptTool.html @@ -0,0 +1,269 @@ +SubscriptTool | Edkit
+
+ +
+
+
+
+ +

Class SubscriptToolAbstract

+
+

Hierarchy

+
    +
  • Tool +
      +
    • SubscriptTool
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'subscript'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Subscript'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/SuperscriptTool.html b/classes/SuperscriptTool.html new file mode 100644 index 0000000..8ecca6a --- /dev/null +++ b/classes/SuperscriptTool.html @@ -0,0 +1,269 @@ +SuperscriptTool | Edkit
+
+ +
+
+
+
+ +

Class SuperscriptToolAbstract

+
+

Hierarchy

+
    +
  • Tool +
      +
    • SuperscriptTool
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'superscript'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Superscript'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/Tool.html b/classes/Tool.html new file mode 100644 index 0000000..e01bdfc --- /dev/null +++ b/classes/Tool.html @@ -0,0 +1,277 @@ +Tool | Edkit
+
+ +
+
+
+
+ +

Class ToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command?: string
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string
+
+ +
tags?: string[]
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +

    Returns boolean

+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/UnderlineTool.html b/classes/UnderlineTool.html new file mode 100644 index 0000000..d502333 --- /dev/null +++ b/classes/UnderlineTool.html @@ -0,0 +1,269 @@ +UnderlineTool | Edkit
+
+ +
+
+
+
+ +

Class UnderlineToolAbstract

+
+

Hierarchy

+
    +
  • Tool +
      +
    • UnderlineTool
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'underline'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys: string[] = ...
+
+ +
name: string = 'Underline'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/UndoTool.html b/classes/UndoTool.html new file mode 100644 index 0000000..f0b15a9 --- /dev/null +++ b/classes/UndoTool.html @@ -0,0 +1,269 @@ +UndoTool | Edkit
+
+ +
+
+
+
+ +

Class UndoToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'undo'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Undo'
+
+ +
tags?: string[]
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/UnorderedListTool.html b/classes/UnorderedListTool.html new file mode 100644 index 0000000..460b752 --- /dev/null +++ b/classes/UnorderedListTool.html @@ -0,0 +1,269 @@ +UnorderedListTool | Edkit
+
+ +
+
+
+
+ +

Class UnorderedListToolAbstract

+
+

Hierarchy

+
    +
  • Tool +
      +
    • UnorderedListTool
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'insertUnorderedList'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Unordered list'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
    + +
  • +
    +

    Parameters

    +
    +

    Returns void

+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/VideoTool.html b/classes/VideoTool.html new file mode 100644 index 0000000..6319ea2 --- /dev/null +++ b/classes/VideoTool.html @@ -0,0 +1,299 @@ +VideoTool | Edkit
+
+ +
+
+
+
+ +

Class VideoToolAbstract

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
command: string = 'insertHTML'
+
+ +
icon: string
+
+ +
inputs?: string[]
+
+ +
keys?: string[]
+
+ +
name: string = 'Video'
+
+ +
tags: string[] = ...
+
+

Accessors

+
+ +
    +
  • get active(): boolean
  • +
  • +

    Returns boolean

+
+ +
    +
  • get title(): string
  • +
  • +

    Returns string

+
+ +
    +
  • get usable(): boolean
  • +
  • +

    Returns boolean

+
+

Methods

+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
    + +
  • +

    Render a Tool control

    +
    +
    +

    Parameters

    +
      +
    • +
      editor: any
      +

      An HTMLElement object or its wrapper for [contenteditable="true"]

      +
      +
    +

    Returns any

    Virtual DOM of UI engines

    + +
+
+ +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/functions/getAnchorElement.html b/functions/getAnchorElement.html new file mode 100644 index 0000000..4cdc92c --- /dev/null +++ b/functions/getAnchorElement.html @@ -0,0 +1,79 @@ +getAnchorElement | Edkit
+
+ +
+ +
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..eb7fc1c --- /dev/null +++ b/index.html @@ -0,0 +1,142 @@ +Edkit
+
+ +
+ +
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/modules.html b/modules.html new file mode 100644 index 0000000..18969f8 --- /dev/null +++ b/modules.html @@ -0,0 +1,117 @@ +Edkit
+
+ +
+ +
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/types/AlignMode.html b/types/AlignMode.html new file mode 100644 index 0000000..dd7ab01 --- /dev/null +++ b/types/AlignMode.html @@ -0,0 +1,75 @@ +AlignMode | Edkit
+
+ +
+ +
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/types/ColorName.html b/types/ColorName.html new file mode 100644 index 0000000..c3b6213 --- /dev/null +++ b/types/ColorName.html @@ -0,0 +1,75 @@ +ColorName | Edkit
+
+ +
+ +
+

Generated using TypeDoc

+
\ No newline at end of file