commit a0eed4888d39c74f838249fad75a43e6125416da Author: Henning Dieterichs Date: Fri Feb 10 12:26:04 2023 +0000 Publish website diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..2d3d85de --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules/monaco-editor/dev +node_modules/monaco-editor/esm diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/all.css b/all.css new file mode 100644 index 00000000..7337f116 --- /dev/null +++ b/all.css @@ -0,0 +1,302 @@ +body { + padding: 54px 0 40px 0; + overflow-y: scroll; +} + +body.home { + padding-top: 0; +} + +body, +input, +button, +select, +textarea, +.navbar-search .search-query { + font: 400 14px/1.4em 'Segoe UI', 'Open Sans', Calibri, Candara, Arial, sans-serif; +} + +.navbar .nav { + float: left; + margin-right: 0; +} + +a { + color: #0066cc; + cursor: pointer; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + letter-spacing: -0.01em; + margin: 0; + line-height: normal; +} + +/***** Bootstrap Cosmo Overrides *****/ +h1, +h2 { + font-family: 'Segoe UI Light', 'Segoe UI', 'Open Sans', Calibri, Candara, Arial, sans-serif; + font-weight: 300; +} +h1 { + font-size: 72px; + letter-spacing: -0.02em; +} + +.hero-unit h1 { + font-size: 48px; +} + +h2 { + font-size: 26px; +} + +h3 { + font-size: 26px; +} + +h4 { + font-size: 16px; +} + +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small { + color: #999; +} + +.alert-heading, +.alert h1, +.alert h2, +.alert h3, +.alert h4, +.alert h5, +.alert h6 { + color: inherit; +} + +.alert-info { + color: #3a87ad; + background-color: #d9edf7; +} + +.navbar-inverse .navbar-inner { + background-color: #68217a; + -webkit-filter: none; + filter: none; +} + +.navbar-inverse.home .navbar-inner { + background-color: transparent; +} + +.navbar-inverse .btn-navbar { + background: transparent; + margin-top: 14px; +} + +.navbar-inverse .btn-navbar:hover, +.navbar-inverse .btn-navbar:focus, +.navbar-inverse .btn-navbar:active, +.navbar-inverse .btn-navbar.active, +.navbar-inverse .btn-navbar.disabled, +.navbar-inverse .btn-navbar[disabled] { + background: #442359; +} + +.btn-primary { + background-color: #0072c6; +} + +.home .hero-unit { + margin-top: -54px; + position: relative; + z-index: 100; +} + +.hero-unit { + font-weight: normal; +} + +.hero-unit h1 { + margin: 0 0 6px; +} + +.nav-tabs > li > a { + color: #999; +} + +.nav-tabs > li > a:hover { + color: #555; +} + +.nav-tabs > .active > a, +.nav-tabs > .active > a:hover, +.nav-tabs > .active > a:focus { + color: #0072c6; +} + +/***** General *****/ + +body > section > .container { + padding-top: 12px; +} + +.masthead { + background-color: #0072c6; + color: white; +} + +.masthead .hero-unit { + padding: 30px 0 0; + background: none; +} + +.navbar.home { + position: relative; + z-index: 500; +} + +.navbar .nav > li > a { + text-shadow: none; + padding-top: 18px; + font-size: 14px; + text-transform: uppercase; +} + +.navbar-inverse .nav-collapse .nav > li > a { + color: white; + padding-left: 0; +} + +.navbar-inverse .nav > li > a.nav-item:focus, +.navbar-inverse .nav > li > a.nav-item:hover { + background-color: rgba(0, 0, 0, 0.12); +} + +.navbar-inverse .nav .active > a.nav-item, +.navbar-inverse .nav .active > a.nav-item:hover, +.navbar-inverse .nav .active > a.nav-item:focus { + color: #fff; + background-color: rgba(0, 0, 0, 0.24); + -webkit-box-shadow: none; + box-shadow: none; +} + +.navbar .logo { + /*background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxIDBsLTExIDEyLTcuMzMzLTUuNjY2LTIuNjY3IDEuNjgydjEzLjk4NGwyLjY2NyAxLjY2NiA3LjMzMy01LjY2NiAxMSAxMSA3LTN2LTIyLjMzM2wtNy0zLjY2N3ptLTE4IDE5di05bDQgNS00IDR6bTExLTRsNy02djEybC03LTZ6Ii8+PC9zdmc+") left center no-repeat;*/ + /*padding: 16px 12px 0 34px;*/ + padding: 16px 12px 0 0px; + height: 35px; + display: block; + float: left; +} + +.navbar .logo a { + color: #fff; + font-size: 24px; + letter-spacing: -1px; +} + +.navbar-fixed-top { + z-index: 500; +} + +.flgroup:after { + content: ''; + display: block; + visibility: hidden; + height: 0; + clear: both; +} + +/* Controls */ + +/* Media Queries */ +@media (min-width: 1200px) { + h1, + h2 { + letter-spacing: -0.04em; + } + + .hero-unit h1 { + font-size: 72px; + } + + h2 { + font-size: 36px; + } +} + +#gh-link { + display: none; + position: fixed; + top: 0; + right: 0; + border: 0; + margin: 0; + z-index: 1000; +} +@media (min-width: 980px) { + #gh-link { + display: block; + } +} + +@media (min-width: 980px) { + .navbar .nav { + float: right; + } + + .navbar-inverse .nav-collapse .nav > li > a { + padding-left: 15px; + } +} + +@media (min-width: 768px) and (max-width: 979px) { + h1 { + letter-spacing: -0.02em; + } +} + +@media (max-width: 979px) { + body { + padding: inherit; + } + + .navbar-fixed-top, + .navbar-fixed-bottom, + .navbar-static-top { + margin-right: inherit; + margin-left: inherit; + margin-bottom: 0; + } + + .navbar-fixed-top .navbar-inner { + padding: 0 20px; + } + + .navbar .container { + width: 724px; + } +} + +@media (max-width: 767px) { + .navbar .container { + width: 100%; + } +} + +@media (max-width: 480px) { + .navbar .logo a { + display: none; + } +} diff --git a/api/.nojekyll b/api/.nojekyll new file mode 100644 index 00000000..e2ac6616 --- /dev/null +++ b/api/.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/api/assets/highlight.css b/api/assets/highlight.css new file mode 100644 index 00000000..d041e207 --- /dev/null +++ b/api/assets/highlight.css @@ -0,0 +1,85 @@ +:root { + --light-hl-0: #098658; + --dark-hl-0: #B5CEA8; + --light-hl-1: #000000; + --dark-hl-1: #D4D4D4; + --light-hl-2: #001080; + --dark-hl-2: #9CDCFE; + --light-hl-3: #0070C1; + --dark-hl-3: #4FC1FF; + --light-hl-4: #0000FF; + --dark-hl-4: #569CD6; + --light-hl-5: #795E26; + --dark-hl-5: #DCDCAA; + --light-hl-6: #A31515; + --dark-hl-6: #CE9178; + --light-hl-7: #EE0000; + --dark-hl-7: #D7BA7D; + --light-hl-8: #008000; + --dark-hl-8: #6A9955; + --light-code-background: #F5F5F5; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --code-background: var(--dark-code-background); +} } + +body.light { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --code-background: var(--light-code-background); +} + +body.dark { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +.hl-2 { color: var(--hl-2); } +.hl-3 { color: var(--hl-3); } +.hl-4 { color: var(--hl-4); } +.hl-5 { color: var(--hl-5); } +.hl-6 { color: var(--hl-6); } +.hl-7 { color: var(--hl-7); } +.hl-8 { color: var(--hl-8); } +pre, code { background: var(--code-background); } diff --git a/api/assets/icons.css b/api/assets/icons.css new file mode 100644 index 00000000..776a3562 --- /dev/null +++ b/api/assets/icons.css @@ -0,0 +1,1043 @@ +.tsd-kind-icon { + display: block; + position: relative; + padding-left: 20px; + text-indent: -20px; +} +.tsd-kind-icon:before { + content: ""; + display: inline-block; + vertical-align: middle; + width: 17px; + height: 17px; + margin: 0 3px 2px 0; + background-image: url(./icons.png); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-kind-icon:before { + background-image: url(./icons@2x.png); + background-size: 238px 204px; + } +} + +.tsd-signature.tsd-kind-icon:before { + background-position: 0 -153px; +} + +.tsd-kind-object-literal > .tsd-kind-icon:before { + background-position: 0px -17px; +} +.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -17px; +} +.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -17px; +} + +.tsd-kind-class > .tsd-kind-icon:before { + background-position: 0px -34px; +} +.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -34px; +} +.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -34px; +} + +.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -51px; +} + +.tsd-kind-interface > .tsd-kind-icon:before { + background-position: 0px -68px; +} +.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -68px; +} +.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -68px; +} + +.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -85px; +} + +.tsd-kind-namespace > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-module > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-enum > .tsd-kind-icon:before { + background-position: 0px -119px; +} +.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -119px; +} +.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -119px; +} + +.tsd-kind-enum-member > .tsd-kind-icon:before { + background-position: 0px -136px; +} +.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -136px; +} +.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -136px; +} + +.tsd-kind-signature > .tsd-kind-icon:before { + background-position: 0px -153px; +} +.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -153px; +} +.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -153px; +} + +.tsd-kind-type-alias > .tsd-kind-icon:before { + background-position: 0px -170px; +} +.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -170px; +} +.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -170px; +} + +.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -187px; +} + +.tsd-kind-variable > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-property > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-get-signature > .tsd-kind-icon:before { + background-position: -136px -17px; +} +.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -17px; +} +.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -17px; +} + +.tsd-kind-set-signature > .tsd-kind-icon:before { + background-position: -136px -34px; +} +.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -34px; +} +.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -34px; +} + +.tsd-kind-accessor > .tsd-kind-icon:before { + background-position: -136px -51px; +} +.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -51px; +} +.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -51px; +} + +.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-constructor > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-constructor-signature > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-index-signature > .tsd-kind-icon:before { + background-position: -136px -119px; +} +.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -119px; +} +.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -119px; +} + +.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -136px; +} +.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -136px; +} +.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -136px; +} + +.tsd-is-static > .tsd-kind-icon:before { + background-position: -136px -153px; +} +.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -153px; +} +.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -153px; +} +.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -153px; +} + +.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -187px; +} diff --git a/api/assets/icons.png b/api/assets/icons.png new file mode 100644 index 00000000..3836d5fe Binary files /dev/null and b/api/assets/icons.png differ diff --git a/api/assets/icons@2x.png b/api/assets/icons@2x.png new file mode 100644 index 00000000..5a209e2f Binary files /dev/null and b/api/assets/icons@2x.png differ diff --git a/api/assets/main.js b/api/assets/main.js new file mode 100644 index 00000000..99f331b2 --- /dev/null +++ b/api/assets/main.js @@ -0,0 +1,52 @@ +(()=>{var Ce=Object.create;var J=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=t=>J(t,"__esModule",{value:!0});var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!_e.call(t,i)&&(r||i!=="default")&&J(t,i,{get:()=>e[i],enumerable:!(n=Pe(e,i))||n.enumerable});return t},Ae=(t,e)=>De(Me(J(t!=null?Ce(Re(t)):{},"default",!e&&t&&t.__esModule?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ce,he)=>{(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 h=t.utils.clone(r)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}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(ou?h+=2:a==u&&(r+=n[l+1]*i[h+1],l+=2,h+=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 u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,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 l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),p=s.str.charAt(1),v;p in s.node.edges?v=s.node.edges[p]:(v=new t.TokenSet,s.node.edges[p]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+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),u=0;u1?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 ce=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){var r;let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(r=this.secondaryNav)==null||r.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var fe=Ae(de());function pe(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("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+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ue(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(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 He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=fe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes;let p=document.createElement("a");p.href=n.base+u.url,p.classList.add("tsd-kind-icon"),p.innerHTML=l,h.append(p),e.appendChild(h)}}function me(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;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(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 ve(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(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}pe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); +/*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.TokenSet + * 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.tokenizer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + */ +/** + * 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 + */ diff --git a/api/assets/search.js b/api/assets/search.js new file mode 100644 index 00000000..2d4ce395 --- /dev/null +++ b/api/assets/search.js @@ -0,0 +1 @@ +window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"8\":\"Enumeration\",\"16\":\"Enumeration member\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\",\"8388608\":\"Event\"},\"rows\":[{\"id\":0,\"kind\":32,\"name\":\"MonacoEnvironment\",\"url\":\"index.html#MonacoEnvironment\",\"classes\":\"tsd-kind-variable\"},{\"id\":1,\"kind\":4,\"name\":\"monaco\",\"url\":\"modules/monaco.html\",\"classes\":\"tsd-kind-namespace\"},{\"id\":2,\"kind\":4194304,\"name\":\"Thenable\",\"url\":\"modules/monaco.html#Thenable\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco\"},{\"id\":3,\"kind\":256,\"name\":\"Environment\",\"url\":\"interfaces/monaco.Environment.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":4,\"kind\":1024,\"name\":\"globalAPI\",\"url\":\"interfaces/monaco.Environment.html#globalAPI\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.Environment\"},{\"id\":5,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"interfaces/monaco.Environment.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.Environment\"},{\"id\":6,\"kind\":2048,\"name\":\"getWorker\",\"url\":\"interfaces/monaco.Environment.html#getWorker\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.Environment\"},{\"id\":7,\"kind\":2048,\"name\":\"getWorkerUrl\",\"url\":\"interfaces/monaco.Environment.html#getWorkerUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.Environment\"},{\"id\":8,\"kind\":256,\"name\":\"IDisposable\",\"url\":\"interfaces/monaco.IDisposable.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":9,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.IDisposable.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.IDisposable\"},{\"id\":10,\"kind\":256,\"name\":\"IEvent\",\"url\":\"interfaces/monaco.IEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco\"},{\"id\":11,\"kind\":128,\"name\":\"Emitter\",\"url\":\"classes/monaco.Emitter.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco\"},{\"id\":12,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.Emitter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"monaco.Emitter\"},{\"id\":13,\"kind\":1024,\"name\":\"event\",\"url\":\"classes/monaco.Emitter.html#event\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Emitter\"},{\"id\":14,\"kind\":2048,\"name\":\"fire\",\"url\":\"classes/monaco.Emitter.html#fire\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Emitter\"},{\"id\":15,\"kind\":2048,\"name\":\"dispose\",\"url\":\"classes/monaco.Emitter.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Emitter\"},{\"id\":16,\"kind\":8,\"name\":\"MarkerTag\",\"url\":\"enums/monaco.MarkerTag.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":17,\"kind\":16,\"name\":\"Unnecessary\",\"url\":\"enums/monaco.MarkerTag.html#Unnecessary\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.MarkerTag\"},{\"id\":18,\"kind\":16,\"name\":\"Deprecated\",\"url\":\"enums/monaco.MarkerTag.html#Deprecated\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.MarkerTag\"},{\"id\":19,\"kind\":8,\"name\":\"MarkerSeverity\",\"url\":\"enums/monaco.MarkerSeverity.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":20,\"kind\":16,\"name\":\"Hint\",\"url\":\"enums/monaco.MarkerSeverity.html#Hint\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.MarkerSeverity\"},{\"id\":21,\"kind\":16,\"name\":\"Info\",\"url\":\"enums/monaco.MarkerSeverity.html#Info\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.MarkerSeverity\"},{\"id\":22,\"kind\":16,\"name\":\"Warning\",\"url\":\"enums/monaco.MarkerSeverity.html#Warning\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.MarkerSeverity\"},{\"id\":23,\"kind\":16,\"name\":\"Error\",\"url\":\"enums/monaco.MarkerSeverity.html#Error\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.MarkerSeverity\"},{\"id\":24,\"kind\":128,\"name\":\"CancellationTokenSource\",\"url\":\"classes/monaco.CancellationTokenSource.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":25,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.CancellationTokenSource.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"monaco.CancellationTokenSource\"},{\"id\":26,\"kind\":262144,\"name\":\"token\",\"url\":\"classes/monaco.CancellationTokenSource.html#token\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"monaco.CancellationTokenSource\"},{\"id\":27,\"kind\":2048,\"name\":\"cancel\",\"url\":\"classes/monaco.CancellationTokenSource.html#cancel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.CancellationTokenSource\"},{\"id\":28,\"kind\":2048,\"name\":\"dispose\",\"url\":\"classes/monaco.CancellationTokenSource.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.CancellationTokenSource\"},{\"id\":29,\"kind\":256,\"name\":\"CancellationToken\",\"url\":\"interfaces/monaco.CancellationToken.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":30,\"kind\":1024,\"name\":\"isCancellationRequested\",\"url\":\"interfaces/monaco.CancellationToken.html#isCancellationRequested\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.CancellationToken\"},{\"id\":31,\"kind\":8388608,\"name\":\"onCancellationRequested\",\"url\":\"interfaces/monaco.CancellationToken.html#onCancellationRequested\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.CancellationToken\"},{\"id\":32,\"kind\":128,\"name\":\"Uri\",\"url\":\"classes/monaco.Uri.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":33,\"kind\":2048,\"name\":\"isUri\",\"url\":\"classes/monaco.Uri.html#isUri\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Uri\"},{\"id\":34,\"kind\":2048,\"name\":\"parse\",\"url\":\"classes/monaco.Uri.html#parse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Uri\"},{\"id\":35,\"kind\":2048,\"name\":\"file\",\"url\":\"classes/monaco.Uri.html#file\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Uri\"},{\"id\":36,\"kind\":2048,\"name\":\"from\",\"url\":\"classes/monaco.Uri.html#from\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Uri\"},{\"id\":37,\"kind\":2048,\"name\":\"joinPath\",\"url\":\"classes/monaco.Uri.html#joinPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Uri\"},{\"id\":38,\"kind\":2048,\"name\":\"revive\",\"url\":\"classes/monaco.Uri.html#revive\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Uri\"},{\"id\":39,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.Uri.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"monaco.Uri\"},{\"id\":40,\"kind\":1024,\"name\":\"scheme\",\"url\":\"classes/monaco.Uri.html#scheme\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Uri\"},{\"id\":41,\"kind\":1024,\"name\":\"authority\",\"url\":\"classes/monaco.Uri.html#authority\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Uri\"},{\"id\":42,\"kind\":1024,\"name\":\"path\",\"url\":\"classes/monaco.Uri.html#path\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Uri\"},{\"id\":43,\"kind\":1024,\"name\":\"query\",\"url\":\"classes/monaco.Uri.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Uri\"},{\"id\":44,\"kind\":1024,\"name\":\"fragment\",\"url\":\"classes/monaco.Uri.html#fragment\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Uri\"},{\"id\":45,\"kind\":262144,\"name\":\"fsPath\",\"url\":\"classes/monaco.Uri.html#fsPath\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"monaco.Uri\"},{\"id\":46,\"kind\":2048,\"name\":\"with\",\"url\":\"classes/monaco.Uri.html#with\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Uri\"},{\"id\":47,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/monaco.Uri.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Uri\"},{\"id\":48,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/monaco.Uri.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Uri\"},{\"id\":49,\"kind\":256,\"name\":\"UriComponents\",\"url\":\"interfaces/monaco.UriComponents.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":50,\"kind\":1024,\"name\":\"scheme\",\"url\":\"interfaces/monaco.UriComponents.html#scheme\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.UriComponents\"},{\"id\":51,\"kind\":1024,\"name\":\"authority\",\"url\":\"interfaces/monaco.UriComponents.html#authority\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.UriComponents\"},{\"id\":52,\"kind\":1024,\"name\":\"path\",\"url\":\"interfaces/monaco.UriComponents.html#path\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.UriComponents\"},{\"id\":53,\"kind\":1024,\"name\":\"query\",\"url\":\"interfaces/monaco.UriComponents.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.UriComponents\"},{\"id\":54,\"kind\":1024,\"name\":\"fragment\",\"url\":\"interfaces/monaco.UriComponents.html#fragment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.UriComponents\"},{\"id\":55,\"kind\":8,\"name\":\"KeyCode\",\"url\":\"enums/monaco.KeyCode.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":56,\"kind\":16,\"name\":\"DependsOnKbLayout\",\"url\":\"enums/monaco.KeyCode.html#DependsOnKbLayout\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":57,\"kind\":16,\"name\":\"Unknown\",\"url\":\"enums/monaco.KeyCode.html#Unknown\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":58,\"kind\":16,\"name\":\"Backspace\",\"url\":\"enums/monaco.KeyCode.html#Backspace\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":59,\"kind\":16,\"name\":\"Tab\",\"url\":\"enums/monaco.KeyCode.html#Tab\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":60,\"kind\":16,\"name\":\"Enter\",\"url\":\"enums/monaco.KeyCode.html#Enter\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":61,\"kind\":16,\"name\":\"Shift\",\"url\":\"enums/monaco.KeyCode.html#Shift\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":62,\"kind\":16,\"name\":\"Ctrl\",\"url\":\"enums/monaco.KeyCode.html#Ctrl\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":63,\"kind\":16,\"name\":\"Alt\",\"url\":\"enums/monaco.KeyCode.html#Alt\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":64,\"kind\":16,\"name\":\"PauseBreak\",\"url\":\"enums/monaco.KeyCode.html#PauseBreak\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":65,\"kind\":16,\"name\":\"CapsLock\",\"url\":\"enums/monaco.KeyCode.html#CapsLock\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":66,\"kind\":16,\"name\":\"Escape\",\"url\":\"enums/monaco.KeyCode.html#Escape\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":67,\"kind\":16,\"name\":\"Space\",\"url\":\"enums/monaco.KeyCode.html#Space\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":68,\"kind\":16,\"name\":\"PageUp\",\"url\":\"enums/monaco.KeyCode.html#PageUp\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":69,\"kind\":16,\"name\":\"PageDown\",\"url\":\"enums/monaco.KeyCode.html#PageDown\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":70,\"kind\":16,\"name\":\"End\",\"url\":\"enums/monaco.KeyCode.html#End\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":71,\"kind\":16,\"name\":\"Home\",\"url\":\"enums/monaco.KeyCode.html#Home\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":72,\"kind\":16,\"name\":\"LeftArrow\",\"url\":\"enums/monaco.KeyCode.html#LeftArrow\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":73,\"kind\":16,\"name\":\"UpArrow\",\"url\":\"enums/monaco.KeyCode.html#UpArrow\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":74,\"kind\":16,\"name\":\"RightArrow\",\"url\":\"enums/monaco.KeyCode.html#RightArrow\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":75,\"kind\":16,\"name\":\"DownArrow\",\"url\":\"enums/monaco.KeyCode.html#DownArrow\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":76,\"kind\":16,\"name\":\"Insert\",\"url\":\"enums/monaco.KeyCode.html#Insert\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":77,\"kind\":16,\"name\":\"Delete\",\"url\":\"enums/monaco.KeyCode.html#Delete\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":78,\"kind\":16,\"name\":\"Digit0\",\"url\":\"enums/monaco.KeyCode.html#Digit0\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":79,\"kind\":16,\"name\":\"Digit1\",\"url\":\"enums/monaco.KeyCode.html#Digit1\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":80,\"kind\":16,\"name\":\"Digit2\",\"url\":\"enums/monaco.KeyCode.html#Digit2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":81,\"kind\":16,\"name\":\"Digit3\",\"url\":\"enums/monaco.KeyCode.html#Digit3\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":82,\"kind\":16,\"name\":\"Digit4\",\"url\":\"enums/monaco.KeyCode.html#Digit4\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":83,\"kind\":16,\"name\":\"Digit5\",\"url\":\"enums/monaco.KeyCode.html#Digit5\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":84,\"kind\":16,\"name\":\"Digit6\",\"url\":\"enums/monaco.KeyCode.html#Digit6\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":85,\"kind\":16,\"name\":\"Digit7\",\"url\":\"enums/monaco.KeyCode.html#Digit7\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":86,\"kind\":16,\"name\":\"Digit8\",\"url\":\"enums/monaco.KeyCode.html#Digit8\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":87,\"kind\":16,\"name\":\"Digit9\",\"url\":\"enums/monaco.KeyCode.html#Digit9\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":88,\"kind\":16,\"name\":\"KeyA\",\"url\":\"enums/monaco.KeyCode.html#KeyA\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":89,\"kind\":16,\"name\":\"KeyB\",\"url\":\"enums/monaco.KeyCode.html#KeyB\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":90,\"kind\":16,\"name\":\"KeyC\",\"url\":\"enums/monaco.KeyCode.html#KeyC\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":91,\"kind\":16,\"name\":\"KeyD\",\"url\":\"enums/monaco.KeyCode.html#KeyD\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":92,\"kind\":16,\"name\":\"KeyE\",\"url\":\"enums/monaco.KeyCode.html#KeyE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":93,\"kind\":16,\"name\":\"KeyF\",\"url\":\"enums/monaco.KeyCode.html#KeyF\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":94,\"kind\":16,\"name\":\"KeyG\",\"url\":\"enums/monaco.KeyCode.html#KeyG\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":95,\"kind\":16,\"name\":\"KeyH\",\"url\":\"enums/monaco.KeyCode.html#KeyH\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":96,\"kind\":16,\"name\":\"KeyI\",\"url\":\"enums/monaco.KeyCode.html#KeyI\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":97,\"kind\":16,\"name\":\"KeyJ\",\"url\":\"enums/monaco.KeyCode.html#KeyJ\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":98,\"kind\":16,\"name\":\"KeyK\",\"url\":\"enums/monaco.KeyCode.html#KeyK\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":99,\"kind\":16,\"name\":\"KeyL\",\"url\":\"enums/monaco.KeyCode.html#KeyL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":100,\"kind\":16,\"name\":\"KeyM\",\"url\":\"enums/monaco.KeyCode.html#KeyM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":101,\"kind\":16,\"name\":\"KeyN\",\"url\":\"enums/monaco.KeyCode.html#KeyN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":102,\"kind\":16,\"name\":\"KeyO\",\"url\":\"enums/monaco.KeyCode.html#KeyO\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":103,\"kind\":16,\"name\":\"KeyP\",\"url\":\"enums/monaco.KeyCode.html#KeyP\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":104,\"kind\":16,\"name\":\"KeyQ\",\"url\":\"enums/monaco.KeyCode.html#KeyQ\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":105,\"kind\":16,\"name\":\"KeyR\",\"url\":\"enums/monaco.KeyCode.html#KeyR\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":106,\"kind\":16,\"name\":\"KeyS\",\"url\":\"enums/monaco.KeyCode.html#KeyS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":107,\"kind\":16,\"name\":\"KeyT\",\"url\":\"enums/monaco.KeyCode.html#KeyT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":108,\"kind\":16,\"name\":\"KeyU\",\"url\":\"enums/monaco.KeyCode.html#KeyU\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":109,\"kind\":16,\"name\":\"KeyV\",\"url\":\"enums/monaco.KeyCode.html#KeyV\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":110,\"kind\":16,\"name\":\"KeyW\",\"url\":\"enums/monaco.KeyCode.html#KeyW\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":111,\"kind\":16,\"name\":\"KeyX\",\"url\":\"enums/monaco.KeyCode.html#KeyX\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":112,\"kind\":16,\"name\":\"KeyY\",\"url\":\"enums/monaco.KeyCode.html#KeyY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":113,\"kind\":16,\"name\":\"KeyZ\",\"url\":\"enums/monaco.KeyCode.html#KeyZ\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":114,\"kind\":16,\"name\":\"Meta\",\"url\":\"enums/monaco.KeyCode.html#Meta\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":115,\"kind\":16,\"name\":\"ContextMenu\",\"url\":\"enums/monaco.KeyCode.html#ContextMenu\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":116,\"kind\":16,\"name\":\"F1\",\"url\":\"enums/monaco.KeyCode.html#F1\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":117,\"kind\":16,\"name\":\"F2\",\"url\":\"enums/monaco.KeyCode.html#F2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":118,\"kind\":16,\"name\":\"F3\",\"url\":\"enums/monaco.KeyCode.html#F3\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":119,\"kind\":16,\"name\":\"F4\",\"url\":\"enums/monaco.KeyCode.html#F4\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":120,\"kind\":16,\"name\":\"F5\",\"url\":\"enums/monaco.KeyCode.html#F5\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":121,\"kind\":16,\"name\":\"F6\",\"url\":\"enums/monaco.KeyCode.html#F6\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":122,\"kind\":16,\"name\":\"F7\",\"url\":\"enums/monaco.KeyCode.html#F7\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":123,\"kind\":16,\"name\":\"F8\",\"url\":\"enums/monaco.KeyCode.html#F8\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":124,\"kind\":16,\"name\":\"F9\",\"url\":\"enums/monaco.KeyCode.html#F9\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":125,\"kind\":16,\"name\":\"F10\",\"url\":\"enums/monaco.KeyCode.html#F10\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":126,\"kind\":16,\"name\":\"F11\",\"url\":\"enums/monaco.KeyCode.html#F11\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":127,\"kind\":16,\"name\":\"F12\",\"url\":\"enums/monaco.KeyCode.html#F12\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":128,\"kind\":16,\"name\":\"F13\",\"url\":\"enums/monaco.KeyCode.html#F13\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":129,\"kind\":16,\"name\":\"F14\",\"url\":\"enums/monaco.KeyCode.html#F14\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":130,\"kind\":16,\"name\":\"F15\",\"url\":\"enums/monaco.KeyCode.html#F15\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":131,\"kind\":16,\"name\":\"F16\",\"url\":\"enums/monaco.KeyCode.html#F16\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":132,\"kind\":16,\"name\":\"F17\",\"url\":\"enums/monaco.KeyCode.html#F17\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":133,\"kind\":16,\"name\":\"F18\",\"url\":\"enums/monaco.KeyCode.html#F18\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":134,\"kind\":16,\"name\":\"F19\",\"url\":\"enums/monaco.KeyCode.html#F19\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":135,\"kind\":16,\"name\":\"NumLock\",\"url\":\"enums/monaco.KeyCode.html#NumLock\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":136,\"kind\":16,\"name\":\"ScrollLock\",\"url\":\"enums/monaco.KeyCode.html#ScrollLock\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":137,\"kind\":16,\"name\":\"Semicolon\",\"url\":\"enums/monaco.KeyCode.html#Semicolon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":138,\"kind\":16,\"name\":\"Equal\",\"url\":\"enums/monaco.KeyCode.html#Equal\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":139,\"kind\":16,\"name\":\"Comma\",\"url\":\"enums/monaco.KeyCode.html#Comma\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":140,\"kind\":16,\"name\":\"Minus\",\"url\":\"enums/monaco.KeyCode.html#Minus\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":141,\"kind\":16,\"name\":\"Period\",\"url\":\"enums/monaco.KeyCode.html#Period\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":142,\"kind\":16,\"name\":\"Slash\",\"url\":\"enums/monaco.KeyCode.html#Slash\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":143,\"kind\":16,\"name\":\"Backquote\",\"url\":\"enums/monaco.KeyCode.html#Backquote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":144,\"kind\":16,\"name\":\"BracketLeft\",\"url\":\"enums/monaco.KeyCode.html#BracketLeft\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":145,\"kind\":16,\"name\":\"Backslash\",\"url\":\"enums/monaco.KeyCode.html#Backslash\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":146,\"kind\":16,\"name\":\"BracketRight\",\"url\":\"enums/monaco.KeyCode.html#BracketRight\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":147,\"kind\":16,\"name\":\"Quote\",\"url\":\"enums/monaco.KeyCode.html#Quote\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":148,\"kind\":16,\"name\":\"OEM_8\",\"url\":\"enums/monaco.KeyCode.html#OEM_8\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":149,\"kind\":16,\"name\":\"IntlBackslash\",\"url\":\"enums/monaco.KeyCode.html#IntlBackslash\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":150,\"kind\":16,\"name\":\"Numpad0\",\"url\":\"enums/monaco.KeyCode.html#Numpad0\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":151,\"kind\":16,\"name\":\"Numpad1\",\"url\":\"enums/monaco.KeyCode.html#Numpad1\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":152,\"kind\":16,\"name\":\"Numpad2\",\"url\":\"enums/monaco.KeyCode.html#Numpad2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":153,\"kind\":16,\"name\":\"Numpad3\",\"url\":\"enums/monaco.KeyCode.html#Numpad3\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":154,\"kind\":16,\"name\":\"Numpad4\",\"url\":\"enums/monaco.KeyCode.html#Numpad4\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":155,\"kind\":16,\"name\":\"Numpad5\",\"url\":\"enums/monaco.KeyCode.html#Numpad5\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":156,\"kind\":16,\"name\":\"Numpad6\",\"url\":\"enums/monaco.KeyCode.html#Numpad6\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":157,\"kind\":16,\"name\":\"Numpad7\",\"url\":\"enums/monaco.KeyCode.html#Numpad7\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":158,\"kind\":16,\"name\":\"Numpad8\",\"url\":\"enums/monaco.KeyCode.html#Numpad8\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":159,\"kind\":16,\"name\":\"Numpad9\",\"url\":\"enums/monaco.KeyCode.html#Numpad9\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":160,\"kind\":16,\"name\":\"NumpadMultiply\",\"url\":\"enums/monaco.KeyCode.html#NumpadMultiply\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":161,\"kind\":16,\"name\":\"NumpadAdd\",\"url\":\"enums/monaco.KeyCode.html#NumpadAdd\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":162,\"kind\":16,\"name\":\"NUMPAD_SEPARATOR\",\"url\":\"enums/monaco.KeyCode.html#NUMPAD_SEPARATOR\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":163,\"kind\":16,\"name\":\"NumpadSubtract\",\"url\":\"enums/monaco.KeyCode.html#NumpadSubtract\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":164,\"kind\":16,\"name\":\"NumpadDecimal\",\"url\":\"enums/monaco.KeyCode.html#NumpadDecimal\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":165,\"kind\":16,\"name\":\"NumpadDivide\",\"url\":\"enums/monaco.KeyCode.html#NumpadDivide\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":166,\"kind\":16,\"name\":\"KEY_IN_COMPOSITION\",\"url\":\"enums/monaco.KeyCode.html#KEY_IN_COMPOSITION\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":167,\"kind\":16,\"name\":\"ABNT_C1\",\"url\":\"enums/monaco.KeyCode.html#ABNT_C1\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":168,\"kind\":16,\"name\":\"ABNT_C2\",\"url\":\"enums/monaco.KeyCode.html#ABNT_C2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":169,\"kind\":16,\"name\":\"AudioVolumeMute\",\"url\":\"enums/monaco.KeyCode.html#AudioVolumeMute\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":170,\"kind\":16,\"name\":\"AudioVolumeUp\",\"url\":\"enums/monaco.KeyCode.html#AudioVolumeUp\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":171,\"kind\":16,\"name\":\"AudioVolumeDown\",\"url\":\"enums/monaco.KeyCode.html#AudioVolumeDown\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":172,\"kind\":16,\"name\":\"BrowserSearch\",\"url\":\"enums/monaco.KeyCode.html#BrowserSearch\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":173,\"kind\":16,\"name\":\"BrowserHome\",\"url\":\"enums/monaco.KeyCode.html#BrowserHome\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":174,\"kind\":16,\"name\":\"BrowserBack\",\"url\":\"enums/monaco.KeyCode.html#BrowserBack\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":175,\"kind\":16,\"name\":\"BrowserForward\",\"url\":\"enums/monaco.KeyCode.html#BrowserForward\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":176,\"kind\":16,\"name\":\"MediaTrackNext\",\"url\":\"enums/monaco.KeyCode.html#MediaTrackNext\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":177,\"kind\":16,\"name\":\"MediaTrackPrevious\",\"url\":\"enums/monaco.KeyCode.html#MediaTrackPrevious\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":178,\"kind\":16,\"name\":\"MediaStop\",\"url\":\"enums/monaco.KeyCode.html#MediaStop\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":179,\"kind\":16,\"name\":\"MediaPlayPause\",\"url\":\"enums/monaco.KeyCode.html#MediaPlayPause\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":180,\"kind\":16,\"name\":\"LaunchMediaPlayer\",\"url\":\"enums/monaco.KeyCode.html#LaunchMediaPlayer\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":181,\"kind\":16,\"name\":\"LaunchMail\",\"url\":\"enums/monaco.KeyCode.html#LaunchMail\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":182,\"kind\":16,\"name\":\"LaunchApp2\",\"url\":\"enums/monaco.KeyCode.html#LaunchApp2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":183,\"kind\":16,\"name\":\"Clear\",\"url\":\"enums/monaco.KeyCode.html#Clear\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":184,\"kind\":16,\"name\":\"MAX_VALUE\",\"url\":\"enums/monaco.KeyCode.html#MAX_VALUE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.KeyCode\"},{\"id\":185,\"kind\":128,\"name\":\"KeyMod\",\"url\":\"classes/monaco.KeyMod.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":186,\"kind\":1024,\"name\":\"CtrlCmd\",\"url\":\"classes/monaco.KeyMod.html#CtrlCmd\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.KeyMod\"},{\"id\":187,\"kind\":1024,\"name\":\"Shift\",\"url\":\"classes/monaco.KeyMod.html#Shift\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.KeyMod\"},{\"id\":188,\"kind\":1024,\"name\":\"Alt\",\"url\":\"classes/monaco.KeyMod.html#Alt\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.KeyMod\"},{\"id\":189,\"kind\":1024,\"name\":\"WinCtrl\",\"url\":\"classes/monaco.KeyMod.html#WinCtrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.KeyMod\"},{\"id\":190,\"kind\":2048,\"name\":\"chord\",\"url\":\"classes/monaco.KeyMod.html#chord\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.KeyMod\"},{\"id\":191,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.KeyMod.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"monaco.KeyMod\"},{\"id\":192,\"kind\":256,\"name\":\"IMarkdownString\",\"url\":\"interfaces/monaco.IMarkdownString.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":193,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/monaco.IMarkdownString.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMarkdownString\"},{\"id\":194,\"kind\":1024,\"name\":\"isTrusted\",\"url\":\"interfaces/monaco.IMarkdownString.html#isTrusted\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMarkdownString\"},{\"id\":195,\"kind\":1024,\"name\":\"supportThemeIcons\",\"url\":\"interfaces/monaco.IMarkdownString.html#supportThemeIcons\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMarkdownString\"},{\"id\":196,\"kind\":1024,\"name\":\"supportHtml\",\"url\":\"interfaces/monaco.IMarkdownString.html#supportHtml\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMarkdownString\"},{\"id\":197,\"kind\":1024,\"name\":\"baseUri\",\"url\":\"interfaces/monaco.IMarkdownString.html#baseUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMarkdownString\"},{\"id\":198,\"kind\":1024,\"name\":\"uris\",\"url\":\"interfaces/monaco.IMarkdownString.html#uris\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMarkdownString\"},{\"id\":199,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/monaco.IMarkdownString.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"monaco.IMarkdownString\"},{\"id\":200,\"kind\":256,\"name\":\"MarkdownStringTrustedOptions\",\"url\":\"interfaces/monaco.MarkdownStringTrustedOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":201,\"kind\":1024,\"name\":\"enabledCommands\",\"url\":\"interfaces/monaco.MarkdownStringTrustedOptions.html#enabledCommands\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.MarkdownStringTrustedOptions\"},{\"id\":202,\"kind\":256,\"name\":\"IKeyboardEvent\",\"url\":\"interfaces/monaco.IKeyboardEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":203,\"kind\":1024,\"name\":\"_standardKeyboardEventBrand\",\"url\":\"interfaces/monaco.IKeyboardEvent.html#_standardKeyboardEventBrand\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IKeyboardEvent\"},{\"id\":204,\"kind\":1024,\"name\":\"browserEvent\",\"url\":\"interfaces/monaco.IKeyboardEvent.html#browserEvent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IKeyboardEvent\"},{\"id\":205,\"kind\":1024,\"name\":\"target\",\"url\":\"interfaces/monaco.IKeyboardEvent.html#target\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IKeyboardEvent\"},{\"id\":206,\"kind\":1024,\"name\":\"ctrlKey\",\"url\":\"interfaces/monaco.IKeyboardEvent.html#ctrlKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IKeyboardEvent\"},{\"id\":207,\"kind\":1024,\"name\":\"shiftKey\",\"url\":\"interfaces/monaco.IKeyboardEvent.html#shiftKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IKeyboardEvent\"},{\"id\":208,\"kind\":1024,\"name\":\"altKey\",\"url\":\"interfaces/monaco.IKeyboardEvent.html#altKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IKeyboardEvent\"},{\"id\":209,\"kind\":1024,\"name\":\"metaKey\",\"url\":\"interfaces/monaco.IKeyboardEvent.html#metaKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IKeyboardEvent\"},{\"id\":210,\"kind\":1024,\"name\":\"altGraphKey\",\"url\":\"interfaces/monaco.IKeyboardEvent.html#altGraphKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IKeyboardEvent\"},{\"id\":211,\"kind\":1024,\"name\":\"keyCode\",\"url\":\"interfaces/monaco.IKeyboardEvent.html#keyCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IKeyboardEvent\"},{\"id\":212,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/monaco.IKeyboardEvent.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IKeyboardEvent\"},{\"id\":213,\"kind\":2048,\"name\":\"equals\",\"url\":\"interfaces/monaco.IKeyboardEvent.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.IKeyboardEvent\"},{\"id\":214,\"kind\":2048,\"name\":\"preventDefault\",\"url\":\"interfaces/monaco.IKeyboardEvent.html#preventDefault\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.IKeyboardEvent\"},{\"id\":215,\"kind\":2048,\"name\":\"stopPropagation\",\"url\":\"interfaces/monaco.IKeyboardEvent.html#stopPropagation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.IKeyboardEvent\"},{\"id\":216,\"kind\":256,\"name\":\"IMouseEvent\",\"url\":\"interfaces/monaco.IMouseEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":217,\"kind\":1024,\"name\":\"browserEvent\",\"url\":\"interfaces/monaco.IMouseEvent.html#browserEvent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":218,\"kind\":1024,\"name\":\"leftButton\",\"url\":\"interfaces/monaco.IMouseEvent.html#leftButton\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":219,\"kind\":1024,\"name\":\"middleButton\",\"url\":\"interfaces/monaco.IMouseEvent.html#middleButton\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":220,\"kind\":1024,\"name\":\"rightButton\",\"url\":\"interfaces/monaco.IMouseEvent.html#rightButton\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":221,\"kind\":1024,\"name\":\"buttons\",\"url\":\"interfaces/monaco.IMouseEvent.html#buttons\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":222,\"kind\":1024,\"name\":\"target\",\"url\":\"interfaces/monaco.IMouseEvent.html#target\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":223,\"kind\":1024,\"name\":\"detail\",\"url\":\"interfaces/monaco.IMouseEvent.html#detail\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":224,\"kind\":1024,\"name\":\"posx\",\"url\":\"interfaces/monaco.IMouseEvent.html#posx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":225,\"kind\":1024,\"name\":\"posy\",\"url\":\"interfaces/monaco.IMouseEvent.html#posy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":226,\"kind\":1024,\"name\":\"ctrlKey\",\"url\":\"interfaces/monaco.IMouseEvent.html#ctrlKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":227,\"kind\":1024,\"name\":\"shiftKey\",\"url\":\"interfaces/monaco.IMouseEvent.html#shiftKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":228,\"kind\":1024,\"name\":\"altKey\",\"url\":\"interfaces/monaco.IMouseEvent.html#altKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":229,\"kind\":1024,\"name\":\"metaKey\",\"url\":\"interfaces/monaco.IMouseEvent.html#metaKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":230,\"kind\":1024,\"name\":\"timestamp\",\"url\":\"interfaces/monaco.IMouseEvent.html#timestamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":231,\"kind\":2048,\"name\":\"preventDefault\",\"url\":\"interfaces/monaco.IMouseEvent.html#preventDefault\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":232,\"kind\":2048,\"name\":\"stopPropagation\",\"url\":\"interfaces/monaco.IMouseEvent.html#stopPropagation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.IMouseEvent\"},{\"id\":233,\"kind\":256,\"name\":\"IScrollEvent\",\"url\":\"interfaces/monaco.IScrollEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":234,\"kind\":1024,\"name\":\"scrollTop\",\"url\":\"interfaces/monaco.IScrollEvent.html#scrollTop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IScrollEvent\"},{\"id\":235,\"kind\":1024,\"name\":\"scrollLeft\",\"url\":\"interfaces/monaco.IScrollEvent.html#scrollLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IScrollEvent\"},{\"id\":236,\"kind\":1024,\"name\":\"scrollWidth\",\"url\":\"interfaces/monaco.IScrollEvent.html#scrollWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IScrollEvent\"},{\"id\":237,\"kind\":1024,\"name\":\"scrollHeight\",\"url\":\"interfaces/monaco.IScrollEvent.html#scrollHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IScrollEvent\"},{\"id\":238,\"kind\":1024,\"name\":\"scrollTopChanged\",\"url\":\"interfaces/monaco.IScrollEvent.html#scrollTopChanged\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IScrollEvent\"},{\"id\":239,\"kind\":1024,\"name\":\"scrollLeftChanged\",\"url\":\"interfaces/monaco.IScrollEvent.html#scrollLeftChanged\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IScrollEvent\"},{\"id\":240,\"kind\":1024,\"name\":\"scrollWidthChanged\",\"url\":\"interfaces/monaco.IScrollEvent.html#scrollWidthChanged\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IScrollEvent\"},{\"id\":241,\"kind\":1024,\"name\":\"scrollHeightChanged\",\"url\":\"interfaces/monaco.IScrollEvent.html#scrollHeightChanged\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IScrollEvent\"},{\"id\":242,\"kind\":256,\"name\":\"IPosition\",\"url\":\"interfaces/monaco.IPosition.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":243,\"kind\":1024,\"name\":\"lineNumber\",\"url\":\"interfaces/monaco.IPosition.html#lineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IPosition\"},{\"id\":244,\"kind\":1024,\"name\":\"column\",\"url\":\"interfaces/monaco.IPosition.html#column\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IPosition\"},{\"id\":245,\"kind\":128,\"name\":\"Position\",\"url\":\"classes/monaco.Position.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":246,\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/monaco.Position.html#equals-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Position\"},{\"id\":247,\"kind\":2048,\"name\":\"isBefore\",\"url\":\"classes/monaco.Position.html#isBefore-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Position\"},{\"id\":248,\"kind\":2048,\"name\":\"isBeforeOrEqual\",\"url\":\"classes/monaco.Position.html#isBeforeOrEqual-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Position\"},{\"id\":249,\"kind\":2048,\"name\":\"compare\",\"url\":\"classes/monaco.Position.html#compare\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Position\"},{\"id\":250,\"kind\":2048,\"name\":\"lift\",\"url\":\"classes/monaco.Position.html#lift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Position\"},{\"id\":251,\"kind\":2048,\"name\":\"isIPosition\",\"url\":\"classes/monaco.Position.html#isIPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Position\"},{\"id\":252,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.Position.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"monaco.Position\"},{\"id\":253,\"kind\":1024,\"name\":\"lineNumber\",\"url\":\"classes/monaco.Position.html#lineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Position\"},{\"id\":254,\"kind\":1024,\"name\":\"column\",\"url\":\"classes/monaco.Position.html#column\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Position\"},{\"id\":255,\"kind\":2048,\"name\":\"with\",\"url\":\"classes/monaco.Position.html#with\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Position\"},{\"id\":256,\"kind\":2048,\"name\":\"delta\",\"url\":\"classes/monaco.Position.html#delta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Position\"},{\"id\":257,\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/monaco.Position.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Position\"},{\"id\":258,\"kind\":2048,\"name\":\"isBefore\",\"url\":\"classes/monaco.Position.html#isBefore\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Position\"},{\"id\":259,\"kind\":2048,\"name\":\"isBeforeOrEqual\",\"url\":\"classes/monaco.Position.html#isBeforeOrEqual\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Position\"},{\"id\":260,\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/monaco.Position.html#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Position\"},{\"id\":261,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/monaco.Position.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Position\"},{\"id\":262,\"kind\":256,\"name\":\"IRange\",\"url\":\"interfaces/monaco.IRange.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":263,\"kind\":1024,\"name\":\"startLineNumber\",\"url\":\"interfaces/monaco.IRange.html#startLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IRange\"},{\"id\":264,\"kind\":1024,\"name\":\"startColumn\",\"url\":\"interfaces/monaco.IRange.html#startColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IRange\"},{\"id\":265,\"kind\":1024,\"name\":\"endLineNumber\",\"url\":\"interfaces/monaco.IRange.html#endLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IRange\"},{\"id\":266,\"kind\":1024,\"name\":\"endColumn\",\"url\":\"interfaces/monaco.IRange.html#endColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.IRange\"},{\"id\":267,\"kind\":128,\"name\":\"Range\",\"url\":\"classes/monaco.Range.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":268,\"kind\":2048,\"name\":\"isEmpty\",\"url\":\"classes/monaco.Range.html#isEmpty-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":269,\"kind\":2048,\"name\":\"containsPosition\",\"url\":\"classes/monaco.Range.html#containsPosition-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":270,\"kind\":2048,\"name\":\"containsRange\",\"url\":\"classes/monaco.Range.html#containsRange-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":271,\"kind\":2048,\"name\":\"strictContainsRange\",\"url\":\"classes/monaco.Range.html#strictContainsRange-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":272,\"kind\":2048,\"name\":\"plusRange\",\"url\":\"classes/monaco.Range.html#plusRange-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":273,\"kind\":2048,\"name\":\"intersectRanges\",\"url\":\"classes/monaco.Range.html#intersectRanges-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":274,\"kind\":2048,\"name\":\"equalsRange\",\"url\":\"classes/monaco.Range.html#equalsRange-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":275,\"kind\":2048,\"name\":\"getEndPosition\",\"url\":\"classes/monaco.Range.html#getEndPosition-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":276,\"kind\":2048,\"name\":\"getStartPosition\",\"url\":\"classes/monaco.Range.html#getStartPosition-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":277,\"kind\":2048,\"name\":\"collapseToStart\",\"url\":\"classes/monaco.Range.html#collapseToStart-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":278,\"kind\":2048,\"name\":\"collapseToEnd\",\"url\":\"classes/monaco.Range.html#collapseToEnd-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":279,\"kind\":2048,\"name\":\"fromPositions\",\"url\":\"classes/monaco.Range.html#fromPositions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":280,\"kind\":2048,\"name\":\"lift\",\"url\":\"classes/monaco.Range.html#lift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":281,\"kind\":2048,\"name\":\"isIRange\",\"url\":\"classes/monaco.Range.html#isIRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":282,\"kind\":2048,\"name\":\"areIntersectingOrTouching\",\"url\":\"classes/monaco.Range.html#areIntersectingOrTouching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":283,\"kind\":2048,\"name\":\"areIntersecting\",\"url\":\"classes/monaco.Range.html#areIntersecting\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":284,\"kind\":2048,\"name\":\"compareRangesUsingStarts\",\"url\":\"classes/monaco.Range.html#compareRangesUsingStarts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":285,\"kind\":2048,\"name\":\"compareRangesUsingEnds\",\"url\":\"classes/monaco.Range.html#compareRangesUsingEnds\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":286,\"kind\":2048,\"name\":\"spansMultipleLines\",\"url\":\"classes/monaco.Range.html#spansMultipleLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Range\"},{\"id\":287,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.Range.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":288,\"kind\":1024,\"name\":\"startLineNumber\",\"url\":\"classes/monaco.Range.html#startLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":289,\"kind\":1024,\"name\":\"startColumn\",\"url\":\"classes/monaco.Range.html#startColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":290,\"kind\":1024,\"name\":\"endLineNumber\",\"url\":\"classes/monaco.Range.html#endLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":291,\"kind\":1024,\"name\":\"endColumn\",\"url\":\"classes/monaco.Range.html#endColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":292,\"kind\":2048,\"name\":\"isEmpty\",\"url\":\"classes/monaco.Range.html#isEmpty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":293,\"kind\":2048,\"name\":\"containsPosition\",\"url\":\"classes/monaco.Range.html#containsPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":294,\"kind\":2048,\"name\":\"containsRange\",\"url\":\"classes/monaco.Range.html#containsRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":295,\"kind\":2048,\"name\":\"strictContainsRange\",\"url\":\"classes/monaco.Range.html#strictContainsRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":296,\"kind\":2048,\"name\":\"plusRange\",\"url\":\"classes/monaco.Range.html#plusRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":297,\"kind\":2048,\"name\":\"intersectRanges\",\"url\":\"classes/monaco.Range.html#intersectRanges\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":298,\"kind\":2048,\"name\":\"equalsRange\",\"url\":\"classes/monaco.Range.html#equalsRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":299,\"kind\":2048,\"name\":\"getEndPosition\",\"url\":\"classes/monaco.Range.html#getEndPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":300,\"kind\":2048,\"name\":\"getStartPosition\",\"url\":\"classes/monaco.Range.html#getStartPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":301,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/monaco.Range.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":302,\"kind\":2048,\"name\":\"setEndPosition\",\"url\":\"classes/monaco.Range.html#setEndPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":303,\"kind\":2048,\"name\":\"setStartPosition\",\"url\":\"classes/monaco.Range.html#setStartPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":304,\"kind\":2048,\"name\":\"collapseToStart\",\"url\":\"classes/monaco.Range.html#collapseToStart\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":305,\"kind\":2048,\"name\":\"collapseToEnd\",\"url\":\"classes/monaco.Range.html#collapseToEnd\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":306,\"kind\":2048,\"name\":\"delta\",\"url\":\"classes/monaco.Range.html#delta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":307,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/monaco.Range.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Range\"},{\"id\":308,\"kind\":256,\"name\":\"ISelection\",\"url\":\"interfaces/monaco.ISelection.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":309,\"kind\":1024,\"name\":\"selectionStartLineNumber\",\"url\":\"interfaces/monaco.ISelection.html#selectionStartLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.ISelection\"},{\"id\":310,\"kind\":1024,\"name\":\"selectionStartColumn\",\"url\":\"interfaces/monaco.ISelection.html#selectionStartColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.ISelection\"},{\"id\":311,\"kind\":1024,\"name\":\"positionLineNumber\",\"url\":\"interfaces/monaco.ISelection.html#positionLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.ISelection\"},{\"id\":312,\"kind\":1024,\"name\":\"positionColumn\",\"url\":\"interfaces/monaco.ISelection.html#positionColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.ISelection\"},{\"id\":313,\"kind\":128,\"name\":\"Selection\",\"url\":\"classes/monaco.Selection.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":314,\"kind\":2048,\"name\":\"selectionsEqual\",\"url\":\"classes/monaco.Selection.html#selectionsEqual\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":315,\"kind\":2048,\"name\":\"fromPositions\",\"url\":\"classes/monaco.Selection.html#fromPositions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":316,\"kind\":2048,\"name\":\"fromRange\",\"url\":\"classes/monaco.Selection.html#fromRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":317,\"kind\":2048,\"name\":\"liftSelection\",\"url\":\"classes/monaco.Selection.html#liftSelection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":318,\"kind\":2048,\"name\":\"selectionsArrEqual\",\"url\":\"classes/monaco.Selection.html#selectionsArrEqual\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":319,\"kind\":2048,\"name\":\"isISelection\",\"url\":\"classes/monaco.Selection.html#isISelection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":320,\"kind\":2048,\"name\":\"createWithDirection\",\"url\":\"classes/monaco.Selection.html#createWithDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":321,\"kind\":2048,\"name\":\"isEmpty\",\"url\":\"classes/monaco.Selection.html#isEmpty-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":322,\"kind\":2048,\"name\":\"containsPosition\",\"url\":\"classes/monaco.Selection.html#containsPosition-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":323,\"kind\":2048,\"name\":\"containsRange\",\"url\":\"classes/monaco.Selection.html#containsRange-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":324,\"kind\":2048,\"name\":\"strictContainsRange\",\"url\":\"classes/monaco.Selection.html#strictContainsRange-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":325,\"kind\":2048,\"name\":\"plusRange\",\"url\":\"classes/monaco.Selection.html#plusRange-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":326,\"kind\":2048,\"name\":\"intersectRanges\",\"url\":\"classes/monaco.Selection.html#intersectRanges-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":327,\"kind\":2048,\"name\":\"equalsRange\",\"url\":\"classes/monaco.Selection.html#equalsRange-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":328,\"kind\":2048,\"name\":\"getEndPosition\",\"url\":\"classes/monaco.Selection.html#getEndPosition-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":329,\"kind\":2048,\"name\":\"getStartPosition\",\"url\":\"classes/monaco.Selection.html#getStartPosition-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":330,\"kind\":2048,\"name\":\"collapseToStart\",\"url\":\"classes/monaco.Selection.html#collapseToStart-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":331,\"kind\":2048,\"name\":\"collapseToEnd\",\"url\":\"classes/monaco.Selection.html#collapseToEnd-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":332,\"kind\":2048,\"name\":\"lift\",\"url\":\"classes/monaco.Selection.html#lift\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":333,\"kind\":2048,\"name\":\"isIRange\",\"url\":\"classes/monaco.Selection.html#isIRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":334,\"kind\":2048,\"name\":\"areIntersectingOrTouching\",\"url\":\"classes/monaco.Selection.html#areIntersectingOrTouching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":335,\"kind\":2048,\"name\":\"areIntersecting\",\"url\":\"classes/monaco.Selection.html#areIntersecting\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":336,\"kind\":2048,\"name\":\"compareRangesUsingStarts\",\"url\":\"classes/monaco.Selection.html#compareRangesUsingStarts\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":337,\"kind\":2048,\"name\":\"compareRangesUsingEnds\",\"url\":\"classes/monaco.Selection.html#compareRangesUsingEnds\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":338,\"kind\":2048,\"name\":\"spansMultipleLines\",\"url\":\"classes/monaco.Selection.html#spansMultipleLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"monaco.Selection\"},{\"id\":339,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.Selection.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"monaco.Selection\"},{\"id\":340,\"kind\":1024,\"name\":\"selectionStartLineNumber\",\"url\":\"classes/monaco.Selection.html#selectionStartLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Selection\"},{\"id\":341,\"kind\":1024,\"name\":\"selectionStartColumn\",\"url\":\"classes/monaco.Selection.html#selectionStartColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Selection\"},{\"id\":342,\"kind\":1024,\"name\":\"positionLineNumber\",\"url\":\"classes/monaco.Selection.html#positionLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Selection\"},{\"id\":343,\"kind\":1024,\"name\":\"positionColumn\",\"url\":\"classes/monaco.Selection.html#positionColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Selection\"},{\"id\":344,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/monaco.Selection.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"monaco.Selection\"},{\"id\":345,\"kind\":2048,\"name\":\"equalsSelection\",\"url\":\"classes/monaco.Selection.html#equalsSelection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Selection\"},{\"id\":346,\"kind\":2048,\"name\":\"getDirection\",\"url\":\"classes/monaco.Selection.html#getDirection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Selection\"},{\"id\":347,\"kind\":2048,\"name\":\"setEndPosition\",\"url\":\"classes/monaco.Selection.html#setEndPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"monaco.Selection\"},{\"id\":348,\"kind\":2048,\"name\":\"getPosition\",\"url\":\"classes/monaco.Selection.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Selection\"},{\"id\":349,\"kind\":2048,\"name\":\"getSelectionStart\",\"url\":\"classes/monaco.Selection.html#getSelectionStart\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Selection\"},{\"id\":350,\"kind\":2048,\"name\":\"setStartPosition\",\"url\":\"classes/monaco.Selection.html#setStartPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"monaco.Selection\"},{\"id\":351,\"kind\":1024,\"name\":\"startLineNumber\",\"url\":\"classes/monaco.Selection.html#startLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":352,\"kind\":1024,\"name\":\"startColumn\",\"url\":\"classes/monaco.Selection.html#startColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":353,\"kind\":1024,\"name\":\"endLineNumber\",\"url\":\"classes/monaco.Selection.html#endLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":354,\"kind\":1024,\"name\":\"endColumn\",\"url\":\"classes/monaco.Selection.html#endColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":355,\"kind\":2048,\"name\":\"isEmpty\",\"url\":\"classes/monaco.Selection.html#isEmpty\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":356,\"kind\":2048,\"name\":\"containsPosition\",\"url\":\"classes/monaco.Selection.html#containsPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":357,\"kind\":2048,\"name\":\"containsRange\",\"url\":\"classes/monaco.Selection.html#containsRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":358,\"kind\":2048,\"name\":\"strictContainsRange\",\"url\":\"classes/monaco.Selection.html#strictContainsRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":359,\"kind\":2048,\"name\":\"plusRange\",\"url\":\"classes/monaco.Selection.html#plusRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":360,\"kind\":2048,\"name\":\"intersectRanges\",\"url\":\"classes/monaco.Selection.html#intersectRanges\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":361,\"kind\":2048,\"name\":\"equalsRange\",\"url\":\"classes/monaco.Selection.html#equalsRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":362,\"kind\":2048,\"name\":\"getEndPosition\",\"url\":\"classes/monaco.Selection.html#getEndPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":363,\"kind\":2048,\"name\":\"getStartPosition\",\"url\":\"classes/monaco.Selection.html#getStartPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":364,\"kind\":2048,\"name\":\"collapseToStart\",\"url\":\"classes/monaco.Selection.html#collapseToStart\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":365,\"kind\":2048,\"name\":\"collapseToEnd\",\"url\":\"classes/monaco.Selection.html#collapseToEnd\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":366,\"kind\":2048,\"name\":\"delta\",\"url\":\"classes/monaco.Selection.html#delta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":367,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/monaco.Selection.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.Selection\"},{\"id\":368,\"kind\":8,\"name\":\"SelectionDirection\",\"url\":\"enums/monaco.SelectionDirection.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":369,\"kind\":16,\"name\":\"LTR\",\"url\":\"enums/monaco.SelectionDirection.html#LTR\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.SelectionDirection\"},{\"id\":370,\"kind\":16,\"name\":\"RTL\",\"url\":\"enums/monaco.SelectionDirection.html#RTL\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.SelectionDirection\"},{\"id\":371,\"kind\":128,\"name\":\"Token\",\"url\":\"classes/monaco.Token.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":372,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.Token.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"monaco.Token\"},{\"id\":373,\"kind\":1024,\"name\":\"_tokenBrand\",\"url\":\"classes/monaco.Token.html#_tokenBrand\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Token\"},{\"id\":374,\"kind\":1024,\"name\":\"offset\",\"url\":\"classes/monaco.Token.html#offset\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Token\"},{\"id\":375,\"kind\":1024,\"name\":\"type\",\"url\":\"classes/monaco.Token.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Token\"},{\"id\":376,\"kind\":1024,\"name\":\"language\",\"url\":\"classes/monaco.Token.html#language\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.Token\"},{\"id\":377,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/monaco.Token.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.Token\"},{\"id\":378,\"kind\":4,\"name\":\"editor\",\"url\":\"modules/monaco.editor.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":379,\"kind\":64,\"name\":\"create\",\"url\":\"modules/monaco.editor.html#create\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":380,\"kind\":8388608,\"name\":\"onDidCreateEditor\",\"url\":\"modules/monaco.editor.html#onDidCreateEditor\",\"classes\":\"tsd-kind-event tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":381,\"kind\":8388608,\"name\":\"onDidCreateDiffEditor\",\"url\":\"modules/monaco.editor.html#onDidCreateDiffEditor\",\"classes\":\"tsd-kind-event tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":382,\"kind\":64,\"name\":\"getEditors\",\"url\":\"modules/monaco.editor.html#getEditors\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":383,\"kind\":64,\"name\":\"getDiffEditors\",\"url\":\"modules/monaco.editor.html#getDiffEditors\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":384,\"kind\":64,\"name\":\"createDiffEditor\",\"url\":\"modules/monaco.editor.html#createDiffEditor\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":385,\"kind\":64,\"name\":\"createDiffNavigator\",\"url\":\"modules/monaco.editor.html#createDiffNavigator\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":386,\"kind\":64,\"name\":\"addCommand\",\"url\":\"modules/monaco.editor.html#addCommand\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":387,\"kind\":64,\"name\":\"addEditorAction\",\"url\":\"modules/monaco.editor.html#addEditorAction\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":388,\"kind\":64,\"name\":\"addKeybindingRule\",\"url\":\"modules/monaco.editor.html#addKeybindingRule\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":389,\"kind\":64,\"name\":\"addKeybindingRules\",\"url\":\"modules/monaco.editor.html#addKeybindingRules\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":390,\"kind\":64,\"name\":\"createModel\",\"url\":\"modules/monaco.editor.html#createModel\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":391,\"kind\":64,\"name\":\"setModelLanguage\",\"url\":\"modules/monaco.editor.html#setModelLanguage\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":392,\"kind\":64,\"name\":\"setModelMarkers\",\"url\":\"modules/monaco.editor.html#setModelMarkers\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":393,\"kind\":64,\"name\":\"removeAllMarkers\",\"url\":\"modules/monaco.editor.html#removeAllMarkers\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":394,\"kind\":64,\"name\":\"getModelMarkers\",\"url\":\"modules/monaco.editor.html#getModelMarkers\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":395,\"kind\":8388608,\"name\":\"onDidChangeMarkers\",\"url\":\"modules/monaco.editor.html#onDidChangeMarkers\",\"classes\":\"tsd-kind-event tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":396,\"kind\":64,\"name\":\"getModel\",\"url\":\"modules/monaco.editor.html#getModel\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":397,\"kind\":64,\"name\":\"getModels\",\"url\":\"modules/monaco.editor.html#getModels\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":398,\"kind\":8388608,\"name\":\"onDidCreateModel\",\"url\":\"modules/monaco.editor.html#onDidCreateModel\",\"classes\":\"tsd-kind-event tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":399,\"kind\":8388608,\"name\":\"onWillDisposeModel\",\"url\":\"modules/monaco.editor.html#onWillDisposeModel\",\"classes\":\"tsd-kind-event tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":400,\"kind\":8388608,\"name\":\"onDidChangeModelLanguage\",\"url\":\"modules/monaco.editor.html#onDidChangeModelLanguage\",\"classes\":\"tsd-kind-event tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":401,\"kind\":64,\"name\":\"createWebWorker\",\"url\":\"modules/monaco.editor.html#createWebWorker\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco.editor\"},{\"id\":402,\"kind\":64,\"name\":\"colorizeElement\",\"url\":\"modules/monaco.editor.html#colorizeElement\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":403,\"kind\":64,\"name\":\"colorize\",\"url\":\"modules/monaco.editor.html#colorize\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":404,\"kind\":64,\"name\":\"colorizeModelLine\",\"url\":\"modules/monaco.editor.html#colorizeModelLine\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":405,\"kind\":64,\"name\":\"tokenize\",\"url\":\"modules/monaco.editor.html#tokenize\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":406,\"kind\":64,\"name\":\"defineTheme\",\"url\":\"modules/monaco.editor.html#defineTheme\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":407,\"kind\":64,\"name\":\"setTheme\",\"url\":\"modules/monaco.editor.html#setTheme\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":408,\"kind\":64,\"name\":\"remeasureFonts\",\"url\":\"modules/monaco.editor.html#remeasureFonts\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":409,\"kind\":64,\"name\":\"registerCommand\",\"url\":\"modules/monaco.editor.html#registerCommand\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":410,\"kind\":256,\"name\":\"IDiffNavigator\",\"url\":\"interfaces/monaco.editor.IDiffNavigator.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":411,\"kind\":2048,\"name\":\"canNavigate\",\"url\":\"interfaces/monaco.editor.IDiffNavigator.html#canNavigate\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffNavigator\"},{\"id\":412,\"kind\":2048,\"name\":\"next\",\"url\":\"interfaces/monaco.editor.IDiffNavigator.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffNavigator\"},{\"id\":413,\"kind\":2048,\"name\":\"previous\",\"url\":\"interfaces/monaco.editor.IDiffNavigator.html#previous\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffNavigator\"},{\"id\":414,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.editor.IDiffNavigator.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffNavigator\"},{\"id\":415,\"kind\":256,\"name\":\"IDiffNavigatorOptions\",\"url\":\"interfaces/monaco.editor.IDiffNavigatorOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":416,\"kind\":1024,\"name\":\"followsCaret\",\"url\":\"interfaces/monaco.editor.IDiffNavigatorOptions.html#followsCaret\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffNavigatorOptions\"},{\"id\":417,\"kind\":1024,\"name\":\"ignoreCharChanges\",\"url\":\"interfaces/monaco.editor.IDiffNavigatorOptions.html#ignoreCharChanges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffNavigatorOptions\"},{\"id\":418,\"kind\":1024,\"name\":\"alwaysRevealFirst\",\"url\":\"interfaces/monaco.editor.IDiffNavigatorOptions.html#alwaysRevealFirst\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffNavigatorOptions\"},{\"id\":419,\"kind\":256,\"name\":\"ICommandDescriptor\",\"url\":\"interfaces/monaco.editor.ICommandDescriptor.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":420,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/monaco.editor.ICommandDescriptor.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICommandDescriptor\"},{\"id\":421,\"kind\":1024,\"name\":\"run\",\"url\":\"interfaces/monaco.editor.ICommandDescriptor.html#run\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICommandDescriptor\"},{\"id\":422,\"kind\":256,\"name\":\"IKeybindingRule\",\"url\":\"interfaces/monaco.editor.IKeybindingRule.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":423,\"kind\":1024,\"name\":\"keybinding\",\"url\":\"interfaces/monaco.editor.IKeybindingRule.html#keybinding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IKeybindingRule\"},{\"id\":424,\"kind\":1024,\"name\":\"command\",\"url\":\"interfaces/monaco.editor.IKeybindingRule.html#command\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IKeybindingRule\"},{\"id\":425,\"kind\":1024,\"name\":\"commandArgs\",\"url\":\"interfaces/monaco.editor.IKeybindingRule.html#commandArgs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IKeybindingRule\"},{\"id\":426,\"kind\":1024,\"name\":\"when\",\"url\":\"interfaces/monaco.editor.IKeybindingRule.html#when\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IKeybindingRule\"},{\"id\":427,\"kind\":4194304,\"name\":\"BuiltinTheme\",\"url\":\"modules/monaco.editor.html#BuiltinTheme\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":428,\"kind\":256,\"name\":\"IStandaloneThemeData\",\"url\":\"interfaces/monaco.editor.IStandaloneThemeData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":429,\"kind\":1024,\"name\":\"base\",\"url\":\"interfaces/monaco.editor.IStandaloneThemeData.html#base\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneThemeData\"},{\"id\":430,\"kind\":1024,\"name\":\"inherit\",\"url\":\"interfaces/monaco.editor.IStandaloneThemeData.html#inherit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneThemeData\"},{\"id\":431,\"kind\":1024,\"name\":\"rules\",\"url\":\"interfaces/monaco.editor.IStandaloneThemeData.html#rules\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneThemeData\"},{\"id\":432,\"kind\":1024,\"name\":\"encodedTokensColors\",\"url\":\"interfaces/monaco.editor.IStandaloneThemeData.html#encodedTokensColors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneThemeData\"},{\"id\":433,\"kind\":1024,\"name\":\"colors\",\"url\":\"interfaces/monaco.editor.IStandaloneThemeData.html#colors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneThemeData\"},{\"id\":434,\"kind\":4194304,\"name\":\"IColors\",\"url\":\"modules/monaco.editor.html#IColors\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":435,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/monaco.editor.html#IColors.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"monaco.editor.IColors\"},{\"id\":436,\"kind\":256,\"name\":\"ITokenThemeRule\",\"url\":\"interfaces/monaco.editor.ITokenThemeRule.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":437,\"kind\":1024,\"name\":\"token\",\"url\":\"interfaces/monaco.editor.ITokenThemeRule.html#token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITokenThemeRule\"},{\"id\":438,\"kind\":1024,\"name\":\"foreground\",\"url\":\"interfaces/monaco.editor.ITokenThemeRule.html#foreground\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITokenThemeRule\"},{\"id\":439,\"kind\":1024,\"name\":\"background\",\"url\":\"interfaces/monaco.editor.ITokenThemeRule.html#background\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITokenThemeRule\"},{\"id\":440,\"kind\":1024,\"name\":\"fontStyle\",\"url\":\"interfaces/monaco.editor.ITokenThemeRule.html#fontStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITokenThemeRule\"},{\"id\":441,\"kind\":256,\"name\":\"MonacoWebWorker\",\"url\":\"interfaces/monaco.editor.MonacoWebWorker.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco.editor\"},{\"id\":442,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.editor.MonacoWebWorker.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.MonacoWebWorker\"},{\"id\":443,\"kind\":2048,\"name\":\"getProxy\",\"url\":\"interfaces/monaco.editor.MonacoWebWorker.html#getProxy\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.MonacoWebWorker\"},{\"id\":444,\"kind\":2048,\"name\":\"withSyncedResources\",\"url\":\"interfaces/monaco.editor.MonacoWebWorker.html#withSyncedResources\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.MonacoWebWorker\"},{\"id\":445,\"kind\":256,\"name\":\"IWebWorkerOptions\",\"url\":\"interfaces/monaco.editor.IWebWorkerOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":446,\"kind\":1024,\"name\":\"moduleId\",\"url\":\"interfaces/monaco.editor.IWebWorkerOptions.html#moduleId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IWebWorkerOptions\"},{\"id\":447,\"kind\":1024,\"name\":\"createData\",\"url\":\"interfaces/monaco.editor.IWebWorkerOptions.html#createData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IWebWorkerOptions\"},{\"id\":448,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/monaco.editor.IWebWorkerOptions.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IWebWorkerOptions\"},{\"id\":449,\"kind\":1024,\"name\":\"host\",\"url\":\"interfaces/monaco.editor.IWebWorkerOptions.html#host\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IWebWorkerOptions\"},{\"id\":450,\"kind\":1024,\"name\":\"keepIdleModels\",\"url\":\"interfaces/monaco.editor.IWebWorkerOptions.html#keepIdleModels\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IWebWorkerOptions\"},{\"id\":451,\"kind\":256,\"name\":\"IActionDescriptor\",\"url\":\"interfaces/monaco.editor.IActionDescriptor.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":452,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/monaco.editor.IActionDescriptor.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IActionDescriptor\"},{\"id\":453,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/monaco.editor.IActionDescriptor.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IActionDescriptor\"},{\"id\":454,\"kind\":1024,\"name\":\"precondition\",\"url\":\"interfaces/monaco.editor.IActionDescriptor.html#precondition\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IActionDescriptor\"},{\"id\":455,\"kind\":1024,\"name\":\"keybindings\",\"url\":\"interfaces/monaco.editor.IActionDescriptor.html#keybindings\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IActionDescriptor\"},{\"id\":456,\"kind\":1024,\"name\":\"keybindingContext\",\"url\":\"interfaces/monaco.editor.IActionDescriptor.html#keybindingContext\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IActionDescriptor\"},{\"id\":457,\"kind\":1024,\"name\":\"contextMenuGroupId\",\"url\":\"interfaces/monaco.editor.IActionDescriptor.html#contextMenuGroupId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IActionDescriptor\"},{\"id\":458,\"kind\":1024,\"name\":\"contextMenuOrder\",\"url\":\"interfaces/monaco.editor.IActionDescriptor.html#contextMenuOrder\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IActionDescriptor\"},{\"id\":459,\"kind\":2048,\"name\":\"run\",\"url\":\"interfaces/monaco.editor.IActionDescriptor.html#run\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IActionDescriptor\"},{\"id\":460,\"kind\":256,\"name\":\"IGlobalEditorOptions\",\"url\":\"interfaces/monaco.editor.IGlobalEditorOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":461,\"kind\":1024,\"name\":\"tabSize\",\"url\":\"interfaces/monaco.editor.IGlobalEditorOptions.html#tabSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGlobalEditorOptions\"},{\"id\":462,\"kind\":1024,\"name\":\"insertSpaces\",\"url\":\"interfaces/monaco.editor.IGlobalEditorOptions.html#insertSpaces\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGlobalEditorOptions\"},{\"id\":463,\"kind\":1024,\"name\":\"detectIndentation\",\"url\":\"interfaces/monaco.editor.IGlobalEditorOptions.html#detectIndentation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGlobalEditorOptions\"},{\"id\":464,\"kind\":1024,\"name\":\"trimAutoWhitespace\",\"url\":\"interfaces/monaco.editor.IGlobalEditorOptions.html#trimAutoWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGlobalEditorOptions\"},{\"id\":465,\"kind\":1024,\"name\":\"largeFileOptimizations\",\"url\":\"interfaces/monaco.editor.IGlobalEditorOptions.html#largeFileOptimizations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGlobalEditorOptions\"},{\"id\":466,\"kind\":1024,\"name\":\"wordBasedSuggestions\",\"url\":\"interfaces/monaco.editor.IGlobalEditorOptions.html#wordBasedSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGlobalEditorOptions\"},{\"id\":467,\"kind\":1024,\"name\":\"wordBasedSuggestionsOnlySameLanguage\",\"url\":\"interfaces/monaco.editor.IGlobalEditorOptions.html#wordBasedSuggestionsOnlySameLanguage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGlobalEditorOptions\"},{\"id\":468,\"kind\":1024,\"name\":\"semanticHighlighting.enabled\",\"url\":\"interfaces/monaco.editor.IGlobalEditorOptions.html#semanticHighlighting_enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGlobalEditorOptions\"},{\"id\":469,\"kind\":1024,\"name\":\"stablePeek\",\"url\":\"interfaces/monaco.editor.IGlobalEditorOptions.html#stablePeek\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGlobalEditorOptions\"},{\"id\":470,\"kind\":1024,\"name\":\"maxTokenizationLineLength\",\"url\":\"interfaces/monaco.editor.IGlobalEditorOptions.html#maxTokenizationLineLength\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGlobalEditorOptions\"},{\"id\":471,\"kind\":1024,\"name\":\"theme\",\"url\":\"interfaces/monaco.editor.IGlobalEditorOptions.html#theme\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGlobalEditorOptions\"},{\"id\":472,\"kind\":1024,\"name\":\"autoDetectHighContrast\",\"url\":\"interfaces/monaco.editor.IGlobalEditorOptions.html#autoDetectHighContrast\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGlobalEditorOptions\"},{\"id\":473,\"kind\":256,\"name\":\"IStandaloneEditorConstructionOptions\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":474,\"kind\":1024,\"name\":\"model\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#model\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":475,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":476,\"kind\":1024,\"name\":\"language\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#language\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":477,\"kind\":1024,\"name\":\"theme\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#theme\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":478,\"kind\":1024,\"name\":\"autoDetectHighContrast\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#autoDetectHighContrast\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":479,\"kind\":1024,\"name\":\"accessibilityHelpUrl\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#accessibilityHelpUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":480,\"kind\":1024,\"name\":\"ariaContainerElement\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#ariaContainerElement\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":481,\"kind\":1024,\"name\":\"dimension\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#dimension\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":482,\"kind\":1024,\"name\":\"overflowWidgetsDomNode\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#overflowWidgetsDomNode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":483,\"kind\":1024,\"name\":\"inDiffEditor\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#inDiffEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":484,\"kind\":1024,\"name\":\"ariaLabel\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#ariaLabel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":485,\"kind\":1024,\"name\":\"tabIndex\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#tabIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":486,\"kind\":1024,\"name\":\"rulers\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#rulers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":487,\"kind\":1024,\"name\":\"wordSeparators\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#wordSeparators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":488,\"kind\":1024,\"name\":\"selectionClipboard\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#selectionClipboard\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":489,\"kind\":1024,\"name\":\"lineNumbers\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#lineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":490,\"kind\":1024,\"name\":\"cursorSurroundingLines\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#cursorSurroundingLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":491,\"kind\":1024,\"name\":\"cursorSurroundingLinesStyle\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#cursorSurroundingLinesStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":492,\"kind\":1024,\"name\":\"renderFinalNewline\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#renderFinalNewline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":493,\"kind\":1024,\"name\":\"unusualLineTerminators\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#unusualLineTerminators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":494,\"kind\":1024,\"name\":\"selectOnLineNumbers\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#selectOnLineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":495,\"kind\":1024,\"name\":\"lineNumbersMinChars\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#lineNumbersMinChars\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":496,\"kind\":1024,\"name\":\"glyphMargin\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#glyphMargin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":497,\"kind\":1024,\"name\":\"lineDecorationsWidth\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#lineDecorationsWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":498,\"kind\":1024,\"name\":\"revealHorizontalRightPadding\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#revealHorizontalRightPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":499,\"kind\":1024,\"name\":\"roundedSelection\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#roundedSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":500,\"kind\":1024,\"name\":\"extraEditorClassName\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#extraEditorClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":501,\"kind\":1024,\"name\":\"readOnly\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#readOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":502,\"kind\":1024,\"name\":\"domReadOnly\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#domReadOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":503,\"kind\":1024,\"name\":\"linkedEditing\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#linkedEditing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":504,\"kind\":1024,\"name\":\"renameOnType\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#renameOnType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":505,\"kind\":1024,\"name\":\"renderValidationDecorations\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#renderValidationDecorations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":506,\"kind\":1024,\"name\":\"scrollbar\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#scrollbar\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":507,\"kind\":1024,\"name\":\"stickyScroll\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#stickyScroll\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":508,\"kind\":1024,\"name\":\"minimap\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#minimap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":509,\"kind\":1024,\"name\":\"find\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#find\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":510,\"kind\":1024,\"name\":\"fixedOverflowWidgets\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#fixedOverflowWidgets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":511,\"kind\":1024,\"name\":\"overviewRulerLanes\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#overviewRulerLanes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":512,\"kind\":1024,\"name\":\"overviewRulerBorder\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#overviewRulerBorder\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":513,\"kind\":1024,\"name\":\"cursorBlinking\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#cursorBlinking\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":514,\"kind\":1024,\"name\":\"mouseWheelZoom\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#mouseWheelZoom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":515,\"kind\":1024,\"name\":\"mouseStyle\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#mouseStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":516,\"kind\":1024,\"name\":\"cursorSmoothCaretAnimation\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#cursorSmoothCaretAnimation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":517,\"kind\":1024,\"name\":\"cursorStyle\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#cursorStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":518,\"kind\":1024,\"name\":\"cursorWidth\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#cursorWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":519,\"kind\":1024,\"name\":\"fontLigatures\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#fontLigatures\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":520,\"kind\":1024,\"name\":\"fontVariations\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#fontVariations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":521,\"kind\":1024,\"name\":\"disableLayerHinting\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#disableLayerHinting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":522,\"kind\":1024,\"name\":\"disableMonospaceOptimizations\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#disableMonospaceOptimizations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":523,\"kind\":1024,\"name\":\"hideCursorInOverviewRuler\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#hideCursorInOverviewRuler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":524,\"kind\":1024,\"name\":\"scrollBeyondLastLine\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#scrollBeyondLastLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":525,\"kind\":1024,\"name\":\"scrollBeyondLastColumn\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#scrollBeyondLastColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":526,\"kind\":1024,\"name\":\"smoothScrolling\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#smoothScrolling\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":527,\"kind\":1024,\"name\":\"automaticLayout\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#automaticLayout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":528,\"kind\":1024,\"name\":\"wordWrap\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#wordWrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":529,\"kind\":1024,\"name\":\"wordWrapOverride1\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#wordWrapOverride1\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":530,\"kind\":1024,\"name\":\"wordWrapOverride2\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#wordWrapOverride2\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":531,\"kind\":1024,\"name\":\"wordWrapColumn\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#wordWrapColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":532,\"kind\":1024,\"name\":\"wrappingIndent\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#wrappingIndent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":533,\"kind\":1024,\"name\":\"wrappingStrategy\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#wrappingStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":534,\"kind\":1024,\"name\":\"wordWrapBreakBeforeCharacters\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#wordWrapBreakBeforeCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":535,\"kind\":1024,\"name\":\"wordWrapBreakAfterCharacters\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#wordWrapBreakAfterCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":536,\"kind\":1024,\"name\":\"wordBreak\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#wordBreak\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":537,\"kind\":1024,\"name\":\"stopRenderingLineAfter\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#stopRenderingLineAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":538,\"kind\":1024,\"name\":\"hover\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#hover\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":539,\"kind\":1024,\"name\":\"links\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#links\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":540,\"kind\":1024,\"name\":\"colorDecorators\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#colorDecorators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":541,\"kind\":1024,\"name\":\"colorDecoratorsLimit\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#colorDecoratorsLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":542,\"kind\":1024,\"name\":\"comments\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":543,\"kind\":1024,\"name\":\"contextmenu\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#contextmenu\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":544,\"kind\":1024,\"name\":\"mouseWheelScrollSensitivity\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#mouseWheelScrollSensitivity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":545,\"kind\":1024,\"name\":\"fastScrollSensitivity\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#fastScrollSensitivity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":546,\"kind\":1024,\"name\":\"scrollPredominantAxis\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#scrollPredominantAxis\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":547,\"kind\":1024,\"name\":\"columnSelection\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#columnSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":548,\"kind\":1024,\"name\":\"multiCursorModifier\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#multiCursorModifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":549,\"kind\":1024,\"name\":\"multiCursorMergeOverlapping\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#multiCursorMergeOverlapping\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":550,\"kind\":1024,\"name\":\"multiCursorPaste\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#multiCursorPaste\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":551,\"kind\":1024,\"name\":\"multiCursorLimit\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#multiCursorLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":552,\"kind\":1024,\"name\":\"accessibilitySupport\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#accessibilitySupport\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":553,\"kind\":1024,\"name\":\"accessibilityPageSize\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#accessibilityPageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":554,\"kind\":1024,\"name\":\"suggest\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#suggest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":555,\"kind\":1024,\"name\":\"inlineSuggest\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#inlineSuggest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":556,\"kind\":1024,\"name\":\"smartSelect\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#smartSelect\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":557,\"kind\":1024,\"name\":\"gotoLocation\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#gotoLocation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":558,\"kind\":1024,\"name\":\"quickSuggestions\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#quickSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":559,\"kind\":1024,\"name\":\"quickSuggestionsDelay\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#quickSuggestionsDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":560,\"kind\":1024,\"name\":\"padding\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#padding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":561,\"kind\":1024,\"name\":\"parameterHints\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#parameterHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":562,\"kind\":1024,\"name\":\"autoClosingBrackets\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#autoClosingBrackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":563,\"kind\":1024,\"name\":\"autoClosingQuotes\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#autoClosingQuotes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":564,\"kind\":1024,\"name\":\"autoClosingDelete\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#autoClosingDelete\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":565,\"kind\":1024,\"name\":\"autoClosingOvertype\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#autoClosingOvertype\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":566,\"kind\":1024,\"name\":\"autoSurround\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#autoSurround\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":567,\"kind\":1024,\"name\":\"autoIndent\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#autoIndent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":568,\"kind\":1024,\"name\":\"stickyTabStops\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#stickyTabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":569,\"kind\":1024,\"name\":\"formatOnType\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#formatOnType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":570,\"kind\":1024,\"name\":\"formatOnPaste\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#formatOnPaste\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":571,\"kind\":1024,\"name\":\"dragAndDrop\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#dragAndDrop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":572,\"kind\":1024,\"name\":\"suggestOnTriggerCharacters\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#suggestOnTriggerCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":573,\"kind\":1024,\"name\":\"acceptSuggestionOnEnter\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#acceptSuggestionOnEnter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":574,\"kind\":1024,\"name\":\"acceptSuggestionOnCommitCharacter\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#acceptSuggestionOnCommitCharacter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":575,\"kind\":1024,\"name\":\"snippetSuggestions\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#snippetSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":576,\"kind\":1024,\"name\":\"emptySelectionClipboard\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#emptySelectionClipboard\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":577,\"kind\":1024,\"name\":\"copyWithSyntaxHighlighting\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#copyWithSyntaxHighlighting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":578,\"kind\":1024,\"name\":\"suggestSelection\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#suggestSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":579,\"kind\":1024,\"name\":\"suggestFontSize\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#suggestFontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":580,\"kind\":1024,\"name\":\"suggestLineHeight\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#suggestLineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":581,\"kind\":1024,\"name\":\"tabCompletion\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#tabCompletion\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":582,\"kind\":1024,\"name\":\"selectionHighlight\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#selectionHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":583,\"kind\":1024,\"name\":\"occurrencesHighlight\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#occurrencesHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":584,\"kind\":1024,\"name\":\"codeLens\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#codeLens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":585,\"kind\":1024,\"name\":\"codeLensFontFamily\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#codeLensFontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":586,\"kind\":1024,\"name\":\"codeLensFontSize\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#codeLensFontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":587,\"kind\":1024,\"name\":\"lightbulb\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#lightbulb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":588,\"kind\":1024,\"name\":\"codeActionsOnSaveTimeout\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#codeActionsOnSaveTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":589,\"kind\":1024,\"name\":\"folding\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#folding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":590,\"kind\":1024,\"name\":\"foldingStrategy\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#foldingStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":591,\"kind\":1024,\"name\":\"foldingHighlight\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#foldingHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":592,\"kind\":1024,\"name\":\"foldingImportsByDefault\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#foldingImportsByDefault\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":593,\"kind\":1024,\"name\":\"foldingMaximumRegions\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#foldingMaximumRegions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":594,\"kind\":1024,\"name\":\"showFoldingControls\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#showFoldingControls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":595,\"kind\":1024,\"name\":\"unfoldOnClickAfterEndOfLine\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#unfoldOnClickAfterEndOfLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":596,\"kind\":1024,\"name\":\"matchBrackets\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#matchBrackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":597,\"kind\":1024,\"name\":\"experimentalWhitespaceRendering\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#experimentalWhitespaceRendering\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":598,\"kind\":1024,\"name\":\"renderWhitespace\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#renderWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":599,\"kind\":1024,\"name\":\"renderControlCharacters\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#renderControlCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":600,\"kind\":1024,\"name\":\"renderLineHighlight\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#renderLineHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":601,\"kind\":1024,\"name\":\"renderLineHighlightOnlyWhenFocus\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#renderLineHighlightOnlyWhenFocus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":602,\"kind\":1024,\"name\":\"useTabStops\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#useTabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":603,\"kind\":1024,\"name\":\"fontFamily\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#fontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":604,\"kind\":1024,\"name\":\"fontWeight\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#fontWeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":605,\"kind\":1024,\"name\":\"fontSize\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#fontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":606,\"kind\":1024,\"name\":\"lineHeight\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#lineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":607,\"kind\":1024,\"name\":\"letterSpacing\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#letterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":608,\"kind\":1024,\"name\":\"showUnused\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#showUnused\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":609,\"kind\":1024,\"name\":\"peekWidgetDefaultFocus\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#peekWidgetDefaultFocus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":610,\"kind\":1024,\"name\":\"definitionLinkOpensInPeek\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#definitionLinkOpensInPeek\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":611,\"kind\":1024,\"name\":\"showDeprecated\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#showDeprecated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":612,\"kind\":1024,\"name\":\"matchOnWordStartOnly\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#matchOnWordStartOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":613,\"kind\":1024,\"name\":\"inlayHints\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#inlayHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":614,\"kind\":1024,\"name\":\"useShadowDOM\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#useShadowDOM\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":615,\"kind\":1024,\"name\":\"guides\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#guides\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":616,\"kind\":1024,\"name\":\"unicodeHighlight\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#unicodeHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":617,\"kind\":1024,\"name\":\"bracketPairColorization\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#bracketPairColorization\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":618,\"kind\":1024,\"name\":\"dropIntoEditor\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#dropIntoEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":619,\"kind\":1024,\"name\":\"tabSize\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#tabSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":620,\"kind\":1024,\"name\":\"insertSpaces\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#insertSpaces\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":621,\"kind\":1024,\"name\":\"detectIndentation\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#detectIndentation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":622,\"kind\":1024,\"name\":\"trimAutoWhitespace\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#trimAutoWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":623,\"kind\":1024,\"name\":\"largeFileOptimizations\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#largeFileOptimizations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":624,\"kind\":1024,\"name\":\"wordBasedSuggestions\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#wordBasedSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":625,\"kind\":1024,\"name\":\"wordBasedSuggestionsOnlySameLanguage\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#wordBasedSuggestionsOnlySameLanguage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":626,\"kind\":1024,\"name\":\"semanticHighlighting.enabled\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#semanticHighlighting_enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":627,\"kind\":1024,\"name\":\"stablePeek\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#stablePeek\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":628,\"kind\":1024,\"name\":\"maxTokenizationLineLength\",\"url\":\"interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html#maxTokenizationLineLength\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneEditorConstructionOptions\"},{\"id\":629,\"kind\":256,\"name\":\"IStandaloneDiffEditorConstructionOptions\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":630,\"kind\":1024,\"name\":\"theme\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#theme\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":631,\"kind\":1024,\"name\":\"autoDetectHighContrast\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#autoDetectHighContrast\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":632,\"kind\":1024,\"name\":\"dimension\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#dimension\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":633,\"kind\":1024,\"name\":\"overflowWidgetsDomNode\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#overflowWidgetsDomNode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":634,\"kind\":1024,\"name\":\"originalAriaLabel\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#originalAriaLabel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":635,\"kind\":1024,\"name\":\"modifiedAriaLabel\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#modifiedAriaLabel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":636,\"kind\":1024,\"name\":\"isInEmbeddedEditor\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#isInEmbeddedEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":637,\"kind\":1024,\"name\":\"inDiffEditor\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#inDiffEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":638,\"kind\":1024,\"name\":\"ariaLabel\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#ariaLabel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":639,\"kind\":1024,\"name\":\"tabIndex\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#tabIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":640,\"kind\":1024,\"name\":\"rulers\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#rulers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":641,\"kind\":1024,\"name\":\"wordSeparators\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#wordSeparators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":642,\"kind\":1024,\"name\":\"selectionClipboard\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#selectionClipboard\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":643,\"kind\":1024,\"name\":\"lineNumbers\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#lineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":644,\"kind\":1024,\"name\":\"cursorSurroundingLines\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#cursorSurroundingLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":645,\"kind\":1024,\"name\":\"cursorSurroundingLinesStyle\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#cursorSurroundingLinesStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":646,\"kind\":1024,\"name\":\"renderFinalNewline\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#renderFinalNewline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":647,\"kind\":1024,\"name\":\"unusualLineTerminators\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#unusualLineTerminators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":648,\"kind\":1024,\"name\":\"selectOnLineNumbers\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#selectOnLineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":649,\"kind\":1024,\"name\":\"lineNumbersMinChars\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#lineNumbersMinChars\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":650,\"kind\":1024,\"name\":\"glyphMargin\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#glyphMargin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":651,\"kind\":1024,\"name\":\"lineDecorationsWidth\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#lineDecorationsWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":652,\"kind\":1024,\"name\":\"revealHorizontalRightPadding\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#revealHorizontalRightPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":653,\"kind\":1024,\"name\":\"roundedSelection\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#roundedSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":654,\"kind\":1024,\"name\":\"extraEditorClassName\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#extraEditorClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":655,\"kind\":1024,\"name\":\"readOnly\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#readOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":656,\"kind\":1024,\"name\":\"domReadOnly\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#domReadOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":657,\"kind\":1024,\"name\":\"linkedEditing\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#linkedEditing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":658,\"kind\":1024,\"name\":\"renameOnType\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#renameOnType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":659,\"kind\":1024,\"name\":\"renderValidationDecorations\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#renderValidationDecorations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":660,\"kind\":1024,\"name\":\"scrollbar\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#scrollbar\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":661,\"kind\":1024,\"name\":\"stickyScroll\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#stickyScroll\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":662,\"kind\":1024,\"name\":\"minimap\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#minimap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":663,\"kind\":1024,\"name\":\"find\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#find\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":664,\"kind\":1024,\"name\":\"fixedOverflowWidgets\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#fixedOverflowWidgets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":665,\"kind\":1024,\"name\":\"overviewRulerLanes\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#overviewRulerLanes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":666,\"kind\":1024,\"name\":\"overviewRulerBorder\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#overviewRulerBorder\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":667,\"kind\":1024,\"name\":\"cursorBlinking\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#cursorBlinking\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":668,\"kind\":1024,\"name\":\"mouseWheelZoom\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#mouseWheelZoom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":669,\"kind\":1024,\"name\":\"mouseStyle\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#mouseStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":670,\"kind\":1024,\"name\":\"cursorSmoothCaretAnimation\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#cursorSmoothCaretAnimation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":671,\"kind\":1024,\"name\":\"cursorStyle\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#cursorStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":672,\"kind\":1024,\"name\":\"cursorWidth\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#cursorWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":673,\"kind\":1024,\"name\":\"fontLigatures\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#fontLigatures\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":674,\"kind\":1024,\"name\":\"fontVariations\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#fontVariations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":675,\"kind\":1024,\"name\":\"disableLayerHinting\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#disableLayerHinting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":676,\"kind\":1024,\"name\":\"disableMonospaceOptimizations\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#disableMonospaceOptimizations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":677,\"kind\":1024,\"name\":\"hideCursorInOverviewRuler\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#hideCursorInOverviewRuler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":678,\"kind\":1024,\"name\":\"scrollBeyondLastLine\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#scrollBeyondLastLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":679,\"kind\":1024,\"name\":\"scrollBeyondLastColumn\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#scrollBeyondLastColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":680,\"kind\":1024,\"name\":\"smoothScrolling\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#smoothScrolling\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":681,\"kind\":1024,\"name\":\"automaticLayout\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#automaticLayout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":682,\"kind\":1024,\"name\":\"wordWrap\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#wordWrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":683,\"kind\":1024,\"name\":\"wordWrapOverride1\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#wordWrapOverride1\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":684,\"kind\":1024,\"name\":\"wordWrapOverride2\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#wordWrapOverride2\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":685,\"kind\":1024,\"name\":\"wordWrapColumn\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#wordWrapColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":686,\"kind\":1024,\"name\":\"wrappingIndent\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#wrappingIndent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":687,\"kind\":1024,\"name\":\"wrappingStrategy\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#wrappingStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":688,\"kind\":1024,\"name\":\"wordWrapBreakBeforeCharacters\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#wordWrapBreakBeforeCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":689,\"kind\":1024,\"name\":\"wordWrapBreakAfterCharacters\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#wordWrapBreakAfterCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":690,\"kind\":1024,\"name\":\"wordBreak\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#wordBreak\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":691,\"kind\":1024,\"name\":\"stopRenderingLineAfter\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#stopRenderingLineAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":692,\"kind\":1024,\"name\":\"hover\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#hover\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":693,\"kind\":1024,\"name\":\"links\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#links\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":694,\"kind\":1024,\"name\":\"colorDecorators\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#colorDecorators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":695,\"kind\":1024,\"name\":\"colorDecoratorsLimit\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#colorDecoratorsLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":696,\"kind\":1024,\"name\":\"comments\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":697,\"kind\":1024,\"name\":\"contextmenu\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#contextmenu\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":698,\"kind\":1024,\"name\":\"mouseWheelScrollSensitivity\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#mouseWheelScrollSensitivity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":699,\"kind\":1024,\"name\":\"fastScrollSensitivity\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#fastScrollSensitivity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":700,\"kind\":1024,\"name\":\"scrollPredominantAxis\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#scrollPredominantAxis\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":701,\"kind\":1024,\"name\":\"columnSelection\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#columnSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":702,\"kind\":1024,\"name\":\"multiCursorModifier\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#multiCursorModifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":703,\"kind\":1024,\"name\":\"multiCursorMergeOverlapping\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#multiCursorMergeOverlapping\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":704,\"kind\":1024,\"name\":\"multiCursorPaste\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#multiCursorPaste\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":705,\"kind\":1024,\"name\":\"multiCursorLimit\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#multiCursorLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":706,\"kind\":1024,\"name\":\"accessibilitySupport\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#accessibilitySupport\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":707,\"kind\":1024,\"name\":\"accessibilityPageSize\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#accessibilityPageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":708,\"kind\":1024,\"name\":\"suggest\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#suggest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":709,\"kind\":1024,\"name\":\"inlineSuggest\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#inlineSuggest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":710,\"kind\":1024,\"name\":\"smartSelect\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#smartSelect\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":711,\"kind\":1024,\"name\":\"gotoLocation\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#gotoLocation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":712,\"kind\":1024,\"name\":\"quickSuggestions\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#quickSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":713,\"kind\":1024,\"name\":\"quickSuggestionsDelay\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#quickSuggestionsDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":714,\"kind\":1024,\"name\":\"padding\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#padding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":715,\"kind\":1024,\"name\":\"parameterHints\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#parameterHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":716,\"kind\":1024,\"name\":\"autoClosingBrackets\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#autoClosingBrackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":717,\"kind\":1024,\"name\":\"autoClosingQuotes\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#autoClosingQuotes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":718,\"kind\":1024,\"name\":\"autoClosingDelete\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#autoClosingDelete\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":719,\"kind\":1024,\"name\":\"autoClosingOvertype\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#autoClosingOvertype\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":720,\"kind\":1024,\"name\":\"autoSurround\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#autoSurround\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":721,\"kind\":1024,\"name\":\"autoIndent\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#autoIndent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":722,\"kind\":1024,\"name\":\"stickyTabStops\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#stickyTabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":723,\"kind\":1024,\"name\":\"formatOnType\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#formatOnType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":724,\"kind\":1024,\"name\":\"formatOnPaste\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#formatOnPaste\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":725,\"kind\":1024,\"name\":\"dragAndDrop\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#dragAndDrop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":726,\"kind\":1024,\"name\":\"suggestOnTriggerCharacters\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#suggestOnTriggerCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":727,\"kind\":1024,\"name\":\"acceptSuggestionOnEnter\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#acceptSuggestionOnEnter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":728,\"kind\":1024,\"name\":\"acceptSuggestionOnCommitCharacter\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#acceptSuggestionOnCommitCharacter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":729,\"kind\":1024,\"name\":\"snippetSuggestions\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#snippetSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":730,\"kind\":1024,\"name\":\"emptySelectionClipboard\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#emptySelectionClipboard\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":731,\"kind\":1024,\"name\":\"copyWithSyntaxHighlighting\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#copyWithSyntaxHighlighting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":732,\"kind\":1024,\"name\":\"suggestSelection\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#suggestSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":733,\"kind\":1024,\"name\":\"suggestFontSize\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#suggestFontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":734,\"kind\":1024,\"name\":\"suggestLineHeight\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#suggestLineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":735,\"kind\":1024,\"name\":\"tabCompletion\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#tabCompletion\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":736,\"kind\":1024,\"name\":\"selectionHighlight\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#selectionHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":737,\"kind\":1024,\"name\":\"occurrencesHighlight\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#occurrencesHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":738,\"kind\":1024,\"name\":\"codeLens\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#codeLens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":739,\"kind\":1024,\"name\":\"codeLensFontFamily\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#codeLensFontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":740,\"kind\":1024,\"name\":\"codeLensFontSize\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#codeLensFontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":741,\"kind\":1024,\"name\":\"lightbulb\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#lightbulb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":742,\"kind\":1024,\"name\":\"codeActionsOnSaveTimeout\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#codeActionsOnSaveTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":743,\"kind\":1024,\"name\":\"folding\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#folding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":744,\"kind\":1024,\"name\":\"foldingStrategy\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#foldingStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":745,\"kind\":1024,\"name\":\"foldingHighlight\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#foldingHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":746,\"kind\":1024,\"name\":\"foldingImportsByDefault\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#foldingImportsByDefault\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":747,\"kind\":1024,\"name\":\"foldingMaximumRegions\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#foldingMaximumRegions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":748,\"kind\":1024,\"name\":\"showFoldingControls\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#showFoldingControls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":749,\"kind\":1024,\"name\":\"unfoldOnClickAfterEndOfLine\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#unfoldOnClickAfterEndOfLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":750,\"kind\":1024,\"name\":\"matchBrackets\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#matchBrackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":751,\"kind\":1024,\"name\":\"experimentalWhitespaceRendering\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#experimentalWhitespaceRendering\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":752,\"kind\":1024,\"name\":\"renderWhitespace\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#renderWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":753,\"kind\":1024,\"name\":\"renderControlCharacters\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#renderControlCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":754,\"kind\":1024,\"name\":\"renderLineHighlight\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#renderLineHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":755,\"kind\":1024,\"name\":\"renderLineHighlightOnlyWhenFocus\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#renderLineHighlightOnlyWhenFocus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":756,\"kind\":1024,\"name\":\"useTabStops\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#useTabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":757,\"kind\":1024,\"name\":\"fontFamily\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#fontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":758,\"kind\":1024,\"name\":\"fontWeight\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#fontWeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":759,\"kind\":1024,\"name\":\"fontSize\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#fontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":760,\"kind\":1024,\"name\":\"lineHeight\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#lineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":761,\"kind\":1024,\"name\":\"letterSpacing\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#letterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":762,\"kind\":1024,\"name\":\"showUnused\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#showUnused\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":763,\"kind\":1024,\"name\":\"peekWidgetDefaultFocus\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#peekWidgetDefaultFocus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":764,\"kind\":1024,\"name\":\"definitionLinkOpensInPeek\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#definitionLinkOpensInPeek\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":765,\"kind\":1024,\"name\":\"showDeprecated\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#showDeprecated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":766,\"kind\":1024,\"name\":\"matchOnWordStartOnly\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#matchOnWordStartOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":767,\"kind\":1024,\"name\":\"inlayHints\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#inlayHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":768,\"kind\":1024,\"name\":\"useShadowDOM\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#useShadowDOM\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":769,\"kind\":1024,\"name\":\"guides\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#guides\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":770,\"kind\":1024,\"name\":\"unicodeHighlight\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#unicodeHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":771,\"kind\":1024,\"name\":\"bracketPairColorization\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#bracketPairColorization\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":772,\"kind\":1024,\"name\":\"dropIntoEditor\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#dropIntoEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":773,\"kind\":1024,\"name\":\"enableSplitViewResizing\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#enableSplitViewResizing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":774,\"kind\":1024,\"name\":\"renderSideBySide\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#renderSideBySide\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":775,\"kind\":1024,\"name\":\"maxComputationTime\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#maxComputationTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":776,\"kind\":1024,\"name\":\"maxFileSize\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#maxFileSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":777,\"kind\":1024,\"name\":\"ignoreTrimWhitespace\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#ignoreTrimWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":778,\"kind\":1024,\"name\":\"renderIndicators\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#renderIndicators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":779,\"kind\":1024,\"name\":\"renderMarginRevertIcon\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#renderMarginRevertIcon\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":780,\"kind\":1024,\"name\":\"originalEditable\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#originalEditable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":781,\"kind\":1024,\"name\":\"diffCodeLens\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#diffCodeLens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":782,\"kind\":1024,\"name\":\"renderOverviewRuler\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#renderOverviewRuler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":783,\"kind\":1024,\"name\":\"diffWordWrap\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#diffWordWrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":784,\"kind\":1024,\"name\":\"diffAlgorithm\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html#diffAlgorithm\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditorConstructionOptions\"},{\"id\":785,\"kind\":256,\"name\":\"IStandaloneCodeEditor\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":786,\"kind\":2048,\"name\":\"updateOptions\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#updateOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":787,\"kind\":2048,\"name\":\"addCommand\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#addCommand\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":788,\"kind\":2048,\"name\":\"createContextKey\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#createContextKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":789,\"kind\":2048,\"name\":\"addAction\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#addAction\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":790,\"kind\":8388608,\"name\":\"onDidChangeModelContent\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidChangeModelContent\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":791,\"kind\":8388608,\"name\":\"onDidChangeModelLanguage\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidChangeModelLanguage\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":792,\"kind\":8388608,\"name\":\"onDidChangeModelLanguageConfiguration\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidChangeModelLanguageConfiguration\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":793,\"kind\":8388608,\"name\":\"onDidChangeModelOptions\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidChangeModelOptions\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":794,\"kind\":8388608,\"name\":\"onDidChangeConfiguration\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidChangeConfiguration\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":795,\"kind\":8388608,\"name\":\"onDidChangeCursorPosition\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidChangeCursorPosition\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":796,\"kind\":8388608,\"name\":\"onDidChangeCursorSelection\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidChangeCursorSelection\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":797,\"kind\":8388608,\"name\":\"onDidChangeModel\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidChangeModel\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":798,\"kind\":8388608,\"name\":\"onDidChangeModelDecorations\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidChangeModelDecorations\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":799,\"kind\":8388608,\"name\":\"onDidFocusEditorText\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidFocusEditorText\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":800,\"kind\":8388608,\"name\":\"onDidBlurEditorText\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidBlurEditorText\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":801,\"kind\":8388608,\"name\":\"onDidFocusEditorWidget\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidFocusEditorWidget\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":802,\"kind\":8388608,\"name\":\"onDidBlurEditorWidget\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidBlurEditorWidget\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":803,\"kind\":1024,\"name\":\"onDidCompositionStart\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidCompositionStart\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":804,\"kind\":1024,\"name\":\"onDidCompositionEnd\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidCompositionEnd\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":805,\"kind\":8388608,\"name\":\"onDidAttemptReadOnlyEdit\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidAttemptReadOnlyEdit\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":806,\"kind\":8388608,\"name\":\"onDidPaste\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidPaste\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":807,\"kind\":8388608,\"name\":\"onMouseUp\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onMouseUp\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":808,\"kind\":8388608,\"name\":\"onMouseDown\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onMouseDown\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":809,\"kind\":8388608,\"name\":\"onContextMenu\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onContextMenu\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":810,\"kind\":8388608,\"name\":\"onMouseMove\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onMouseMove\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":811,\"kind\":8388608,\"name\":\"onMouseLeave\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onMouseLeave\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":812,\"kind\":8388608,\"name\":\"onKeyUp\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onKeyUp\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":813,\"kind\":8388608,\"name\":\"onKeyDown\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onKeyDown\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":814,\"kind\":8388608,\"name\":\"onDidLayoutChange\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidLayoutChange\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":815,\"kind\":8388608,\"name\":\"onDidContentSizeChange\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidContentSizeChange\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":816,\"kind\":8388608,\"name\":\"onDidScrollChange\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidScrollChange\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":817,\"kind\":8388608,\"name\":\"onDidChangeHiddenAreas\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidChangeHiddenAreas\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":818,\"kind\":2048,\"name\":\"saveViewState\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#saveViewState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":819,\"kind\":2048,\"name\":\"restoreViewState\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#restoreViewState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":820,\"kind\":2048,\"name\":\"hasWidgetFocus\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#hasWidgetFocus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":821,\"kind\":2048,\"name\":\"getContribution\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getContribution\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":822,\"kind\":2048,\"name\":\"getModel\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":823,\"kind\":2048,\"name\":\"setModel\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#setModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":824,\"kind\":2048,\"name\":\"getOptions\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":825,\"kind\":2048,\"name\":\"getOption\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getOption\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":826,\"kind\":2048,\"name\":\"getRawOptions\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getRawOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":827,\"kind\":2048,\"name\":\"getValue\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getValue\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":828,\"kind\":2048,\"name\":\"setValue\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#setValue\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":829,\"kind\":2048,\"name\":\"getContentWidth\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getContentWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":830,\"kind\":2048,\"name\":\"getScrollWidth\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getScrollWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":831,\"kind\":2048,\"name\":\"getScrollLeft\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getScrollLeft\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":832,\"kind\":2048,\"name\":\"getContentHeight\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getContentHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":833,\"kind\":2048,\"name\":\"getScrollHeight\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getScrollHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":834,\"kind\":2048,\"name\":\"getScrollTop\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getScrollTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":835,\"kind\":2048,\"name\":\"setScrollLeft\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#setScrollLeft\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":836,\"kind\":2048,\"name\":\"setScrollTop\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#setScrollTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":837,\"kind\":2048,\"name\":\"setScrollPosition\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#setScrollPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":838,\"kind\":2048,\"name\":\"getAction\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getAction\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":839,\"kind\":2048,\"name\":\"executeCommand\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#executeCommand\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":840,\"kind\":2048,\"name\":\"pushUndoStop\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#pushUndoStop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":841,\"kind\":2048,\"name\":\"popUndoStop\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#popUndoStop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":842,\"kind\":2048,\"name\":\"executeEdits\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#executeEdits\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":843,\"kind\":2048,\"name\":\"executeCommands\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#executeCommands\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":844,\"kind\":2048,\"name\":\"getLineDecorations\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getLineDecorations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":845,\"kind\":2048,\"name\":\"getDecorationsInRange\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getDecorationsInRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":846,\"kind\":2048,\"name\":\"deltaDecorations\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#deltaDecorations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":847,\"kind\":2048,\"name\":\"removeDecorations\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#removeDecorations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":848,\"kind\":2048,\"name\":\"getLayoutInfo\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getLayoutInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":849,\"kind\":2048,\"name\":\"getVisibleRanges\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getVisibleRanges\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":850,\"kind\":2048,\"name\":\"getTopForLineNumber\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getTopForLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":851,\"kind\":2048,\"name\":\"getBottomForLineNumber\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getBottomForLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":852,\"kind\":2048,\"name\":\"getTopForPosition\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getTopForPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":853,\"kind\":2048,\"name\":\"writeScreenReaderContent\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#writeScreenReaderContent\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":854,\"kind\":2048,\"name\":\"getContainerDomNode\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getContainerDomNode\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":855,\"kind\":2048,\"name\":\"getDomNode\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getDomNode\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":856,\"kind\":2048,\"name\":\"addContentWidget\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#addContentWidget\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":857,\"kind\":2048,\"name\":\"layoutContentWidget\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#layoutContentWidget\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":858,\"kind\":2048,\"name\":\"removeContentWidget\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#removeContentWidget\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":859,\"kind\":2048,\"name\":\"addOverlayWidget\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#addOverlayWidget\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":860,\"kind\":2048,\"name\":\"layoutOverlayWidget\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#layoutOverlayWidget\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":861,\"kind\":2048,\"name\":\"removeOverlayWidget\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#removeOverlayWidget\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":862,\"kind\":2048,\"name\":\"changeViewZones\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#changeViewZones\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":863,\"kind\":2048,\"name\":\"getOffsetForColumn\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getOffsetForColumn\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":864,\"kind\":2048,\"name\":\"render\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":865,\"kind\":2048,\"name\":\"getTargetAtClientPoint\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getTargetAtClientPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":866,\"kind\":2048,\"name\":\"getScrolledVisiblePosition\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getScrolledVisiblePosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":867,\"kind\":2048,\"name\":\"applyFontInfo\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#applyFontInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":868,\"kind\":2048,\"name\":\"setBanner\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#setBanner\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":869,\"kind\":8388608,\"name\":\"onDidDispose\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#onDidDispose\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":870,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":871,\"kind\":2048,\"name\":\"getId\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getId\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":872,\"kind\":2048,\"name\":\"getEditorType\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getEditorType\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":873,\"kind\":2048,\"name\":\"layout\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#layout\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":874,\"kind\":2048,\"name\":\"focus\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#focus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":875,\"kind\":2048,\"name\":\"hasTextFocus\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#hasTextFocus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":876,\"kind\":2048,\"name\":\"getSupportedActions\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getSupportedActions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":877,\"kind\":2048,\"name\":\"getVisibleColumnFromPosition\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getVisibleColumnFromPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":878,\"kind\":2048,\"name\":\"getPosition\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":879,\"kind\":2048,\"name\":\"setPosition\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":880,\"kind\":2048,\"name\":\"revealLine\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":881,\"kind\":2048,\"name\":\"revealLineInCenter\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealLineInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":882,\"kind\":2048,\"name\":\"revealLineInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealLineInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":883,\"kind\":2048,\"name\":\"revealLineNearTop\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealLineNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":884,\"kind\":2048,\"name\":\"revealPosition\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":885,\"kind\":2048,\"name\":\"revealPositionInCenter\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealPositionInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":886,\"kind\":2048,\"name\":\"revealPositionInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealPositionInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":887,\"kind\":2048,\"name\":\"revealPositionNearTop\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealPositionNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":888,\"kind\":2048,\"name\":\"getSelection\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getSelection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":889,\"kind\":2048,\"name\":\"getSelections\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#getSelections\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":890,\"kind\":2048,\"name\":\"setSelection\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#setSelection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":891,\"kind\":2048,\"name\":\"setSelections\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#setSelections\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":892,\"kind\":2048,\"name\":\"revealLines\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":893,\"kind\":2048,\"name\":\"revealLinesInCenter\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealLinesInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":894,\"kind\":2048,\"name\":\"revealLinesInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealLinesInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":895,\"kind\":2048,\"name\":\"revealLinesNearTop\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealLinesNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":896,\"kind\":2048,\"name\":\"revealRange\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":897,\"kind\":2048,\"name\":\"revealRangeInCenter\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealRangeInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":898,\"kind\":2048,\"name\":\"revealRangeAtTop\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealRangeAtTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":899,\"kind\":2048,\"name\":\"revealRangeInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealRangeInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":900,\"kind\":2048,\"name\":\"revealRangeNearTop\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealRangeNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":901,\"kind\":2048,\"name\":\"revealRangeNearTopIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#revealRangeNearTopIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":902,\"kind\":2048,\"name\":\"trigger\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#trigger\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":903,\"kind\":2048,\"name\":\"createDecorationsCollection\",\"url\":\"interfaces/monaco.editor.IStandaloneCodeEditor.html#createDecorationsCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneCodeEditor\"},{\"id\":904,\"kind\":256,\"name\":\"IStandaloneDiffEditor\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":905,\"kind\":2048,\"name\":\"addCommand\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#addCommand\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":906,\"kind\":2048,\"name\":\"createContextKey\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#createContextKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":907,\"kind\":2048,\"name\":\"addAction\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#addAction\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":908,\"kind\":2048,\"name\":\"getOriginalEditor\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#getOriginalEditor\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":909,\"kind\":2048,\"name\":\"getModifiedEditor\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#getModifiedEditor\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":910,\"kind\":2048,\"name\":\"getContainerDomNode\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#getContainerDomNode\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":911,\"kind\":8388608,\"name\":\"onDidUpdateDiff\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#onDidUpdateDiff\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":912,\"kind\":8388608,\"name\":\"onDidChangeModel\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#onDidChangeModel\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":913,\"kind\":2048,\"name\":\"saveViewState\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#saveViewState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":914,\"kind\":2048,\"name\":\"restoreViewState\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#restoreViewState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":915,\"kind\":2048,\"name\":\"getModel\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#getModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":916,\"kind\":2048,\"name\":\"setModel\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#setModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":917,\"kind\":2048,\"name\":\"getLineChanges\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#getLineChanges\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":918,\"kind\":2048,\"name\":\"getDiffLineInformationForOriginal\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#getDiffLineInformationForOriginal\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":919,\"kind\":2048,\"name\":\"getDiffLineInformationForModified\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#getDiffLineInformationForModified\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":920,\"kind\":2048,\"name\":\"updateOptions\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#updateOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":921,\"kind\":8388608,\"name\":\"onDidDispose\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#onDidDispose\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":922,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":923,\"kind\":2048,\"name\":\"getId\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#getId\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":924,\"kind\":2048,\"name\":\"getEditorType\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#getEditorType\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":925,\"kind\":2048,\"name\":\"layout\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#layout\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":926,\"kind\":2048,\"name\":\"focus\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#focus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":927,\"kind\":2048,\"name\":\"hasTextFocus\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#hasTextFocus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":928,\"kind\":2048,\"name\":\"getSupportedActions\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#getSupportedActions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":929,\"kind\":2048,\"name\":\"getVisibleColumnFromPosition\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#getVisibleColumnFromPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":930,\"kind\":2048,\"name\":\"getPosition\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":931,\"kind\":2048,\"name\":\"setPosition\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":932,\"kind\":2048,\"name\":\"revealLine\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":933,\"kind\":2048,\"name\":\"revealLineInCenter\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealLineInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":934,\"kind\":2048,\"name\":\"revealLineInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealLineInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":935,\"kind\":2048,\"name\":\"revealLineNearTop\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealLineNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":936,\"kind\":2048,\"name\":\"revealPosition\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":937,\"kind\":2048,\"name\":\"revealPositionInCenter\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealPositionInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":938,\"kind\":2048,\"name\":\"revealPositionInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealPositionInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":939,\"kind\":2048,\"name\":\"revealPositionNearTop\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealPositionNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":940,\"kind\":2048,\"name\":\"getSelection\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#getSelection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":941,\"kind\":2048,\"name\":\"getSelections\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#getSelections\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":942,\"kind\":2048,\"name\":\"setSelection\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#setSelection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":943,\"kind\":2048,\"name\":\"setSelections\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#setSelections\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":944,\"kind\":2048,\"name\":\"revealLines\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":945,\"kind\":2048,\"name\":\"revealLinesInCenter\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealLinesInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":946,\"kind\":2048,\"name\":\"revealLinesInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealLinesInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":947,\"kind\":2048,\"name\":\"revealLinesNearTop\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealLinesNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":948,\"kind\":2048,\"name\":\"revealRange\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":949,\"kind\":2048,\"name\":\"revealRangeInCenter\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealRangeInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":950,\"kind\":2048,\"name\":\"revealRangeAtTop\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealRangeAtTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":951,\"kind\":2048,\"name\":\"revealRangeInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealRangeInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":952,\"kind\":2048,\"name\":\"revealRangeNearTop\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealRangeNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":953,\"kind\":2048,\"name\":\"revealRangeNearTopIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#revealRangeNearTopIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":954,\"kind\":2048,\"name\":\"trigger\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#trigger\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":955,\"kind\":2048,\"name\":\"createDecorationsCollection\",\"url\":\"interfaces/monaco.editor.IStandaloneDiffEditor.html#createDecorationsCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IStandaloneDiffEditor\"},{\"id\":956,\"kind\":256,\"name\":\"ICommandHandler\",\"url\":\"interfaces/monaco.editor.ICommandHandler.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":957,\"kind\":256,\"name\":\"IContextKey\",\"url\":\"interfaces/monaco.editor.IContextKey.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco.editor\"},{\"id\":958,\"kind\":2048,\"name\":\"set\",\"url\":\"interfaces/monaco.editor.IContextKey.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContextKey\"},{\"id\":959,\"kind\":2048,\"name\":\"reset\",\"url\":\"interfaces/monaco.editor.IContextKey.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContextKey\"},{\"id\":960,\"kind\":2048,\"name\":\"get\",\"url\":\"interfaces/monaco.editor.IContextKey.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContextKey\"},{\"id\":961,\"kind\":4194304,\"name\":\"ContextKeyValue\",\"url\":\"modules/monaco.editor.html#ContextKeyValue\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":962,\"kind\":256,\"name\":\"IEditorOverrideServices\",\"url\":\"interfaces/monaco.editor.IEditorOverrideServices.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":963,\"kind\":256,\"name\":\"IMarker\",\"url\":\"interfaces/monaco.editor.IMarker.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":964,\"kind\":1024,\"name\":\"owner\",\"url\":\"interfaces/monaco.editor.IMarker.html#owner\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarker\"},{\"id\":965,\"kind\":1024,\"name\":\"resource\",\"url\":\"interfaces/monaco.editor.IMarker.html#resource\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarker\"},{\"id\":966,\"kind\":1024,\"name\":\"severity\",\"url\":\"interfaces/monaco.editor.IMarker.html#severity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarker\"},{\"id\":967,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/monaco.editor.IMarker.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarker\"},{\"id\":968,\"kind\":1024,\"name\":\"message\",\"url\":\"interfaces/monaco.editor.IMarker.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarker\"},{\"id\":969,\"kind\":1024,\"name\":\"source\",\"url\":\"interfaces/monaco.editor.IMarker.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarker\"},{\"id\":970,\"kind\":1024,\"name\":\"startLineNumber\",\"url\":\"interfaces/monaco.editor.IMarker.html#startLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarker\"},{\"id\":971,\"kind\":1024,\"name\":\"startColumn\",\"url\":\"interfaces/monaco.editor.IMarker.html#startColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarker\"},{\"id\":972,\"kind\":1024,\"name\":\"endLineNumber\",\"url\":\"interfaces/monaco.editor.IMarker.html#endLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarker\"},{\"id\":973,\"kind\":1024,\"name\":\"endColumn\",\"url\":\"interfaces/monaco.editor.IMarker.html#endColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarker\"},{\"id\":974,\"kind\":1024,\"name\":\"modelVersionId\",\"url\":\"interfaces/monaco.editor.IMarker.html#modelVersionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarker\"},{\"id\":975,\"kind\":1024,\"name\":\"relatedInformation\",\"url\":\"interfaces/monaco.editor.IMarker.html#relatedInformation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarker\"},{\"id\":976,\"kind\":1024,\"name\":\"tags\",\"url\":\"interfaces/monaco.editor.IMarker.html#tags\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarker\"},{\"id\":977,\"kind\":256,\"name\":\"IMarkerData\",\"url\":\"interfaces/monaco.editor.IMarkerData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":978,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/monaco.editor.IMarkerData.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarkerData\"},{\"id\":979,\"kind\":1024,\"name\":\"severity\",\"url\":\"interfaces/monaco.editor.IMarkerData.html#severity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarkerData\"},{\"id\":980,\"kind\":1024,\"name\":\"message\",\"url\":\"interfaces/monaco.editor.IMarkerData.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarkerData\"},{\"id\":981,\"kind\":1024,\"name\":\"source\",\"url\":\"interfaces/monaco.editor.IMarkerData.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarkerData\"},{\"id\":982,\"kind\":1024,\"name\":\"startLineNumber\",\"url\":\"interfaces/monaco.editor.IMarkerData.html#startLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarkerData\"},{\"id\":983,\"kind\":1024,\"name\":\"startColumn\",\"url\":\"interfaces/monaco.editor.IMarkerData.html#startColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarkerData\"},{\"id\":984,\"kind\":1024,\"name\":\"endLineNumber\",\"url\":\"interfaces/monaco.editor.IMarkerData.html#endLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarkerData\"},{\"id\":985,\"kind\":1024,\"name\":\"endColumn\",\"url\":\"interfaces/monaco.editor.IMarkerData.html#endColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarkerData\"},{\"id\":986,\"kind\":1024,\"name\":\"modelVersionId\",\"url\":\"interfaces/monaco.editor.IMarkerData.html#modelVersionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarkerData\"},{\"id\":987,\"kind\":1024,\"name\":\"relatedInformation\",\"url\":\"interfaces/monaco.editor.IMarkerData.html#relatedInformation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarkerData\"},{\"id\":988,\"kind\":1024,\"name\":\"tags\",\"url\":\"interfaces/monaco.editor.IMarkerData.html#tags\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMarkerData\"},{\"id\":989,\"kind\":256,\"name\":\"IRelatedInformation\",\"url\":\"interfaces/monaco.editor.IRelatedInformation.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":990,\"kind\":1024,\"name\":\"resource\",\"url\":\"interfaces/monaco.editor.IRelatedInformation.html#resource\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IRelatedInformation\"},{\"id\":991,\"kind\":1024,\"name\":\"message\",\"url\":\"interfaces/monaco.editor.IRelatedInformation.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IRelatedInformation\"},{\"id\":992,\"kind\":1024,\"name\":\"startLineNumber\",\"url\":\"interfaces/monaco.editor.IRelatedInformation.html#startLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IRelatedInformation\"},{\"id\":993,\"kind\":1024,\"name\":\"startColumn\",\"url\":\"interfaces/monaco.editor.IRelatedInformation.html#startColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IRelatedInformation\"},{\"id\":994,\"kind\":1024,\"name\":\"endLineNumber\",\"url\":\"interfaces/monaco.editor.IRelatedInformation.html#endLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IRelatedInformation\"},{\"id\":995,\"kind\":1024,\"name\":\"endColumn\",\"url\":\"interfaces/monaco.editor.IRelatedInformation.html#endColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IRelatedInformation\"},{\"id\":996,\"kind\":256,\"name\":\"IColorizerOptions\",\"url\":\"interfaces/monaco.editor.IColorizerOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":997,\"kind\":1024,\"name\":\"tabSize\",\"url\":\"interfaces/monaco.editor.IColorizerOptions.html#tabSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IColorizerOptions\"},{\"id\":998,\"kind\":256,\"name\":\"IColorizerElementOptions\",\"url\":\"interfaces/monaco.editor.IColorizerElementOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":999,\"kind\":1024,\"name\":\"theme\",\"url\":\"interfaces/monaco.editor.IColorizerElementOptions.html#theme\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IColorizerElementOptions\"},{\"id\":1000,\"kind\":1024,\"name\":\"mimeType\",\"url\":\"interfaces/monaco.editor.IColorizerElementOptions.html#mimeType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IColorizerElementOptions\"},{\"id\":1001,\"kind\":1024,\"name\":\"tabSize\",\"url\":\"interfaces/monaco.editor.IColorizerElementOptions.html#tabSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IColorizerElementOptions\"},{\"id\":1002,\"kind\":8,\"name\":\"ScrollbarVisibility\",\"url\":\"enums/monaco.editor.ScrollbarVisibility.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1003,\"kind\":16,\"name\":\"Auto\",\"url\":\"enums/monaco.editor.ScrollbarVisibility.html#Auto\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.ScrollbarVisibility\"},{\"id\":1004,\"kind\":16,\"name\":\"Hidden\",\"url\":\"enums/monaco.editor.ScrollbarVisibility.html#Hidden\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.ScrollbarVisibility\"},{\"id\":1005,\"kind\":16,\"name\":\"Visible\",\"url\":\"enums/monaco.editor.ScrollbarVisibility.html#Visible\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.ScrollbarVisibility\"},{\"id\":1006,\"kind\":256,\"name\":\"ThemeColor\",\"url\":\"interfaces/monaco.editor.ThemeColor.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1007,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/monaco.editor.ThemeColor.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ThemeColor\"},{\"id\":1008,\"kind\":256,\"name\":\"ISingleEditOperation\",\"url\":\"interfaces/monaco.editor.ISingleEditOperation.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1009,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.ISingleEditOperation.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISingleEditOperation\"},{\"id\":1010,\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/monaco.editor.ISingleEditOperation.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISingleEditOperation\"},{\"id\":1011,\"kind\":1024,\"name\":\"forceMoveMarkers\",\"url\":\"interfaces/monaco.editor.ISingleEditOperation.html#forceMoveMarkers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISingleEditOperation\"},{\"id\":1012,\"kind\":256,\"name\":\"IWordAtPosition\",\"url\":\"interfaces/monaco.editor.IWordAtPosition.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1013,\"kind\":1024,\"name\":\"word\",\"url\":\"interfaces/monaco.editor.IWordAtPosition.html#word\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IWordAtPosition\"},{\"id\":1014,\"kind\":1024,\"name\":\"startColumn\",\"url\":\"interfaces/monaco.editor.IWordAtPosition.html#startColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IWordAtPosition\"},{\"id\":1015,\"kind\":1024,\"name\":\"endColumn\",\"url\":\"interfaces/monaco.editor.IWordAtPosition.html#endColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IWordAtPosition\"},{\"id\":1016,\"kind\":8,\"name\":\"OverviewRulerLane\",\"url\":\"enums/monaco.editor.OverviewRulerLane.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1017,\"kind\":16,\"name\":\"Left\",\"url\":\"enums/monaco.editor.OverviewRulerLane.html#Left\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.OverviewRulerLane\"},{\"id\":1018,\"kind\":16,\"name\":\"Center\",\"url\":\"enums/monaco.editor.OverviewRulerLane.html#Center\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.OverviewRulerLane\"},{\"id\":1019,\"kind\":16,\"name\":\"Right\",\"url\":\"enums/monaco.editor.OverviewRulerLane.html#Right\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.OverviewRulerLane\"},{\"id\":1020,\"kind\":16,\"name\":\"Full\",\"url\":\"enums/monaco.editor.OverviewRulerLane.html#Full\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.OverviewRulerLane\"},{\"id\":1021,\"kind\":8,\"name\":\"MinimapPosition\",\"url\":\"enums/monaco.editor.MinimapPosition.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1022,\"kind\":16,\"name\":\"Inline\",\"url\":\"enums/monaco.editor.MinimapPosition.html#Inline\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MinimapPosition\"},{\"id\":1023,\"kind\":16,\"name\":\"Gutter\",\"url\":\"enums/monaco.editor.MinimapPosition.html#Gutter\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MinimapPosition\"},{\"id\":1024,\"kind\":256,\"name\":\"IDecorationOptions\",\"url\":\"interfaces/monaco.editor.IDecorationOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1025,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/monaco.editor.IDecorationOptions.html#color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDecorationOptions\"},{\"id\":1026,\"kind\":1024,\"name\":\"darkColor\",\"url\":\"interfaces/monaco.editor.IDecorationOptions.html#darkColor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDecorationOptions\"},{\"id\":1027,\"kind\":256,\"name\":\"IModelDecorationOverviewRulerOptions\",\"url\":\"interfaces/monaco.editor.IModelDecorationOverviewRulerOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1028,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IModelDecorationOverviewRulerOptions.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOverviewRulerOptions\"},{\"id\":1029,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/monaco.editor.IModelDecorationOverviewRulerOptions.html#color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IModelDecorationOverviewRulerOptions\"},{\"id\":1030,\"kind\":1024,\"name\":\"darkColor\",\"url\":\"interfaces/monaco.editor.IModelDecorationOverviewRulerOptions.html#darkColor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IModelDecorationOverviewRulerOptions\"},{\"id\":1031,\"kind\":256,\"name\":\"IModelDecorationMinimapOptions\",\"url\":\"interfaces/monaco.editor.IModelDecorationMinimapOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1032,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IModelDecorationMinimapOptions.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationMinimapOptions\"},{\"id\":1033,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/monaco.editor.IModelDecorationMinimapOptions.html#color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IModelDecorationMinimapOptions\"},{\"id\":1034,\"kind\":1024,\"name\":\"darkColor\",\"url\":\"interfaces/monaco.editor.IModelDecorationMinimapOptions.html#darkColor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IModelDecorationMinimapOptions\"},{\"id\":1035,\"kind\":256,\"name\":\"IModelDecorationOptions\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1036,\"kind\":1024,\"name\":\"stickiness\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#stickiness\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1037,\"kind\":1024,\"name\":\"className\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#className\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1038,\"kind\":1024,\"name\":\"blockClassName\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#blockClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1039,\"kind\":1024,\"name\":\"blockIsAfterEnd\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#blockIsAfterEnd\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1040,\"kind\":1024,\"name\":\"glyphMarginHoverMessage\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#glyphMarginHoverMessage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1041,\"kind\":1024,\"name\":\"hoverMessage\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#hoverMessage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1042,\"kind\":1024,\"name\":\"isWholeLine\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#isWholeLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1043,\"kind\":1024,\"name\":\"showIfCollapsed\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#showIfCollapsed\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1044,\"kind\":1024,\"name\":\"zIndex\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#zIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1045,\"kind\":1024,\"name\":\"overviewRuler\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#overviewRuler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1046,\"kind\":1024,\"name\":\"minimap\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#minimap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1047,\"kind\":1024,\"name\":\"glyphMarginClassName\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#glyphMarginClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1048,\"kind\":1024,\"name\":\"linesDecorationsClassName\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#linesDecorationsClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1049,\"kind\":1024,\"name\":\"firstLineDecorationClassName\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#firstLineDecorationClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1050,\"kind\":1024,\"name\":\"marginClassName\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#marginClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1051,\"kind\":1024,\"name\":\"inlineClassName\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#inlineClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1052,\"kind\":1024,\"name\":\"inlineClassNameAffectsLetterSpacing\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#inlineClassNameAffectsLetterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1053,\"kind\":1024,\"name\":\"beforeContentClassName\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#beforeContentClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1054,\"kind\":1024,\"name\":\"afterContentClassName\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#afterContentClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1055,\"kind\":1024,\"name\":\"after\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#after\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1056,\"kind\":1024,\"name\":\"before\",\"url\":\"interfaces/monaco.editor.IModelDecorationOptions.html#before\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationOptions\"},{\"id\":1057,\"kind\":256,\"name\":\"InjectedTextOptions\",\"url\":\"interfaces/monaco.editor.InjectedTextOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1058,\"kind\":1024,\"name\":\"content\",\"url\":\"interfaces/monaco.editor.InjectedTextOptions.html#content\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InjectedTextOptions\"},{\"id\":1059,\"kind\":1024,\"name\":\"inlineClassName\",\"url\":\"interfaces/monaco.editor.InjectedTextOptions.html#inlineClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InjectedTextOptions\"},{\"id\":1060,\"kind\":1024,\"name\":\"inlineClassNameAffectsLetterSpacing\",\"url\":\"interfaces/monaco.editor.InjectedTextOptions.html#inlineClassNameAffectsLetterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InjectedTextOptions\"},{\"id\":1061,\"kind\":1024,\"name\":\"attachedData\",\"url\":\"interfaces/monaco.editor.InjectedTextOptions.html#attachedData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InjectedTextOptions\"},{\"id\":1062,\"kind\":1024,\"name\":\"cursorStops\",\"url\":\"interfaces/monaco.editor.InjectedTextOptions.html#cursorStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InjectedTextOptions\"},{\"id\":1063,\"kind\":8,\"name\":\"InjectedTextCursorStops\",\"url\":\"enums/monaco.editor.InjectedTextCursorStops.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1064,\"kind\":16,\"name\":\"Both\",\"url\":\"enums/monaco.editor.InjectedTextCursorStops.html#Both\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.InjectedTextCursorStops\"},{\"id\":1065,\"kind\":16,\"name\":\"Right\",\"url\":\"enums/monaco.editor.InjectedTextCursorStops.html#Right\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.InjectedTextCursorStops\"},{\"id\":1066,\"kind\":16,\"name\":\"Left\",\"url\":\"enums/monaco.editor.InjectedTextCursorStops.html#Left\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.InjectedTextCursorStops\"},{\"id\":1067,\"kind\":16,\"name\":\"None\",\"url\":\"enums/monaco.editor.InjectedTextCursorStops.html#None\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.InjectedTextCursorStops\"},{\"id\":1068,\"kind\":256,\"name\":\"IModelDeltaDecoration\",\"url\":\"interfaces/monaco.editor.IModelDeltaDecoration.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1069,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IModelDeltaDecoration.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDeltaDecoration\"},{\"id\":1070,\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/monaco.editor.IModelDeltaDecoration.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDeltaDecoration\"},{\"id\":1071,\"kind\":256,\"name\":\"IModelDecoration\",\"url\":\"interfaces/monaco.editor.IModelDecoration.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1072,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/monaco.editor.IModelDecoration.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecoration\"},{\"id\":1073,\"kind\":1024,\"name\":\"ownerId\",\"url\":\"interfaces/monaco.editor.IModelDecoration.html#ownerId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecoration\"},{\"id\":1074,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IModelDecoration.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecoration\"},{\"id\":1075,\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/monaco.editor.IModelDecoration.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecoration\"},{\"id\":1076,\"kind\":8,\"name\":\"EndOfLinePreference\",\"url\":\"enums/monaco.editor.EndOfLinePreference.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1077,\"kind\":16,\"name\":\"TextDefined\",\"url\":\"enums/monaco.editor.EndOfLinePreference.html#TextDefined\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EndOfLinePreference\"},{\"id\":1078,\"kind\":16,\"name\":\"LF\",\"url\":\"enums/monaco.editor.EndOfLinePreference.html#LF\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EndOfLinePreference\"},{\"id\":1079,\"kind\":16,\"name\":\"CRLF\",\"url\":\"enums/monaco.editor.EndOfLinePreference.html#CRLF\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EndOfLinePreference\"},{\"id\":1080,\"kind\":8,\"name\":\"DefaultEndOfLine\",\"url\":\"enums/monaco.editor.DefaultEndOfLine.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1081,\"kind\":16,\"name\":\"LF\",\"url\":\"enums/monaco.editor.DefaultEndOfLine.html#LF\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.DefaultEndOfLine\"},{\"id\":1082,\"kind\":16,\"name\":\"CRLF\",\"url\":\"enums/monaco.editor.DefaultEndOfLine.html#CRLF\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.DefaultEndOfLine\"},{\"id\":1083,\"kind\":8,\"name\":\"EndOfLineSequence\",\"url\":\"enums/monaco.editor.EndOfLineSequence.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1084,\"kind\":16,\"name\":\"LF\",\"url\":\"enums/monaco.editor.EndOfLineSequence.html#LF\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EndOfLineSequence\"},{\"id\":1085,\"kind\":16,\"name\":\"CRLF\",\"url\":\"enums/monaco.editor.EndOfLineSequence.html#CRLF\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EndOfLineSequence\"},{\"id\":1086,\"kind\":256,\"name\":\"IIdentifiedSingleEditOperation\",\"url\":\"interfaces/monaco.editor.IIdentifiedSingleEditOperation.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1087,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IIdentifiedSingleEditOperation.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IIdentifiedSingleEditOperation\"},{\"id\":1088,\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/monaco.editor.IIdentifiedSingleEditOperation.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IIdentifiedSingleEditOperation\"},{\"id\":1089,\"kind\":1024,\"name\":\"forceMoveMarkers\",\"url\":\"interfaces/monaco.editor.IIdentifiedSingleEditOperation.html#forceMoveMarkers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IIdentifiedSingleEditOperation\"},{\"id\":1090,\"kind\":256,\"name\":\"IValidEditOperation\",\"url\":\"interfaces/monaco.editor.IValidEditOperation.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1091,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IValidEditOperation.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IValidEditOperation\"},{\"id\":1092,\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/monaco.editor.IValidEditOperation.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IValidEditOperation\"},{\"id\":1093,\"kind\":256,\"name\":\"ICursorStateComputer\",\"url\":\"interfaces/monaco.editor.ICursorStateComputer.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1094,\"kind\":128,\"name\":\"TextModelResolvedOptions\",\"url\":\"classes/monaco.editor.TextModelResolvedOptions.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1095,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.editor.TextModelResolvedOptions.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"monaco.editor.TextModelResolvedOptions\"},{\"id\":1096,\"kind\":1024,\"name\":\"_textModelResolvedOptionsBrand\",\"url\":\"classes/monaco.editor.TextModelResolvedOptions.html#_textModelResolvedOptionsBrand\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.TextModelResolvedOptions\"},{\"id\":1097,\"kind\":1024,\"name\":\"tabSize\",\"url\":\"classes/monaco.editor.TextModelResolvedOptions.html#tabSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.TextModelResolvedOptions\"},{\"id\":1098,\"kind\":1024,\"name\":\"indentSize\",\"url\":\"classes/monaco.editor.TextModelResolvedOptions.html#indentSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.TextModelResolvedOptions\"},{\"id\":1099,\"kind\":1024,\"name\":\"insertSpaces\",\"url\":\"classes/monaco.editor.TextModelResolvedOptions.html#insertSpaces\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.TextModelResolvedOptions\"},{\"id\":1100,\"kind\":1024,\"name\":\"defaultEOL\",\"url\":\"classes/monaco.editor.TextModelResolvedOptions.html#defaultEOL\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.TextModelResolvedOptions\"},{\"id\":1101,\"kind\":1024,\"name\":\"trimAutoWhitespace\",\"url\":\"classes/monaco.editor.TextModelResolvedOptions.html#trimAutoWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.TextModelResolvedOptions\"},{\"id\":1102,\"kind\":1024,\"name\":\"bracketPairColorizationOptions\",\"url\":\"classes/monaco.editor.TextModelResolvedOptions.html#bracketPairColorizationOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.TextModelResolvedOptions\"},{\"id\":1103,\"kind\":262144,\"name\":\"originalIndentSize\",\"url\":\"classes/monaco.editor.TextModelResolvedOptions.html#originalIndentSize\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"monaco.editor.TextModelResolvedOptions\"},{\"id\":1104,\"kind\":256,\"name\":\"BracketPairColorizationOptions\",\"url\":\"interfaces/monaco.editor.BracketPairColorizationOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1105,\"kind\":1024,\"name\":\"enabled\",\"url\":\"interfaces/monaco.editor.BracketPairColorizationOptions.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.BracketPairColorizationOptions\"},{\"id\":1106,\"kind\":1024,\"name\":\"independentColorPoolPerBracketType\",\"url\":\"interfaces/monaco.editor.BracketPairColorizationOptions.html#independentColorPoolPerBracketType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.BracketPairColorizationOptions\"},{\"id\":1107,\"kind\":256,\"name\":\"ITextModelUpdateOptions\",\"url\":\"interfaces/monaco.editor.ITextModelUpdateOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1108,\"kind\":1024,\"name\":\"tabSize\",\"url\":\"interfaces/monaco.editor.ITextModelUpdateOptions.html#tabSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModelUpdateOptions\"},{\"id\":1109,\"kind\":1024,\"name\":\"indentSize\",\"url\":\"interfaces/monaco.editor.ITextModelUpdateOptions.html#indentSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModelUpdateOptions\"},{\"id\":1110,\"kind\":1024,\"name\":\"insertSpaces\",\"url\":\"interfaces/monaco.editor.ITextModelUpdateOptions.html#insertSpaces\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModelUpdateOptions\"},{\"id\":1111,\"kind\":1024,\"name\":\"trimAutoWhitespace\",\"url\":\"interfaces/monaco.editor.ITextModelUpdateOptions.html#trimAutoWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModelUpdateOptions\"},{\"id\":1112,\"kind\":1024,\"name\":\"bracketColorizationOptions\",\"url\":\"interfaces/monaco.editor.ITextModelUpdateOptions.html#bracketColorizationOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModelUpdateOptions\"},{\"id\":1113,\"kind\":128,\"name\":\"FindMatch\",\"url\":\"classes/monaco.editor.FindMatch.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1114,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.editor.FindMatch.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"monaco.editor.FindMatch\"},{\"id\":1115,\"kind\":1024,\"name\":\"_findMatchBrand\",\"url\":\"classes/monaco.editor.FindMatch.html#_findMatchBrand\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.FindMatch\"},{\"id\":1116,\"kind\":1024,\"name\":\"range\",\"url\":\"classes/monaco.editor.FindMatch.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.FindMatch\"},{\"id\":1117,\"kind\":1024,\"name\":\"matches\",\"url\":\"classes/monaco.editor.FindMatch.html#matches\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.FindMatch\"},{\"id\":1118,\"kind\":8,\"name\":\"TrackedRangeStickiness\",\"url\":\"enums/monaco.editor.TrackedRangeStickiness.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1119,\"kind\":16,\"name\":\"AlwaysGrowsWhenTypingAtEdges\",\"url\":\"enums/monaco.editor.TrackedRangeStickiness.html#AlwaysGrowsWhenTypingAtEdges\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TrackedRangeStickiness\"},{\"id\":1120,\"kind\":16,\"name\":\"NeverGrowsWhenTypingAtEdges\",\"url\":\"enums/monaco.editor.TrackedRangeStickiness.html#NeverGrowsWhenTypingAtEdges\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TrackedRangeStickiness\"},{\"id\":1121,\"kind\":16,\"name\":\"GrowsOnlyWhenTypingBefore\",\"url\":\"enums/monaco.editor.TrackedRangeStickiness.html#GrowsOnlyWhenTypingBefore\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TrackedRangeStickiness\"},{\"id\":1122,\"kind\":16,\"name\":\"GrowsOnlyWhenTypingAfter\",\"url\":\"enums/monaco.editor.TrackedRangeStickiness.html#GrowsOnlyWhenTypingAfter\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TrackedRangeStickiness\"},{\"id\":1123,\"kind\":256,\"name\":\"ITextSnapshot\",\"url\":\"interfaces/monaco.editor.ITextSnapshot.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1124,\"kind\":2048,\"name\":\"read\",\"url\":\"interfaces/monaco.editor.ITextSnapshot.html#read\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextSnapshot\"},{\"id\":1125,\"kind\":256,\"name\":\"ITextModel\",\"url\":\"interfaces/monaco.editor.ITextModel.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1126,\"kind\":1024,\"name\":\"uri\",\"url\":\"interfaces/monaco.editor.ITextModel.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1127,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/monaco.editor.ITextModel.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1128,\"kind\":2048,\"name\":\"getOptions\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1129,\"kind\":2048,\"name\":\"getVersionId\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getVersionId\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1130,\"kind\":2048,\"name\":\"getAlternativeVersionId\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getAlternativeVersionId\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1131,\"kind\":2048,\"name\":\"setValue\",\"url\":\"interfaces/monaco.editor.ITextModel.html#setValue\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1132,\"kind\":2048,\"name\":\"getValue\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getValue\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1133,\"kind\":2048,\"name\":\"createSnapshot\",\"url\":\"interfaces/monaco.editor.ITextModel.html#createSnapshot\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1134,\"kind\":2048,\"name\":\"getValueLength\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getValueLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1135,\"kind\":2048,\"name\":\"getValueInRange\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getValueInRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1136,\"kind\":2048,\"name\":\"getValueLengthInRange\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getValueLengthInRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1137,\"kind\":2048,\"name\":\"getCharacterCountInRange\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getCharacterCountInRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1138,\"kind\":2048,\"name\":\"getLineCount\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getLineCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1139,\"kind\":2048,\"name\":\"getLineContent\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getLineContent\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1140,\"kind\":2048,\"name\":\"getLineLength\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getLineLength\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1141,\"kind\":2048,\"name\":\"getLinesContent\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getLinesContent\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1142,\"kind\":2048,\"name\":\"getEOL\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getEOL\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1143,\"kind\":2048,\"name\":\"getEndOfLineSequence\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getEndOfLineSequence\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1144,\"kind\":2048,\"name\":\"getLineMinColumn\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getLineMinColumn\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1145,\"kind\":2048,\"name\":\"getLineMaxColumn\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getLineMaxColumn\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1146,\"kind\":2048,\"name\":\"getLineFirstNonWhitespaceColumn\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getLineFirstNonWhitespaceColumn\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1147,\"kind\":2048,\"name\":\"getLineLastNonWhitespaceColumn\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getLineLastNonWhitespaceColumn\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1148,\"kind\":2048,\"name\":\"validatePosition\",\"url\":\"interfaces/monaco.editor.ITextModel.html#validatePosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1149,\"kind\":2048,\"name\":\"modifyPosition\",\"url\":\"interfaces/monaco.editor.ITextModel.html#modifyPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1150,\"kind\":2048,\"name\":\"validateRange\",\"url\":\"interfaces/monaco.editor.ITextModel.html#validateRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1151,\"kind\":2048,\"name\":\"getOffsetAt\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getOffsetAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1152,\"kind\":2048,\"name\":\"getPositionAt\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getPositionAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1153,\"kind\":2048,\"name\":\"getFullModelRange\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getFullModelRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1154,\"kind\":2048,\"name\":\"isDisposed\",\"url\":\"interfaces/monaco.editor.ITextModel.html#isDisposed\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1155,\"kind\":2048,\"name\":\"findMatches\",\"url\":\"interfaces/monaco.editor.ITextModel.html#findMatches\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1156,\"kind\":2048,\"name\":\"findNextMatch\",\"url\":\"interfaces/monaco.editor.ITextModel.html#findNextMatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1157,\"kind\":2048,\"name\":\"findPreviousMatch\",\"url\":\"interfaces/monaco.editor.ITextModel.html#findPreviousMatch\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1158,\"kind\":2048,\"name\":\"getLanguageId\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getLanguageId\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1159,\"kind\":2048,\"name\":\"getWordAtPosition\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getWordAtPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1160,\"kind\":2048,\"name\":\"getWordUntilPosition\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getWordUntilPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1161,\"kind\":2048,\"name\":\"deltaDecorations\",\"url\":\"interfaces/monaco.editor.ITextModel.html#deltaDecorations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1162,\"kind\":2048,\"name\":\"getDecorationOptions\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getDecorationOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1163,\"kind\":2048,\"name\":\"getDecorationRange\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getDecorationRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1164,\"kind\":2048,\"name\":\"getLineDecorations\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getLineDecorations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1165,\"kind\":2048,\"name\":\"getLinesDecorations\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getLinesDecorations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1166,\"kind\":2048,\"name\":\"getDecorationsInRange\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getDecorationsInRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1167,\"kind\":2048,\"name\":\"getAllDecorations\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getAllDecorations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1168,\"kind\":2048,\"name\":\"getOverviewRulerDecorations\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getOverviewRulerDecorations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1169,\"kind\":2048,\"name\":\"getInjectedTextDecorations\",\"url\":\"interfaces/monaco.editor.ITextModel.html#getInjectedTextDecorations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1170,\"kind\":2048,\"name\":\"normalizeIndentation\",\"url\":\"interfaces/monaco.editor.ITextModel.html#normalizeIndentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1171,\"kind\":2048,\"name\":\"updateOptions\",\"url\":\"interfaces/monaco.editor.ITextModel.html#updateOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1172,\"kind\":2048,\"name\":\"detectIndentation\",\"url\":\"interfaces/monaco.editor.ITextModel.html#detectIndentation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1173,\"kind\":2048,\"name\":\"pushStackElement\",\"url\":\"interfaces/monaco.editor.ITextModel.html#pushStackElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1174,\"kind\":2048,\"name\":\"popStackElement\",\"url\":\"interfaces/monaco.editor.ITextModel.html#popStackElement\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1175,\"kind\":2048,\"name\":\"pushEditOperations\",\"url\":\"interfaces/monaco.editor.ITextModel.html#pushEditOperations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1176,\"kind\":2048,\"name\":\"pushEOL\",\"url\":\"interfaces/monaco.editor.ITextModel.html#pushEOL\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1177,\"kind\":2048,\"name\":\"applyEdits\",\"url\":\"interfaces/monaco.editor.ITextModel.html#applyEdits\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1178,\"kind\":2048,\"name\":\"setEOL\",\"url\":\"interfaces/monaco.editor.ITextModel.html#setEOL\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1179,\"kind\":8388608,\"name\":\"onDidChangeContent\",\"url\":\"interfaces/monaco.editor.ITextModel.html#onDidChangeContent\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1180,\"kind\":8388608,\"name\":\"onDidChangeDecorations\",\"url\":\"interfaces/monaco.editor.ITextModel.html#onDidChangeDecorations\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1181,\"kind\":8388608,\"name\":\"onDidChangeOptions\",\"url\":\"interfaces/monaco.editor.ITextModel.html#onDidChangeOptions\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1182,\"kind\":8388608,\"name\":\"onDidChangeLanguage\",\"url\":\"interfaces/monaco.editor.ITextModel.html#onDidChangeLanguage\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1183,\"kind\":8388608,\"name\":\"onDidChangeLanguageConfiguration\",\"url\":\"interfaces/monaco.editor.ITextModel.html#onDidChangeLanguageConfiguration\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1184,\"kind\":8388608,\"name\":\"onDidChangeAttached\",\"url\":\"interfaces/monaco.editor.ITextModel.html#onDidChangeAttached\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1185,\"kind\":8388608,\"name\":\"onWillDispose\",\"url\":\"interfaces/monaco.editor.ITextModel.html#onWillDispose\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1186,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.editor.ITextModel.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1187,\"kind\":2048,\"name\":\"isAttachedToEditor\",\"url\":\"interfaces/monaco.editor.ITextModel.html#isAttachedToEditor\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ITextModel\"},{\"id\":1188,\"kind\":8,\"name\":\"PositionAffinity\",\"url\":\"enums/monaco.editor.PositionAffinity.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1189,\"kind\":16,\"name\":\"Left\",\"url\":\"enums/monaco.editor.PositionAffinity.html#Left\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.PositionAffinity\"},{\"id\":1190,\"kind\":16,\"name\":\"Right\",\"url\":\"enums/monaco.editor.PositionAffinity.html#Right\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.PositionAffinity\"},{\"id\":1191,\"kind\":16,\"name\":\"None\",\"url\":\"enums/monaco.editor.PositionAffinity.html#None\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.PositionAffinity\"},{\"id\":1192,\"kind\":16,\"name\":\"LeftOfInjectedText\",\"url\":\"enums/monaco.editor.PositionAffinity.html#LeftOfInjectedText\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.PositionAffinity\"},{\"id\":1193,\"kind\":16,\"name\":\"RightOfInjectedText\",\"url\":\"enums/monaco.editor.PositionAffinity.html#RightOfInjectedText\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.PositionAffinity\"},{\"id\":1194,\"kind\":256,\"name\":\"IChange\",\"url\":\"interfaces/monaco.editor.IChange.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1195,\"kind\":1024,\"name\":\"originalStartLineNumber\",\"url\":\"interfaces/monaco.editor.IChange.html#originalStartLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IChange\"},{\"id\":1196,\"kind\":1024,\"name\":\"originalEndLineNumber\",\"url\":\"interfaces/monaco.editor.IChange.html#originalEndLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IChange\"},{\"id\":1197,\"kind\":1024,\"name\":\"modifiedStartLineNumber\",\"url\":\"interfaces/monaco.editor.IChange.html#modifiedStartLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IChange\"},{\"id\":1198,\"kind\":1024,\"name\":\"modifiedEndLineNumber\",\"url\":\"interfaces/monaco.editor.IChange.html#modifiedEndLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IChange\"},{\"id\":1199,\"kind\":256,\"name\":\"ICharChange\",\"url\":\"interfaces/monaco.editor.ICharChange.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1200,\"kind\":1024,\"name\":\"originalStartColumn\",\"url\":\"interfaces/monaco.editor.ICharChange.html#originalStartColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICharChange\"},{\"id\":1201,\"kind\":1024,\"name\":\"originalEndColumn\",\"url\":\"interfaces/monaco.editor.ICharChange.html#originalEndColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICharChange\"},{\"id\":1202,\"kind\":1024,\"name\":\"modifiedStartColumn\",\"url\":\"interfaces/monaco.editor.ICharChange.html#modifiedStartColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICharChange\"},{\"id\":1203,\"kind\":1024,\"name\":\"modifiedEndColumn\",\"url\":\"interfaces/monaco.editor.ICharChange.html#modifiedEndColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICharChange\"},{\"id\":1204,\"kind\":1024,\"name\":\"originalStartLineNumber\",\"url\":\"interfaces/monaco.editor.ICharChange.html#originalStartLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICharChange\"},{\"id\":1205,\"kind\":1024,\"name\":\"originalEndLineNumber\",\"url\":\"interfaces/monaco.editor.ICharChange.html#originalEndLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICharChange\"},{\"id\":1206,\"kind\":1024,\"name\":\"modifiedStartLineNumber\",\"url\":\"interfaces/monaco.editor.ICharChange.html#modifiedStartLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICharChange\"},{\"id\":1207,\"kind\":1024,\"name\":\"modifiedEndLineNumber\",\"url\":\"interfaces/monaco.editor.ICharChange.html#modifiedEndLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICharChange\"},{\"id\":1208,\"kind\":256,\"name\":\"ILineChange\",\"url\":\"interfaces/monaco.editor.ILineChange.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1209,\"kind\":1024,\"name\":\"charChanges\",\"url\":\"interfaces/monaco.editor.ILineChange.html#charChanges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ILineChange\"},{\"id\":1210,\"kind\":1024,\"name\":\"originalStartLineNumber\",\"url\":\"interfaces/monaco.editor.ILineChange.html#originalStartLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ILineChange\"},{\"id\":1211,\"kind\":1024,\"name\":\"originalEndLineNumber\",\"url\":\"interfaces/monaco.editor.ILineChange.html#originalEndLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ILineChange\"},{\"id\":1212,\"kind\":1024,\"name\":\"modifiedStartLineNumber\",\"url\":\"interfaces/monaco.editor.ILineChange.html#modifiedStartLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ILineChange\"},{\"id\":1213,\"kind\":1024,\"name\":\"modifiedEndLineNumber\",\"url\":\"interfaces/monaco.editor.ILineChange.html#modifiedEndLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ILineChange\"},{\"id\":1214,\"kind\":256,\"name\":\"IDocumentDiffProvider\",\"url\":\"interfaces/monaco.editor.IDocumentDiffProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1215,\"kind\":2048,\"name\":\"computeDiff\",\"url\":\"interfaces/monaco.editor.IDocumentDiffProvider.html#computeDiff\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDocumentDiffProvider\"},{\"id\":1216,\"kind\":1024,\"name\":\"onDidChange\",\"url\":\"interfaces/monaco.editor.IDocumentDiffProvider.html#onDidChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDocumentDiffProvider\"},{\"id\":1217,\"kind\":256,\"name\":\"IDocumentDiffProviderOptions\",\"url\":\"interfaces/monaco.editor.IDocumentDiffProviderOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1218,\"kind\":1024,\"name\":\"ignoreTrimWhitespace\",\"url\":\"interfaces/monaco.editor.IDocumentDiffProviderOptions.html#ignoreTrimWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDocumentDiffProviderOptions\"},{\"id\":1219,\"kind\":1024,\"name\":\"maxComputationTimeMs\",\"url\":\"interfaces/monaco.editor.IDocumentDiffProviderOptions.html#maxComputationTimeMs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDocumentDiffProviderOptions\"},{\"id\":1220,\"kind\":256,\"name\":\"IDocumentDiff\",\"url\":\"interfaces/monaco.editor.IDocumentDiff.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1221,\"kind\":1024,\"name\":\"identical\",\"url\":\"interfaces/monaco.editor.IDocumentDiff.html#identical\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDocumentDiff\"},{\"id\":1222,\"kind\":1024,\"name\":\"quitEarly\",\"url\":\"interfaces/monaco.editor.IDocumentDiff.html#quitEarly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDocumentDiff\"},{\"id\":1223,\"kind\":1024,\"name\":\"changes\",\"url\":\"interfaces/monaco.editor.IDocumentDiff.html#changes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDocumentDiff\"},{\"id\":1224,\"kind\":128,\"name\":\"LineRangeMapping\",\"url\":\"classes/monaco.editor.LineRangeMapping.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1225,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.editor.LineRangeMapping.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"monaco.editor.LineRangeMapping\"},{\"id\":1226,\"kind\":1024,\"name\":\"originalRange\",\"url\":\"classes/monaco.editor.LineRangeMapping.html#originalRange\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.LineRangeMapping\"},{\"id\":1227,\"kind\":1024,\"name\":\"modifiedRange\",\"url\":\"classes/monaco.editor.LineRangeMapping.html#modifiedRange\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.LineRangeMapping\"},{\"id\":1228,\"kind\":1024,\"name\":\"innerChanges\",\"url\":\"classes/monaco.editor.LineRangeMapping.html#innerChanges\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.LineRangeMapping\"},{\"id\":1229,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/monaco.editor.LineRangeMapping.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.editor.LineRangeMapping\"},{\"id\":1230,\"kind\":128,\"name\":\"LineRange\",\"url\":\"classes/monaco.editor.LineRange.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1231,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.editor.LineRange.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"monaco.editor.LineRange\"},{\"id\":1232,\"kind\":1024,\"name\":\"startLineNumber\",\"url\":\"classes/monaco.editor.LineRange.html#startLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.LineRange\"},{\"id\":1233,\"kind\":1024,\"name\":\"endLineNumberExclusive\",\"url\":\"classes/monaco.editor.LineRange.html#endLineNumberExclusive\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.LineRange\"},{\"id\":1234,\"kind\":262144,\"name\":\"isEmpty\",\"url\":\"classes/monaco.editor.LineRange.html#isEmpty\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"monaco.editor.LineRange\"},{\"id\":1235,\"kind\":2048,\"name\":\"delta\",\"url\":\"classes/monaco.editor.LineRange.html#delta\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.editor.LineRange\"},{\"id\":1236,\"kind\":262144,\"name\":\"length\",\"url\":\"classes/monaco.editor.LineRange.html#length\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"monaco.editor.LineRange\"},{\"id\":1237,\"kind\":2048,\"name\":\"join\",\"url\":\"classes/monaco.editor.LineRange.html#join\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.editor.LineRange\"},{\"id\":1238,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/monaco.editor.LineRange.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.editor.LineRange\"},{\"id\":1239,\"kind\":128,\"name\":\"RangeMapping\",\"url\":\"classes/monaco.editor.RangeMapping.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1240,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.editor.RangeMapping.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"monaco.editor.RangeMapping\"},{\"id\":1241,\"kind\":1024,\"name\":\"originalRange\",\"url\":\"classes/monaco.editor.RangeMapping.html#originalRange\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.RangeMapping\"},{\"id\":1242,\"kind\":1024,\"name\":\"modifiedRange\",\"url\":\"classes/monaco.editor.RangeMapping.html#modifiedRange\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.RangeMapping\"},{\"id\":1243,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/monaco.editor.RangeMapping.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.editor.RangeMapping\"},{\"id\":1244,\"kind\":256,\"name\":\"IDimension\",\"url\":\"interfaces/monaco.editor.IDimension.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1245,\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/monaco.editor.IDimension.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDimension\"},{\"id\":1246,\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/monaco.editor.IDimension.html#height\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDimension\"},{\"id\":1247,\"kind\":256,\"name\":\"IEditOperationBuilder\",\"url\":\"interfaces/monaco.editor.IEditOperationBuilder.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1248,\"kind\":2048,\"name\":\"addEditOperation\",\"url\":\"interfaces/monaco.editor.IEditOperationBuilder.html#addEditOperation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditOperationBuilder\"},{\"id\":1249,\"kind\":2048,\"name\":\"addTrackedEditOperation\",\"url\":\"interfaces/monaco.editor.IEditOperationBuilder.html#addTrackedEditOperation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditOperationBuilder\"},{\"id\":1250,\"kind\":2048,\"name\":\"trackSelection\",\"url\":\"interfaces/monaco.editor.IEditOperationBuilder.html#trackSelection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditOperationBuilder\"},{\"id\":1251,\"kind\":256,\"name\":\"ICursorStateComputerData\",\"url\":\"interfaces/monaco.editor.ICursorStateComputerData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1252,\"kind\":2048,\"name\":\"getInverseEditOperations\",\"url\":\"interfaces/monaco.editor.ICursorStateComputerData.html#getInverseEditOperations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorStateComputerData\"},{\"id\":1253,\"kind\":2048,\"name\":\"getTrackedSelection\",\"url\":\"interfaces/monaco.editor.ICursorStateComputerData.html#getTrackedSelection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorStateComputerData\"},{\"id\":1254,\"kind\":256,\"name\":\"ICommand\",\"url\":\"interfaces/monaco.editor.ICommand.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1255,\"kind\":2048,\"name\":\"getEditOperations\",\"url\":\"interfaces/monaco.editor.ICommand.html#getEditOperations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICommand\"},{\"id\":1256,\"kind\":2048,\"name\":\"computeCursorState\",\"url\":\"interfaces/monaco.editor.ICommand.html#computeCursorState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICommand\"},{\"id\":1257,\"kind\":256,\"name\":\"IDiffEditorModel\",\"url\":\"interfaces/monaco.editor.IDiffEditorModel.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1258,\"kind\":1024,\"name\":\"original\",\"url\":\"interfaces/monaco.editor.IDiffEditorModel.html#original\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorModel\"},{\"id\":1259,\"kind\":1024,\"name\":\"modified\",\"url\":\"interfaces/monaco.editor.IDiffEditorModel.html#modified\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorModel\"},{\"id\":1260,\"kind\":256,\"name\":\"IModelChangedEvent\",\"url\":\"interfaces/monaco.editor.IModelChangedEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1261,\"kind\":1024,\"name\":\"oldModelUrl\",\"url\":\"interfaces/monaco.editor.IModelChangedEvent.html#oldModelUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelChangedEvent\"},{\"id\":1262,\"kind\":1024,\"name\":\"newModelUrl\",\"url\":\"interfaces/monaco.editor.IModelChangedEvent.html#newModelUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelChangedEvent\"},{\"id\":1263,\"kind\":256,\"name\":\"IContentSizeChangedEvent\",\"url\":\"interfaces/monaco.editor.IContentSizeChangedEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1264,\"kind\":1024,\"name\":\"contentWidth\",\"url\":\"interfaces/monaco.editor.IContentSizeChangedEvent.html#contentWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContentSizeChangedEvent\"},{\"id\":1265,\"kind\":1024,\"name\":\"contentHeight\",\"url\":\"interfaces/monaco.editor.IContentSizeChangedEvent.html#contentHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContentSizeChangedEvent\"},{\"id\":1266,\"kind\":1024,\"name\":\"contentWidthChanged\",\"url\":\"interfaces/monaco.editor.IContentSizeChangedEvent.html#contentWidthChanged\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContentSizeChangedEvent\"},{\"id\":1267,\"kind\":1024,\"name\":\"contentHeightChanged\",\"url\":\"interfaces/monaco.editor.IContentSizeChangedEvent.html#contentHeightChanged\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContentSizeChangedEvent\"},{\"id\":1268,\"kind\":256,\"name\":\"INewScrollPosition\",\"url\":\"interfaces/monaco.editor.INewScrollPosition.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1269,\"kind\":1024,\"name\":\"scrollLeft\",\"url\":\"interfaces/monaco.editor.INewScrollPosition.html#scrollLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.INewScrollPosition\"},{\"id\":1270,\"kind\":1024,\"name\":\"scrollTop\",\"url\":\"interfaces/monaco.editor.INewScrollPosition.html#scrollTop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.INewScrollPosition\"},{\"id\":1271,\"kind\":256,\"name\":\"IEditorAction\",\"url\":\"interfaces/monaco.editor.IEditorAction.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1272,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/monaco.editor.IEditorAction.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorAction\"},{\"id\":1273,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/monaco.editor.IEditorAction.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorAction\"},{\"id\":1274,\"kind\":1024,\"name\":\"alias\",\"url\":\"interfaces/monaco.editor.IEditorAction.html#alias\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorAction\"},{\"id\":1275,\"kind\":2048,\"name\":\"isSupported\",\"url\":\"interfaces/monaco.editor.IEditorAction.html#isSupported\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorAction\"},{\"id\":1276,\"kind\":2048,\"name\":\"run\",\"url\":\"interfaces/monaco.editor.IEditorAction.html#run\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorAction\"},{\"id\":1277,\"kind\":4194304,\"name\":\"IEditorModel\",\"url\":\"modules/monaco.editor.html#IEditorModel\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1278,\"kind\":256,\"name\":\"ICursorState\",\"url\":\"interfaces/monaco.editor.ICursorState.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1279,\"kind\":1024,\"name\":\"inSelectionMode\",\"url\":\"interfaces/monaco.editor.ICursorState.html#inSelectionMode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorState\"},{\"id\":1280,\"kind\":1024,\"name\":\"selectionStart\",\"url\":\"interfaces/monaco.editor.ICursorState.html#selectionStart\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorState\"},{\"id\":1281,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.ICursorState.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorState\"},{\"id\":1282,\"kind\":256,\"name\":\"IViewState\",\"url\":\"interfaces/monaco.editor.IViewState.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1283,\"kind\":1024,\"name\":\"scrollTop\",\"url\":\"interfaces/monaco.editor.IViewState.html#scrollTop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewState\"},{\"id\":1284,\"kind\":1024,\"name\":\"scrollTopWithoutViewZones\",\"url\":\"interfaces/monaco.editor.IViewState.html#scrollTopWithoutViewZones\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewState\"},{\"id\":1285,\"kind\":1024,\"name\":\"scrollLeft\",\"url\":\"interfaces/monaco.editor.IViewState.html#scrollLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewState\"},{\"id\":1286,\"kind\":1024,\"name\":\"firstPosition\",\"url\":\"interfaces/monaco.editor.IViewState.html#firstPosition\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewState\"},{\"id\":1287,\"kind\":1024,\"name\":\"firstPositionDeltaTop\",\"url\":\"interfaces/monaco.editor.IViewState.html#firstPositionDeltaTop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewState\"},{\"id\":1288,\"kind\":256,\"name\":\"ICodeEditorViewState\",\"url\":\"interfaces/monaco.editor.ICodeEditorViewState.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1289,\"kind\":1024,\"name\":\"cursorState\",\"url\":\"interfaces/monaco.editor.ICodeEditorViewState.html#cursorState\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditorViewState\"},{\"id\":1290,\"kind\":1024,\"name\":\"viewState\",\"url\":\"interfaces/monaco.editor.ICodeEditorViewState.html#viewState\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditorViewState\"},{\"id\":1291,\"kind\":1024,\"name\":\"contributionsState\",\"url\":\"interfaces/monaco.editor.ICodeEditorViewState.html#contributionsState\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditorViewState\"},{\"id\":1292,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/monaco.editor.ICodeEditorViewState.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditorViewState\"},{\"id\":1293,\"kind\":256,\"name\":\"IDiffEditorViewState\",\"url\":\"interfaces/monaco.editor.IDiffEditorViewState.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1294,\"kind\":1024,\"name\":\"original\",\"url\":\"interfaces/monaco.editor.IDiffEditorViewState.html#original\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorViewState\"},{\"id\":1295,\"kind\":1024,\"name\":\"modified\",\"url\":\"interfaces/monaco.editor.IDiffEditorViewState.html#modified\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorViewState\"},{\"id\":1296,\"kind\":4194304,\"name\":\"IEditorViewState\",\"url\":\"modules/monaco.editor.html#IEditorViewState\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1297,\"kind\":8,\"name\":\"ScrollType\",\"url\":\"enums/monaco.editor.ScrollType.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1298,\"kind\":16,\"name\":\"Smooth\",\"url\":\"enums/monaco.editor.ScrollType.html#Smooth\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.ScrollType\"},{\"id\":1299,\"kind\":16,\"name\":\"Immediate\",\"url\":\"enums/monaco.editor.ScrollType.html#Immediate\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.ScrollType\"},{\"id\":1300,\"kind\":256,\"name\":\"IEditor\",\"url\":\"interfaces/monaco.editor.IEditor.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1301,\"kind\":8388608,\"name\":\"onDidDispose\",\"url\":\"interfaces/monaco.editor.IEditor.html#onDidDispose\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1302,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.editor.IEditor.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1303,\"kind\":2048,\"name\":\"getId\",\"url\":\"interfaces/monaco.editor.IEditor.html#getId\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1304,\"kind\":2048,\"name\":\"getEditorType\",\"url\":\"interfaces/monaco.editor.IEditor.html#getEditorType\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1305,\"kind\":2048,\"name\":\"updateOptions\",\"url\":\"interfaces/monaco.editor.IEditor.html#updateOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1306,\"kind\":2048,\"name\":\"layout\",\"url\":\"interfaces/monaco.editor.IEditor.html#layout\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1307,\"kind\":2048,\"name\":\"focus\",\"url\":\"interfaces/monaco.editor.IEditor.html#focus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1308,\"kind\":2048,\"name\":\"hasTextFocus\",\"url\":\"interfaces/monaco.editor.IEditor.html#hasTextFocus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1309,\"kind\":2048,\"name\":\"getSupportedActions\",\"url\":\"interfaces/monaco.editor.IEditor.html#getSupportedActions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1310,\"kind\":2048,\"name\":\"saveViewState\",\"url\":\"interfaces/monaco.editor.IEditor.html#saveViewState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1311,\"kind\":2048,\"name\":\"restoreViewState\",\"url\":\"interfaces/monaco.editor.IEditor.html#restoreViewState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1312,\"kind\":2048,\"name\":\"getVisibleColumnFromPosition\",\"url\":\"interfaces/monaco.editor.IEditor.html#getVisibleColumnFromPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1313,\"kind\":2048,\"name\":\"getPosition\",\"url\":\"interfaces/monaco.editor.IEditor.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1314,\"kind\":2048,\"name\":\"setPosition\",\"url\":\"interfaces/monaco.editor.IEditor.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1315,\"kind\":2048,\"name\":\"revealLine\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1316,\"kind\":2048,\"name\":\"revealLineInCenter\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealLineInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1317,\"kind\":2048,\"name\":\"revealLineInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealLineInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1318,\"kind\":2048,\"name\":\"revealLineNearTop\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealLineNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1319,\"kind\":2048,\"name\":\"revealPosition\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1320,\"kind\":2048,\"name\":\"revealPositionInCenter\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealPositionInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1321,\"kind\":2048,\"name\":\"revealPositionInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealPositionInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1322,\"kind\":2048,\"name\":\"revealPositionNearTop\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealPositionNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1323,\"kind\":2048,\"name\":\"getSelection\",\"url\":\"interfaces/monaco.editor.IEditor.html#getSelection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1324,\"kind\":2048,\"name\":\"getSelections\",\"url\":\"interfaces/monaco.editor.IEditor.html#getSelections\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1325,\"kind\":2048,\"name\":\"setSelection\",\"url\":\"interfaces/monaco.editor.IEditor.html#setSelection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1326,\"kind\":2048,\"name\":\"setSelections\",\"url\":\"interfaces/monaco.editor.IEditor.html#setSelections\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1327,\"kind\":2048,\"name\":\"revealLines\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1328,\"kind\":2048,\"name\":\"revealLinesInCenter\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealLinesInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1329,\"kind\":2048,\"name\":\"revealLinesInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealLinesInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1330,\"kind\":2048,\"name\":\"revealLinesNearTop\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealLinesNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1331,\"kind\":2048,\"name\":\"revealRange\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1332,\"kind\":2048,\"name\":\"revealRangeInCenter\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealRangeInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1333,\"kind\":2048,\"name\":\"revealRangeAtTop\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealRangeAtTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1334,\"kind\":2048,\"name\":\"revealRangeInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealRangeInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1335,\"kind\":2048,\"name\":\"revealRangeNearTop\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealRangeNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1336,\"kind\":2048,\"name\":\"revealRangeNearTopIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IEditor.html#revealRangeNearTopIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1337,\"kind\":2048,\"name\":\"trigger\",\"url\":\"interfaces/monaco.editor.IEditor.html#trigger\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1338,\"kind\":2048,\"name\":\"getModel\",\"url\":\"interfaces/monaco.editor.IEditor.html#getModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1339,\"kind\":2048,\"name\":\"setModel\",\"url\":\"interfaces/monaco.editor.IEditor.html#setModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1340,\"kind\":2048,\"name\":\"createDecorationsCollection\",\"url\":\"interfaces/monaco.editor.IEditor.html#createDecorationsCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditor\"},{\"id\":1341,\"kind\":256,\"name\":\"IEditorDecorationsCollection\",\"url\":\"interfaces/monaco.editor.IEditorDecorationsCollection.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1342,\"kind\":1024,\"name\":\"onDidChange\",\"url\":\"interfaces/monaco.editor.IEditorDecorationsCollection.html#onDidChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorDecorationsCollection\"},{\"id\":1343,\"kind\":1024,\"name\":\"length\",\"url\":\"interfaces/monaco.editor.IEditorDecorationsCollection.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorDecorationsCollection\"},{\"id\":1344,\"kind\":2048,\"name\":\"getRange\",\"url\":\"interfaces/monaco.editor.IEditorDecorationsCollection.html#getRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorDecorationsCollection\"},{\"id\":1345,\"kind\":2048,\"name\":\"getRanges\",\"url\":\"interfaces/monaco.editor.IEditorDecorationsCollection.html#getRanges\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorDecorationsCollection\"},{\"id\":1346,\"kind\":2048,\"name\":\"has\",\"url\":\"interfaces/monaco.editor.IEditorDecorationsCollection.html#has\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorDecorationsCollection\"},{\"id\":1347,\"kind\":2048,\"name\":\"set\",\"url\":\"interfaces/monaco.editor.IEditorDecorationsCollection.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorDecorationsCollection\"},{\"id\":1348,\"kind\":2048,\"name\":\"clear\",\"url\":\"interfaces/monaco.editor.IEditorDecorationsCollection.html#clear\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorDecorationsCollection\"},{\"id\":1349,\"kind\":256,\"name\":\"IEditorContribution\",\"url\":\"interfaces/monaco.editor.IEditorContribution.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1350,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.editor.IEditorContribution.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorContribution\"},{\"id\":1351,\"kind\":2048,\"name\":\"saveViewState\",\"url\":\"interfaces/monaco.editor.IEditorContribution.html#saveViewState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorContribution\"},{\"id\":1352,\"kind\":2048,\"name\":\"restoreViewState\",\"url\":\"interfaces/monaco.editor.IEditorContribution.html#restoreViewState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorContribution\"},{\"id\":1353,\"kind\":32,\"name\":\"EditorType\",\"url\":\"modules/monaco.editor.html#EditorType\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1354,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/monaco.editor.html#EditorType.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"monaco.editor.EditorType\"},{\"id\":1355,\"kind\":1024,\"name\":\"ICodeEditor\",\"url\":\"modules/monaco.editor.html#EditorType.__type-2.ICodeEditor-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorType.__type\"},{\"id\":1356,\"kind\":1024,\"name\":\"IDiffEditor\",\"url\":\"modules/monaco.editor.html#EditorType.__type-2.IDiffEditor-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorType.__type\"},{\"id\":1357,\"kind\":256,\"name\":\"IModelLanguageChangedEvent\",\"url\":\"interfaces/monaco.editor.IModelLanguageChangedEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1358,\"kind\":1024,\"name\":\"oldLanguage\",\"url\":\"interfaces/monaco.editor.IModelLanguageChangedEvent.html#oldLanguage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelLanguageChangedEvent\"},{\"id\":1359,\"kind\":1024,\"name\":\"newLanguage\",\"url\":\"interfaces/monaco.editor.IModelLanguageChangedEvent.html#newLanguage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelLanguageChangedEvent\"},{\"id\":1360,\"kind\":1024,\"name\":\"source\",\"url\":\"interfaces/monaco.editor.IModelLanguageChangedEvent.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelLanguageChangedEvent\"},{\"id\":1361,\"kind\":256,\"name\":\"IModelLanguageConfigurationChangedEvent\",\"url\":\"interfaces/monaco.editor.IModelLanguageConfigurationChangedEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1362,\"kind\":256,\"name\":\"IModelContentChange\",\"url\":\"interfaces/monaco.editor.IModelContentChange.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1363,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IModelContentChange.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelContentChange\"},{\"id\":1364,\"kind\":1024,\"name\":\"rangeOffset\",\"url\":\"interfaces/monaco.editor.IModelContentChange.html#rangeOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelContentChange\"},{\"id\":1365,\"kind\":1024,\"name\":\"rangeLength\",\"url\":\"interfaces/monaco.editor.IModelContentChange.html#rangeLength\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelContentChange\"},{\"id\":1366,\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/monaco.editor.IModelContentChange.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelContentChange\"},{\"id\":1367,\"kind\":256,\"name\":\"IModelContentChangedEvent\",\"url\":\"interfaces/monaco.editor.IModelContentChangedEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1368,\"kind\":1024,\"name\":\"changes\",\"url\":\"interfaces/monaco.editor.IModelContentChangedEvent.html#changes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelContentChangedEvent\"},{\"id\":1369,\"kind\":1024,\"name\":\"eol\",\"url\":\"interfaces/monaco.editor.IModelContentChangedEvent.html#eol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelContentChangedEvent\"},{\"id\":1370,\"kind\":1024,\"name\":\"versionId\",\"url\":\"interfaces/monaco.editor.IModelContentChangedEvent.html#versionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelContentChangedEvent\"},{\"id\":1371,\"kind\":1024,\"name\":\"isUndoing\",\"url\":\"interfaces/monaco.editor.IModelContentChangedEvent.html#isUndoing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelContentChangedEvent\"},{\"id\":1372,\"kind\":1024,\"name\":\"isRedoing\",\"url\":\"interfaces/monaco.editor.IModelContentChangedEvent.html#isRedoing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelContentChangedEvent\"},{\"id\":1373,\"kind\":1024,\"name\":\"isFlush\",\"url\":\"interfaces/monaco.editor.IModelContentChangedEvent.html#isFlush\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelContentChangedEvent\"},{\"id\":1374,\"kind\":256,\"name\":\"IModelDecorationsChangedEvent\",\"url\":\"interfaces/monaco.editor.IModelDecorationsChangedEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1375,\"kind\":1024,\"name\":\"affectsMinimap\",\"url\":\"interfaces/monaco.editor.IModelDecorationsChangedEvent.html#affectsMinimap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationsChangedEvent\"},{\"id\":1376,\"kind\":1024,\"name\":\"affectsOverviewRuler\",\"url\":\"interfaces/monaco.editor.IModelDecorationsChangedEvent.html#affectsOverviewRuler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelDecorationsChangedEvent\"},{\"id\":1377,\"kind\":256,\"name\":\"IModelOptionsChangedEvent\",\"url\":\"interfaces/monaco.editor.IModelOptionsChangedEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1378,\"kind\":1024,\"name\":\"tabSize\",\"url\":\"interfaces/monaco.editor.IModelOptionsChangedEvent.html#tabSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelOptionsChangedEvent\"},{\"id\":1379,\"kind\":1024,\"name\":\"indentSize\",\"url\":\"interfaces/monaco.editor.IModelOptionsChangedEvent.html#indentSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelOptionsChangedEvent\"},{\"id\":1380,\"kind\":1024,\"name\":\"insertSpaces\",\"url\":\"interfaces/monaco.editor.IModelOptionsChangedEvent.html#insertSpaces\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelOptionsChangedEvent\"},{\"id\":1381,\"kind\":1024,\"name\":\"trimAutoWhitespace\",\"url\":\"interfaces/monaco.editor.IModelOptionsChangedEvent.html#trimAutoWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IModelOptionsChangedEvent\"},{\"id\":1382,\"kind\":8,\"name\":\"CursorChangeReason\",\"url\":\"enums/monaco.editor.CursorChangeReason.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1383,\"kind\":16,\"name\":\"NotSet\",\"url\":\"enums/monaco.editor.CursorChangeReason.html#NotSet\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.CursorChangeReason\"},{\"id\":1384,\"kind\":16,\"name\":\"ContentFlush\",\"url\":\"enums/monaco.editor.CursorChangeReason.html#ContentFlush\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.CursorChangeReason\"},{\"id\":1385,\"kind\":16,\"name\":\"RecoverFromMarkers\",\"url\":\"enums/monaco.editor.CursorChangeReason.html#RecoverFromMarkers\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.CursorChangeReason\"},{\"id\":1386,\"kind\":16,\"name\":\"Explicit\",\"url\":\"enums/monaco.editor.CursorChangeReason.html#Explicit\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.CursorChangeReason\"},{\"id\":1387,\"kind\":16,\"name\":\"Paste\",\"url\":\"enums/monaco.editor.CursorChangeReason.html#Paste\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.CursorChangeReason\"},{\"id\":1388,\"kind\":16,\"name\":\"Undo\",\"url\":\"enums/monaco.editor.CursorChangeReason.html#Undo\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.CursorChangeReason\"},{\"id\":1389,\"kind\":16,\"name\":\"Redo\",\"url\":\"enums/monaco.editor.CursorChangeReason.html#Redo\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.CursorChangeReason\"},{\"id\":1390,\"kind\":256,\"name\":\"ICursorPositionChangedEvent\",\"url\":\"interfaces/monaco.editor.ICursorPositionChangedEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1391,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.ICursorPositionChangedEvent.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorPositionChangedEvent\"},{\"id\":1392,\"kind\":1024,\"name\":\"secondaryPositions\",\"url\":\"interfaces/monaco.editor.ICursorPositionChangedEvent.html#secondaryPositions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorPositionChangedEvent\"},{\"id\":1393,\"kind\":1024,\"name\":\"reason\",\"url\":\"interfaces/monaco.editor.ICursorPositionChangedEvent.html#reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorPositionChangedEvent\"},{\"id\":1394,\"kind\":1024,\"name\":\"source\",\"url\":\"interfaces/monaco.editor.ICursorPositionChangedEvent.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorPositionChangedEvent\"},{\"id\":1395,\"kind\":256,\"name\":\"ICursorSelectionChangedEvent\",\"url\":\"interfaces/monaco.editor.ICursorSelectionChangedEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1396,\"kind\":1024,\"name\":\"selection\",\"url\":\"interfaces/monaco.editor.ICursorSelectionChangedEvent.html#selection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorSelectionChangedEvent\"},{\"id\":1397,\"kind\":1024,\"name\":\"secondarySelections\",\"url\":\"interfaces/monaco.editor.ICursorSelectionChangedEvent.html#secondarySelections\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorSelectionChangedEvent\"},{\"id\":1398,\"kind\":1024,\"name\":\"modelVersionId\",\"url\":\"interfaces/monaco.editor.ICursorSelectionChangedEvent.html#modelVersionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorSelectionChangedEvent\"},{\"id\":1399,\"kind\":1024,\"name\":\"oldSelections\",\"url\":\"interfaces/monaco.editor.ICursorSelectionChangedEvent.html#oldSelections\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorSelectionChangedEvent\"},{\"id\":1400,\"kind\":1024,\"name\":\"oldModelVersionId\",\"url\":\"interfaces/monaco.editor.ICursorSelectionChangedEvent.html#oldModelVersionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorSelectionChangedEvent\"},{\"id\":1401,\"kind\":1024,\"name\":\"source\",\"url\":\"interfaces/monaco.editor.ICursorSelectionChangedEvent.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorSelectionChangedEvent\"},{\"id\":1402,\"kind\":1024,\"name\":\"reason\",\"url\":\"interfaces/monaco.editor.ICursorSelectionChangedEvent.html#reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICursorSelectionChangedEvent\"},{\"id\":1403,\"kind\":8,\"name\":\"AccessibilitySupport\",\"url\":\"enums/monaco.editor.AccessibilitySupport.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1404,\"kind\":16,\"name\":\"Unknown\",\"url\":\"enums/monaco.editor.AccessibilitySupport.html#Unknown\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.AccessibilitySupport\"},{\"id\":1405,\"kind\":16,\"name\":\"Disabled\",\"url\":\"enums/monaco.editor.AccessibilitySupport.html#Disabled\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.AccessibilitySupport\"},{\"id\":1406,\"kind\":16,\"name\":\"Enabled\",\"url\":\"enums/monaco.editor.AccessibilitySupport.html#Enabled\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.AccessibilitySupport\"},{\"id\":1407,\"kind\":4194304,\"name\":\"EditorAutoClosingStrategy\",\"url\":\"modules/monaco.editor.html#EditorAutoClosingStrategy\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1408,\"kind\":4194304,\"name\":\"EditorAutoSurroundStrategy\",\"url\":\"modules/monaco.editor.html#EditorAutoSurroundStrategy\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1409,\"kind\":4194304,\"name\":\"EditorAutoClosingEditStrategy\",\"url\":\"modules/monaco.editor.html#EditorAutoClosingEditStrategy\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1410,\"kind\":8,\"name\":\"EditorAutoIndentStrategy\",\"url\":\"enums/monaco.editor.EditorAutoIndentStrategy.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1411,\"kind\":16,\"name\":\"None\",\"url\":\"enums/monaco.editor.EditorAutoIndentStrategy.html#None\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorAutoIndentStrategy\"},{\"id\":1412,\"kind\":16,\"name\":\"Keep\",\"url\":\"enums/monaco.editor.EditorAutoIndentStrategy.html#Keep\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorAutoIndentStrategy\"},{\"id\":1413,\"kind\":16,\"name\":\"Brackets\",\"url\":\"enums/monaco.editor.EditorAutoIndentStrategy.html#Brackets\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorAutoIndentStrategy\"},{\"id\":1414,\"kind\":16,\"name\":\"Advanced\",\"url\":\"enums/monaco.editor.EditorAutoIndentStrategy.html#Advanced\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorAutoIndentStrategy\"},{\"id\":1415,\"kind\":16,\"name\":\"Full\",\"url\":\"enums/monaco.editor.EditorAutoIndentStrategy.html#Full\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorAutoIndentStrategy\"},{\"id\":1416,\"kind\":256,\"name\":\"IEditorOptions\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1417,\"kind\":1024,\"name\":\"inDiffEditor\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#inDiffEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1418,\"kind\":1024,\"name\":\"ariaLabel\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#ariaLabel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1419,\"kind\":1024,\"name\":\"tabIndex\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#tabIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1420,\"kind\":1024,\"name\":\"rulers\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#rulers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1421,\"kind\":1024,\"name\":\"wordSeparators\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#wordSeparators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1422,\"kind\":1024,\"name\":\"selectionClipboard\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#selectionClipboard\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1423,\"kind\":1024,\"name\":\"lineNumbers\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#lineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1424,\"kind\":1024,\"name\":\"cursorSurroundingLines\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#cursorSurroundingLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1425,\"kind\":1024,\"name\":\"cursorSurroundingLinesStyle\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#cursorSurroundingLinesStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1426,\"kind\":1024,\"name\":\"renderFinalNewline\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#renderFinalNewline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1427,\"kind\":1024,\"name\":\"unusualLineTerminators\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#unusualLineTerminators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1428,\"kind\":1024,\"name\":\"selectOnLineNumbers\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#selectOnLineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1429,\"kind\":1024,\"name\":\"lineNumbersMinChars\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#lineNumbersMinChars\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1430,\"kind\":1024,\"name\":\"glyphMargin\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#glyphMargin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1431,\"kind\":1024,\"name\":\"lineDecorationsWidth\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#lineDecorationsWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1432,\"kind\":1024,\"name\":\"revealHorizontalRightPadding\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#revealHorizontalRightPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1433,\"kind\":1024,\"name\":\"roundedSelection\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#roundedSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1434,\"kind\":1024,\"name\":\"extraEditorClassName\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#extraEditorClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1435,\"kind\":1024,\"name\":\"readOnly\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#readOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1436,\"kind\":1024,\"name\":\"domReadOnly\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#domReadOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1437,\"kind\":1024,\"name\":\"linkedEditing\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#linkedEditing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1438,\"kind\":1024,\"name\":\"renameOnType\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#renameOnType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1439,\"kind\":1024,\"name\":\"renderValidationDecorations\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#renderValidationDecorations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1440,\"kind\":1024,\"name\":\"scrollbar\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#scrollbar\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1441,\"kind\":1024,\"name\":\"stickyScroll\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#stickyScroll\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1442,\"kind\":1024,\"name\":\"minimap\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#minimap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1443,\"kind\":1024,\"name\":\"find\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#find\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1444,\"kind\":1024,\"name\":\"fixedOverflowWidgets\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#fixedOverflowWidgets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1445,\"kind\":1024,\"name\":\"overviewRulerLanes\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#overviewRulerLanes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1446,\"kind\":1024,\"name\":\"overviewRulerBorder\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#overviewRulerBorder\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1447,\"kind\":1024,\"name\":\"cursorBlinking\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#cursorBlinking\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1448,\"kind\":1024,\"name\":\"mouseWheelZoom\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#mouseWheelZoom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1449,\"kind\":1024,\"name\":\"mouseStyle\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#mouseStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1450,\"kind\":1024,\"name\":\"cursorSmoothCaretAnimation\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#cursorSmoothCaretAnimation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1451,\"kind\":1024,\"name\":\"cursorStyle\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#cursorStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1452,\"kind\":1024,\"name\":\"cursorWidth\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#cursorWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1453,\"kind\":1024,\"name\":\"fontLigatures\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#fontLigatures\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1454,\"kind\":1024,\"name\":\"fontVariations\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#fontVariations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1455,\"kind\":1024,\"name\":\"disableLayerHinting\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#disableLayerHinting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1456,\"kind\":1024,\"name\":\"disableMonospaceOptimizations\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#disableMonospaceOptimizations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1457,\"kind\":1024,\"name\":\"hideCursorInOverviewRuler\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#hideCursorInOverviewRuler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1458,\"kind\":1024,\"name\":\"scrollBeyondLastLine\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#scrollBeyondLastLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1459,\"kind\":1024,\"name\":\"scrollBeyondLastColumn\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#scrollBeyondLastColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1460,\"kind\":1024,\"name\":\"smoothScrolling\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#smoothScrolling\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1461,\"kind\":1024,\"name\":\"automaticLayout\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#automaticLayout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1462,\"kind\":1024,\"name\":\"wordWrap\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#wordWrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1463,\"kind\":1024,\"name\":\"wordWrapOverride1\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#wordWrapOverride1\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1464,\"kind\":1024,\"name\":\"wordWrapOverride2\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#wordWrapOverride2\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1465,\"kind\":1024,\"name\":\"wordWrapColumn\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#wordWrapColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1466,\"kind\":1024,\"name\":\"wrappingIndent\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#wrappingIndent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1467,\"kind\":1024,\"name\":\"wrappingStrategy\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#wrappingStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1468,\"kind\":1024,\"name\":\"wordWrapBreakBeforeCharacters\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#wordWrapBreakBeforeCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1469,\"kind\":1024,\"name\":\"wordWrapBreakAfterCharacters\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#wordWrapBreakAfterCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1470,\"kind\":1024,\"name\":\"wordBreak\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#wordBreak\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1471,\"kind\":1024,\"name\":\"stopRenderingLineAfter\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#stopRenderingLineAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1472,\"kind\":1024,\"name\":\"hover\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#hover\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1473,\"kind\":1024,\"name\":\"links\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#links\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1474,\"kind\":1024,\"name\":\"colorDecorators\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#colorDecorators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1475,\"kind\":1024,\"name\":\"colorDecoratorsLimit\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#colorDecoratorsLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1476,\"kind\":1024,\"name\":\"comments\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1477,\"kind\":1024,\"name\":\"contextmenu\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#contextmenu\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1478,\"kind\":1024,\"name\":\"mouseWheelScrollSensitivity\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#mouseWheelScrollSensitivity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1479,\"kind\":1024,\"name\":\"fastScrollSensitivity\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#fastScrollSensitivity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1480,\"kind\":1024,\"name\":\"scrollPredominantAxis\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#scrollPredominantAxis\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1481,\"kind\":1024,\"name\":\"columnSelection\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#columnSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1482,\"kind\":1024,\"name\":\"multiCursorModifier\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#multiCursorModifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1483,\"kind\":1024,\"name\":\"multiCursorMergeOverlapping\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#multiCursorMergeOverlapping\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1484,\"kind\":1024,\"name\":\"multiCursorPaste\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#multiCursorPaste\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1485,\"kind\":1024,\"name\":\"multiCursorLimit\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#multiCursorLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1486,\"kind\":1024,\"name\":\"accessibilitySupport\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#accessibilitySupport\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1487,\"kind\":1024,\"name\":\"accessibilityPageSize\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#accessibilityPageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1488,\"kind\":1024,\"name\":\"suggest\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#suggest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1489,\"kind\":1024,\"name\":\"inlineSuggest\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#inlineSuggest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1490,\"kind\":1024,\"name\":\"smartSelect\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#smartSelect\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1491,\"kind\":1024,\"name\":\"gotoLocation\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#gotoLocation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1492,\"kind\":1024,\"name\":\"quickSuggestions\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#quickSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1493,\"kind\":1024,\"name\":\"quickSuggestionsDelay\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#quickSuggestionsDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1494,\"kind\":1024,\"name\":\"padding\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#padding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1495,\"kind\":1024,\"name\":\"parameterHints\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#parameterHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1496,\"kind\":1024,\"name\":\"autoClosingBrackets\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#autoClosingBrackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1497,\"kind\":1024,\"name\":\"autoClosingQuotes\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#autoClosingQuotes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1498,\"kind\":1024,\"name\":\"autoClosingDelete\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#autoClosingDelete\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1499,\"kind\":1024,\"name\":\"autoClosingOvertype\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#autoClosingOvertype\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1500,\"kind\":1024,\"name\":\"autoSurround\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#autoSurround\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1501,\"kind\":1024,\"name\":\"autoIndent\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#autoIndent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1502,\"kind\":1024,\"name\":\"stickyTabStops\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#stickyTabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1503,\"kind\":1024,\"name\":\"formatOnType\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#formatOnType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1504,\"kind\":1024,\"name\":\"formatOnPaste\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#formatOnPaste\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1505,\"kind\":1024,\"name\":\"dragAndDrop\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#dragAndDrop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1506,\"kind\":1024,\"name\":\"suggestOnTriggerCharacters\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#suggestOnTriggerCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1507,\"kind\":1024,\"name\":\"acceptSuggestionOnEnter\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#acceptSuggestionOnEnter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1508,\"kind\":1024,\"name\":\"acceptSuggestionOnCommitCharacter\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#acceptSuggestionOnCommitCharacter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1509,\"kind\":1024,\"name\":\"snippetSuggestions\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#snippetSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1510,\"kind\":1024,\"name\":\"emptySelectionClipboard\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#emptySelectionClipboard\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1511,\"kind\":1024,\"name\":\"copyWithSyntaxHighlighting\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#copyWithSyntaxHighlighting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1512,\"kind\":1024,\"name\":\"suggestSelection\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#suggestSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1513,\"kind\":1024,\"name\":\"suggestFontSize\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#suggestFontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1514,\"kind\":1024,\"name\":\"suggestLineHeight\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#suggestLineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1515,\"kind\":1024,\"name\":\"tabCompletion\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#tabCompletion\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1516,\"kind\":1024,\"name\":\"selectionHighlight\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#selectionHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1517,\"kind\":1024,\"name\":\"occurrencesHighlight\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#occurrencesHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1518,\"kind\":1024,\"name\":\"codeLens\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#codeLens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1519,\"kind\":1024,\"name\":\"codeLensFontFamily\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#codeLensFontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1520,\"kind\":1024,\"name\":\"codeLensFontSize\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#codeLensFontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1521,\"kind\":1024,\"name\":\"lightbulb\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#lightbulb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1522,\"kind\":1024,\"name\":\"codeActionsOnSaveTimeout\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#codeActionsOnSaveTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1523,\"kind\":1024,\"name\":\"folding\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#folding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1524,\"kind\":1024,\"name\":\"foldingStrategy\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#foldingStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1525,\"kind\":1024,\"name\":\"foldingHighlight\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#foldingHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1526,\"kind\":1024,\"name\":\"foldingImportsByDefault\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#foldingImportsByDefault\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1527,\"kind\":1024,\"name\":\"foldingMaximumRegions\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#foldingMaximumRegions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1528,\"kind\":1024,\"name\":\"showFoldingControls\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#showFoldingControls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1529,\"kind\":1024,\"name\":\"unfoldOnClickAfterEndOfLine\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#unfoldOnClickAfterEndOfLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1530,\"kind\":1024,\"name\":\"matchBrackets\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#matchBrackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1531,\"kind\":1024,\"name\":\"experimentalWhitespaceRendering\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#experimentalWhitespaceRendering\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1532,\"kind\":1024,\"name\":\"renderWhitespace\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#renderWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1533,\"kind\":1024,\"name\":\"renderControlCharacters\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#renderControlCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1534,\"kind\":1024,\"name\":\"renderLineHighlight\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#renderLineHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1535,\"kind\":1024,\"name\":\"renderLineHighlightOnlyWhenFocus\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#renderLineHighlightOnlyWhenFocus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1536,\"kind\":1024,\"name\":\"useTabStops\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#useTabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1537,\"kind\":1024,\"name\":\"fontFamily\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#fontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1538,\"kind\":1024,\"name\":\"fontWeight\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#fontWeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1539,\"kind\":1024,\"name\":\"fontSize\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#fontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1540,\"kind\":1024,\"name\":\"lineHeight\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#lineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1541,\"kind\":1024,\"name\":\"letterSpacing\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#letterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1542,\"kind\":1024,\"name\":\"showUnused\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#showUnused\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1543,\"kind\":1024,\"name\":\"peekWidgetDefaultFocus\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#peekWidgetDefaultFocus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1544,\"kind\":1024,\"name\":\"definitionLinkOpensInPeek\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#definitionLinkOpensInPeek\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1545,\"kind\":1024,\"name\":\"showDeprecated\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#showDeprecated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1546,\"kind\":1024,\"name\":\"matchOnWordStartOnly\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#matchOnWordStartOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1547,\"kind\":1024,\"name\":\"inlayHints\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#inlayHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1548,\"kind\":1024,\"name\":\"useShadowDOM\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#useShadowDOM\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1549,\"kind\":1024,\"name\":\"guides\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#guides\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1550,\"kind\":1024,\"name\":\"unicodeHighlight\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#unicodeHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1551,\"kind\":1024,\"name\":\"bracketPairColorization\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#bracketPairColorization\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1552,\"kind\":1024,\"name\":\"dropIntoEditor\",\"url\":\"interfaces/monaco.editor.IEditorOptions.html#dropIntoEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOptions\"},{\"id\":1553,\"kind\":256,\"name\":\"IDiffEditorBaseOptions\",\"url\":\"interfaces/monaco.editor.IDiffEditorBaseOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1554,\"kind\":1024,\"name\":\"enableSplitViewResizing\",\"url\":\"interfaces/monaco.editor.IDiffEditorBaseOptions.html#enableSplitViewResizing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorBaseOptions\"},{\"id\":1555,\"kind\":1024,\"name\":\"renderSideBySide\",\"url\":\"interfaces/monaco.editor.IDiffEditorBaseOptions.html#renderSideBySide\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorBaseOptions\"},{\"id\":1556,\"kind\":1024,\"name\":\"maxComputationTime\",\"url\":\"interfaces/monaco.editor.IDiffEditorBaseOptions.html#maxComputationTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorBaseOptions\"},{\"id\":1557,\"kind\":1024,\"name\":\"maxFileSize\",\"url\":\"interfaces/monaco.editor.IDiffEditorBaseOptions.html#maxFileSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorBaseOptions\"},{\"id\":1558,\"kind\":1024,\"name\":\"ignoreTrimWhitespace\",\"url\":\"interfaces/monaco.editor.IDiffEditorBaseOptions.html#ignoreTrimWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorBaseOptions\"},{\"id\":1559,\"kind\":1024,\"name\":\"renderIndicators\",\"url\":\"interfaces/monaco.editor.IDiffEditorBaseOptions.html#renderIndicators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorBaseOptions\"},{\"id\":1560,\"kind\":1024,\"name\":\"renderMarginRevertIcon\",\"url\":\"interfaces/monaco.editor.IDiffEditorBaseOptions.html#renderMarginRevertIcon\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorBaseOptions\"},{\"id\":1561,\"kind\":1024,\"name\":\"originalEditable\",\"url\":\"interfaces/monaco.editor.IDiffEditorBaseOptions.html#originalEditable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorBaseOptions\"},{\"id\":1562,\"kind\":1024,\"name\":\"diffCodeLens\",\"url\":\"interfaces/monaco.editor.IDiffEditorBaseOptions.html#diffCodeLens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorBaseOptions\"},{\"id\":1563,\"kind\":1024,\"name\":\"renderOverviewRuler\",\"url\":\"interfaces/monaco.editor.IDiffEditorBaseOptions.html#renderOverviewRuler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorBaseOptions\"},{\"id\":1564,\"kind\":1024,\"name\":\"diffWordWrap\",\"url\":\"interfaces/monaco.editor.IDiffEditorBaseOptions.html#diffWordWrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorBaseOptions\"},{\"id\":1565,\"kind\":1024,\"name\":\"diffAlgorithm\",\"url\":\"interfaces/monaco.editor.IDiffEditorBaseOptions.html#diffAlgorithm\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorBaseOptions\"},{\"id\":1566,\"kind\":256,\"name\":\"IDiffEditorOptions\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1567,\"kind\":1024,\"name\":\"inDiffEditor\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#inDiffEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1568,\"kind\":1024,\"name\":\"ariaLabel\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#ariaLabel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1569,\"kind\":1024,\"name\":\"tabIndex\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#tabIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1570,\"kind\":1024,\"name\":\"rulers\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#rulers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1571,\"kind\":1024,\"name\":\"wordSeparators\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#wordSeparators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1572,\"kind\":1024,\"name\":\"selectionClipboard\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#selectionClipboard\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1573,\"kind\":1024,\"name\":\"lineNumbers\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#lineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1574,\"kind\":1024,\"name\":\"cursorSurroundingLines\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#cursorSurroundingLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1575,\"kind\":1024,\"name\":\"cursorSurroundingLinesStyle\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#cursorSurroundingLinesStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1576,\"kind\":1024,\"name\":\"renderFinalNewline\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#renderFinalNewline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1577,\"kind\":1024,\"name\":\"unusualLineTerminators\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#unusualLineTerminators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1578,\"kind\":1024,\"name\":\"selectOnLineNumbers\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#selectOnLineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1579,\"kind\":1024,\"name\":\"lineNumbersMinChars\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#lineNumbersMinChars\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1580,\"kind\":1024,\"name\":\"glyphMargin\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#glyphMargin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1581,\"kind\":1024,\"name\":\"lineDecorationsWidth\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#lineDecorationsWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1582,\"kind\":1024,\"name\":\"revealHorizontalRightPadding\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#revealHorizontalRightPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1583,\"kind\":1024,\"name\":\"roundedSelection\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#roundedSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1584,\"kind\":1024,\"name\":\"extraEditorClassName\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#extraEditorClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1585,\"kind\":1024,\"name\":\"readOnly\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#readOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1586,\"kind\":1024,\"name\":\"domReadOnly\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#domReadOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1587,\"kind\":1024,\"name\":\"linkedEditing\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#linkedEditing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1588,\"kind\":1024,\"name\":\"renameOnType\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#renameOnType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1589,\"kind\":1024,\"name\":\"renderValidationDecorations\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#renderValidationDecorations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1590,\"kind\":1024,\"name\":\"scrollbar\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#scrollbar\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1591,\"kind\":1024,\"name\":\"stickyScroll\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#stickyScroll\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1592,\"kind\":1024,\"name\":\"minimap\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#minimap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1593,\"kind\":1024,\"name\":\"find\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#find\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1594,\"kind\":1024,\"name\":\"fixedOverflowWidgets\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#fixedOverflowWidgets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1595,\"kind\":1024,\"name\":\"overviewRulerLanes\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#overviewRulerLanes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1596,\"kind\":1024,\"name\":\"overviewRulerBorder\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#overviewRulerBorder\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1597,\"kind\":1024,\"name\":\"cursorBlinking\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#cursorBlinking\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1598,\"kind\":1024,\"name\":\"mouseWheelZoom\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#mouseWheelZoom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1599,\"kind\":1024,\"name\":\"mouseStyle\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#mouseStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1600,\"kind\":1024,\"name\":\"cursorSmoothCaretAnimation\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#cursorSmoothCaretAnimation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1601,\"kind\":1024,\"name\":\"cursorStyle\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#cursorStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1602,\"kind\":1024,\"name\":\"cursorWidth\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#cursorWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1603,\"kind\":1024,\"name\":\"fontLigatures\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#fontLigatures\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1604,\"kind\":1024,\"name\":\"fontVariations\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#fontVariations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1605,\"kind\":1024,\"name\":\"disableLayerHinting\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#disableLayerHinting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1606,\"kind\":1024,\"name\":\"disableMonospaceOptimizations\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#disableMonospaceOptimizations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1607,\"kind\":1024,\"name\":\"hideCursorInOverviewRuler\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#hideCursorInOverviewRuler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1608,\"kind\":1024,\"name\":\"scrollBeyondLastLine\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#scrollBeyondLastLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1609,\"kind\":1024,\"name\":\"scrollBeyondLastColumn\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#scrollBeyondLastColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1610,\"kind\":1024,\"name\":\"smoothScrolling\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#smoothScrolling\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1611,\"kind\":1024,\"name\":\"automaticLayout\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#automaticLayout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1612,\"kind\":1024,\"name\":\"wordWrap\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#wordWrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1613,\"kind\":1024,\"name\":\"wordWrapOverride1\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#wordWrapOverride1\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1614,\"kind\":1024,\"name\":\"wordWrapOverride2\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#wordWrapOverride2\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1615,\"kind\":1024,\"name\":\"wordWrapColumn\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#wordWrapColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1616,\"kind\":1024,\"name\":\"wrappingIndent\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#wrappingIndent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1617,\"kind\":1024,\"name\":\"wrappingStrategy\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#wrappingStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1618,\"kind\":1024,\"name\":\"wordWrapBreakBeforeCharacters\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#wordWrapBreakBeforeCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1619,\"kind\":1024,\"name\":\"wordWrapBreakAfterCharacters\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#wordWrapBreakAfterCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1620,\"kind\":1024,\"name\":\"wordBreak\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#wordBreak\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1621,\"kind\":1024,\"name\":\"stopRenderingLineAfter\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#stopRenderingLineAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1622,\"kind\":1024,\"name\":\"hover\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#hover\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1623,\"kind\":1024,\"name\":\"links\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#links\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1624,\"kind\":1024,\"name\":\"colorDecorators\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#colorDecorators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1625,\"kind\":1024,\"name\":\"colorDecoratorsLimit\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#colorDecoratorsLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1626,\"kind\":1024,\"name\":\"comments\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1627,\"kind\":1024,\"name\":\"contextmenu\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#contextmenu\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1628,\"kind\":1024,\"name\":\"mouseWheelScrollSensitivity\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#mouseWheelScrollSensitivity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1629,\"kind\":1024,\"name\":\"fastScrollSensitivity\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#fastScrollSensitivity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1630,\"kind\":1024,\"name\":\"scrollPredominantAxis\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#scrollPredominantAxis\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1631,\"kind\":1024,\"name\":\"columnSelection\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#columnSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1632,\"kind\":1024,\"name\":\"multiCursorModifier\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#multiCursorModifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1633,\"kind\":1024,\"name\":\"multiCursorMergeOverlapping\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#multiCursorMergeOverlapping\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1634,\"kind\":1024,\"name\":\"multiCursorPaste\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#multiCursorPaste\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1635,\"kind\":1024,\"name\":\"multiCursorLimit\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#multiCursorLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1636,\"kind\":1024,\"name\":\"accessibilitySupport\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#accessibilitySupport\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1637,\"kind\":1024,\"name\":\"accessibilityPageSize\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#accessibilityPageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1638,\"kind\":1024,\"name\":\"suggest\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#suggest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1639,\"kind\":1024,\"name\":\"inlineSuggest\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#inlineSuggest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1640,\"kind\":1024,\"name\":\"smartSelect\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#smartSelect\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1641,\"kind\":1024,\"name\":\"gotoLocation\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#gotoLocation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1642,\"kind\":1024,\"name\":\"quickSuggestions\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#quickSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1643,\"kind\":1024,\"name\":\"quickSuggestionsDelay\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#quickSuggestionsDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1644,\"kind\":1024,\"name\":\"padding\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#padding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1645,\"kind\":1024,\"name\":\"parameterHints\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#parameterHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1646,\"kind\":1024,\"name\":\"autoClosingBrackets\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#autoClosingBrackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1647,\"kind\":1024,\"name\":\"autoClosingQuotes\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#autoClosingQuotes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1648,\"kind\":1024,\"name\":\"autoClosingDelete\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#autoClosingDelete\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1649,\"kind\":1024,\"name\":\"autoClosingOvertype\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#autoClosingOvertype\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1650,\"kind\":1024,\"name\":\"autoSurround\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#autoSurround\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1651,\"kind\":1024,\"name\":\"autoIndent\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#autoIndent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1652,\"kind\":1024,\"name\":\"stickyTabStops\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#stickyTabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1653,\"kind\":1024,\"name\":\"formatOnType\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#formatOnType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1654,\"kind\":1024,\"name\":\"formatOnPaste\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#formatOnPaste\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1655,\"kind\":1024,\"name\":\"dragAndDrop\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#dragAndDrop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1656,\"kind\":1024,\"name\":\"suggestOnTriggerCharacters\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#suggestOnTriggerCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1657,\"kind\":1024,\"name\":\"acceptSuggestionOnEnter\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#acceptSuggestionOnEnter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1658,\"kind\":1024,\"name\":\"acceptSuggestionOnCommitCharacter\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#acceptSuggestionOnCommitCharacter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1659,\"kind\":1024,\"name\":\"snippetSuggestions\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#snippetSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1660,\"kind\":1024,\"name\":\"emptySelectionClipboard\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#emptySelectionClipboard\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1661,\"kind\":1024,\"name\":\"copyWithSyntaxHighlighting\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#copyWithSyntaxHighlighting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1662,\"kind\":1024,\"name\":\"suggestSelection\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#suggestSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1663,\"kind\":1024,\"name\":\"suggestFontSize\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#suggestFontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1664,\"kind\":1024,\"name\":\"suggestLineHeight\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#suggestLineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1665,\"kind\":1024,\"name\":\"tabCompletion\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#tabCompletion\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1666,\"kind\":1024,\"name\":\"selectionHighlight\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#selectionHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1667,\"kind\":1024,\"name\":\"occurrencesHighlight\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#occurrencesHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1668,\"kind\":1024,\"name\":\"codeLens\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#codeLens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1669,\"kind\":1024,\"name\":\"codeLensFontFamily\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#codeLensFontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1670,\"kind\":1024,\"name\":\"codeLensFontSize\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#codeLensFontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1671,\"kind\":1024,\"name\":\"lightbulb\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#lightbulb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1672,\"kind\":1024,\"name\":\"codeActionsOnSaveTimeout\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#codeActionsOnSaveTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1673,\"kind\":1024,\"name\":\"folding\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#folding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1674,\"kind\":1024,\"name\":\"foldingStrategy\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#foldingStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1675,\"kind\":1024,\"name\":\"foldingHighlight\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#foldingHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1676,\"kind\":1024,\"name\":\"foldingImportsByDefault\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#foldingImportsByDefault\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1677,\"kind\":1024,\"name\":\"foldingMaximumRegions\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#foldingMaximumRegions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1678,\"kind\":1024,\"name\":\"showFoldingControls\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#showFoldingControls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1679,\"kind\":1024,\"name\":\"unfoldOnClickAfterEndOfLine\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#unfoldOnClickAfterEndOfLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1680,\"kind\":1024,\"name\":\"matchBrackets\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#matchBrackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1681,\"kind\":1024,\"name\":\"experimentalWhitespaceRendering\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#experimentalWhitespaceRendering\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1682,\"kind\":1024,\"name\":\"renderWhitespace\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#renderWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1683,\"kind\":1024,\"name\":\"renderControlCharacters\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#renderControlCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1684,\"kind\":1024,\"name\":\"renderLineHighlight\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#renderLineHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1685,\"kind\":1024,\"name\":\"renderLineHighlightOnlyWhenFocus\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#renderLineHighlightOnlyWhenFocus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1686,\"kind\":1024,\"name\":\"useTabStops\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#useTabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1687,\"kind\":1024,\"name\":\"fontFamily\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#fontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1688,\"kind\":1024,\"name\":\"fontWeight\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#fontWeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1689,\"kind\":1024,\"name\":\"fontSize\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#fontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1690,\"kind\":1024,\"name\":\"lineHeight\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#lineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1691,\"kind\":1024,\"name\":\"letterSpacing\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#letterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1692,\"kind\":1024,\"name\":\"showUnused\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#showUnused\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1693,\"kind\":1024,\"name\":\"peekWidgetDefaultFocus\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#peekWidgetDefaultFocus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1694,\"kind\":1024,\"name\":\"definitionLinkOpensInPeek\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#definitionLinkOpensInPeek\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1695,\"kind\":1024,\"name\":\"showDeprecated\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#showDeprecated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1696,\"kind\":1024,\"name\":\"matchOnWordStartOnly\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#matchOnWordStartOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1697,\"kind\":1024,\"name\":\"inlayHints\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#inlayHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1698,\"kind\":1024,\"name\":\"useShadowDOM\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#useShadowDOM\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1699,\"kind\":1024,\"name\":\"guides\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#guides\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1700,\"kind\":1024,\"name\":\"unicodeHighlight\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#unicodeHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1701,\"kind\":1024,\"name\":\"bracketPairColorization\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#bracketPairColorization\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1702,\"kind\":1024,\"name\":\"dropIntoEditor\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#dropIntoEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1703,\"kind\":1024,\"name\":\"enableSplitViewResizing\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#enableSplitViewResizing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1704,\"kind\":1024,\"name\":\"renderSideBySide\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#renderSideBySide\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1705,\"kind\":1024,\"name\":\"maxComputationTime\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#maxComputationTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1706,\"kind\":1024,\"name\":\"maxFileSize\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#maxFileSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1707,\"kind\":1024,\"name\":\"ignoreTrimWhitespace\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#ignoreTrimWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1708,\"kind\":1024,\"name\":\"renderIndicators\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#renderIndicators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1709,\"kind\":1024,\"name\":\"renderMarginRevertIcon\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#renderMarginRevertIcon\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1710,\"kind\":1024,\"name\":\"originalEditable\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#originalEditable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1711,\"kind\":1024,\"name\":\"diffCodeLens\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#diffCodeLens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1712,\"kind\":1024,\"name\":\"renderOverviewRuler\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#renderOverviewRuler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1713,\"kind\":1024,\"name\":\"diffWordWrap\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#diffWordWrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1714,\"kind\":1024,\"name\":\"diffAlgorithm\",\"url\":\"interfaces/monaco.editor.IDiffEditorOptions.html#diffAlgorithm\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorOptions\"},{\"id\":1715,\"kind\":128,\"name\":\"ConfigurationChangedEvent\",\"url\":\"classes/monaco.editor.ConfigurationChangedEvent.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1716,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.editor.ConfigurationChangedEvent.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"monaco.editor.ConfigurationChangedEvent\"},{\"id\":1717,\"kind\":2048,\"name\":\"hasChanged\",\"url\":\"classes/monaco.editor.ConfigurationChangedEvent.html#hasChanged\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"monaco.editor.ConfigurationChangedEvent\"},{\"id\":1718,\"kind\":256,\"name\":\"IComputedEditorOptions\",\"url\":\"interfaces/monaco.editor.IComputedEditorOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1719,\"kind\":2048,\"name\":\"get\",\"url\":\"interfaces/monaco.editor.IComputedEditorOptions.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter\",\"parent\":\"monaco.editor.IComputedEditorOptions\"},{\"id\":1720,\"kind\":256,\"name\":\"IEditorOption\",\"url\":\"interfaces/monaco.editor.IEditorOption.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco.editor\"},{\"id\":1721,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/monaco.editor.IEditorOption.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOption\"},{\"id\":1722,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/monaco.editor.IEditorOption.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOption\"},{\"id\":1723,\"kind\":1024,\"name\":\"defaultValue\",\"url\":\"interfaces/monaco.editor.IEditorOption.html#defaultValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOption\"},{\"id\":1724,\"kind\":2048,\"name\":\"applyUpdate\",\"url\":\"interfaces/monaco.editor.IEditorOption.html#applyUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorOption\"},{\"id\":1725,\"kind\":128,\"name\":\"ApplyUpdateResult\",\"url\":\"classes/monaco.editor.ApplyUpdateResult.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco.editor\"},{\"id\":1726,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.editor.ApplyUpdateResult.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"monaco.editor.ApplyUpdateResult\"},{\"id\":1727,\"kind\":1024,\"name\":\"newValue\",\"url\":\"classes/monaco.editor.ApplyUpdateResult.html#newValue\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.ApplyUpdateResult\"},{\"id\":1728,\"kind\":1024,\"name\":\"didChange\",\"url\":\"classes/monaco.editor.ApplyUpdateResult.html#didChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.ApplyUpdateResult\"},{\"id\":1729,\"kind\":256,\"name\":\"IEditorCommentsOptions\",\"url\":\"interfaces/monaco.editor.IEditorCommentsOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1730,\"kind\":1024,\"name\":\"insertSpace\",\"url\":\"interfaces/monaco.editor.IEditorCommentsOptions.html#insertSpace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorCommentsOptions\"},{\"id\":1731,\"kind\":1024,\"name\":\"ignoreEmptyLines\",\"url\":\"interfaces/monaco.editor.IEditorCommentsOptions.html#ignoreEmptyLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorCommentsOptions\"},{\"id\":1732,\"kind\":8,\"name\":\"TextEditorCursorBlinkingStyle\",\"url\":\"enums/monaco.editor.TextEditorCursorBlinkingStyle.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1733,\"kind\":16,\"name\":\"Hidden\",\"url\":\"enums/monaco.editor.TextEditorCursorBlinkingStyle.html#Hidden\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TextEditorCursorBlinkingStyle\"},{\"id\":1734,\"kind\":16,\"name\":\"Blink\",\"url\":\"enums/monaco.editor.TextEditorCursorBlinkingStyle.html#Blink\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TextEditorCursorBlinkingStyle\"},{\"id\":1735,\"kind\":16,\"name\":\"Smooth\",\"url\":\"enums/monaco.editor.TextEditorCursorBlinkingStyle.html#Smooth\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TextEditorCursorBlinkingStyle\"},{\"id\":1736,\"kind\":16,\"name\":\"Phase\",\"url\":\"enums/monaco.editor.TextEditorCursorBlinkingStyle.html#Phase\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TextEditorCursorBlinkingStyle\"},{\"id\":1737,\"kind\":16,\"name\":\"Expand\",\"url\":\"enums/monaco.editor.TextEditorCursorBlinkingStyle.html#Expand\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TextEditorCursorBlinkingStyle\"},{\"id\":1738,\"kind\":16,\"name\":\"Solid\",\"url\":\"enums/monaco.editor.TextEditorCursorBlinkingStyle.html#Solid\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TextEditorCursorBlinkingStyle\"},{\"id\":1739,\"kind\":8,\"name\":\"TextEditorCursorStyle\",\"url\":\"enums/monaco.editor.TextEditorCursorStyle.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1740,\"kind\":16,\"name\":\"Line\",\"url\":\"enums/monaco.editor.TextEditorCursorStyle.html#Line\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TextEditorCursorStyle\"},{\"id\":1741,\"kind\":16,\"name\":\"Block\",\"url\":\"enums/monaco.editor.TextEditorCursorStyle.html#Block\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TextEditorCursorStyle\"},{\"id\":1742,\"kind\":16,\"name\":\"Underline\",\"url\":\"enums/monaco.editor.TextEditorCursorStyle.html#Underline\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TextEditorCursorStyle\"},{\"id\":1743,\"kind\":16,\"name\":\"LineThin\",\"url\":\"enums/monaco.editor.TextEditorCursorStyle.html#LineThin\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TextEditorCursorStyle\"},{\"id\":1744,\"kind\":16,\"name\":\"BlockOutline\",\"url\":\"enums/monaco.editor.TextEditorCursorStyle.html#BlockOutline\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TextEditorCursorStyle\"},{\"id\":1745,\"kind\":16,\"name\":\"UnderlineThin\",\"url\":\"enums/monaco.editor.TextEditorCursorStyle.html#UnderlineThin\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.TextEditorCursorStyle\"},{\"id\":1746,\"kind\":256,\"name\":\"IEditorFindOptions\",\"url\":\"interfaces/monaco.editor.IEditorFindOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1747,\"kind\":1024,\"name\":\"cursorMoveOnType\",\"url\":\"interfaces/monaco.editor.IEditorFindOptions.html#cursorMoveOnType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorFindOptions\"},{\"id\":1748,\"kind\":1024,\"name\":\"seedSearchStringFromSelection\",\"url\":\"interfaces/monaco.editor.IEditorFindOptions.html#seedSearchStringFromSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorFindOptions\"},{\"id\":1749,\"kind\":1024,\"name\":\"autoFindInSelection\",\"url\":\"interfaces/monaco.editor.IEditorFindOptions.html#autoFindInSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorFindOptions\"},{\"id\":1750,\"kind\":1024,\"name\":\"addExtraSpaceOnTop\",\"url\":\"interfaces/monaco.editor.IEditorFindOptions.html#addExtraSpaceOnTop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorFindOptions\"},{\"id\":1751,\"kind\":1024,\"name\":\"loop\",\"url\":\"interfaces/monaco.editor.IEditorFindOptions.html#loop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorFindOptions\"},{\"id\":1752,\"kind\":4194304,\"name\":\"GoToLocationValues\",\"url\":\"modules/monaco.editor.html#GoToLocationValues\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1753,\"kind\":256,\"name\":\"IGotoLocationOptions\",\"url\":\"interfaces/monaco.editor.IGotoLocationOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1754,\"kind\":1024,\"name\":\"multiple\",\"url\":\"interfaces/monaco.editor.IGotoLocationOptions.html#multiple\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGotoLocationOptions\"},{\"id\":1755,\"kind\":1024,\"name\":\"multipleDefinitions\",\"url\":\"interfaces/monaco.editor.IGotoLocationOptions.html#multipleDefinitions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGotoLocationOptions\"},{\"id\":1756,\"kind\":1024,\"name\":\"multipleTypeDefinitions\",\"url\":\"interfaces/monaco.editor.IGotoLocationOptions.html#multipleTypeDefinitions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGotoLocationOptions\"},{\"id\":1757,\"kind\":1024,\"name\":\"multipleDeclarations\",\"url\":\"interfaces/monaco.editor.IGotoLocationOptions.html#multipleDeclarations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGotoLocationOptions\"},{\"id\":1758,\"kind\":1024,\"name\":\"multipleImplementations\",\"url\":\"interfaces/monaco.editor.IGotoLocationOptions.html#multipleImplementations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGotoLocationOptions\"},{\"id\":1759,\"kind\":1024,\"name\":\"multipleReferences\",\"url\":\"interfaces/monaco.editor.IGotoLocationOptions.html#multipleReferences\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGotoLocationOptions\"},{\"id\":1760,\"kind\":1024,\"name\":\"alternativeDefinitionCommand\",\"url\":\"interfaces/monaco.editor.IGotoLocationOptions.html#alternativeDefinitionCommand\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGotoLocationOptions\"},{\"id\":1761,\"kind\":1024,\"name\":\"alternativeTypeDefinitionCommand\",\"url\":\"interfaces/monaco.editor.IGotoLocationOptions.html#alternativeTypeDefinitionCommand\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGotoLocationOptions\"},{\"id\":1762,\"kind\":1024,\"name\":\"alternativeDeclarationCommand\",\"url\":\"interfaces/monaco.editor.IGotoLocationOptions.html#alternativeDeclarationCommand\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGotoLocationOptions\"},{\"id\":1763,\"kind\":1024,\"name\":\"alternativeImplementationCommand\",\"url\":\"interfaces/monaco.editor.IGotoLocationOptions.html#alternativeImplementationCommand\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGotoLocationOptions\"},{\"id\":1764,\"kind\":1024,\"name\":\"alternativeReferenceCommand\",\"url\":\"interfaces/monaco.editor.IGotoLocationOptions.html#alternativeReferenceCommand\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGotoLocationOptions\"},{\"id\":1765,\"kind\":256,\"name\":\"IEditorHoverOptions\",\"url\":\"interfaces/monaco.editor.IEditorHoverOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1766,\"kind\":1024,\"name\":\"enabled\",\"url\":\"interfaces/monaco.editor.IEditorHoverOptions.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorHoverOptions\"},{\"id\":1767,\"kind\":1024,\"name\":\"delay\",\"url\":\"interfaces/monaco.editor.IEditorHoverOptions.html#delay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorHoverOptions\"},{\"id\":1768,\"kind\":1024,\"name\":\"sticky\",\"url\":\"interfaces/monaco.editor.IEditorHoverOptions.html#sticky\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorHoverOptions\"},{\"id\":1769,\"kind\":1024,\"name\":\"above\",\"url\":\"interfaces/monaco.editor.IEditorHoverOptions.html#above\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorHoverOptions\"},{\"id\":1770,\"kind\":256,\"name\":\"OverviewRulerPosition\",\"url\":\"interfaces/monaco.editor.OverviewRulerPosition.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1771,\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/monaco.editor.OverviewRulerPosition.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.OverviewRulerPosition\"},{\"id\":1772,\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/monaco.editor.OverviewRulerPosition.html#height\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.OverviewRulerPosition\"},{\"id\":1773,\"kind\":1024,\"name\":\"top\",\"url\":\"interfaces/monaco.editor.OverviewRulerPosition.html#top\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.OverviewRulerPosition\"},{\"id\":1774,\"kind\":1024,\"name\":\"right\",\"url\":\"interfaces/monaco.editor.OverviewRulerPosition.html#right\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.OverviewRulerPosition\"},{\"id\":1775,\"kind\":8,\"name\":\"RenderMinimap\",\"url\":\"enums/monaco.editor.RenderMinimap.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1776,\"kind\":16,\"name\":\"None\",\"url\":\"enums/monaco.editor.RenderMinimap.html#None\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.RenderMinimap\"},{\"id\":1777,\"kind\":16,\"name\":\"Text\",\"url\":\"enums/monaco.editor.RenderMinimap.html#Text\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.RenderMinimap\"},{\"id\":1778,\"kind\":16,\"name\":\"Blocks\",\"url\":\"enums/monaco.editor.RenderMinimap.html#Blocks\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.RenderMinimap\"},{\"id\":1779,\"kind\":256,\"name\":\"EditorLayoutInfo\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1780,\"kind\":1024,\"name\":\"width\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#width\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1781,\"kind\":1024,\"name\":\"height\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#height\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1782,\"kind\":1024,\"name\":\"glyphMarginLeft\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#glyphMarginLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1783,\"kind\":1024,\"name\":\"glyphMarginWidth\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#glyphMarginWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1784,\"kind\":1024,\"name\":\"lineNumbersLeft\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#lineNumbersLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1785,\"kind\":1024,\"name\":\"lineNumbersWidth\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#lineNumbersWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1786,\"kind\":1024,\"name\":\"decorationsLeft\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#decorationsLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1787,\"kind\":1024,\"name\":\"decorationsWidth\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#decorationsWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1788,\"kind\":1024,\"name\":\"contentLeft\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#contentLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1789,\"kind\":1024,\"name\":\"contentWidth\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#contentWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1790,\"kind\":1024,\"name\":\"minimap\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#minimap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1791,\"kind\":1024,\"name\":\"viewportColumn\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#viewportColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1792,\"kind\":1024,\"name\":\"isWordWrapMinified\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#isWordWrapMinified\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1793,\"kind\":1024,\"name\":\"isViewportWrapping\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#isViewportWrapping\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1794,\"kind\":1024,\"name\":\"wrappingColumn\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#wrappingColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1795,\"kind\":1024,\"name\":\"verticalScrollbarWidth\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#verticalScrollbarWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1796,\"kind\":1024,\"name\":\"horizontalScrollbarHeight\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#horizontalScrollbarHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1797,\"kind\":1024,\"name\":\"overviewRuler\",\"url\":\"interfaces/monaco.editor.EditorLayoutInfo.html#overviewRuler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorLayoutInfo\"},{\"id\":1798,\"kind\":256,\"name\":\"EditorMinimapLayoutInfo\",\"url\":\"interfaces/monaco.editor.EditorMinimapLayoutInfo.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1799,\"kind\":1024,\"name\":\"renderMinimap\",\"url\":\"interfaces/monaco.editor.EditorMinimapLayoutInfo.html#renderMinimap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorMinimapLayoutInfo\"},{\"id\":1800,\"kind\":1024,\"name\":\"minimapLeft\",\"url\":\"interfaces/monaco.editor.EditorMinimapLayoutInfo.html#minimapLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorMinimapLayoutInfo\"},{\"id\":1801,\"kind\":1024,\"name\":\"minimapWidth\",\"url\":\"interfaces/monaco.editor.EditorMinimapLayoutInfo.html#minimapWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorMinimapLayoutInfo\"},{\"id\":1802,\"kind\":1024,\"name\":\"minimapHeightIsEditorHeight\",\"url\":\"interfaces/monaco.editor.EditorMinimapLayoutInfo.html#minimapHeightIsEditorHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorMinimapLayoutInfo\"},{\"id\":1803,\"kind\":1024,\"name\":\"minimapIsSampling\",\"url\":\"interfaces/monaco.editor.EditorMinimapLayoutInfo.html#minimapIsSampling\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorMinimapLayoutInfo\"},{\"id\":1804,\"kind\":1024,\"name\":\"minimapScale\",\"url\":\"interfaces/monaco.editor.EditorMinimapLayoutInfo.html#minimapScale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorMinimapLayoutInfo\"},{\"id\":1805,\"kind\":1024,\"name\":\"minimapLineHeight\",\"url\":\"interfaces/monaco.editor.EditorMinimapLayoutInfo.html#minimapLineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorMinimapLayoutInfo\"},{\"id\":1806,\"kind\":1024,\"name\":\"minimapCanvasInnerWidth\",\"url\":\"interfaces/monaco.editor.EditorMinimapLayoutInfo.html#minimapCanvasInnerWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorMinimapLayoutInfo\"},{\"id\":1807,\"kind\":1024,\"name\":\"minimapCanvasInnerHeight\",\"url\":\"interfaces/monaco.editor.EditorMinimapLayoutInfo.html#minimapCanvasInnerHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorMinimapLayoutInfo\"},{\"id\":1808,\"kind\":1024,\"name\":\"minimapCanvasOuterWidth\",\"url\":\"interfaces/monaco.editor.EditorMinimapLayoutInfo.html#minimapCanvasOuterWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorMinimapLayoutInfo\"},{\"id\":1809,\"kind\":1024,\"name\":\"minimapCanvasOuterHeight\",\"url\":\"interfaces/monaco.editor.EditorMinimapLayoutInfo.html#minimapCanvasOuterHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorMinimapLayoutInfo\"},{\"id\":1810,\"kind\":256,\"name\":\"IEditorLightbulbOptions\",\"url\":\"interfaces/monaco.editor.IEditorLightbulbOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1811,\"kind\":1024,\"name\":\"enabled\",\"url\":\"interfaces/monaco.editor.IEditorLightbulbOptions.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorLightbulbOptions\"},{\"id\":1812,\"kind\":256,\"name\":\"IEditorStickyScrollOptions\",\"url\":\"interfaces/monaco.editor.IEditorStickyScrollOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1813,\"kind\":1024,\"name\":\"enabled\",\"url\":\"interfaces/monaco.editor.IEditorStickyScrollOptions.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorStickyScrollOptions\"},{\"id\":1814,\"kind\":1024,\"name\":\"maxLineCount\",\"url\":\"interfaces/monaco.editor.IEditorStickyScrollOptions.html#maxLineCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorStickyScrollOptions\"},{\"id\":1815,\"kind\":256,\"name\":\"IEditorInlayHintsOptions\",\"url\":\"interfaces/monaco.editor.IEditorInlayHintsOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1816,\"kind\":1024,\"name\":\"enabled\",\"url\":\"interfaces/monaco.editor.IEditorInlayHintsOptions.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorInlayHintsOptions\"},{\"id\":1817,\"kind\":1024,\"name\":\"fontSize\",\"url\":\"interfaces/monaco.editor.IEditorInlayHintsOptions.html#fontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorInlayHintsOptions\"},{\"id\":1818,\"kind\":1024,\"name\":\"fontFamily\",\"url\":\"interfaces/monaco.editor.IEditorInlayHintsOptions.html#fontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorInlayHintsOptions\"},{\"id\":1819,\"kind\":1024,\"name\":\"padding\",\"url\":\"interfaces/monaco.editor.IEditorInlayHintsOptions.html#padding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorInlayHintsOptions\"},{\"id\":1820,\"kind\":256,\"name\":\"IEditorMinimapOptions\",\"url\":\"interfaces/monaco.editor.IEditorMinimapOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1821,\"kind\":1024,\"name\":\"enabled\",\"url\":\"interfaces/monaco.editor.IEditorMinimapOptions.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorMinimapOptions\"},{\"id\":1822,\"kind\":1024,\"name\":\"autohide\",\"url\":\"interfaces/monaco.editor.IEditorMinimapOptions.html#autohide\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorMinimapOptions\"},{\"id\":1823,\"kind\":1024,\"name\":\"side\",\"url\":\"interfaces/monaco.editor.IEditorMinimapOptions.html#side\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorMinimapOptions\"},{\"id\":1824,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/monaco.editor.IEditorMinimapOptions.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorMinimapOptions\"},{\"id\":1825,\"kind\":1024,\"name\":\"showSlider\",\"url\":\"interfaces/monaco.editor.IEditorMinimapOptions.html#showSlider\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorMinimapOptions\"},{\"id\":1826,\"kind\":1024,\"name\":\"renderCharacters\",\"url\":\"interfaces/monaco.editor.IEditorMinimapOptions.html#renderCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorMinimapOptions\"},{\"id\":1827,\"kind\":1024,\"name\":\"maxColumn\",\"url\":\"interfaces/monaco.editor.IEditorMinimapOptions.html#maxColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorMinimapOptions\"},{\"id\":1828,\"kind\":1024,\"name\":\"scale\",\"url\":\"interfaces/monaco.editor.IEditorMinimapOptions.html#scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorMinimapOptions\"},{\"id\":1829,\"kind\":256,\"name\":\"IEditorPaddingOptions\",\"url\":\"interfaces/monaco.editor.IEditorPaddingOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1830,\"kind\":1024,\"name\":\"top\",\"url\":\"interfaces/monaco.editor.IEditorPaddingOptions.html#top\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorPaddingOptions\"},{\"id\":1831,\"kind\":1024,\"name\":\"bottom\",\"url\":\"interfaces/monaco.editor.IEditorPaddingOptions.html#bottom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorPaddingOptions\"},{\"id\":1832,\"kind\":256,\"name\":\"IEditorParameterHintOptions\",\"url\":\"interfaces/monaco.editor.IEditorParameterHintOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1833,\"kind\":1024,\"name\":\"enabled\",\"url\":\"interfaces/monaco.editor.IEditorParameterHintOptions.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorParameterHintOptions\"},{\"id\":1834,\"kind\":1024,\"name\":\"cycle\",\"url\":\"interfaces/monaco.editor.IEditorParameterHintOptions.html#cycle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorParameterHintOptions\"},{\"id\":1835,\"kind\":4194304,\"name\":\"QuickSuggestionsValue\",\"url\":\"modules/monaco.editor.html#QuickSuggestionsValue\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1836,\"kind\":256,\"name\":\"IQuickSuggestionsOptions\",\"url\":\"interfaces/monaco.editor.IQuickSuggestionsOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1837,\"kind\":1024,\"name\":\"other\",\"url\":\"interfaces/monaco.editor.IQuickSuggestionsOptions.html#other\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IQuickSuggestionsOptions\"},{\"id\":1838,\"kind\":1024,\"name\":\"comments\",\"url\":\"interfaces/monaco.editor.IQuickSuggestionsOptions.html#comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IQuickSuggestionsOptions\"},{\"id\":1839,\"kind\":1024,\"name\":\"strings\",\"url\":\"interfaces/monaco.editor.IQuickSuggestionsOptions.html#strings\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IQuickSuggestionsOptions\"},{\"id\":1840,\"kind\":256,\"name\":\"InternalQuickSuggestionsOptions\",\"url\":\"interfaces/monaco.editor.InternalQuickSuggestionsOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1841,\"kind\":1024,\"name\":\"other\",\"url\":\"interfaces/monaco.editor.InternalQuickSuggestionsOptions.html#other\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalQuickSuggestionsOptions\"},{\"id\":1842,\"kind\":1024,\"name\":\"comments\",\"url\":\"interfaces/monaco.editor.InternalQuickSuggestionsOptions.html#comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalQuickSuggestionsOptions\"},{\"id\":1843,\"kind\":1024,\"name\":\"strings\",\"url\":\"interfaces/monaco.editor.InternalQuickSuggestionsOptions.html#strings\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalQuickSuggestionsOptions\"},{\"id\":1844,\"kind\":4194304,\"name\":\"LineNumbersType\",\"url\":\"modules/monaco.editor.html#LineNumbersType\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1845,\"kind\":8,\"name\":\"RenderLineNumbersType\",\"url\":\"enums/monaco.editor.RenderLineNumbersType.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1846,\"kind\":16,\"name\":\"Off\",\"url\":\"enums/monaco.editor.RenderLineNumbersType.html#Off\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.RenderLineNumbersType\"},{\"id\":1847,\"kind\":16,\"name\":\"On\",\"url\":\"enums/monaco.editor.RenderLineNumbersType.html#On\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.RenderLineNumbersType\"},{\"id\":1848,\"kind\":16,\"name\":\"Relative\",\"url\":\"enums/monaco.editor.RenderLineNumbersType.html#Relative\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.RenderLineNumbersType\"},{\"id\":1849,\"kind\":16,\"name\":\"Interval\",\"url\":\"enums/monaco.editor.RenderLineNumbersType.html#Interval\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.RenderLineNumbersType\"},{\"id\":1850,\"kind\":16,\"name\":\"Custom\",\"url\":\"enums/monaco.editor.RenderLineNumbersType.html#Custom\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.RenderLineNumbersType\"},{\"id\":1851,\"kind\":256,\"name\":\"InternalEditorRenderLineNumbersOptions\",\"url\":\"interfaces/monaco.editor.InternalEditorRenderLineNumbersOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1852,\"kind\":1024,\"name\":\"renderType\",\"url\":\"interfaces/monaco.editor.InternalEditorRenderLineNumbersOptions.html#renderType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorRenderLineNumbersOptions\"},{\"id\":1853,\"kind\":1024,\"name\":\"renderFn\",\"url\":\"interfaces/monaco.editor.InternalEditorRenderLineNumbersOptions.html#renderFn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorRenderLineNumbersOptions\"},{\"id\":1854,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/monaco.editor.InternalEditorRenderLineNumbersOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorRenderLineNumbersOptions\"},{\"id\":1855,\"kind\":256,\"name\":\"IRulerOption\",\"url\":\"interfaces/monaco.editor.IRulerOption.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1856,\"kind\":1024,\"name\":\"column\",\"url\":\"interfaces/monaco.editor.IRulerOption.html#column\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IRulerOption\"},{\"id\":1857,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/monaco.editor.IRulerOption.html#color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IRulerOption\"},{\"id\":1858,\"kind\":256,\"name\":\"IEditorScrollbarOptions\",\"url\":\"interfaces/monaco.editor.IEditorScrollbarOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1859,\"kind\":1024,\"name\":\"arrowSize\",\"url\":\"interfaces/monaco.editor.IEditorScrollbarOptions.html#arrowSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorScrollbarOptions\"},{\"id\":1860,\"kind\":1024,\"name\":\"vertical\",\"url\":\"interfaces/monaco.editor.IEditorScrollbarOptions.html#vertical\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorScrollbarOptions\"},{\"id\":1861,\"kind\":1024,\"name\":\"horizontal\",\"url\":\"interfaces/monaco.editor.IEditorScrollbarOptions.html#horizontal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorScrollbarOptions\"},{\"id\":1862,\"kind\":1024,\"name\":\"useShadows\",\"url\":\"interfaces/monaco.editor.IEditorScrollbarOptions.html#useShadows\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorScrollbarOptions\"},{\"id\":1863,\"kind\":1024,\"name\":\"verticalHasArrows\",\"url\":\"interfaces/monaco.editor.IEditorScrollbarOptions.html#verticalHasArrows\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorScrollbarOptions\"},{\"id\":1864,\"kind\":1024,\"name\":\"horizontalHasArrows\",\"url\":\"interfaces/monaco.editor.IEditorScrollbarOptions.html#horizontalHasArrows\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorScrollbarOptions\"},{\"id\":1865,\"kind\":1024,\"name\":\"handleMouseWheel\",\"url\":\"interfaces/monaco.editor.IEditorScrollbarOptions.html#handleMouseWheel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorScrollbarOptions\"},{\"id\":1866,\"kind\":1024,\"name\":\"alwaysConsumeMouseWheel\",\"url\":\"interfaces/monaco.editor.IEditorScrollbarOptions.html#alwaysConsumeMouseWheel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorScrollbarOptions\"},{\"id\":1867,\"kind\":1024,\"name\":\"horizontalScrollbarSize\",\"url\":\"interfaces/monaco.editor.IEditorScrollbarOptions.html#horizontalScrollbarSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorScrollbarOptions\"},{\"id\":1868,\"kind\":1024,\"name\":\"verticalScrollbarSize\",\"url\":\"interfaces/monaco.editor.IEditorScrollbarOptions.html#verticalScrollbarSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorScrollbarOptions\"},{\"id\":1869,\"kind\":1024,\"name\":\"verticalSliderSize\",\"url\":\"interfaces/monaco.editor.IEditorScrollbarOptions.html#verticalSliderSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorScrollbarOptions\"},{\"id\":1870,\"kind\":1024,\"name\":\"horizontalSliderSize\",\"url\":\"interfaces/monaco.editor.IEditorScrollbarOptions.html#horizontalSliderSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorScrollbarOptions\"},{\"id\":1871,\"kind\":1024,\"name\":\"scrollByPage\",\"url\":\"interfaces/monaco.editor.IEditorScrollbarOptions.html#scrollByPage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorScrollbarOptions\"},{\"id\":1872,\"kind\":256,\"name\":\"InternalEditorScrollbarOptions\",\"url\":\"interfaces/monaco.editor.InternalEditorScrollbarOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1873,\"kind\":1024,\"name\":\"arrowSize\",\"url\":\"interfaces/monaco.editor.InternalEditorScrollbarOptions.html#arrowSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorScrollbarOptions\"},{\"id\":1874,\"kind\":1024,\"name\":\"vertical\",\"url\":\"interfaces/monaco.editor.InternalEditorScrollbarOptions.html#vertical\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorScrollbarOptions\"},{\"id\":1875,\"kind\":1024,\"name\":\"horizontal\",\"url\":\"interfaces/monaco.editor.InternalEditorScrollbarOptions.html#horizontal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorScrollbarOptions\"},{\"id\":1876,\"kind\":1024,\"name\":\"useShadows\",\"url\":\"interfaces/monaco.editor.InternalEditorScrollbarOptions.html#useShadows\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorScrollbarOptions\"},{\"id\":1877,\"kind\":1024,\"name\":\"verticalHasArrows\",\"url\":\"interfaces/monaco.editor.InternalEditorScrollbarOptions.html#verticalHasArrows\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorScrollbarOptions\"},{\"id\":1878,\"kind\":1024,\"name\":\"horizontalHasArrows\",\"url\":\"interfaces/monaco.editor.InternalEditorScrollbarOptions.html#horizontalHasArrows\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorScrollbarOptions\"},{\"id\":1879,\"kind\":1024,\"name\":\"handleMouseWheel\",\"url\":\"interfaces/monaco.editor.InternalEditorScrollbarOptions.html#handleMouseWheel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorScrollbarOptions\"},{\"id\":1880,\"kind\":1024,\"name\":\"alwaysConsumeMouseWheel\",\"url\":\"interfaces/monaco.editor.InternalEditorScrollbarOptions.html#alwaysConsumeMouseWheel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorScrollbarOptions\"},{\"id\":1881,\"kind\":1024,\"name\":\"horizontalScrollbarSize\",\"url\":\"interfaces/monaco.editor.InternalEditorScrollbarOptions.html#horizontalScrollbarSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorScrollbarOptions\"},{\"id\":1882,\"kind\":1024,\"name\":\"horizontalSliderSize\",\"url\":\"interfaces/monaco.editor.InternalEditorScrollbarOptions.html#horizontalSliderSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorScrollbarOptions\"},{\"id\":1883,\"kind\":1024,\"name\":\"verticalScrollbarSize\",\"url\":\"interfaces/monaco.editor.InternalEditorScrollbarOptions.html#verticalScrollbarSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorScrollbarOptions\"},{\"id\":1884,\"kind\":1024,\"name\":\"verticalSliderSize\",\"url\":\"interfaces/monaco.editor.InternalEditorScrollbarOptions.html#verticalSliderSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorScrollbarOptions\"},{\"id\":1885,\"kind\":1024,\"name\":\"scrollByPage\",\"url\":\"interfaces/monaco.editor.InternalEditorScrollbarOptions.html#scrollByPage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.InternalEditorScrollbarOptions\"},{\"id\":1886,\"kind\":4194304,\"name\":\"InUntrustedWorkspace\",\"url\":\"modules/monaco.editor.html#InUntrustedWorkspace\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1887,\"kind\":256,\"name\":\"IUnicodeHighlightOptions\",\"url\":\"interfaces/monaco.editor.IUnicodeHighlightOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1888,\"kind\":1024,\"name\":\"nonBasicASCII\",\"url\":\"interfaces/monaco.editor.IUnicodeHighlightOptions.html#nonBasicASCII\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IUnicodeHighlightOptions\"},{\"id\":1889,\"kind\":1024,\"name\":\"invisibleCharacters\",\"url\":\"interfaces/monaco.editor.IUnicodeHighlightOptions.html#invisibleCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IUnicodeHighlightOptions\"},{\"id\":1890,\"kind\":1024,\"name\":\"ambiguousCharacters\",\"url\":\"interfaces/monaco.editor.IUnicodeHighlightOptions.html#ambiguousCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IUnicodeHighlightOptions\"},{\"id\":1891,\"kind\":1024,\"name\":\"includeComments\",\"url\":\"interfaces/monaco.editor.IUnicodeHighlightOptions.html#includeComments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IUnicodeHighlightOptions\"},{\"id\":1892,\"kind\":1024,\"name\":\"includeStrings\",\"url\":\"interfaces/monaco.editor.IUnicodeHighlightOptions.html#includeStrings\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IUnicodeHighlightOptions\"},{\"id\":1893,\"kind\":1024,\"name\":\"allowedCharacters\",\"url\":\"interfaces/monaco.editor.IUnicodeHighlightOptions.html#allowedCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IUnicodeHighlightOptions\"},{\"id\":1894,\"kind\":1024,\"name\":\"allowedLocales\",\"url\":\"interfaces/monaco.editor.IUnicodeHighlightOptions.html#allowedLocales\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IUnicodeHighlightOptions\"},{\"id\":1895,\"kind\":256,\"name\":\"IInlineSuggestOptions\",\"url\":\"interfaces/monaco.editor.IInlineSuggestOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1896,\"kind\":1024,\"name\":\"enabled\",\"url\":\"interfaces/monaco.editor.IInlineSuggestOptions.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IInlineSuggestOptions\"},{\"id\":1897,\"kind\":1024,\"name\":\"mode\",\"url\":\"interfaces/monaco.editor.IInlineSuggestOptions.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IInlineSuggestOptions\"},{\"id\":1898,\"kind\":1024,\"name\":\"showToolbar\",\"url\":\"interfaces/monaco.editor.IInlineSuggestOptions.html#showToolbar\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IInlineSuggestOptions\"},{\"id\":1899,\"kind\":256,\"name\":\"IBracketPairColorizationOptions\",\"url\":\"interfaces/monaco.editor.IBracketPairColorizationOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1900,\"kind\":1024,\"name\":\"enabled\",\"url\":\"interfaces/monaco.editor.IBracketPairColorizationOptions.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IBracketPairColorizationOptions\"},{\"id\":1901,\"kind\":1024,\"name\":\"independentColorPoolPerBracketType\",\"url\":\"interfaces/monaco.editor.IBracketPairColorizationOptions.html#independentColorPoolPerBracketType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IBracketPairColorizationOptions\"},{\"id\":1902,\"kind\":256,\"name\":\"IGuidesOptions\",\"url\":\"interfaces/monaco.editor.IGuidesOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1903,\"kind\":1024,\"name\":\"bracketPairs\",\"url\":\"interfaces/monaco.editor.IGuidesOptions.html#bracketPairs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGuidesOptions\"},{\"id\":1904,\"kind\":1024,\"name\":\"bracketPairsHorizontal\",\"url\":\"interfaces/monaco.editor.IGuidesOptions.html#bracketPairsHorizontal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGuidesOptions\"},{\"id\":1905,\"kind\":1024,\"name\":\"highlightActiveBracketPair\",\"url\":\"interfaces/monaco.editor.IGuidesOptions.html#highlightActiveBracketPair\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGuidesOptions\"},{\"id\":1906,\"kind\":1024,\"name\":\"indentation\",\"url\":\"interfaces/monaco.editor.IGuidesOptions.html#indentation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGuidesOptions\"},{\"id\":1907,\"kind\":1024,\"name\":\"highlightActiveIndentation\",\"url\":\"interfaces/monaco.editor.IGuidesOptions.html#highlightActiveIndentation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IGuidesOptions\"},{\"id\":1908,\"kind\":256,\"name\":\"ISuggestOptions\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1909,\"kind\":1024,\"name\":\"insertMode\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#insertMode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1910,\"kind\":1024,\"name\":\"filterGraceful\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#filterGraceful\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1911,\"kind\":1024,\"name\":\"snippetsPreventQuickSuggestions\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#snippetsPreventQuickSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1912,\"kind\":1024,\"name\":\"localityBonus\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#localityBonus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1913,\"kind\":1024,\"name\":\"shareSuggestSelections\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#shareSuggestSelections\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1914,\"kind\":1024,\"name\":\"selectionMode\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#selectionMode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1915,\"kind\":1024,\"name\":\"showIcons\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showIcons\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1916,\"kind\":1024,\"name\":\"showStatusBar\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showStatusBar\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1917,\"kind\":1024,\"name\":\"preview\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#preview\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1918,\"kind\":1024,\"name\":\"previewMode\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#previewMode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1919,\"kind\":1024,\"name\":\"showInlineDetails\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showInlineDetails\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1920,\"kind\":1024,\"name\":\"showMethods\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showMethods\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1921,\"kind\":1024,\"name\":\"showFunctions\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showFunctions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1922,\"kind\":1024,\"name\":\"showConstructors\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showConstructors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1923,\"kind\":1024,\"name\":\"showDeprecated\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showDeprecated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1924,\"kind\":1024,\"name\":\"matchOnWordStartOnly\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#matchOnWordStartOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1925,\"kind\":1024,\"name\":\"showFields\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showFields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1926,\"kind\":1024,\"name\":\"showVariables\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showVariables\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1927,\"kind\":1024,\"name\":\"showClasses\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showClasses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1928,\"kind\":1024,\"name\":\"showStructs\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showStructs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1929,\"kind\":1024,\"name\":\"showInterfaces\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showInterfaces\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1930,\"kind\":1024,\"name\":\"showModules\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showModules\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1931,\"kind\":1024,\"name\":\"showProperties\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showProperties\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1932,\"kind\":1024,\"name\":\"showEvents\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showEvents\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1933,\"kind\":1024,\"name\":\"showOperators\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showOperators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1934,\"kind\":1024,\"name\":\"showUnits\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showUnits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1935,\"kind\":1024,\"name\":\"showValues\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showValues\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1936,\"kind\":1024,\"name\":\"showConstants\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showConstants\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1937,\"kind\":1024,\"name\":\"showEnums\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showEnums\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1938,\"kind\":1024,\"name\":\"showEnumMembers\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showEnumMembers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1939,\"kind\":1024,\"name\":\"showKeywords\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showKeywords\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1940,\"kind\":1024,\"name\":\"showWords\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showWords\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1941,\"kind\":1024,\"name\":\"showColors\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showColors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1942,\"kind\":1024,\"name\":\"showFiles\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showFiles\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1943,\"kind\":1024,\"name\":\"showReferences\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showReferences\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1944,\"kind\":1024,\"name\":\"showFolders\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showFolders\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1945,\"kind\":1024,\"name\":\"showTypeParameters\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showTypeParameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1946,\"kind\":1024,\"name\":\"showIssues\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showIssues\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1947,\"kind\":1024,\"name\":\"showUsers\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showUsers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1948,\"kind\":1024,\"name\":\"showSnippets\",\"url\":\"interfaces/monaco.editor.ISuggestOptions.html#showSnippets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISuggestOptions\"},{\"id\":1949,\"kind\":256,\"name\":\"ISmartSelectOptions\",\"url\":\"interfaces/monaco.editor.ISmartSelectOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1950,\"kind\":1024,\"name\":\"selectLeadingAndTrailingWhitespace\",\"url\":\"interfaces/monaco.editor.ISmartSelectOptions.html#selectLeadingAndTrailingWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ISmartSelectOptions\"},{\"id\":1951,\"kind\":8,\"name\":\"WrappingIndent\",\"url\":\"enums/monaco.editor.WrappingIndent.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1952,\"kind\":16,\"name\":\"None\",\"url\":\"enums/monaco.editor.WrappingIndent.html#None\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.WrappingIndent\"},{\"id\":1953,\"kind\":16,\"name\":\"Same\",\"url\":\"enums/monaco.editor.WrappingIndent.html#Same\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.WrappingIndent\"},{\"id\":1954,\"kind\":16,\"name\":\"Indent\",\"url\":\"enums/monaco.editor.WrappingIndent.html#Indent\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.WrappingIndent\"},{\"id\":1955,\"kind\":16,\"name\":\"DeepIndent\",\"url\":\"enums/monaco.editor.WrappingIndent.html#DeepIndent\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.WrappingIndent\"},{\"id\":1956,\"kind\":256,\"name\":\"EditorWrappingInfo\",\"url\":\"interfaces/monaco.editor.EditorWrappingInfo.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1957,\"kind\":1024,\"name\":\"isDominatedByLongLines\",\"url\":\"interfaces/monaco.editor.EditorWrappingInfo.html#isDominatedByLongLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorWrappingInfo\"},{\"id\":1958,\"kind\":1024,\"name\":\"isWordWrapMinified\",\"url\":\"interfaces/monaco.editor.EditorWrappingInfo.html#isWordWrapMinified\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorWrappingInfo\"},{\"id\":1959,\"kind\":1024,\"name\":\"isViewportWrapping\",\"url\":\"interfaces/monaco.editor.EditorWrappingInfo.html#isViewportWrapping\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorWrappingInfo\"},{\"id\":1960,\"kind\":1024,\"name\":\"wrappingColumn\",\"url\":\"interfaces/monaco.editor.EditorWrappingInfo.html#wrappingColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.EditorWrappingInfo\"},{\"id\":1961,\"kind\":256,\"name\":\"IDropIntoEditorOptions\",\"url\":\"interfaces/monaco.editor.IDropIntoEditorOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1962,\"kind\":1024,\"name\":\"enabled\",\"url\":\"interfaces/monaco.editor.IDropIntoEditorOptions.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDropIntoEditorOptions\"},{\"id\":1963,\"kind\":8,\"name\":\"EditorOption\",\"url\":\"enums/monaco.editor.EditorOption.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":1964,\"kind\":16,\"name\":\"acceptSuggestionOnCommitCharacter\",\"url\":\"enums/monaco.editor.EditorOption.html#acceptSuggestionOnCommitCharacter\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1965,\"kind\":16,\"name\":\"acceptSuggestionOnEnter\",\"url\":\"enums/monaco.editor.EditorOption.html#acceptSuggestionOnEnter\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1966,\"kind\":16,\"name\":\"accessibilitySupport\",\"url\":\"enums/monaco.editor.EditorOption.html#accessibilitySupport\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1967,\"kind\":16,\"name\":\"accessibilityPageSize\",\"url\":\"enums/monaco.editor.EditorOption.html#accessibilityPageSize\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1968,\"kind\":16,\"name\":\"ariaLabel\",\"url\":\"enums/monaco.editor.EditorOption.html#ariaLabel\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1969,\"kind\":16,\"name\":\"autoClosingBrackets\",\"url\":\"enums/monaco.editor.EditorOption.html#autoClosingBrackets\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1970,\"kind\":16,\"name\":\"autoClosingDelete\",\"url\":\"enums/monaco.editor.EditorOption.html#autoClosingDelete\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1971,\"kind\":16,\"name\":\"autoClosingOvertype\",\"url\":\"enums/monaco.editor.EditorOption.html#autoClosingOvertype\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1972,\"kind\":16,\"name\":\"autoClosingQuotes\",\"url\":\"enums/monaco.editor.EditorOption.html#autoClosingQuotes\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1973,\"kind\":16,\"name\":\"autoIndent\",\"url\":\"enums/monaco.editor.EditorOption.html#autoIndent\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1974,\"kind\":16,\"name\":\"automaticLayout\",\"url\":\"enums/monaco.editor.EditorOption.html#automaticLayout\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1975,\"kind\":16,\"name\":\"autoSurround\",\"url\":\"enums/monaco.editor.EditorOption.html#autoSurround\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1976,\"kind\":16,\"name\":\"bracketPairColorization\",\"url\":\"enums/monaco.editor.EditorOption.html#bracketPairColorization\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1977,\"kind\":16,\"name\":\"guides\",\"url\":\"enums/monaco.editor.EditorOption.html#guides\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1978,\"kind\":16,\"name\":\"codeLens\",\"url\":\"enums/monaco.editor.EditorOption.html#codeLens\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1979,\"kind\":16,\"name\":\"codeLensFontFamily\",\"url\":\"enums/monaco.editor.EditorOption.html#codeLensFontFamily\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1980,\"kind\":16,\"name\":\"codeLensFontSize\",\"url\":\"enums/monaco.editor.EditorOption.html#codeLensFontSize\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1981,\"kind\":16,\"name\":\"colorDecorators\",\"url\":\"enums/monaco.editor.EditorOption.html#colorDecorators\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1982,\"kind\":16,\"name\":\"colorDecoratorsLimit\",\"url\":\"enums/monaco.editor.EditorOption.html#colorDecoratorsLimit\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1983,\"kind\":16,\"name\":\"columnSelection\",\"url\":\"enums/monaco.editor.EditorOption.html#columnSelection\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1984,\"kind\":16,\"name\":\"comments\",\"url\":\"enums/monaco.editor.EditorOption.html#comments\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1985,\"kind\":16,\"name\":\"contextmenu\",\"url\":\"enums/monaco.editor.EditorOption.html#contextmenu\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1986,\"kind\":16,\"name\":\"copyWithSyntaxHighlighting\",\"url\":\"enums/monaco.editor.EditorOption.html#copyWithSyntaxHighlighting\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1987,\"kind\":16,\"name\":\"cursorBlinking\",\"url\":\"enums/monaco.editor.EditorOption.html#cursorBlinking\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1988,\"kind\":16,\"name\":\"cursorSmoothCaretAnimation\",\"url\":\"enums/monaco.editor.EditorOption.html#cursorSmoothCaretAnimation\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1989,\"kind\":16,\"name\":\"cursorStyle\",\"url\":\"enums/monaco.editor.EditorOption.html#cursorStyle\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1990,\"kind\":16,\"name\":\"cursorSurroundingLines\",\"url\":\"enums/monaco.editor.EditorOption.html#cursorSurroundingLines\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1991,\"kind\":16,\"name\":\"cursorSurroundingLinesStyle\",\"url\":\"enums/monaco.editor.EditorOption.html#cursorSurroundingLinesStyle\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1992,\"kind\":16,\"name\":\"cursorWidth\",\"url\":\"enums/monaco.editor.EditorOption.html#cursorWidth\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1993,\"kind\":16,\"name\":\"disableLayerHinting\",\"url\":\"enums/monaco.editor.EditorOption.html#disableLayerHinting\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1994,\"kind\":16,\"name\":\"disableMonospaceOptimizations\",\"url\":\"enums/monaco.editor.EditorOption.html#disableMonospaceOptimizations\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1995,\"kind\":16,\"name\":\"domReadOnly\",\"url\":\"enums/monaco.editor.EditorOption.html#domReadOnly\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1996,\"kind\":16,\"name\":\"dragAndDrop\",\"url\":\"enums/monaco.editor.EditorOption.html#dragAndDrop\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1997,\"kind\":16,\"name\":\"dropIntoEditor\",\"url\":\"enums/monaco.editor.EditorOption.html#dropIntoEditor\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1998,\"kind\":16,\"name\":\"emptySelectionClipboard\",\"url\":\"enums/monaco.editor.EditorOption.html#emptySelectionClipboard\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":1999,\"kind\":16,\"name\":\"experimentalWhitespaceRendering\",\"url\":\"enums/monaco.editor.EditorOption.html#experimentalWhitespaceRendering\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2000,\"kind\":16,\"name\":\"extraEditorClassName\",\"url\":\"enums/monaco.editor.EditorOption.html#extraEditorClassName\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2001,\"kind\":16,\"name\":\"fastScrollSensitivity\",\"url\":\"enums/monaco.editor.EditorOption.html#fastScrollSensitivity\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2002,\"kind\":16,\"name\":\"find\",\"url\":\"enums/monaco.editor.EditorOption.html#find\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2003,\"kind\":16,\"name\":\"fixedOverflowWidgets\",\"url\":\"enums/monaco.editor.EditorOption.html#fixedOverflowWidgets\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2004,\"kind\":16,\"name\":\"folding\",\"url\":\"enums/monaco.editor.EditorOption.html#folding\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2005,\"kind\":16,\"name\":\"foldingStrategy\",\"url\":\"enums/monaco.editor.EditorOption.html#foldingStrategy\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2006,\"kind\":16,\"name\":\"foldingHighlight\",\"url\":\"enums/monaco.editor.EditorOption.html#foldingHighlight\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2007,\"kind\":16,\"name\":\"foldingImportsByDefault\",\"url\":\"enums/monaco.editor.EditorOption.html#foldingImportsByDefault\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2008,\"kind\":16,\"name\":\"foldingMaximumRegions\",\"url\":\"enums/monaco.editor.EditorOption.html#foldingMaximumRegions\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2009,\"kind\":16,\"name\":\"unfoldOnClickAfterEndOfLine\",\"url\":\"enums/monaco.editor.EditorOption.html#unfoldOnClickAfterEndOfLine\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2010,\"kind\":16,\"name\":\"fontFamily\",\"url\":\"enums/monaco.editor.EditorOption.html#fontFamily\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2011,\"kind\":16,\"name\":\"fontInfo\",\"url\":\"enums/monaco.editor.EditorOption.html#fontInfo\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2012,\"kind\":16,\"name\":\"fontLigatures\",\"url\":\"enums/monaco.editor.EditorOption.html#fontLigatures\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2013,\"kind\":16,\"name\":\"fontSize\",\"url\":\"enums/monaco.editor.EditorOption.html#fontSize\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2014,\"kind\":16,\"name\":\"fontWeight\",\"url\":\"enums/monaco.editor.EditorOption.html#fontWeight\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2015,\"kind\":16,\"name\":\"fontVariations\",\"url\":\"enums/monaco.editor.EditorOption.html#fontVariations\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2016,\"kind\":16,\"name\":\"formatOnPaste\",\"url\":\"enums/monaco.editor.EditorOption.html#formatOnPaste\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2017,\"kind\":16,\"name\":\"formatOnType\",\"url\":\"enums/monaco.editor.EditorOption.html#formatOnType\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2018,\"kind\":16,\"name\":\"glyphMargin\",\"url\":\"enums/monaco.editor.EditorOption.html#glyphMargin\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2019,\"kind\":16,\"name\":\"gotoLocation\",\"url\":\"enums/monaco.editor.EditorOption.html#gotoLocation\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2020,\"kind\":16,\"name\":\"hideCursorInOverviewRuler\",\"url\":\"enums/monaco.editor.EditorOption.html#hideCursorInOverviewRuler\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2021,\"kind\":16,\"name\":\"hover\",\"url\":\"enums/monaco.editor.EditorOption.html#hover\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2022,\"kind\":16,\"name\":\"inDiffEditor\",\"url\":\"enums/monaco.editor.EditorOption.html#inDiffEditor\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2023,\"kind\":16,\"name\":\"inlineSuggest\",\"url\":\"enums/monaco.editor.EditorOption.html#inlineSuggest\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2024,\"kind\":16,\"name\":\"letterSpacing\",\"url\":\"enums/monaco.editor.EditorOption.html#letterSpacing\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2025,\"kind\":16,\"name\":\"lightbulb\",\"url\":\"enums/monaco.editor.EditorOption.html#lightbulb\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2026,\"kind\":16,\"name\":\"lineDecorationsWidth\",\"url\":\"enums/monaco.editor.EditorOption.html#lineDecorationsWidth\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2027,\"kind\":16,\"name\":\"lineHeight\",\"url\":\"enums/monaco.editor.EditorOption.html#lineHeight\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2028,\"kind\":16,\"name\":\"lineNumbers\",\"url\":\"enums/monaco.editor.EditorOption.html#lineNumbers\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2029,\"kind\":16,\"name\":\"lineNumbersMinChars\",\"url\":\"enums/monaco.editor.EditorOption.html#lineNumbersMinChars\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2030,\"kind\":16,\"name\":\"linkedEditing\",\"url\":\"enums/monaco.editor.EditorOption.html#linkedEditing\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2031,\"kind\":16,\"name\":\"links\",\"url\":\"enums/monaco.editor.EditorOption.html#links\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2032,\"kind\":16,\"name\":\"matchBrackets\",\"url\":\"enums/monaco.editor.EditorOption.html#matchBrackets\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2033,\"kind\":16,\"name\":\"minimap\",\"url\":\"enums/monaco.editor.EditorOption.html#minimap\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2034,\"kind\":16,\"name\":\"mouseStyle\",\"url\":\"enums/monaco.editor.EditorOption.html#mouseStyle\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2035,\"kind\":16,\"name\":\"mouseWheelScrollSensitivity\",\"url\":\"enums/monaco.editor.EditorOption.html#mouseWheelScrollSensitivity\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2036,\"kind\":16,\"name\":\"mouseWheelZoom\",\"url\":\"enums/monaco.editor.EditorOption.html#mouseWheelZoom\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2037,\"kind\":16,\"name\":\"multiCursorMergeOverlapping\",\"url\":\"enums/monaco.editor.EditorOption.html#multiCursorMergeOverlapping\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2038,\"kind\":16,\"name\":\"multiCursorModifier\",\"url\":\"enums/monaco.editor.EditorOption.html#multiCursorModifier\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2039,\"kind\":16,\"name\":\"multiCursorPaste\",\"url\":\"enums/monaco.editor.EditorOption.html#multiCursorPaste\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2040,\"kind\":16,\"name\":\"multiCursorLimit\",\"url\":\"enums/monaco.editor.EditorOption.html#multiCursorLimit\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2041,\"kind\":16,\"name\":\"occurrencesHighlight\",\"url\":\"enums/monaco.editor.EditorOption.html#occurrencesHighlight\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2042,\"kind\":16,\"name\":\"overviewRulerBorder\",\"url\":\"enums/monaco.editor.EditorOption.html#overviewRulerBorder\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2043,\"kind\":16,\"name\":\"overviewRulerLanes\",\"url\":\"enums/monaco.editor.EditorOption.html#overviewRulerLanes\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2044,\"kind\":16,\"name\":\"padding\",\"url\":\"enums/monaco.editor.EditorOption.html#padding\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2045,\"kind\":16,\"name\":\"parameterHints\",\"url\":\"enums/monaco.editor.EditorOption.html#parameterHints\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2046,\"kind\":16,\"name\":\"peekWidgetDefaultFocus\",\"url\":\"enums/monaco.editor.EditorOption.html#peekWidgetDefaultFocus\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2047,\"kind\":16,\"name\":\"definitionLinkOpensInPeek\",\"url\":\"enums/monaco.editor.EditorOption.html#definitionLinkOpensInPeek\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2048,\"kind\":16,\"name\":\"quickSuggestions\",\"url\":\"enums/monaco.editor.EditorOption.html#quickSuggestions\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2049,\"kind\":16,\"name\":\"quickSuggestionsDelay\",\"url\":\"enums/monaco.editor.EditorOption.html#quickSuggestionsDelay\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2050,\"kind\":16,\"name\":\"readOnly\",\"url\":\"enums/monaco.editor.EditorOption.html#readOnly\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2051,\"kind\":16,\"name\":\"renameOnType\",\"url\":\"enums/monaco.editor.EditorOption.html#renameOnType\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2052,\"kind\":16,\"name\":\"renderControlCharacters\",\"url\":\"enums/monaco.editor.EditorOption.html#renderControlCharacters\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2053,\"kind\":16,\"name\":\"renderFinalNewline\",\"url\":\"enums/monaco.editor.EditorOption.html#renderFinalNewline\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2054,\"kind\":16,\"name\":\"renderLineHighlight\",\"url\":\"enums/monaco.editor.EditorOption.html#renderLineHighlight\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2055,\"kind\":16,\"name\":\"renderLineHighlightOnlyWhenFocus\",\"url\":\"enums/monaco.editor.EditorOption.html#renderLineHighlightOnlyWhenFocus\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2056,\"kind\":16,\"name\":\"renderValidationDecorations\",\"url\":\"enums/monaco.editor.EditorOption.html#renderValidationDecorations\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2057,\"kind\":16,\"name\":\"renderWhitespace\",\"url\":\"enums/monaco.editor.EditorOption.html#renderWhitespace\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2058,\"kind\":16,\"name\":\"revealHorizontalRightPadding\",\"url\":\"enums/monaco.editor.EditorOption.html#revealHorizontalRightPadding\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2059,\"kind\":16,\"name\":\"roundedSelection\",\"url\":\"enums/monaco.editor.EditorOption.html#roundedSelection\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2060,\"kind\":16,\"name\":\"rulers\",\"url\":\"enums/monaco.editor.EditorOption.html#rulers\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2061,\"kind\":16,\"name\":\"scrollbar\",\"url\":\"enums/monaco.editor.EditorOption.html#scrollbar\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2062,\"kind\":16,\"name\":\"scrollBeyondLastColumn\",\"url\":\"enums/monaco.editor.EditorOption.html#scrollBeyondLastColumn\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2063,\"kind\":16,\"name\":\"scrollBeyondLastLine\",\"url\":\"enums/monaco.editor.EditorOption.html#scrollBeyondLastLine\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2064,\"kind\":16,\"name\":\"scrollPredominantAxis\",\"url\":\"enums/monaco.editor.EditorOption.html#scrollPredominantAxis\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2065,\"kind\":16,\"name\":\"selectionClipboard\",\"url\":\"enums/monaco.editor.EditorOption.html#selectionClipboard\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2066,\"kind\":16,\"name\":\"selectionHighlight\",\"url\":\"enums/monaco.editor.EditorOption.html#selectionHighlight\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2067,\"kind\":16,\"name\":\"selectOnLineNumbers\",\"url\":\"enums/monaco.editor.EditorOption.html#selectOnLineNumbers\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2068,\"kind\":16,\"name\":\"showFoldingControls\",\"url\":\"enums/monaco.editor.EditorOption.html#showFoldingControls\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2069,\"kind\":16,\"name\":\"showUnused\",\"url\":\"enums/monaco.editor.EditorOption.html#showUnused\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2070,\"kind\":16,\"name\":\"snippetSuggestions\",\"url\":\"enums/monaco.editor.EditorOption.html#snippetSuggestions\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2071,\"kind\":16,\"name\":\"smartSelect\",\"url\":\"enums/monaco.editor.EditorOption.html#smartSelect\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2072,\"kind\":16,\"name\":\"smoothScrolling\",\"url\":\"enums/monaco.editor.EditorOption.html#smoothScrolling\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2073,\"kind\":16,\"name\":\"stickyScroll\",\"url\":\"enums/monaco.editor.EditorOption.html#stickyScroll\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2074,\"kind\":16,\"name\":\"stickyTabStops\",\"url\":\"enums/monaco.editor.EditorOption.html#stickyTabStops\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2075,\"kind\":16,\"name\":\"stopRenderingLineAfter\",\"url\":\"enums/monaco.editor.EditorOption.html#stopRenderingLineAfter\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2076,\"kind\":16,\"name\":\"suggest\",\"url\":\"enums/monaco.editor.EditorOption.html#suggest\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2077,\"kind\":16,\"name\":\"suggestFontSize\",\"url\":\"enums/monaco.editor.EditorOption.html#suggestFontSize\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2078,\"kind\":16,\"name\":\"suggestLineHeight\",\"url\":\"enums/monaco.editor.EditorOption.html#suggestLineHeight\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2079,\"kind\":16,\"name\":\"suggestOnTriggerCharacters\",\"url\":\"enums/monaco.editor.EditorOption.html#suggestOnTriggerCharacters\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2080,\"kind\":16,\"name\":\"suggestSelection\",\"url\":\"enums/monaco.editor.EditorOption.html#suggestSelection\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2081,\"kind\":16,\"name\":\"tabCompletion\",\"url\":\"enums/monaco.editor.EditorOption.html#tabCompletion\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2082,\"kind\":16,\"name\":\"tabIndex\",\"url\":\"enums/monaco.editor.EditorOption.html#tabIndex\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2083,\"kind\":16,\"name\":\"unicodeHighlighting\",\"url\":\"enums/monaco.editor.EditorOption.html#unicodeHighlighting\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2084,\"kind\":16,\"name\":\"unusualLineTerminators\",\"url\":\"enums/monaco.editor.EditorOption.html#unusualLineTerminators\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2085,\"kind\":16,\"name\":\"useShadowDOM\",\"url\":\"enums/monaco.editor.EditorOption.html#useShadowDOM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2086,\"kind\":16,\"name\":\"useTabStops\",\"url\":\"enums/monaco.editor.EditorOption.html#useTabStops\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2087,\"kind\":16,\"name\":\"wordBreak\",\"url\":\"enums/monaco.editor.EditorOption.html#wordBreak\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2088,\"kind\":16,\"name\":\"wordSeparators\",\"url\":\"enums/monaco.editor.EditorOption.html#wordSeparators\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2089,\"kind\":16,\"name\":\"wordWrap\",\"url\":\"enums/monaco.editor.EditorOption.html#wordWrap\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2090,\"kind\":16,\"name\":\"wordWrapBreakAfterCharacters\",\"url\":\"enums/monaco.editor.EditorOption.html#wordWrapBreakAfterCharacters\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2091,\"kind\":16,\"name\":\"wordWrapBreakBeforeCharacters\",\"url\":\"enums/monaco.editor.EditorOption.html#wordWrapBreakBeforeCharacters\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2092,\"kind\":16,\"name\":\"wordWrapColumn\",\"url\":\"enums/monaco.editor.EditorOption.html#wordWrapColumn\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2093,\"kind\":16,\"name\":\"wordWrapOverride1\",\"url\":\"enums/monaco.editor.EditorOption.html#wordWrapOverride1\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2094,\"kind\":16,\"name\":\"wordWrapOverride2\",\"url\":\"enums/monaco.editor.EditorOption.html#wordWrapOverride2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2095,\"kind\":16,\"name\":\"wrappingIndent\",\"url\":\"enums/monaco.editor.EditorOption.html#wrappingIndent\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2096,\"kind\":16,\"name\":\"wrappingStrategy\",\"url\":\"enums/monaco.editor.EditorOption.html#wrappingStrategy\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2097,\"kind\":16,\"name\":\"showDeprecated\",\"url\":\"enums/monaco.editor.EditorOption.html#showDeprecated\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2098,\"kind\":16,\"name\":\"inlayHints\",\"url\":\"enums/monaco.editor.EditorOption.html#inlayHints\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2099,\"kind\":16,\"name\":\"editorClassName\",\"url\":\"enums/monaco.editor.EditorOption.html#editorClassName\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2100,\"kind\":16,\"name\":\"pixelRatio\",\"url\":\"enums/monaco.editor.EditorOption.html#pixelRatio\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2101,\"kind\":16,\"name\":\"tabFocusMode\",\"url\":\"enums/monaco.editor.EditorOption.html#tabFocusMode\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2102,\"kind\":16,\"name\":\"layoutInfo\",\"url\":\"enums/monaco.editor.EditorOption.html#layoutInfo\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2103,\"kind\":16,\"name\":\"wrappingInfo\",\"url\":\"enums/monaco.editor.EditorOption.html#wrappingInfo\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.EditorOption\"},{\"id\":2104,\"kind\":32,\"name\":\"EditorOptions\",\"url\":\"modules/monaco.editor.html#EditorOptions\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2105,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"monaco.editor.EditorOptions\"},{\"id\":2106,\"kind\":1024,\"name\":\"acceptSuggestionOnCommitCharacter\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.acceptSuggestionOnCommitCharacter\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2107,\"kind\":1024,\"name\":\"acceptSuggestionOnEnter\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.acceptSuggestionOnEnter\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2108,\"kind\":1024,\"name\":\"accessibilitySupport\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.accessibilitySupport\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2109,\"kind\":1024,\"name\":\"accessibilityPageSize\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.accessibilityPageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2110,\"kind\":1024,\"name\":\"ariaLabel\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.ariaLabel\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2111,\"kind\":1024,\"name\":\"autoClosingBrackets\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.autoClosingBrackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2112,\"kind\":1024,\"name\":\"autoClosingDelete\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.autoClosingDelete\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2113,\"kind\":1024,\"name\":\"autoClosingOvertype\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.autoClosingOvertype\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2114,\"kind\":1024,\"name\":\"autoClosingQuotes\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.autoClosingQuotes\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2115,\"kind\":1024,\"name\":\"autoIndent\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.autoIndent\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2116,\"kind\":1024,\"name\":\"automaticLayout\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.automaticLayout\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2117,\"kind\":1024,\"name\":\"autoSurround\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.autoSurround\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2118,\"kind\":1024,\"name\":\"bracketPairColorization\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.bracketPairColorization\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2119,\"kind\":1024,\"name\":\"bracketPairGuides\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.bracketPairGuides\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2120,\"kind\":1024,\"name\":\"stickyTabStops\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.stickyTabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2121,\"kind\":1024,\"name\":\"codeLens\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.codeLens\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2122,\"kind\":1024,\"name\":\"codeLensFontFamily\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.codeLensFontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2123,\"kind\":1024,\"name\":\"codeLensFontSize\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.codeLensFontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2124,\"kind\":1024,\"name\":\"colorDecorators\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.colorDecorators\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2125,\"kind\":1024,\"name\":\"colorDecoratorsLimit\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.colorDecoratorsLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2126,\"kind\":1024,\"name\":\"columnSelection\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.columnSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2127,\"kind\":1024,\"name\":\"comments\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2128,\"kind\":1024,\"name\":\"contextmenu\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.contextmenu\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2129,\"kind\":1024,\"name\":\"copyWithSyntaxHighlighting\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.copyWithSyntaxHighlighting\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2130,\"kind\":1024,\"name\":\"cursorBlinking\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.cursorBlinking\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2131,\"kind\":1024,\"name\":\"cursorSmoothCaretAnimation\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.cursorSmoothCaretAnimation\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2132,\"kind\":1024,\"name\":\"cursorStyle\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.cursorStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2133,\"kind\":1024,\"name\":\"cursorSurroundingLines\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.cursorSurroundingLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2134,\"kind\":1024,\"name\":\"cursorSurroundingLinesStyle\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.cursorSurroundingLinesStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2135,\"kind\":1024,\"name\":\"cursorWidth\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.cursorWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2136,\"kind\":1024,\"name\":\"disableLayerHinting\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.disableLayerHinting\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2137,\"kind\":1024,\"name\":\"disableMonospaceOptimizations\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.disableMonospaceOptimizations\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2138,\"kind\":1024,\"name\":\"domReadOnly\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.domReadOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2139,\"kind\":1024,\"name\":\"dragAndDrop\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.dragAndDrop\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2140,\"kind\":1024,\"name\":\"emptySelectionClipboard\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.emptySelectionClipboard\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2141,\"kind\":1024,\"name\":\"dropIntoEditor\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.dropIntoEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2142,\"kind\":1024,\"name\":\"stickyScroll\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.stickyScroll\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2143,\"kind\":1024,\"name\":\"experimentalWhitespaceRendering\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.experimentalWhitespaceRendering\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2144,\"kind\":1024,\"name\":\"extraEditorClassName\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.extraEditorClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2145,\"kind\":1024,\"name\":\"fastScrollSensitivity\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.fastScrollSensitivity\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2146,\"kind\":1024,\"name\":\"find\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.find\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2147,\"kind\":1024,\"name\":\"fixedOverflowWidgets\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.fixedOverflowWidgets\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2148,\"kind\":1024,\"name\":\"folding\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.folding\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2149,\"kind\":1024,\"name\":\"foldingStrategy\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.foldingStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2150,\"kind\":1024,\"name\":\"foldingHighlight\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.foldingHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2151,\"kind\":1024,\"name\":\"foldingImportsByDefault\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.foldingImportsByDefault\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2152,\"kind\":1024,\"name\":\"foldingMaximumRegions\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.foldingMaximumRegions\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2153,\"kind\":1024,\"name\":\"unfoldOnClickAfterEndOfLine\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.unfoldOnClickAfterEndOfLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2154,\"kind\":1024,\"name\":\"fontFamily\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.fontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2155,\"kind\":1024,\"name\":\"fontInfo\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.fontInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2156,\"kind\":1024,\"name\":\"fontLigatures2\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.fontLigatures2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2157,\"kind\":1024,\"name\":\"fontSize\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.fontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2158,\"kind\":1024,\"name\":\"fontWeight\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.fontWeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2159,\"kind\":1024,\"name\":\"fontVariations\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.fontVariations\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2160,\"kind\":1024,\"name\":\"formatOnPaste\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.formatOnPaste\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2161,\"kind\":1024,\"name\":\"formatOnType\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.formatOnType\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2162,\"kind\":1024,\"name\":\"glyphMargin\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.glyphMargin\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2163,\"kind\":1024,\"name\":\"gotoLocation\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.gotoLocation\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2164,\"kind\":1024,\"name\":\"hideCursorInOverviewRuler\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.hideCursorInOverviewRuler\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2165,\"kind\":1024,\"name\":\"hover\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.hover\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2166,\"kind\":1024,\"name\":\"inDiffEditor\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.inDiffEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2167,\"kind\":1024,\"name\":\"letterSpacing\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.letterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2168,\"kind\":1024,\"name\":\"lightbulb\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.lightbulb\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2169,\"kind\":1024,\"name\":\"lineDecorationsWidth\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.lineDecorationsWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2170,\"kind\":1024,\"name\":\"lineHeight\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.lineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2171,\"kind\":1024,\"name\":\"lineNumbers\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.lineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2172,\"kind\":1024,\"name\":\"lineNumbersMinChars\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.lineNumbersMinChars\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2173,\"kind\":1024,\"name\":\"linkedEditing\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.linkedEditing\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2174,\"kind\":1024,\"name\":\"links\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.links\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2175,\"kind\":1024,\"name\":\"matchBrackets\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.matchBrackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2176,\"kind\":1024,\"name\":\"minimap\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.minimap\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2177,\"kind\":1024,\"name\":\"mouseStyle\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.mouseStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2178,\"kind\":1024,\"name\":\"mouseWheelScrollSensitivity\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.mouseWheelScrollSensitivity\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2179,\"kind\":1024,\"name\":\"mouseWheelZoom\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.mouseWheelZoom\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2180,\"kind\":1024,\"name\":\"multiCursorMergeOverlapping\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.multiCursorMergeOverlapping\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2181,\"kind\":1024,\"name\":\"multiCursorModifier\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.multiCursorModifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2182,\"kind\":1024,\"name\":\"multiCursorPaste\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.multiCursorPaste\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2183,\"kind\":1024,\"name\":\"multiCursorLimit\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.multiCursorLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2184,\"kind\":1024,\"name\":\"occurrencesHighlight\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.occurrencesHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2185,\"kind\":1024,\"name\":\"overviewRulerBorder\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.overviewRulerBorder\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2186,\"kind\":1024,\"name\":\"overviewRulerLanes\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.overviewRulerLanes\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2187,\"kind\":1024,\"name\":\"padding\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.padding\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2188,\"kind\":1024,\"name\":\"parameterHints\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.parameterHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2189,\"kind\":1024,\"name\":\"peekWidgetDefaultFocus\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.peekWidgetDefaultFocus\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2190,\"kind\":1024,\"name\":\"definitionLinkOpensInPeek\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.definitionLinkOpensInPeek\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2191,\"kind\":1024,\"name\":\"quickSuggestions\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.quickSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2192,\"kind\":1024,\"name\":\"quickSuggestionsDelay\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.quickSuggestionsDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2193,\"kind\":1024,\"name\":\"readOnly\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.readOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2194,\"kind\":1024,\"name\":\"renameOnType\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.renameOnType\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2195,\"kind\":1024,\"name\":\"renderControlCharacters\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.renderControlCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2196,\"kind\":1024,\"name\":\"renderFinalNewline\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.renderFinalNewline\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2197,\"kind\":1024,\"name\":\"renderLineHighlight\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.renderLineHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2198,\"kind\":1024,\"name\":\"renderLineHighlightOnlyWhenFocus\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.renderLineHighlightOnlyWhenFocus\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2199,\"kind\":1024,\"name\":\"renderValidationDecorations\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.renderValidationDecorations\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2200,\"kind\":1024,\"name\":\"renderWhitespace\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.renderWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2201,\"kind\":1024,\"name\":\"revealHorizontalRightPadding\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.revealHorizontalRightPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2202,\"kind\":1024,\"name\":\"roundedSelection\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.roundedSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2203,\"kind\":1024,\"name\":\"rulers\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.rulers\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2204,\"kind\":1024,\"name\":\"scrollbar\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.scrollbar\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2205,\"kind\":1024,\"name\":\"scrollBeyondLastColumn\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.scrollBeyondLastColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2206,\"kind\":1024,\"name\":\"scrollBeyondLastLine\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.scrollBeyondLastLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2207,\"kind\":1024,\"name\":\"scrollPredominantAxis\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.scrollPredominantAxis\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2208,\"kind\":1024,\"name\":\"selectionClipboard\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.selectionClipboard\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2209,\"kind\":1024,\"name\":\"selectionHighlight\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.selectionHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2210,\"kind\":1024,\"name\":\"selectOnLineNumbers\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.selectOnLineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2211,\"kind\":1024,\"name\":\"showFoldingControls\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.showFoldingControls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2212,\"kind\":1024,\"name\":\"showUnused\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.showUnused\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2213,\"kind\":1024,\"name\":\"showDeprecated\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.showDeprecated\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2214,\"kind\":1024,\"name\":\"inlayHints\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.inlayHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2215,\"kind\":1024,\"name\":\"snippetSuggestions\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.snippetSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2216,\"kind\":1024,\"name\":\"smartSelect\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.smartSelect\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2217,\"kind\":1024,\"name\":\"smoothScrolling\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.smoothScrolling\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2218,\"kind\":1024,\"name\":\"stopRenderingLineAfter\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.stopRenderingLineAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2219,\"kind\":1024,\"name\":\"suggest\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.suggest\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2220,\"kind\":1024,\"name\":\"inlineSuggest\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.inlineSuggest\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2221,\"kind\":1024,\"name\":\"suggestFontSize\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.suggestFontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2222,\"kind\":1024,\"name\":\"suggestLineHeight\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.suggestLineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2223,\"kind\":1024,\"name\":\"suggestOnTriggerCharacters\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.suggestOnTriggerCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2224,\"kind\":1024,\"name\":\"suggestSelection\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.suggestSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2225,\"kind\":1024,\"name\":\"tabCompletion\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.tabCompletion\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2226,\"kind\":1024,\"name\":\"tabIndex\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.tabIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2227,\"kind\":1024,\"name\":\"unicodeHighlight\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.unicodeHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2228,\"kind\":1024,\"name\":\"unusualLineTerminators\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.unusualLineTerminators\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2229,\"kind\":1024,\"name\":\"useShadowDOM\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.useShadowDOM\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2230,\"kind\":1024,\"name\":\"useTabStops\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.useTabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2231,\"kind\":1024,\"name\":\"wordBreak\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.wordBreak\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2232,\"kind\":1024,\"name\":\"wordSeparators\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.wordSeparators\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2233,\"kind\":1024,\"name\":\"wordWrap\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.wordWrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2234,\"kind\":1024,\"name\":\"wordWrapBreakAfterCharacters\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.wordWrapBreakAfterCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2235,\"kind\":1024,\"name\":\"wordWrapBreakBeforeCharacters\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.wordWrapBreakBeforeCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2236,\"kind\":1024,\"name\":\"wordWrapColumn\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.wordWrapColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2237,\"kind\":1024,\"name\":\"wordWrapOverride1\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.wordWrapOverride1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2238,\"kind\":1024,\"name\":\"wordWrapOverride2\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.wordWrapOverride2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2239,\"kind\":1024,\"name\":\"editorClassName\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.editorClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2240,\"kind\":1024,\"name\":\"pixelRatio\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.pixelRatio\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2241,\"kind\":1024,\"name\":\"tabFocusMode\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.tabFocusMode\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2242,\"kind\":1024,\"name\":\"layoutInfo\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.layoutInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2243,\"kind\":1024,\"name\":\"wrappingInfo\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.wrappingInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2244,\"kind\":1024,\"name\":\"wrappingIndent\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.wrappingIndent\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2245,\"kind\":1024,\"name\":\"wrappingStrategy\",\"url\":\"modules/monaco.editor.html#EditorOptions.__type-1.wrappingStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.editor.EditorOptions.__type\"},{\"id\":2246,\"kind\":4194304,\"name\":\"EditorOptionsType\",\"url\":\"modules/monaco.editor.html#EditorOptionsType\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2247,\"kind\":4194304,\"name\":\"FindEditorOptionsKeyById\",\"url\":\"modules/monaco.editor.html#FindEditorOptionsKeyById\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco.editor\"},{\"id\":2248,\"kind\":4194304,\"name\":\"ComputedEditorOptionValue\",\"url\":\"modules/monaco.editor.html#ComputedEditorOptionValue\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco.editor\"},{\"id\":2249,\"kind\":4194304,\"name\":\"FindComputedEditorOptionValueById\",\"url\":\"modules/monaco.editor.html#FindComputedEditorOptionValueById\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco.editor\"},{\"id\":2250,\"kind\":256,\"name\":\"IEditorConstructionOptions\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2251,\"kind\":1024,\"name\":\"dimension\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#dimension\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2252,\"kind\":1024,\"name\":\"overflowWidgetsDomNode\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#overflowWidgetsDomNode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2253,\"kind\":1024,\"name\":\"inDiffEditor\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#inDiffEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2254,\"kind\":1024,\"name\":\"ariaLabel\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#ariaLabel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2255,\"kind\":1024,\"name\":\"tabIndex\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#tabIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2256,\"kind\":1024,\"name\":\"rulers\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#rulers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2257,\"kind\":1024,\"name\":\"wordSeparators\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#wordSeparators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2258,\"kind\":1024,\"name\":\"selectionClipboard\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#selectionClipboard\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2259,\"kind\":1024,\"name\":\"lineNumbers\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#lineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2260,\"kind\":1024,\"name\":\"cursorSurroundingLines\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#cursorSurroundingLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2261,\"kind\":1024,\"name\":\"cursorSurroundingLinesStyle\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#cursorSurroundingLinesStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2262,\"kind\":1024,\"name\":\"renderFinalNewline\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#renderFinalNewline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2263,\"kind\":1024,\"name\":\"unusualLineTerminators\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#unusualLineTerminators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2264,\"kind\":1024,\"name\":\"selectOnLineNumbers\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#selectOnLineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2265,\"kind\":1024,\"name\":\"lineNumbersMinChars\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#lineNumbersMinChars\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2266,\"kind\":1024,\"name\":\"glyphMargin\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#glyphMargin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2267,\"kind\":1024,\"name\":\"lineDecorationsWidth\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#lineDecorationsWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2268,\"kind\":1024,\"name\":\"revealHorizontalRightPadding\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#revealHorizontalRightPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2269,\"kind\":1024,\"name\":\"roundedSelection\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#roundedSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2270,\"kind\":1024,\"name\":\"extraEditorClassName\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#extraEditorClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2271,\"kind\":1024,\"name\":\"readOnly\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#readOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2272,\"kind\":1024,\"name\":\"domReadOnly\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#domReadOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2273,\"kind\":1024,\"name\":\"linkedEditing\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#linkedEditing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2274,\"kind\":1024,\"name\":\"renameOnType\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#renameOnType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2275,\"kind\":1024,\"name\":\"renderValidationDecorations\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#renderValidationDecorations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2276,\"kind\":1024,\"name\":\"scrollbar\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#scrollbar\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2277,\"kind\":1024,\"name\":\"stickyScroll\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#stickyScroll\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2278,\"kind\":1024,\"name\":\"minimap\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#minimap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2279,\"kind\":1024,\"name\":\"find\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#find\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2280,\"kind\":1024,\"name\":\"fixedOverflowWidgets\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#fixedOverflowWidgets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2281,\"kind\":1024,\"name\":\"overviewRulerLanes\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#overviewRulerLanes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2282,\"kind\":1024,\"name\":\"overviewRulerBorder\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#overviewRulerBorder\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2283,\"kind\":1024,\"name\":\"cursorBlinking\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#cursorBlinking\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2284,\"kind\":1024,\"name\":\"mouseWheelZoom\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#mouseWheelZoom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2285,\"kind\":1024,\"name\":\"mouseStyle\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#mouseStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2286,\"kind\":1024,\"name\":\"cursorSmoothCaretAnimation\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#cursorSmoothCaretAnimation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2287,\"kind\":1024,\"name\":\"cursorStyle\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#cursorStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2288,\"kind\":1024,\"name\":\"cursorWidth\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#cursorWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2289,\"kind\":1024,\"name\":\"fontLigatures\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#fontLigatures\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2290,\"kind\":1024,\"name\":\"fontVariations\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#fontVariations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2291,\"kind\":1024,\"name\":\"disableLayerHinting\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#disableLayerHinting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2292,\"kind\":1024,\"name\":\"disableMonospaceOptimizations\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#disableMonospaceOptimizations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2293,\"kind\":1024,\"name\":\"hideCursorInOverviewRuler\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#hideCursorInOverviewRuler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2294,\"kind\":1024,\"name\":\"scrollBeyondLastLine\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#scrollBeyondLastLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2295,\"kind\":1024,\"name\":\"scrollBeyondLastColumn\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#scrollBeyondLastColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2296,\"kind\":1024,\"name\":\"smoothScrolling\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#smoothScrolling\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2297,\"kind\":1024,\"name\":\"automaticLayout\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#automaticLayout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2298,\"kind\":1024,\"name\":\"wordWrap\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#wordWrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2299,\"kind\":1024,\"name\":\"wordWrapOverride1\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#wordWrapOverride1\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2300,\"kind\":1024,\"name\":\"wordWrapOverride2\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#wordWrapOverride2\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2301,\"kind\":1024,\"name\":\"wordWrapColumn\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#wordWrapColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2302,\"kind\":1024,\"name\":\"wrappingIndent\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#wrappingIndent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2303,\"kind\":1024,\"name\":\"wrappingStrategy\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#wrappingStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2304,\"kind\":1024,\"name\":\"wordWrapBreakBeforeCharacters\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#wordWrapBreakBeforeCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2305,\"kind\":1024,\"name\":\"wordWrapBreakAfterCharacters\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#wordWrapBreakAfterCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2306,\"kind\":1024,\"name\":\"wordBreak\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#wordBreak\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2307,\"kind\":1024,\"name\":\"stopRenderingLineAfter\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#stopRenderingLineAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2308,\"kind\":1024,\"name\":\"hover\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#hover\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2309,\"kind\":1024,\"name\":\"links\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#links\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2310,\"kind\":1024,\"name\":\"colorDecorators\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#colorDecorators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2311,\"kind\":1024,\"name\":\"colorDecoratorsLimit\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#colorDecoratorsLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2312,\"kind\":1024,\"name\":\"comments\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2313,\"kind\":1024,\"name\":\"contextmenu\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#contextmenu\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2314,\"kind\":1024,\"name\":\"mouseWheelScrollSensitivity\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#mouseWheelScrollSensitivity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2315,\"kind\":1024,\"name\":\"fastScrollSensitivity\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#fastScrollSensitivity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2316,\"kind\":1024,\"name\":\"scrollPredominantAxis\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#scrollPredominantAxis\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2317,\"kind\":1024,\"name\":\"columnSelection\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#columnSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2318,\"kind\":1024,\"name\":\"multiCursorModifier\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#multiCursorModifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2319,\"kind\":1024,\"name\":\"multiCursorMergeOverlapping\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#multiCursorMergeOverlapping\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2320,\"kind\":1024,\"name\":\"multiCursorPaste\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#multiCursorPaste\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2321,\"kind\":1024,\"name\":\"multiCursorLimit\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#multiCursorLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2322,\"kind\":1024,\"name\":\"accessibilitySupport\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#accessibilitySupport\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2323,\"kind\":1024,\"name\":\"accessibilityPageSize\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#accessibilityPageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2324,\"kind\":1024,\"name\":\"suggest\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#suggest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2325,\"kind\":1024,\"name\":\"inlineSuggest\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#inlineSuggest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2326,\"kind\":1024,\"name\":\"smartSelect\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#smartSelect\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2327,\"kind\":1024,\"name\":\"gotoLocation\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#gotoLocation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2328,\"kind\":1024,\"name\":\"quickSuggestions\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#quickSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2329,\"kind\":1024,\"name\":\"quickSuggestionsDelay\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#quickSuggestionsDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2330,\"kind\":1024,\"name\":\"padding\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#padding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2331,\"kind\":1024,\"name\":\"parameterHints\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#parameterHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2332,\"kind\":1024,\"name\":\"autoClosingBrackets\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#autoClosingBrackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2333,\"kind\":1024,\"name\":\"autoClosingQuotes\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#autoClosingQuotes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2334,\"kind\":1024,\"name\":\"autoClosingDelete\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#autoClosingDelete\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2335,\"kind\":1024,\"name\":\"autoClosingOvertype\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#autoClosingOvertype\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2336,\"kind\":1024,\"name\":\"autoSurround\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#autoSurround\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2337,\"kind\":1024,\"name\":\"autoIndent\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#autoIndent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2338,\"kind\":1024,\"name\":\"stickyTabStops\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#stickyTabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2339,\"kind\":1024,\"name\":\"formatOnType\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#formatOnType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2340,\"kind\":1024,\"name\":\"formatOnPaste\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#formatOnPaste\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2341,\"kind\":1024,\"name\":\"dragAndDrop\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#dragAndDrop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2342,\"kind\":1024,\"name\":\"suggestOnTriggerCharacters\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#suggestOnTriggerCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2343,\"kind\":1024,\"name\":\"acceptSuggestionOnEnter\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#acceptSuggestionOnEnter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2344,\"kind\":1024,\"name\":\"acceptSuggestionOnCommitCharacter\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#acceptSuggestionOnCommitCharacter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2345,\"kind\":1024,\"name\":\"snippetSuggestions\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#snippetSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2346,\"kind\":1024,\"name\":\"emptySelectionClipboard\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#emptySelectionClipboard\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2347,\"kind\":1024,\"name\":\"copyWithSyntaxHighlighting\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#copyWithSyntaxHighlighting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2348,\"kind\":1024,\"name\":\"suggestSelection\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#suggestSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2349,\"kind\":1024,\"name\":\"suggestFontSize\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#suggestFontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2350,\"kind\":1024,\"name\":\"suggestLineHeight\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#suggestLineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2351,\"kind\":1024,\"name\":\"tabCompletion\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#tabCompletion\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2352,\"kind\":1024,\"name\":\"selectionHighlight\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#selectionHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2353,\"kind\":1024,\"name\":\"occurrencesHighlight\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#occurrencesHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2354,\"kind\":1024,\"name\":\"codeLens\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#codeLens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2355,\"kind\":1024,\"name\":\"codeLensFontFamily\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#codeLensFontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2356,\"kind\":1024,\"name\":\"codeLensFontSize\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#codeLensFontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2357,\"kind\":1024,\"name\":\"lightbulb\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#lightbulb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2358,\"kind\":1024,\"name\":\"codeActionsOnSaveTimeout\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#codeActionsOnSaveTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2359,\"kind\":1024,\"name\":\"folding\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#folding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2360,\"kind\":1024,\"name\":\"foldingStrategy\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#foldingStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2361,\"kind\":1024,\"name\":\"foldingHighlight\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#foldingHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2362,\"kind\":1024,\"name\":\"foldingImportsByDefault\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#foldingImportsByDefault\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2363,\"kind\":1024,\"name\":\"foldingMaximumRegions\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#foldingMaximumRegions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2364,\"kind\":1024,\"name\":\"showFoldingControls\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#showFoldingControls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2365,\"kind\":1024,\"name\":\"unfoldOnClickAfterEndOfLine\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#unfoldOnClickAfterEndOfLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2366,\"kind\":1024,\"name\":\"matchBrackets\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#matchBrackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2367,\"kind\":1024,\"name\":\"experimentalWhitespaceRendering\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#experimentalWhitespaceRendering\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2368,\"kind\":1024,\"name\":\"renderWhitespace\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#renderWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2369,\"kind\":1024,\"name\":\"renderControlCharacters\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#renderControlCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2370,\"kind\":1024,\"name\":\"renderLineHighlight\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#renderLineHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2371,\"kind\":1024,\"name\":\"renderLineHighlightOnlyWhenFocus\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#renderLineHighlightOnlyWhenFocus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2372,\"kind\":1024,\"name\":\"useTabStops\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#useTabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2373,\"kind\":1024,\"name\":\"fontFamily\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#fontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2374,\"kind\":1024,\"name\":\"fontWeight\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#fontWeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2375,\"kind\":1024,\"name\":\"fontSize\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#fontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2376,\"kind\":1024,\"name\":\"lineHeight\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#lineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2377,\"kind\":1024,\"name\":\"letterSpacing\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#letterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2378,\"kind\":1024,\"name\":\"showUnused\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#showUnused\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2379,\"kind\":1024,\"name\":\"peekWidgetDefaultFocus\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#peekWidgetDefaultFocus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2380,\"kind\":1024,\"name\":\"definitionLinkOpensInPeek\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#definitionLinkOpensInPeek\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2381,\"kind\":1024,\"name\":\"showDeprecated\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#showDeprecated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2382,\"kind\":1024,\"name\":\"matchOnWordStartOnly\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#matchOnWordStartOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2383,\"kind\":1024,\"name\":\"inlayHints\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#inlayHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2384,\"kind\":1024,\"name\":\"useShadowDOM\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#useShadowDOM\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2385,\"kind\":1024,\"name\":\"guides\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#guides\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2386,\"kind\":1024,\"name\":\"unicodeHighlight\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#unicodeHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2387,\"kind\":1024,\"name\":\"bracketPairColorization\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#bracketPairColorization\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2388,\"kind\":1024,\"name\":\"dropIntoEditor\",\"url\":\"interfaces/monaco.editor.IEditorConstructionOptions.html#dropIntoEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IEditorConstructionOptions\"},{\"id\":2389,\"kind\":256,\"name\":\"IViewZone\",\"url\":\"interfaces/monaco.editor.IViewZone.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2390,\"kind\":1024,\"name\":\"afterLineNumber\",\"url\":\"interfaces/monaco.editor.IViewZone.html#afterLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewZone\"},{\"id\":2391,\"kind\":1024,\"name\":\"afterColumn\",\"url\":\"interfaces/monaco.editor.IViewZone.html#afterColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewZone\"},{\"id\":2392,\"kind\":1024,\"name\":\"afterColumnAffinity\",\"url\":\"interfaces/monaco.editor.IViewZone.html#afterColumnAffinity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewZone\"},{\"id\":2393,\"kind\":1024,\"name\":\"suppressMouseDown\",\"url\":\"interfaces/monaco.editor.IViewZone.html#suppressMouseDown\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewZone\"},{\"id\":2394,\"kind\":1024,\"name\":\"heightInLines\",\"url\":\"interfaces/monaco.editor.IViewZone.html#heightInLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewZone\"},{\"id\":2395,\"kind\":1024,\"name\":\"heightInPx\",\"url\":\"interfaces/monaco.editor.IViewZone.html#heightInPx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewZone\"},{\"id\":2396,\"kind\":1024,\"name\":\"minWidthInPx\",\"url\":\"interfaces/monaco.editor.IViewZone.html#minWidthInPx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewZone\"},{\"id\":2397,\"kind\":1024,\"name\":\"domNode\",\"url\":\"interfaces/monaco.editor.IViewZone.html#domNode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewZone\"},{\"id\":2398,\"kind\":1024,\"name\":\"marginDomNode\",\"url\":\"interfaces/monaco.editor.IViewZone.html#marginDomNode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewZone\"},{\"id\":2399,\"kind\":2048,\"name\":\"onDomNodeTop\",\"url\":\"interfaces/monaco.editor.IViewZone.html#onDomNodeTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewZone\"},{\"id\":2400,\"kind\":2048,\"name\":\"onComputedHeight\",\"url\":\"interfaces/monaco.editor.IViewZone.html#onComputedHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewZone\"},{\"id\":2401,\"kind\":256,\"name\":\"IViewZoneChangeAccessor\",\"url\":\"interfaces/monaco.editor.IViewZoneChangeAccessor.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2402,\"kind\":2048,\"name\":\"addZone\",\"url\":\"interfaces/monaco.editor.IViewZoneChangeAccessor.html#addZone\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewZoneChangeAccessor\"},{\"id\":2403,\"kind\":2048,\"name\":\"removeZone\",\"url\":\"interfaces/monaco.editor.IViewZoneChangeAccessor.html#removeZone\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewZoneChangeAccessor\"},{\"id\":2404,\"kind\":2048,\"name\":\"layoutZone\",\"url\":\"interfaces/monaco.editor.IViewZoneChangeAccessor.html#layoutZone\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IViewZoneChangeAccessor\"},{\"id\":2405,\"kind\":8,\"name\":\"ContentWidgetPositionPreference\",\"url\":\"enums/monaco.editor.ContentWidgetPositionPreference.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2406,\"kind\":16,\"name\":\"EXACT\",\"url\":\"enums/monaco.editor.ContentWidgetPositionPreference.html#EXACT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.ContentWidgetPositionPreference\"},{\"id\":2407,\"kind\":16,\"name\":\"ABOVE\",\"url\":\"enums/monaco.editor.ContentWidgetPositionPreference.html#ABOVE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.ContentWidgetPositionPreference\"},{\"id\":2408,\"kind\":16,\"name\":\"BELOW\",\"url\":\"enums/monaco.editor.ContentWidgetPositionPreference.html#BELOW\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.ContentWidgetPositionPreference\"},{\"id\":2409,\"kind\":256,\"name\":\"IContentWidgetPosition\",\"url\":\"interfaces/monaco.editor.IContentWidgetPosition.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2410,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IContentWidgetPosition.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContentWidgetPosition\"},{\"id\":2411,\"kind\":1024,\"name\":\"secondaryPosition\",\"url\":\"interfaces/monaco.editor.IContentWidgetPosition.html#secondaryPosition\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContentWidgetPosition\"},{\"id\":2412,\"kind\":1024,\"name\":\"preference\",\"url\":\"interfaces/monaco.editor.IContentWidgetPosition.html#preference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContentWidgetPosition\"},{\"id\":2413,\"kind\":1024,\"name\":\"positionAffinity\",\"url\":\"interfaces/monaco.editor.IContentWidgetPosition.html#positionAffinity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContentWidgetPosition\"},{\"id\":2414,\"kind\":256,\"name\":\"IContentWidget\",\"url\":\"interfaces/monaco.editor.IContentWidget.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2415,\"kind\":1024,\"name\":\"allowEditorOverflow\",\"url\":\"interfaces/monaco.editor.IContentWidget.html#allowEditorOverflow\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContentWidget\"},{\"id\":2416,\"kind\":1024,\"name\":\"suppressMouseDown\",\"url\":\"interfaces/monaco.editor.IContentWidget.html#suppressMouseDown\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContentWidget\"},{\"id\":2417,\"kind\":2048,\"name\":\"getId\",\"url\":\"interfaces/monaco.editor.IContentWidget.html#getId\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContentWidget\"},{\"id\":2418,\"kind\":2048,\"name\":\"getDomNode\",\"url\":\"interfaces/monaco.editor.IContentWidget.html#getDomNode\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContentWidget\"},{\"id\":2419,\"kind\":2048,\"name\":\"getPosition\",\"url\":\"interfaces/monaco.editor.IContentWidget.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContentWidget\"},{\"id\":2420,\"kind\":2048,\"name\":\"beforeRender\",\"url\":\"interfaces/monaco.editor.IContentWidget.html#beforeRender\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContentWidget\"},{\"id\":2421,\"kind\":2048,\"name\":\"afterRender\",\"url\":\"interfaces/monaco.editor.IContentWidget.html#afterRender\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IContentWidget\"},{\"id\":2422,\"kind\":8,\"name\":\"OverlayWidgetPositionPreference\",\"url\":\"enums/monaco.editor.OverlayWidgetPositionPreference.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2423,\"kind\":16,\"name\":\"TOP_RIGHT_CORNER\",\"url\":\"enums/monaco.editor.OverlayWidgetPositionPreference.html#TOP_RIGHT_CORNER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.OverlayWidgetPositionPreference\"},{\"id\":2424,\"kind\":16,\"name\":\"BOTTOM_RIGHT_CORNER\",\"url\":\"enums/monaco.editor.OverlayWidgetPositionPreference.html#BOTTOM_RIGHT_CORNER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.OverlayWidgetPositionPreference\"},{\"id\":2425,\"kind\":16,\"name\":\"TOP_CENTER\",\"url\":\"enums/monaco.editor.OverlayWidgetPositionPreference.html#TOP_CENTER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.OverlayWidgetPositionPreference\"},{\"id\":2426,\"kind\":256,\"name\":\"IOverlayWidgetPosition\",\"url\":\"interfaces/monaco.editor.IOverlayWidgetPosition.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2427,\"kind\":1024,\"name\":\"preference\",\"url\":\"interfaces/monaco.editor.IOverlayWidgetPosition.html#preference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IOverlayWidgetPosition\"},{\"id\":2428,\"kind\":256,\"name\":\"IOverlayWidget\",\"url\":\"interfaces/monaco.editor.IOverlayWidget.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2429,\"kind\":2048,\"name\":\"getId\",\"url\":\"interfaces/monaco.editor.IOverlayWidget.html#getId\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IOverlayWidget\"},{\"id\":2430,\"kind\":2048,\"name\":\"getDomNode\",\"url\":\"interfaces/monaco.editor.IOverlayWidget.html#getDomNode\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IOverlayWidget\"},{\"id\":2431,\"kind\":2048,\"name\":\"getPosition\",\"url\":\"interfaces/monaco.editor.IOverlayWidget.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IOverlayWidget\"},{\"id\":2432,\"kind\":8,\"name\":\"MouseTargetType\",\"url\":\"enums/monaco.editor.MouseTargetType.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2433,\"kind\":16,\"name\":\"UNKNOWN\",\"url\":\"enums/monaco.editor.MouseTargetType.html#UNKNOWN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MouseTargetType\"},{\"id\":2434,\"kind\":16,\"name\":\"TEXTAREA\",\"url\":\"enums/monaco.editor.MouseTargetType.html#TEXTAREA\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MouseTargetType\"},{\"id\":2435,\"kind\":16,\"name\":\"GUTTER_GLYPH_MARGIN\",\"url\":\"enums/monaco.editor.MouseTargetType.html#GUTTER_GLYPH_MARGIN\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MouseTargetType\"},{\"id\":2436,\"kind\":16,\"name\":\"GUTTER_LINE_NUMBERS\",\"url\":\"enums/monaco.editor.MouseTargetType.html#GUTTER_LINE_NUMBERS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MouseTargetType\"},{\"id\":2437,\"kind\":16,\"name\":\"GUTTER_LINE_DECORATIONS\",\"url\":\"enums/monaco.editor.MouseTargetType.html#GUTTER_LINE_DECORATIONS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MouseTargetType\"},{\"id\":2438,\"kind\":16,\"name\":\"GUTTER_VIEW_ZONE\",\"url\":\"enums/monaco.editor.MouseTargetType.html#GUTTER_VIEW_ZONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MouseTargetType\"},{\"id\":2439,\"kind\":16,\"name\":\"CONTENT_TEXT\",\"url\":\"enums/monaco.editor.MouseTargetType.html#CONTENT_TEXT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MouseTargetType\"},{\"id\":2440,\"kind\":16,\"name\":\"CONTENT_EMPTY\",\"url\":\"enums/monaco.editor.MouseTargetType.html#CONTENT_EMPTY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MouseTargetType\"},{\"id\":2441,\"kind\":16,\"name\":\"CONTENT_VIEW_ZONE\",\"url\":\"enums/monaco.editor.MouseTargetType.html#CONTENT_VIEW_ZONE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MouseTargetType\"},{\"id\":2442,\"kind\":16,\"name\":\"CONTENT_WIDGET\",\"url\":\"enums/monaco.editor.MouseTargetType.html#CONTENT_WIDGET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MouseTargetType\"},{\"id\":2443,\"kind\":16,\"name\":\"OVERVIEW_RULER\",\"url\":\"enums/monaco.editor.MouseTargetType.html#OVERVIEW_RULER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MouseTargetType\"},{\"id\":2444,\"kind\":16,\"name\":\"SCROLLBAR\",\"url\":\"enums/monaco.editor.MouseTargetType.html#SCROLLBAR\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MouseTargetType\"},{\"id\":2445,\"kind\":16,\"name\":\"OVERLAY_WIDGET\",\"url\":\"enums/monaco.editor.MouseTargetType.html#OVERLAY_WIDGET\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MouseTargetType\"},{\"id\":2446,\"kind\":16,\"name\":\"OUTSIDE_EDITOR\",\"url\":\"enums/monaco.editor.MouseTargetType.html#OUTSIDE_EDITOR\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.editor.MouseTargetType\"},{\"id\":2447,\"kind\":256,\"name\":\"IBaseMouseTarget\",\"url\":\"interfaces/monaco.editor.IBaseMouseTarget.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2448,\"kind\":1024,\"name\":\"element\",\"url\":\"interfaces/monaco.editor.IBaseMouseTarget.html#element\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IBaseMouseTarget\"},{\"id\":2449,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IBaseMouseTarget.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IBaseMouseTarget\"},{\"id\":2450,\"kind\":1024,\"name\":\"mouseColumn\",\"url\":\"interfaces/monaco.editor.IBaseMouseTarget.html#mouseColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IBaseMouseTarget\"},{\"id\":2451,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IBaseMouseTarget.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IBaseMouseTarget\"},{\"id\":2452,\"kind\":256,\"name\":\"IMouseTargetUnknown\",\"url\":\"interfaces/monaco.editor.IMouseTargetUnknown.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2453,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/monaco.editor.IMouseTargetUnknown.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetUnknown\"},{\"id\":2454,\"kind\":1024,\"name\":\"element\",\"url\":\"interfaces/monaco.editor.IMouseTargetUnknown.html#element\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetUnknown\"},{\"id\":2455,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IMouseTargetUnknown.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetUnknown\"},{\"id\":2456,\"kind\":1024,\"name\":\"mouseColumn\",\"url\":\"interfaces/monaco.editor.IMouseTargetUnknown.html#mouseColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetUnknown\"},{\"id\":2457,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IMouseTargetUnknown.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetUnknown\"},{\"id\":2458,\"kind\":256,\"name\":\"IMouseTargetTextarea\",\"url\":\"interfaces/monaco.editor.IMouseTargetTextarea.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2459,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/monaco.editor.IMouseTargetTextarea.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetTextarea\"},{\"id\":2460,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IMouseTargetTextarea.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetTextarea\"},{\"id\":2461,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IMouseTargetTextarea.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetTextarea\"},{\"id\":2462,\"kind\":1024,\"name\":\"element\",\"url\":\"interfaces/monaco.editor.IMouseTargetTextarea.html#element\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetTextarea\"},{\"id\":2463,\"kind\":1024,\"name\":\"mouseColumn\",\"url\":\"interfaces/monaco.editor.IMouseTargetTextarea.html#mouseColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetTextarea\"},{\"id\":2464,\"kind\":256,\"name\":\"IMouseTargetMarginData\",\"url\":\"interfaces/monaco.editor.IMouseTargetMarginData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2465,\"kind\":1024,\"name\":\"isAfterLines\",\"url\":\"interfaces/monaco.editor.IMouseTargetMarginData.html#isAfterLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetMarginData\"},{\"id\":2466,\"kind\":1024,\"name\":\"glyphMarginLeft\",\"url\":\"interfaces/monaco.editor.IMouseTargetMarginData.html#glyphMarginLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetMarginData\"},{\"id\":2467,\"kind\":1024,\"name\":\"glyphMarginWidth\",\"url\":\"interfaces/monaco.editor.IMouseTargetMarginData.html#glyphMarginWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetMarginData\"},{\"id\":2468,\"kind\":1024,\"name\":\"lineNumbersWidth\",\"url\":\"interfaces/monaco.editor.IMouseTargetMarginData.html#lineNumbersWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetMarginData\"},{\"id\":2469,\"kind\":1024,\"name\":\"offsetX\",\"url\":\"interfaces/monaco.editor.IMouseTargetMarginData.html#offsetX\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetMarginData\"},{\"id\":2470,\"kind\":256,\"name\":\"IMouseTargetMargin\",\"url\":\"interfaces/monaco.editor.IMouseTargetMargin.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2471,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/monaco.editor.IMouseTargetMargin.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetMargin\"},{\"id\":2472,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IMouseTargetMargin.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetMargin\"},{\"id\":2473,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IMouseTargetMargin.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetMargin\"},{\"id\":2474,\"kind\":1024,\"name\":\"detail\",\"url\":\"interfaces/monaco.editor.IMouseTargetMargin.html#detail\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetMargin\"},{\"id\":2475,\"kind\":1024,\"name\":\"element\",\"url\":\"interfaces/monaco.editor.IMouseTargetMargin.html#element\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetMargin\"},{\"id\":2476,\"kind\":1024,\"name\":\"mouseColumn\",\"url\":\"interfaces/monaco.editor.IMouseTargetMargin.html#mouseColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetMargin\"},{\"id\":2477,\"kind\":256,\"name\":\"IMouseTargetViewZoneData\",\"url\":\"interfaces/monaco.editor.IMouseTargetViewZoneData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2478,\"kind\":1024,\"name\":\"viewZoneId\",\"url\":\"interfaces/monaco.editor.IMouseTargetViewZoneData.html#viewZoneId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetViewZoneData\"},{\"id\":2479,\"kind\":1024,\"name\":\"positionBefore\",\"url\":\"interfaces/monaco.editor.IMouseTargetViewZoneData.html#positionBefore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetViewZoneData\"},{\"id\":2480,\"kind\":1024,\"name\":\"positionAfter\",\"url\":\"interfaces/monaco.editor.IMouseTargetViewZoneData.html#positionAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetViewZoneData\"},{\"id\":2481,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IMouseTargetViewZoneData.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetViewZoneData\"},{\"id\":2482,\"kind\":1024,\"name\":\"afterLineNumber\",\"url\":\"interfaces/monaco.editor.IMouseTargetViewZoneData.html#afterLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetViewZoneData\"},{\"id\":2483,\"kind\":256,\"name\":\"IMouseTargetViewZone\",\"url\":\"interfaces/monaco.editor.IMouseTargetViewZone.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2484,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/monaco.editor.IMouseTargetViewZone.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetViewZone\"},{\"id\":2485,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IMouseTargetViewZone.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetViewZone\"},{\"id\":2486,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IMouseTargetViewZone.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetViewZone\"},{\"id\":2487,\"kind\":1024,\"name\":\"detail\",\"url\":\"interfaces/monaco.editor.IMouseTargetViewZone.html#detail\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetViewZone\"},{\"id\":2488,\"kind\":1024,\"name\":\"element\",\"url\":\"interfaces/monaco.editor.IMouseTargetViewZone.html#element\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetViewZone\"},{\"id\":2489,\"kind\":1024,\"name\":\"mouseColumn\",\"url\":\"interfaces/monaco.editor.IMouseTargetViewZone.html#mouseColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetViewZone\"},{\"id\":2490,\"kind\":256,\"name\":\"IMouseTargetContentTextData\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentTextData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2491,\"kind\":1024,\"name\":\"mightBeForeignElement\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentTextData.html#mightBeForeignElement\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetContentTextData\"},{\"id\":2492,\"kind\":256,\"name\":\"IMouseTargetContentText\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentText.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2493,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentText.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetContentText\"},{\"id\":2494,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentText.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetContentText\"},{\"id\":2495,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentText.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetContentText\"},{\"id\":2496,\"kind\":1024,\"name\":\"detail\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentText.html#detail\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetContentText\"},{\"id\":2497,\"kind\":1024,\"name\":\"element\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentText.html#element\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetContentText\"},{\"id\":2498,\"kind\":1024,\"name\":\"mouseColumn\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentText.html#mouseColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetContentText\"},{\"id\":2499,\"kind\":256,\"name\":\"IMouseTargetContentEmptyData\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentEmptyData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2500,\"kind\":1024,\"name\":\"isAfterLines\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentEmptyData.html#isAfterLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetContentEmptyData\"},{\"id\":2501,\"kind\":1024,\"name\":\"horizontalDistanceToText\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentEmptyData.html#horizontalDistanceToText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetContentEmptyData\"},{\"id\":2502,\"kind\":256,\"name\":\"IMouseTargetContentEmpty\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentEmpty.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2503,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentEmpty.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetContentEmpty\"},{\"id\":2504,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentEmpty.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetContentEmpty\"},{\"id\":2505,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentEmpty.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetContentEmpty\"},{\"id\":2506,\"kind\":1024,\"name\":\"detail\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentEmpty.html#detail\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetContentEmpty\"},{\"id\":2507,\"kind\":1024,\"name\":\"element\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentEmpty.html#element\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetContentEmpty\"},{\"id\":2508,\"kind\":1024,\"name\":\"mouseColumn\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentEmpty.html#mouseColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetContentEmpty\"},{\"id\":2509,\"kind\":256,\"name\":\"IMouseTargetContentWidget\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentWidget.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2510,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentWidget.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetContentWidget\"},{\"id\":2511,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentWidget.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetContentWidget\"},{\"id\":2512,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentWidget.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetContentWidget\"},{\"id\":2513,\"kind\":1024,\"name\":\"detail\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentWidget.html#detail\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetContentWidget\"},{\"id\":2514,\"kind\":1024,\"name\":\"element\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentWidget.html#element\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetContentWidget\"},{\"id\":2515,\"kind\":1024,\"name\":\"mouseColumn\",\"url\":\"interfaces/monaco.editor.IMouseTargetContentWidget.html#mouseColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetContentWidget\"},{\"id\":2516,\"kind\":256,\"name\":\"IMouseTargetOverlayWidget\",\"url\":\"interfaces/monaco.editor.IMouseTargetOverlayWidget.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2517,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/monaco.editor.IMouseTargetOverlayWidget.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetOverlayWidget\"},{\"id\":2518,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IMouseTargetOverlayWidget.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetOverlayWidget\"},{\"id\":2519,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IMouseTargetOverlayWidget.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetOverlayWidget\"},{\"id\":2520,\"kind\":1024,\"name\":\"detail\",\"url\":\"interfaces/monaco.editor.IMouseTargetOverlayWidget.html#detail\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetOverlayWidget\"},{\"id\":2521,\"kind\":1024,\"name\":\"element\",\"url\":\"interfaces/monaco.editor.IMouseTargetOverlayWidget.html#element\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetOverlayWidget\"},{\"id\":2522,\"kind\":1024,\"name\":\"mouseColumn\",\"url\":\"interfaces/monaco.editor.IMouseTargetOverlayWidget.html#mouseColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetOverlayWidget\"},{\"id\":2523,\"kind\":256,\"name\":\"IMouseTargetScrollbar\",\"url\":\"interfaces/monaco.editor.IMouseTargetScrollbar.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2524,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/monaco.editor.IMouseTargetScrollbar.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetScrollbar\"},{\"id\":2525,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IMouseTargetScrollbar.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetScrollbar\"},{\"id\":2526,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IMouseTargetScrollbar.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IMouseTargetScrollbar\"},{\"id\":2527,\"kind\":1024,\"name\":\"element\",\"url\":\"interfaces/monaco.editor.IMouseTargetScrollbar.html#element\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetScrollbar\"},{\"id\":2528,\"kind\":1024,\"name\":\"mouseColumn\",\"url\":\"interfaces/monaco.editor.IMouseTargetScrollbar.html#mouseColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetScrollbar\"},{\"id\":2529,\"kind\":256,\"name\":\"IMouseTargetOverviewRuler\",\"url\":\"interfaces/monaco.editor.IMouseTargetOverviewRuler.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2530,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/monaco.editor.IMouseTargetOverviewRuler.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetOverviewRuler\"},{\"id\":2531,\"kind\":1024,\"name\":\"element\",\"url\":\"interfaces/monaco.editor.IMouseTargetOverviewRuler.html#element\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetOverviewRuler\"},{\"id\":2532,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IMouseTargetOverviewRuler.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetOverviewRuler\"},{\"id\":2533,\"kind\":1024,\"name\":\"mouseColumn\",\"url\":\"interfaces/monaco.editor.IMouseTargetOverviewRuler.html#mouseColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetOverviewRuler\"},{\"id\":2534,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IMouseTargetOverviewRuler.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetOverviewRuler\"},{\"id\":2535,\"kind\":256,\"name\":\"IMouseTargetOutsideEditor\",\"url\":\"interfaces/monaco.editor.IMouseTargetOutsideEditor.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2536,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/monaco.editor.IMouseTargetOutsideEditor.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetOutsideEditor\"},{\"id\":2537,\"kind\":1024,\"name\":\"outsidePosition\",\"url\":\"interfaces/monaco.editor.IMouseTargetOutsideEditor.html#outsidePosition\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetOutsideEditor\"},{\"id\":2538,\"kind\":1024,\"name\":\"outsideDistance\",\"url\":\"interfaces/monaco.editor.IMouseTargetOutsideEditor.html#outsideDistance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IMouseTargetOutsideEditor\"},{\"id\":2539,\"kind\":1024,\"name\":\"element\",\"url\":\"interfaces/monaco.editor.IMouseTargetOutsideEditor.html#element\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetOutsideEditor\"},{\"id\":2540,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.editor.IMouseTargetOutsideEditor.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetOutsideEditor\"},{\"id\":2541,\"kind\":1024,\"name\":\"mouseColumn\",\"url\":\"interfaces/monaco.editor.IMouseTargetOutsideEditor.html#mouseColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetOutsideEditor\"},{\"id\":2542,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IMouseTargetOutsideEditor.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IMouseTargetOutsideEditor\"},{\"id\":2543,\"kind\":4194304,\"name\":\"IMouseTarget\",\"url\":\"modules/monaco.editor.html#IMouseTarget\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2544,\"kind\":256,\"name\":\"IEditorMouseEvent\",\"url\":\"interfaces/monaco.editor.IEditorMouseEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2545,\"kind\":1024,\"name\":\"event\",\"url\":\"interfaces/monaco.editor.IEditorMouseEvent.html#event\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorMouseEvent\"},{\"id\":2546,\"kind\":1024,\"name\":\"target\",\"url\":\"interfaces/monaco.editor.IEditorMouseEvent.html#target\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IEditorMouseEvent\"},{\"id\":2547,\"kind\":256,\"name\":\"IPartialEditorMouseEvent\",\"url\":\"interfaces/monaco.editor.IPartialEditorMouseEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2548,\"kind\":1024,\"name\":\"event\",\"url\":\"interfaces/monaco.editor.IPartialEditorMouseEvent.html#event\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IPartialEditorMouseEvent\"},{\"id\":2549,\"kind\":1024,\"name\":\"target\",\"url\":\"interfaces/monaco.editor.IPartialEditorMouseEvent.html#target\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IPartialEditorMouseEvent\"},{\"id\":2550,\"kind\":256,\"name\":\"IPasteEvent\",\"url\":\"interfaces/monaco.editor.IPasteEvent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2551,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.editor.IPasteEvent.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IPasteEvent\"},{\"id\":2552,\"kind\":1024,\"name\":\"languageId\",\"url\":\"interfaces/monaco.editor.IPasteEvent.html#languageId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IPasteEvent\"},{\"id\":2553,\"kind\":256,\"name\":\"IDiffEditorConstructionOptions\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2554,\"kind\":1024,\"name\":\"dimension\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#dimension\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2555,\"kind\":1024,\"name\":\"overflowWidgetsDomNode\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#overflowWidgetsDomNode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2556,\"kind\":1024,\"name\":\"originalAriaLabel\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#originalAriaLabel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2557,\"kind\":1024,\"name\":\"modifiedAriaLabel\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#modifiedAriaLabel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2558,\"kind\":1024,\"name\":\"isInEmbeddedEditor\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#isInEmbeddedEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2559,\"kind\":1024,\"name\":\"inDiffEditor\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#inDiffEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2560,\"kind\":1024,\"name\":\"ariaLabel\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#ariaLabel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2561,\"kind\":1024,\"name\":\"tabIndex\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#tabIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2562,\"kind\":1024,\"name\":\"rulers\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#rulers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2563,\"kind\":1024,\"name\":\"wordSeparators\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#wordSeparators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2564,\"kind\":1024,\"name\":\"selectionClipboard\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#selectionClipboard\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2565,\"kind\":1024,\"name\":\"lineNumbers\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#lineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2566,\"kind\":1024,\"name\":\"cursorSurroundingLines\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#cursorSurroundingLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2567,\"kind\":1024,\"name\":\"cursorSurroundingLinesStyle\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#cursorSurroundingLinesStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2568,\"kind\":1024,\"name\":\"renderFinalNewline\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#renderFinalNewline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2569,\"kind\":1024,\"name\":\"unusualLineTerminators\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#unusualLineTerminators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2570,\"kind\":1024,\"name\":\"selectOnLineNumbers\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#selectOnLineNumbers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2571,\"kind\":1024,\"name\":\"lineNumbersMinChars\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#lineNumbersMinChars\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2572,\"kind\":1024,\"name\":\"glyphMargin\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#glyphMargin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2573,\"kind\":1024,\"name\":\"lineDecorationsWidth\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#lineDecorationsWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2574,\"kind\":1024,\"name\":\"revealHorizontalRightPadding\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#revealHorizontalRightPadding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2575,\"kind\":1024,\"name\":\"roundedSelection\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#roundedSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2576,\"kind\":1024,\"name\":\"extraEditorClassName\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#extraEditorClassName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2577,\"kind\":1024,\"name\":\"readOnly\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#readOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2578,\"kind\":1024,\"name\":\"domReadOnly\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#domReadOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2579,\"kind\":1024,\"name\":\"linkedEditing\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#linkedEditing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2580,\"kind\":1024,\"name\":\"renameOnType\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#renameOnType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2581,\"kind\":1024,\"name\":\"renderValidationDecorations\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#renderValidationDecorations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2582,\"kind\":1024,\"name\":\"scrollbar\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#scrollbar\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2583,\"kind\":1024,\"name\":\"stickyScroll\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#stickyScroll\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2584,\"kind\":1024,\"name\":\"minimap\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#minimap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2585,\"kind\":1024,\"name\":\"find\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#find\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2586,\"kind\":1024,\"name\":\"fixedOverflowWidgets\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#fixedOverflowWidgets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2587,\"kind\":1024,\"name\":\"overviewRulerLanes\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#overviewRulerLanes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2588,\"kind\":1024,\"name\":\"overviewRulerBorder\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#overviewRulerBorder\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2589,\"kind\":1024,\"name\":\"cursorBlinking\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#cursorBlinking\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2590,\"kind\":1024,\"name\":\"mouseWheelZoom\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#mouseWheelZoom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2591,\"kind\":1024,\"name\":\"mouseStyle\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#mouseStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2592,\"kind\":1024,\"name\":\"cursorSmoothCaretAnimation\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#cursorSmoothCaretAnimation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2593,\"kind\":1024,\"name\":\"cursorStyle\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#cursorStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2594,\"kind\":1024,\"name\":\"cursorWidth\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#cursorWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2595,\"kind\":1024,\"name\":\"fontLigatures\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#fontLigatures\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2596,\"kind\":1024,\"name\":\"fontVariations\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#fontVariations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2597,\"kind\":1024,\"name\":\"disableLayerHinting\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#disableLayerHinting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2598,\"kind\":1024,\"name\":\"disableMonospaceOptimizations\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#disableMonospaceOptimizations\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2599,\"kind\":1024,\"name\":\"hideCursorInOverviewRuler\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#hideCursorInOverviewRuler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2600,\"kind\":1024,\"name\":\"scrollBeyondLastLine\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#scrollBeyondLastLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2601,\"kind\":1024,\"name\":\"scrollBeyondLastColumn\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#scrollBeyondLastColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2602,\"kind\":1024,\"name\":\"smoothScrolling\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#smoothScrolling\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2603,\"kind\":1024,\"name\":\"automaticLayout\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#automaticLayout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2604,\"kind\":1024,\"name\":\"wordWrap\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#wordWrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2605,\"kind\":1024,\"name\":\"wordWrapOverride1\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#wordWrapOverride1\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2606,\"kind\":1024,\"name\":\"wordWrapOverride2\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#wordWrapOverride2\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2607,\"kind\":1024,\"name\":\"wordWrapColumn\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#wordWrapColumn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2608,\"kind\":1024,\"name\":\"wrappingIndent\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#wrappingIndent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2609,\"kind\":1024,\"name\":\"wrappingStrategy\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#wrappingStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2610,\"kind\":1024,\"name\":\"wordWrapBreakBeforeCharacters\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#wordWrapBreakBeforeCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2611,\"kind\":1024,\"name\":\"wordWrapBreakAfterCharacters\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#wordWrapBreakAfterCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2612,\"kind\":1024,\"name\":\"wordBreak\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#wordBreak\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2613,\"kind\":1024,\"name\":\"stopRenderingLineAfter\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#stopRenderingLineAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2614,\"kind\":1024,\"name\":\"hover\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#hover\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2615,\"kind\":1024,\"name\":\"links\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#links\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2616,\"kind\":1024,\"name\":\"colorDecorators\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#colorDecorators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2617,\"kind\":1024,\"name\":\"colorDecoratorsLimit\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#colorDecoratorsLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2618,\"kind\":1024,\"name\":\"comments\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2619,\"kind\":1024,\"name\":\"contextmenu\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#contextmenu\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2620,\"kind\":1024,\"name\":\"mouseWheelScrollSensitivity\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#mouseWheelScrollSensitivity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2621,\"kind\":1024,\"name\":\"fastScrollSensitivity\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#fastScrollSensitivity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2622,\"kind\":1024,\"name\":\"scrollPredominantAxis\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#scrollPredominantAxis\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2623,\"kind\":1024,\"name\":\"columnSelection\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#columnSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2624,\"kind\":1024,\"name\":\"multiCursorModifier\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#multiCursorModifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2625,\"kind\":1024,\"name\":\"multiCursorMergeOverlapping\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#multiCursorMergeOverlapping\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2626,\"kind\":1024,\"name\":\"multiCursorPaste\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#multiCursorPaste\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2627,\"kind\":1024,\"name\":\"multiCursorLimit\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#multiCursorLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2628,\"kind\":1024,\"name\":\"accessibilitySupport\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#accessibilitySupport\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2629,\"kind\":1024,\"name\":\"accessibilityPageSize\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#accessibilityPageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2630,\"kind\":1024,\"name\":\"suggest\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#suggest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2631,\"kind\":1024,\"name\":\"inlineSuggest\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#inlineSuggest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2632,\"kind\":1024,\"name\":\"smartSelect\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#smartSelect\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2633,\"kind\":1024,\"name\":\"gotoLocation\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#gotoLocation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2634,\"kind\":1024,\"name\":\"quickSuggestions\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#quickSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2635,\"kind\":1024,\"name\":\"quickSuggestionsDelay\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#quickSuggestionsDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2636,\"kind\":1024,\"name\":\"padding\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#padding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2637,\"kind\":1024,\"name\":\"parameterHints\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#parameterHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2638,\"kind\":1024,\"name\":\"autoClosingBrackets\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#autoClosingBrackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2639,\"kind\":1024,\"name\":\"autoClosingQuotes\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#autoClosingQuotes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2640,\"kind\":1024,\"name\":\"autoClosingDelete\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#autoClosingDelete\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2641,\"kind\":1024,\"name\":\"autoClosingOvertype\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#autoClosingOvertype\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2642,\"kind\":1024,\"name\":\"autoSurround\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#autoSurround\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2643,\"kind\":1024,\"name\":\"autoIndent\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#autoIndent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2644,\"kind\":1024,\"name\":\"stickyTabStops\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#stickyTabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2645,\"kind\":1024,\"name\":\"formatOnType\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#formatOnType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2646,\"kind\":1024,\"name\":\"formatOnPaste\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#formatOnPaste\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2647,\"kind\":1024,\"name\":\"dragAndDrop\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#dragAndDrop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2648,\"kind\":1024,\"name\":\"suggestOnTriggerCharacters\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#suggestOnTriggerCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2649,\"kind\":1024,\"name\":\"acceptSuggestionOnEnter\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#acceptSuggestionOnEnter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2650,\"kind\":1024,\"name\":\"acceptSuggestionOnCommitCharacter\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#acceptSuggestionOnCommitCharacter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2651,\"kind\":1024,\"name\":\"snippetSuggestions\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#snippetSuggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2652,\"kind\":1024,\"name\":\"emptySelectionClipboard\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#emptySelectionClipboard\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2653,\"kind\":1024,\"name\":\"copyWithSyntaxHighlighting\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#copyWithSyntaxHighlighting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2654,\"kind\":1024,\"name\":\"suggestSelection\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#suggestSelection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2655,\"kind\":1024,\"name\":\"suggestFontSize\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#suggestFontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2656,\"kind\":1024,\"name\":\"suggestLineHeight\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#suggestLineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2657,\"kind\":1024,\"name\":\"tabCompletion\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#tabCompletion\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2658,\"kind\":1024,\"name\":\"selectionHighlight\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#selectionHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2659,\"kind\":1024,\"name\":\"occurrencesHighlight\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#occurrencesHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2660,\"kind\":1024,\"name\":\"codeLens\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#codeLens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2661,\"kind\":1024,\"name\":\"codeLensFontFamily\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#codeLensFontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2662,\"kind\":1024,\"name\":\"codeLensFontSize\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#codeLensFontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2663,\"kind\":1024,\"name\":\"lightbulb\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#lightbulb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2664,\"kind\":1024,\"name\":\"codeActionsOnSaveTimeout\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#codeActionsOnSaveTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2665,\"kind\":1024,\"name\":\"folding\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#folding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2666,\"kind\":1024,\"name\":\"foldingStrategy\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#foldingStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2667,\"kind\":1024,\"name\":\"foldingHighlight\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#foldingHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2668,\"kind\":1024,\"name\":\"foldingImportsByDefault\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#foldingImportsByDefault\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2669,\"kind\":1024,\"name\":\"foldingMaximumRegions\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#foldingMaximumRegions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2670,\"kind\":1024,\"name\":\"showFoldingControls\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#showFoldingControls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2671,\"kind\":1024,\"name\":\"unfoldOnClickAfterEndOfLine\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#unfoldOnClickAfterEndOfLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2672,\"kind\":1024,\"name\":\"matchBrackets\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#matchBrackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2673,\"kind\":1024,\"name\":\"experimentalWhitespaceRendering\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#experimentalWhitespaceRendering\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2674,\"kind\":1024,\"name\":\"renderWhitespace\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#renderWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2675,\"kind\":1024,\"name\":\"renderControlCharacters\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#renderControlCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2676,\"kind\":1024,\"name\":\"renderLineHighlight\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#renderLineHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2677,\"kind\":1024,\"name\":\"renderLineHighlightOnlyWhenFocus\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#renderLineHighlightOnlyWhenFocus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2678,\"kind\":1024,\"name\":\"useTabStops\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#useTabStops\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2679,\"kind\":1024,\"name\":\"fontFamily\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#fontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2680,\"kind\":1024,\"name\":\"fontWeight\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#fontWeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2681,\"kind\":1024,\"name\":\"fontSize\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#fontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2682,\"kind\":1024,\"name\":\"lineHeight\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#lineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2683,\"kind\":1024,\"name\":\"letterSpacing\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#letterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2684,\"kind\":1024,\"name\":\"showUnused\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#showUnused\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2685,\"kind\":1024,\"name\":\"peekWidgetDefaultFocus\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#peekWidgetDefaultFocus\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2686,\"kind\":1024,\"name\":\"definitionLinkOpensInPeek\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#definitionLinkOpensInPeek\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2687,\"kind\":1024,\"name\":\"showDeprecated\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#showDeprecated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2688,\"kind\":1024,\"name\":\"matchOnWordStartOnly\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#matchOnWordStartOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2689,\"kind\":1024,\"name\":\"inlayHints\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#inlayHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2690,\"kind\":1024,\"name\":\"useShadowDOM\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#useShadowDOM\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2691,\"kind\":1024,\"name\":\"guides\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#guides\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2692,\"kind\":1024,\"name\":\"unicodeHighlight\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#unicodeHighlight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2693,\"kind\":1024,\"name\":\"bracketPairColorization\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#bracketPairColorization\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2694,\"kind\":1024,\"name\":\"dropIntoEditor\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#dropIntoEditor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2695,\"kind\":1024,\"name\":\"enableSplitViewResizing\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#enableSplitViewResizing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2696,\"kind\":1024,\"name\":\"renderSideBySide\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#renderSideBySide\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2697,\"kind\":1024,\"name\":\"maxComputationTime\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#maxComputationTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2698,\"kind\":1024,\"name\":\"maxFileSize\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#maxFileSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2699,\"kind\":1024,\"name\":\"ignoreTrimWhitespace\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#ignoreTrimWhitespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2700,\"kind\":1024,\"name\":\"renderIndicators\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#renderIndicators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2701,\"kind\":1024,\"name\":\"renderMarginRevertIcon\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#renderMarginRevertIcon\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2702,\"kind\":1024,\"name\":\"originalEditable\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#originalEditable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2703,\"kind\":1024,\"name\":\"diffCodeLens\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#diffCodeLens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2704,\"kind\":1024,\"name\":\"renderOverviewRuler\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#renderOverviewRuler\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2705,\"kind\":1024,\"name\":\"diffWordWrap\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#diffWordWrap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2706,\"kind\":1024,\"name\":\"diffAlgorithm\",\"url\":\"interfaces/monaco.editor.IDiffEditorConstructionOptions.html#diffAlgorithm\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditorConstructionOptions\"},{\"id\":2707,\"kind\":256,\"name\":\"ICodeEditor\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2708,\"kind\":8388608,\"name\":\"onDidChangeModelContent\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidChangeModelContent\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2709,\"kind\":8388608,\"name\":\"onDidChangeModelLanguage\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidChangeModelLanguage\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2710,\"kind\":8388608,\"name\":\"onDidChangeModelLanguageConfiguration\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidChangeModelLanguageConfiguration\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2711,\"kind\":8388608,\"name\":\"onDidChangeModelOptions\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidChangeModelOptions\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2712,\"kind\":8388608,\"name\":\"onDidChangeConfiguration\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidChangeConfiguration\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2713,\"kind\":8388608,\"name\":\"onDidChangeCursorPosition\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidChangeCursorPosition\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2714,\"kind\":8388608,\"name\":\"onDidChangeCursorSelection\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidChangeCursorSelection\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2715,\"kind\":8388608,\"name\":\"onDidChangeModel\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidChangeModel\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2716,\"kind\":8388608,\"name\":\"onDidChangeModelDecorations\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidChangeModelDecorations\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2717,\"kind\":8388608,\"name\":\"onDidFocusEditorText\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidFocusEditorText\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2718,\"kind\":8388608,\"name\":\"onDidBlurEditorText\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidBlurEditorText\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2719,\"kind\":8388608,\"name\":\"onDidFocusEditorWidget\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidFocusEditorWidget\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2720,\"kind\":8388608,\"name\":\"onDidBlurEditorWidget\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidBlurEditorWidget\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2721,\"kind\":1024,\"name\":\"onDidCompositionStart\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidCompositionStart\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2722,\"kind\":1024,\"name\":\"onDidCompositionEnd\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidCompositionEnd\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2723,\"kind\":8388608,\"name\":\"onDidAttemptReadOnlyEdit\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidAttemptReadOnlyEdit\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2724,\"kind\":8388608,\"name\":\"onDidPaste\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidPaste\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2725,\"kind\":8388608,\"name\":\"onMouseUp\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onMouseUp\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2726,\"kind\":8388608,\"name\":\"onMouseDown\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onMouseDown\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2727,\"kind\":8388608,\"name\":\"onContextMenu\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onContextMenu\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2728,\"kind\":8388608,\"name\":\"onMouseMove\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onMouseMove\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2729,\"kind\":8388608,\"name\":\"onMouseLeave\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onMouseLeave\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2730,\"kind\":8388608,\"name\":\"onKeyUp\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onKeyUp\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2731,\"kind\":8388608,\"name\":\"onKeyDown\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onKeyDown\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2732,\"kind\":8388608,\"name\":\"onDidLayoutChange\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidLayoutChange\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2733,\"kind\":8388608,\"name\":\"onDidContentSizeChange\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidContentSizeChange\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2734,\"kind\":8388608,\"name\":\"onDidScrollChange\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidScrollChange\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2735,\"kind\":8388608,\"name\":\"onDidChangeHiddenAreas\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidChangeHiddenAreas\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2736,\"kind\":2048,\"name\":\"saveViewState\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#saveViewState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2737,\"kind\":2048,\"name\":\"restoreViewState\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#restoreViewState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2738,\"kind\":2048,\"name\":\"hasWidgetFocus\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#hasWidgetFocus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2739,\"kind\":2048,\"name\":\"getContribution\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getContribution\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2740,\"kind\":2048,\"name\":\"getModel\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2741,\"kind\":2048,\"name\":\"setModel\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#setModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2742,\"kind\":2048,\"name\":\"getOptions\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2743,\"kind\":2048,\"name\":\"getOption\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getOption\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2744,\"kind\":2048,\"name\":\"getRawOptions\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getRawOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2745,\"kind\":2048,\"name\":\"getValue\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getValue\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2746,\"kind\":2048,\"name\":\"setValue\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#setValue\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2747,\"kind\":2048,\"name\":\"getContentWidth\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getContentWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2748,\"kind\":2048,\"name\":\"getScrollWidth\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getScrollWidth\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2749,\"kind\":2048,\"name\":\"getScrollLeft\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getScrollLeft\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2750,\"kind\":2048,\"name\":\"getContentHeight\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getContentHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2751,\"kind\":2048,\"name\":\"getScrollHeight\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getScrollHeight\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2752,\"kind\":2048,\"name\":\"getScrollTop\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getScrollTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2753,\"kind\":2048,\"name\":\"setScrollLeft\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#setScrollLeft\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2754,\"kind\":2048,\"name\":\"setScrollTop\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#setScrollTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2755,\"kind\":2048,\"name\":\"setScrollPosition\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#setScrollPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2756,\"kind\":2048,\"name\":\"getAction\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getAction\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2757,\"kind\":2048,\"name\":\"executeCommand\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#executeCommand\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2758,\"kind\":2048,\"name\":\"pushUndoStop\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#pushUndoStop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2759,\"kind\":2048,\"name\":\"popUndoStop\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#popUndoStop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2760,\"kind\":2048,\"name\":\"executeEdits\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#executeEdits\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2761,\"kind\":2048,\"name\":\"executeCommands\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#executeCommands\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2762,\"kind\":2048,\"name\":\"getLineDecorations\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getLineDecorations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2763,\"kind\":2048,\"name\":\"getDecorationsInRange\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getDecorationsInRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2764,\"kind\":2048,\"name\":\"deltaDecorations\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#deltaDecorations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2765,\"kind\":2048,\"name\":\"removeDecorations\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#removeDecorations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2766,\"kind\":2048,\"name\":\"getLayoutInfo\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getLayoutInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2767,\"kind\":2048,\"name\":\"getVisibleRanges\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getVisibleRanges\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2768,\"kind\":2048,\"name\":\"getTopForLineNumber\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getTopForLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2769,\"kind\":2048,\"name\":\"getBottomForLineNumber\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getBottomForLineNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2770,\"kind\":2048,\"name\":\"getTopForPosition\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getTopForPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2771,\"kind\":2048,\"name\":\"writeScreenReaderContent\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#writeScreenReaderContent\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2772,\"kind\":2048,\"name\":\"getContainerDomNode\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getContainerDomNode\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2773,\"kind\":2048,\"name\":\"getDomNode\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getDomNode\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2774,\"kind\":2048,\"name\":\"addContentWidget\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#addContentWidget\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2775,\"kind\":2048,\"name\":\"layoutContentWidget\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#layoutContentWidget\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2776,\"kind\":2048,\"name\":\"removeContentWidget\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#removeContentWidget\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2777,\"kind\":2048,\"name\":\"addOverlayWidget\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#addOverlayWidget\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2778,\"kind\":2048,\"name\":\"layoutOverlayWidget\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#layoutOverlayWidget\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2779,\"kind\":2048,\"name\":\"removeOverlayWidget\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#removeOverlayWidget\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2780,\"kind\":2048,\"name\":\"changeViewZones\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#changeViewZones\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2781,\"kind\":2048,\"name\":\"getOffsetForColumn\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getOffsetForColumn\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2782,\"kind\":2048,\"name\":\"render\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#render\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2783,\"kind\":2048,\"name\":\"getTargetAtClientPoint\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getTargetAtClientPoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2784,\"kind\":2048,\"name\":\"getScrolledVisiblePosition\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getScrolledVisiblePosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2785,\"kind\":2048,\"name\":\"applyFontInfo\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#applyFontInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2786,\"kind\":2048,\"name\":\"setBanner\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#setBanner\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2787,\"kind\":8388608,\"name\":\"onDidDispose\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#onDidDispose\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2788,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2789,\"kind\":2048,\"name\":\"getId\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getId\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2790,\"kind\":2048,\"name\":\"getEditorType\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getEditorType\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2791,\"kind\":2048,\"name\":\"updateOptions\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#updateOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2792,\"kind\":2048,\"name\":\"layout\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#layout\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2793,\"kind\":2048,\"name\":\"focus\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#focus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2794,\"kind\":2048,\"name\":\"hasTextFocus\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#hasTextFocus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2795,\"kind\":2048,\"name\":\"getSupportedActions\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getSupportedActions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2796,\"kind\":2048,\"name\":\"getVisibleColumnFromPosition\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getVisibleColumnFromPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2797,\"kind\":2048,\"name\":\"getPosition\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2798,\"kind\":2048,\"name\":\"setPosition\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2799,\"kind\":2048,\"name\":\"revealLine\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2800,\"kind\":2048,\"name\":\"revealLineInCenter\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealLineInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2801,\"kind\":2048,\"name\":\"revealLineInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealLineInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2802,\"kind\":2048,\"name\":\"revealLineNearTop\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealLineNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2803,\"kind\":2048,\"name\":\"revealPosition\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2804,\"kind\":2048,\"name\":\"revealPositionInCenter\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealPositionInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2805,\"kind\":2048,\"name\":\"revealPositionInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealPositionInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2806,\"kind\":2048,\"name\":\"revealPositionNearTop\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealPositionNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2807,\"kind\":2048,\"name\":\"getSelection\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getSelection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2808,\"kind\":2048,\"name\":\"getSelections\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#getSelections\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2809,\"kind\":2048,\"name\":\"setSelection\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#setSelection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2810,\"kind\":2048,\"name\":\"setSelections\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#setSelections\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2811,\"kind\":2048,\"name\":\"revealLines\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2812,\"kind\":2048,\"name\":\"revealLinesInCenter\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealLinesInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2813,\"kind\":2048,\"name\":\"revealLinesInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealLinesInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2814,\"kind\":2048,\"name\":\"revealLinesNearTop\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealLinesNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2815,\"kind\":2048,\"name\":\"revealRange\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2816,\"kind\":2048,\"name\":\"revealRangeInCenter\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealRangeInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2817,\"kind\":2048,\"name\":\"revealRangeAtTop\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealRangeAtTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2818,\"kind\":2048,\"name\":\"revealRangeInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealRangeInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2819,\"kind\":2048,\"name\":\"revealRangeNearTop\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealRangeNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2820,\"kind\":2048,\"name\":\"revealRangeNearTopIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#revealRangeNearTopIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2821,\"kind\":2048,\"name\":\"trigger\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#trigger\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2822,\"kind\":2048,\"name\":\"createDecorationsCollection\",\"url\":\"interfaces/monaco.editor.ICodeEditor.html#createDecorationsCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.ICodeEditor\"},{\"id\":2823,\"kind\":256,\"name\":\"IDiffLineInformation\",\"url\":\"interfaces/monaco.editor.IDiffLineInformation.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2824,\"kind\":1024,\"name\":\"equivalentLineNumber\",\"url\":\"interfaces/monaco.editor.IDiffLineInformation.html#equivalentLineNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffLineInformation\"},{\"id\":2825,\"kind\":256,\"name\":\"IDiffEditor\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2826,\"kind\":2048,\"name\":\"getContainerDomNode\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#getContainerDomNode\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2827,\"kind\":8388608,\"name\":\"onDidUpdateDiff\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#onDidUpdateDiff\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2828,\"kind\":8388608,\"name\":\"onDidChangeModel\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#onDidChangeModel\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2829,\"kind\":2048,\"name\":\"saveViewState\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#saveViewState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2830,\"kind\":2048,\"name\":\"restoreViewState\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#restoreViewState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2831,\"kind\":2048,\"name\":\"getModel\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#getModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2832,\"kind\":2048,\"name\":\"setModel\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#setModel\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2833,\"kind\":2048,\"name\":\"getOriginalEditor\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#getOriginalEditor\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2834,\"kind\":2048,\"name\":\"getModifiedEditor\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#getModifiedEditor\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2835,\"kind\":2048,\"name\":\"getLineChanges\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#getLineChanges\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2836,\"kind\":2048,\"name\":\"getDiffLineInformationForOriginal\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#getDiffLineInformationForOriginal\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2837,\"kind\":2048,\"name\":\"getDiffLineInformationForModified\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#getDiffLineInformationForModified\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2838,\"kind\":2048,\"name\":\"updateOptions\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#updateOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2839,\"kind\":8388608,\"name\":\"onDidDispose\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#onDidDispose\",\"classes\":\"tsd-kind-event tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2840,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2841,\"kind\":2048,\"name\":\"getId\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#getId\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2842,\"kind\":2048,\"name\":\"getEditorType\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#getEditorType\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2843,\"kind\":2048,\"name\":\"layout\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#layout\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2844,\"kind\":2048,\"name\":\"focus\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#focus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2845,\"kind\":2048,\"name\":\"hasTextFocus\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#hasTextFocus\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2846,\"kind\":2048,\"name\":\"getSupportedActions\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#getSupportedActions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2847,\"kind\":2048,\"name\":\"getVisibleColumnFromPosition\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#getVisibleColumnFromPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2848,\"kind\":2048,\"name\":\"getPosition\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#getPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2849,\"kind\":2048,\"name\":\"setPosition\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#setPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2850,\"kind\":2048,\"name\":\"revealLine\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealLine\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2851,\"kind\":2048,\"name\":\"revealLineInCenter\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealLineInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2852,\"kind\":2048,\"name\":\"revealLineInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealLineInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2853,\"kind\":2048,\"name\":\"revealLineNearTop\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealLineNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2854,\"kind\":2048,\"name\":\"revealPosition\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2855,\"kind\":2048,\"name\":\"revealPositionInCenter\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealPositionInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2856,\"kind\":2048,\"name\":\"revealPositionInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealPositionInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2857,\"kind\":2048,\"name\":\"revealPositionNearTop\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealPositionNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2858,\"kind\":2048,\"name\":\"getSelection\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#getSelection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2859,\"kind\":2048,\"name\":\"getSelections\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#getSelections\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2860,\"kind\":2048,\"name\":\"setSelection\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#setSelection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2861,\"kind\":2048,\"name\":\"setSelections\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#setSelections\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2862,\"kind\":2048,\"name\":\"revealLines\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealLines\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2863,\"kind\":2048,\"name\":\"revealLinesInCenter\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealLinesInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2864,\"kind\":2048,\"name\":\"revealLinesInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealLinesInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2865,\"kind\":2048,\"name\":\"revealLinesNearTop\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealLinesNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2866,\"kind\":2048,\"name\":\"revealRange\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2867,\"kind\":2048,\"name\":\"revealRangeInCenter\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealRangeInCenter\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2868,\"kind\":2048,\"name\":\"revealRangeAtTop\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealRangeAtTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2869,\"kind\":2048,\"name\":\"revealRangeInCenterIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealRangeInCenterIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2870,\"kind\":2048,\"name\":\"revealRangeNearTop\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealRangeNearTop\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2871,\"kind\":2048,\"name\":\"revealRangeNearTopIfOutsideViewport\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#revealRangeNearTopIfOutsideViewport\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2872,\"kind\":2048,\"name\":\"trigger\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#trigger\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2873,\"kind\":2048,\"name\":\"createDecorationsCollection\",\"url\":\"interfaces/monaco.editor.IDiffEditor.html#createDecorationsCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.editor.IDiffEditor\"},{\"id\":2874,\"kind\":128,\"name\":\"FontInfo\",\"url\":\"classes/monaco.editor.FontInfo.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2875,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.editor.FontInfo.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2876,\"kind\":1024,\"name\":\"_editorStylingBrand\",\"url\":\"classes/monaco.editor.FontInfo.html#_editorStylingBrand\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2877,\"kind\":1024,\"name\":\"version\",\"url\":\"classes/monaco.editor.FontInfo.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2878,\"kind\":1024,\"name\":\"isTrusted\",\"url\":\"classes/monaco.editor.FontInfo.html#isTrusted\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2879,\"kind\":1024,\"name\":\"isMonospace\",\"url\":\"classes/monaco.editor.FontInfo.html#isMonospace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2880,\"kind\":1024,\"name\":\"typicalHalfwidthCharacterWidth\",\"url\":\"classes/monaco.editor.FontInfo.html#typicalHalfwidthCharacterWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2881,\"kind\":1024,\"name\":\"typicalFullwidthCharacterWidth\",\"url\":\"classes/monaco.editor.FontInfo.html#typicalFullwidthCharacterWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2882,\"kind\":1024,\"name\":\"canUseHalfwidthRightwardsArrow\",\"url\":\"classes/monaco.editor.FontInfo.html#canUseHalfwidthRightwardsArrow\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2883,\"kind\":1024,\"name\":\"spaceWidth\",\"url\":\"classes/monaco.editor.FontInfo.html#spaceWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2884,\"kind\":1024,\"name\":\"middotWidth\",\"url\":\"classes/monaco.editor.FontInfo.html#middotWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2885,\"kind\":1024,\"name\":\"wsmiddotWidth\",\"url\":\"classes/monaco.editor.FontInfo.html#wsmiddotWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2886,\"kind\":1024,\"name\":\"maxDigitWidth\",\"url\":\"classes/monaco.editor.FontInfo.html#maxDigitWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2887,\"kind\":1024,\"name\":\"_bareFontInfoBrand\",\"url\":\"classes/monaco.editor.FontInfo.html#_bareFontInfoBrand\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2888,\"kind\":1024,\"name\":\"pixelRatio\",\"url\":\"classes/monaco.editor.FontInfo.html#pixelRatio\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2889,\"kind\":1024,\"name\":\"fontFamily\",\"url\":\"classes/monaco.editor.FontInfo.html#fontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2890,\"kind\":1024,\"name\":\"fontWeight\",\"url\":\"classes/monaco.editor.FontInfo.html#fontWeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2891,\"kind\":1024,\"name\":\"fontSize\",\"url\":\"classes/monaco.editor.FontInfo.html#fontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2892,\"kind\":1024,\"name\":\"fontFeatureSettings\",\"url\":\"classes/monaco.editor.FontInfo.html#fontFeatureSettings\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2893,\"kind\":1024,\"name\":\"fontVariationSettings\",\"url\":\"classes/monaco.editor.FontInfo.html#fontVariationSettings\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2894,\"kind\":1024,\"name\":\"lineHeight\",\"url\":\"classes/monaco.editor.FontInfo.html#lineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2895,\"kind\":1024,\"name\":\"letterSpacing\",\"url\":\"classes/monaco.editor.FontInfo.html#letterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"monaco.editor.FontInfo\"},{\"id\":2896,\"kind\":128,\"name\":\"BareFontInfo\",\"url\":\"classes/monaco.editor.BareFontInfo.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2897,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.editor.BareFontInfo.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"monaco.editor.BareFontInfo\"},{\"id\":2898,\"kind\":1024,\"name\":\"_bareFontInfoBrand\",\"url\":\"classes/monaco.editor.BareFontInfo.html#_bareFontInfoBrand\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.BareFontInfo\"},{\"id\":2899,\"kind\":1024,\"name\":\"pixelRatio\",\"url\":\"classes/monaco.editor.BareFontInfo.html#pixelRatio\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.BareFontInfo\"},{\"id\":2900,\"kind\":1024,\"name\":\"fontFamily\",\"url\":\"classes/monaco.editor.BareFontInfo.html#fontFamily\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.BareFontInfo\"},{\"id\":2901,\"kind\":1024,\"name\":\"fontWeight\",\"url\":\"classes/monaco.editor.BareFontInfo.html#fontWeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.BareFontInfo\"},{\"id\":2902,\"kind\":1024,\"name\":\"fontSize\",\"url\":\"classes/monaco.editor.BareFontInfo.html#fontSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.BareFontInfo\"},{\"id\":2903,\"kind\":1024,\"name\":\"fontFeatureSettings\",\"url\":\"classes/monaco.editor.BareFontInfo.html#fontFeatureSettings\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.BareFontInfo\"},{\"id\":2904,\"kind\":1024,\"name\":\"fontVariationSettings\",\"url\":\"classes/monaco.editor.BareFontInfo.html#fontVariationSettings\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.BareFontInfo\"},{\"id\":2905,\"kind\":1024,\"name\":\"lineHeight\",\"url\":\"classes/monaco.editor.BareFontInfo.html#lineHeight\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.BareFontInfo\"},{\"id\":2906,\"kind\":1024,\"name\":\"letterSpacing\",\"url\":\"classes/monaco.editor.BareFontInfo.html#letterSpacing\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.editor.BareFontInfo\"},{\"id\":2907,\"kind\":4194304,\"name\":\"IReadOnlyModel\",\"url\":\"modules/monaco.editor.html#IReadOnlyModel\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2908,\"kind\":4194304,\"name\":\"IModel\",\"url\":\"modules/monaco.editor.html#IModel\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.editor\"},{\"id\":2909,\"kind\":4,\"name\":\"languages\",\"url\":\"modules/monaco.languages.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":2910,\"kind\":64,\"name\":\"register\",\"url\":\"modules/monaco.languages.html#register\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2911,\"kind\":64,\"name\":\"getLanguages\",\"url\":\"modules/monaco.languages.html#getLanguages\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2912,\"kind\":64,\"name\":\"getEncodedLanguageId\",\"url\":\"modules/monaco.languages.html#getEncodedLanguageId\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2913,\"kind\":8388608,\"name\":\"onLanguage\",\"url\":\"modules/monaco.languages.html#onLanguage\",\"classes\":\"tsd-kind-event tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2914,\"kind\":64,\"name\":\"setLanguageConfiguration\",\"url\":\"modules/monaco.languages.html#setLanguageConfiguration\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2915,\"kind\":64,\"name\":\"setColorMap\",\"url\":\"modules/monaco.languages.html#setColorMap\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2916,\"kind\":64,\"name\":\"registerTokensProviderFactory\",\"url\":\"modules/monaco.languages.html#registerTokensProviderFactory\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2917,\"kind\":64,\"name\":\"setTokensProvider\",\"url\":\"modules/monaco.languages.html#setTokensProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2918,\"kind\":64,\"name\":\"setMonarchTokensProvider\",\"url\":\"modules/monaco.languages.html#setMonarchTokensProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2919,\"kind\":64,\"name\":\"registerReferenceProvider\",\"url\":\"modules/monaco.languages.html#registerReferenceProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2920,\"kind\":64,\"name\":\"registerRenameProvider\",\"url\":\"modules/monaco.languages.html#registerRenameProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2921,\"kind\":64,\"name\":\"registerSignatureHelpProvider\",\"url\":\"modules/monaco.languages.html#registerSignatureHelpProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2922,\"kind\":64,\"name\":\"registerHoverProvider\",\"url\":\"modules/monaco.languages.html#registerHoverProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2923,\"kind\":64,\"name\":\"registerDocumentSymbolProvider\",\"url\":\"modules/monaco.languages.html#registerDocumentSymbolProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2924,\"kind\":64,\"name\":\"registerDocumentHighlightProvider\",\"url\":\"modules/monaco.languages.html#registerDocumentHighlightProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2925,\"kind\":64,\"name\":\"registerLinkedEditingRangeProvider\",\"url\":\"modules/monaco.languages.html#registerLinkedEditingRangeProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2926,\"kind\":64,\"name\":\"registerDefinitionProvider\",\"url\":\"modules/monaco.languages.html#registerDefinitionProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2927,\"kind\":64,\"name\":\"registerImplementationProvider\",\"url\":\"modules/monaco.languages.html#registerImplementationProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2928,\"kind\":64,\"name\":\"registerTypeDefinitionProvider\",\"url\":\"modules/monaco.languages.html#registerTypeDefinitionProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2929,\"kind\":64,\"name\":\"registerCodeLensProvider\",\"url\":\"modules/monaco.languages.html#registerCodeLensProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2930,\"kind\":64,\"name\":\"registerCodeActionProvider\",\"url\":\"modules/monaco.languages.html#registerCodeActionProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2931,\"kind\":64,\"name\":\"registerDocumentFormattingEditProvider\",\"url\":\"modules/monaco.languages.html#registerDocumentFormattingEditProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2932,\"kind\":64,\"name\":\"registerDocumentRangeFormattingEditProvider\",\"url\":\"modules/monaco.languages.html#registerDocumentRangeFormattingEditProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2933,\"kind\":64,\"name\":\"registerOnTypeFormattingEditProvider\",\"url\":\"modules/monaco.languages.html#registerOnTypeFormattingEditProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2934,\"kind\":64,\"name\":\"registerLinkProvider\",\"url\":\"modules/monaco.languages.html#registerLinkProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2935,\"kind\":64,\"name\":\"registerCompletionItemProvider\",\"url\":\"modules/monaco.languages.html#registerCompletionItemProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2936,\"kind\":64,\"name\":\"registerColorProvider\",\"url\":\"modules/monaco.languages.html#registerColorProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2937,\"kind\":64,\"name\":\"registerFoldingRangeProvider\",\"url\":\"modules/monaco.languages.html#registerFoldingRangeProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2938,\"kind\":64,\"name\":\"registerDeclarationProvider\",\"url\":\"modules/monaco.languages.html#registerDeclarationProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2939,\"kind\":64,\"name\":\"registerSelectionRangeProvider\",\"url\":\"modules/monaco.languages.html#registerSelectionRangeProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2940,\"kind\":64,\"name\":\"registerDocumentSemanticTokensProvider\",\"url\":\"modules/monaco.languages.html#registerDocumentSemanticTokensProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2941,\"kind\":64,\"name\":\"registerDocumentRangeSemanticTokensProvider\",\"url\":\"modules/monaco.languages.html#registerDocumentRangeSemanticTokensProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2942,\"kind\":64,\"name\":\"registerInlineCompletionsProvider\",\"url\":\"modules/monaco.languages.html#registerInlineCompletionsProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2943,\"kind\":64,\"name\":\"registerInlayHintsProvider\",\"url\":\"modules/monaco.languages.html#registerInlayHintsProvider\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2944,\"kind\":256,\"name\":\"IRelativePattern\",\"url\":\"interfaces/monaco.languages.IRelativePattern.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2945,\"kind\":1024,\"name\":\"base\",\"url\":\"interfaces/monaco.languages.IRelativePattern.html#base\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IRelativePattern\"},{\"id\":2946,\"kind\":1024,\"name\":\"pattern\",\"url\":\"interfaces/monaco.languages.IRelativePattern.html#pattern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IRelativePattern\"},{\"id\":2947,\"kind\":4194304,\"name\":\"LanguageSelector\",\"url\":\"modules/monaco.languages.html#LanguageSelector\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2948,\"kind\":256,\"name\":\"LanguageFilter\",\"url\":\"interfaces/monaco.languages.LanguageFilter.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2949,\"kind\":1024,\"name\":\"language\",\"url\":\"interfaces/monaco.languages.LanguageFilter.html#language\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageFilter\"},{\"id\":2950,\"kind\":1024,\"name\":\"scheme\",\"url\":\"interfaces/monaco.languages.LanguageFilter.html#scheme\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageFilter\"},{\"id\":2951,\"kind\":1024,\"name\":\"pattern\",\"url\":\"interfaces/monaco.languages.LanguageFilter.html#pattern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageFilter\"},{\"id\":2952,\"kind\":1024,\"name\":\"notebookType\",\"url\":\"interfaces/monaco.languages.LanguageFilter.html#notebookType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageFilter\"},{\"id\":2953,\"kind\":1024,\"name\":\"hasAccessToAllModels\",\"url\":\"interfaces/monaco.languages.LanguageFilter.html#hasAccessToAllModels\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageFilter\"},{\"id\":2954,\"kind\":1024,\"name\":\"exclusive\",\"url\":\"interfaces/monaco.languages.LanguageFilter.html#exclusive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageFilter\"},{\"id\":2955,\"kind\":256,\"name\":\"IToken\",\"url\":\"interfaces/monaco.languages.IToken.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2956,\"kind\":1024,\"name\":\"startIndex\",\"url\":\"interfaces/monaco.languages.IToken.html#startIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IToken\"},{\"id\":2957,\"kind\":1024,\"name\":\"scopes\",\"url\":\"interfaces/monaco.languages.IToken.html#scopes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IToken\"},{\"id\":2958,\"kind\":256,\"name\":\"ILineTokens\",\"url\":\"interfaces/monaco.languages.ILineTokens.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2959,\"kind\":1024,\"name\":\"tokens\",\"url\":\"interfaces/monaco.languages.ILineTokens.html#tokens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ILineTokens\"},{\"id\":2960,\"kind\":1024,\"name\":\"endState\",\"url\":\"interfaces/monaco.languages.ILineTokens.html#endState\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ILineTokens\"},{\"id\":2961,\"kind\":256,\"name\":\"IEncodedLineTokens\",\"url\":\"interfaces/monaco.languages.IEncodedLineTokens.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2962,\"kind\":1024,\"name\":\"tokens\",\"url\":\"interfaces/monaco.languages.IEncodedLineTokens.html#tokens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IEncodedLineTokens\"},{\"id\":2963,\"kind\":1024,\"name\":\"endState\",\"url\":\"interfaces/monaco.languages.IEncodedLineTokens.html#endState\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IEncodedLineTokens\"},{\"id\":2964,\"kind\":256,\"name\":\"TokensProviderFactory\",\"url\":\"interfaces/monaco.languages.TokensProviderFactory.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2965,\"kind\":2048,\"name\":\"create\",\"url\":\"interfaces/monaco.languages.TokensProviderFactory.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.TokensProviderFactory\"},{\"id\":2966,\"kind\":256,\"name\":\"TokensProvider\",\"url\":\"interfaces/monaco.languages.TokensProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2967,\"kind\":2048,\"name\":\"getInitialState\",\"url\":\"interfaces/monaco.languages.TokensProvider.html#getInitialState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.TokensProvider\"},{\"id\":2968,\"kind\":2048,\"name\":\"tokenize\",\"url\":\"interfaces/monaco.languages.TokensProvider.html#tokenize\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.TokensProvider\"},{\"id\":2969,\"kind\":256,\"name\":\"EncodedTokensProvider\",\"url\":\"interfaces/monaco.languages.EncodedTokensProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2970,\"kind\":2048,\"name\":\"getInitialState\",\"url\":\"interfaces/monaco.languages.EncodedTokensProvider.html#getInitialState\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.EncodedTokensProvider\"},{\"id\":2971,\"kind\":2048,\"name\":\"tokenizeEncoded\",\"url\":\"interfaces/monaco.languages.EncodedTokensProvider.html#tokenizeEncoded\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.EncodedTokensProvider\"},{\"id\":2972,\"kind\":2048,\"name\":\"tokenize\",\"url\":\"interfaces/monaco.languages.EncodedTokensProvider.html#tokenize\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.EncodedTokensProvider\"},{\"id\":2973,\"kind\":256,\"name\":\"CodeActionContext\",\"url\":\"interfaces/monaco.languages.CodeActionContext.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2974,\"kind\":1024,\"name\":\"markers\",\"url\":\"interfaces/monaco.languages.CodeActionContext.html#markers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeActionContext\"},{\"id\":2975,\"kind\":1024,\"name\":\"only\",\"url\":\"interfaces/monaco.languages.CodeActionContext.html#only\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeActionContext\"},{\"id\":2976,\"kind\":1024,\"name\":\"trigger\",\"url\":\"interfaces/monaco.languages.CodeActionContext.html#trigger\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeActionContext\"},{\"id\":2977,\"kind\":256,\"name\":\"CodeActionProvider\",\"url\":\"interfaces/monaco.languages.CodeActionProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2978,\"kind\":2048,\"name\":\"provideCodeActions\",\"url\":\"interfaces/monaco.languages.CodeActionProvider.html#provideCodeActions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeActionProvider\"},{\"id\":2979,\"kind\":2048,\"name\":\"resolveCodeAction\",\"url\":\"interfaces/monaco.languages.CodeActionProvider.html#resolveCodeAction\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeActionProvider\"},{\"id\":2980,\"kind\":256,\"name\":\"CodeActionProviderMetadata\",\"url\":\"interfaces/monaco.languages.CodeActionProviderMetadata.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2981,\"kind\":1024,\"name\":\"providedCodeActionKinds\",\"url\":\"interfaces/monaco.languages.CodeActionProviderMetadata.html#providedCodeActionKinds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeActionProviderMetadata\"},{\"id\":2982,\"kind\":1024,\"name\":\"documentation\",\"url\":\"interfaces/monaco.languages.CodeActionProviderMetadata.html#documentation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeActionProviderMetadata\"},{\"id\":2983,\"kind\":256,\"name\":\"CommentRule\",\"url\":\"interfaces/monaco.languages.CommentRule.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2984,\"kind\":1024,\"name\":\"lineComment\",\"url\":\"interfaces/monaco.languages.CommentRule.html#lineComment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CommentRule\"},{\"id\":2985,\"kind\":1024,\"name\":\"blockComment\",\"url\":\"interfaces/monaco.languages.CommentRule.html#blockComment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CommentRule\"},{\"id\":2986,\"kind\":256,\"name\":\"LanguageConfiguration\",\"url\":\"interfaces/monaco.languages.LanguageConfiguration.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":2987,\"kind\":1024,\"name\":\"comments\",\"url\":\"interfaces/monaco.languages.LanguageConfiguration.html#comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageConfiguration\"},{\"id\":2988,\"kind\":1024,\"name\":\"brackets\",\"url\":\"interfaces/monaco.languages.LanguageConfiguration.html#brackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageConfiguration\"},{\"id\":2989,\"kind\":1024,\"name\":\"wordPattern\",\"url\":\"interfaces/monaco.languages.LanguageConfiguration.html#wordPattern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageConfiguration\"},{\"id\":2990,\"kind\":1024,\"name\":\"indentationRules\",\"url\":\"interfaces/monaco.languages.LanguageConfiguration.html#indentationRules\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageConfiguration\"},{\"id\":2991,\"kind\":1024,\"name\":\"onEnterRules\",\"url\":\"interfaces/monaco.languages.LanguageConfiguration.html#onEnterRules\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageConfiguration\"},{\"id\":2992,\"kind\":1024,\"name\":\"autoClosingPairs\",\"url\":\"interfaces/monaco.languages.LanguageConfiguration.html#autoClosingPairs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageConfiguration\"},{\"id\":2993,\"kind\":1024,\"name\":\"surroundingPairs\",\"url\":\"interfaces/monaco.languages.LanguageConfiguration.html#surroundingPairs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageConfiguration\"},{\"id\":2994,\"kind\":1024,\"name\":\"colorizedBracketPairs\",\"url\":\"interfaces/monaco.languages.LanguageConfiguration.html#colorizedBracketPairs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageConfiguration\"},{\"id\":2995,\"kind\":1024,\"name\":\"autoCloseBefore\",\"url\":\"interfaces/monaco.languages.LanguageConfiguration.html#autoCloseBefore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageConfiguration\"},{\"id\":2996,\"kind\":1024,\"name\":\"folding\",\"url\":\"interfaces/monaco.languages.LanguageConfiguration.html#folding\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageConfiguration\"},{\"id\":2997,\"kind\":1024,\"name\":\"__electricCharacterSupport\",\"url\":\"interfaces/monaco.languages.LanguageConfiguration.html#__electricCharacterSupport\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageConfiguration\"},{\"id\":2998,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/monaco.languages.LanguageConfiguration.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LanguageConfiguration\"},{\"id\":2999,\"kind\":1024,\"name\":\"docComment\",\"url\":\"interfaces/monaco.languages.LanguageConfiguration.html#__type.docComment\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.LanguageConfiguration.__type\"},{\"id\":3000,\"kind\":256,\"name\":\"IndentationRule\",\"url\":\"interfaces/monaco.languages.IndentationRule.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3001,\"kind\":1024,\"name\":\"decreaseIndentPattern\",\"url\":\"interfaces/monaco.languages.IndentationRule.html#decreaseIndentPattern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IndentationRule\"},{\"id\":3002,\"kind\":1024,\"name\":\"increaseIndentPattern\",\"url\":\"interfaces/monaco.languages.IndentationRule.html#increaseIndentPattern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IndentationRule\"},{\"id\":3003,\"kind\":1024,\"name\":\"indentNextLinePattern\",\"url\":\"interfaces/monaco.languages.IndentationRule.html#indentNextLinePattern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IndentationRule\"},{\"id\":3004,\"kind\":1024,\"name\":\"unIndentedLinePattern\",\"url\":\"interfaces/monaco.languages.IndentationRule.html#unIndentedLinePattern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IndentationRule\"},{\"id\":3005,\"kind\":256,\"name\":\"FoldingMarkers\",\"url\":\"interfaces/monaco.languages.FoldingMarkers.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3006,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/monaco.languages.FoldingMarkers.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.FoldingMarkers\"},{\"id\":3007,\"kind\":1024,\"name\":\"end\",\"url\":\"interfaces/monaco.languages.FoldingMarkers.html#end\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.FoldingMarkers\"},{\"id\":3008,\"kind\":256,\"name\":\"FoldingRules\",\"url\":\"interfaces/monaco.languages.FoldingRules.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3009,\"kind\":1024,\"name\":\"offSide\",\"url\":\"interfaces/monaco.languages.FoldingRules.html#offSide\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.FoldingRules\"},{\"id\":3010,\"kind\":1024,\"name\":\"markers\",\"url\":\"interfaces/monaco.languages.FoldingRules.html#markers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.FoldingRules\"},{\"id\":3011,\"kind\":256,\"name\":\"OnEnterRule\",\"url\":\"interfaces/monaco.languages.OnEnterRule.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3012,\"kind\":1024,\"name\":\"beforeText\",\"url\":\"interfaces/monaco.languages.OnEnterRule.html#beforeText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.OnEnterRule\"},{\"id\":3013,\"kind\":1024,\"name\":\"afterText\",\"url\":\"interfaces/monaco.languages.OnEnterRule.html#afterText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.OnEnterRule\"},{\"id\":3014,\"kind\":1024,\"name\":\"previousLineText\",\"url\":\"interfaces/monaco.languages.OnEnterRule.html#previousLineText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.OnEnterRule\"},{\"id\":3015,\"kind\":1024,\"name\":\"action\",\"url\":\"interfaces/monaco.languages.OnEnterRule.html#action\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.OnEnterRule\"},{\"id\":3016,\"kind\":256,\"name\":\"IDocComment\",\"url\":\"interfaces/monaco.languages.IDocComment.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3017,\"kind\":1024,\"name\":\"open\",\"url\":\"interfaces/monaco.languages.IDocComment.html#open\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IDocComment\"},{\"id\":3018,\"kind\":1024,\"name\":\"close\",\"url\":\"interfaces/monaco.languages.IDocComment.html#close\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IDocComment\"},{\"id\":3019,\"kind\":4194304,\"name\":\"CharacterPair\",\"url\":\"modules/monaco.languages.html#CharacterPair\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3020,\"kind\":256,\"name\":\"IAutoClosingPair\",\"url\":\"interfaces/monaco.languages.IAutoClosingPair.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3021,\"kind\":1024,\"name\":\"open\",\"url\":\"interfaces/monaco.languages.IAutoClosingPair.html#open\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IAutoClosingPair\"},{\"id\":3022,\"kind\":1024,\"name\":\"close\",\"url\":\"interfaces/monaco.languages.IAutoClosingPair.html#close\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IAutoClosingPair\"},{\"id\":3023,\"kind\":256,\"name\":\"IAutoClosingPairConditional\",\"url\":\"interfaces/monaco.languages.IAutoClosingPairConditional.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3024,\"kind\":1024,\"name\":\"notIn\",\"url\":\"interfaces/monaco.languages.IAutoClosingPairConditional.html#notIn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IAutoClosingPairConditional\"},{\"id\":3025,\"kind\":1024,\"name\":\"open\",\"url\":\"interfaces/monaco.languages.IAutoClosingPairConditional.html#open\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.languages.IAutoClosingPairConditional\"},{\"id\":3026,\"kind\":1024,\"name\":\"close\",\"url\":\"interfaces/monaco.languages.IAutoClosingPairConditional.html#close\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.languages.IAutoClosingPairConditional\"},{\"id\":3027,\"kind\":8,\"name\":\"IndentAction\",\"url\":\"enums/monaco.languages.IndentAction.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3028,\"kind\":16,\"name\":\"None\",\"url\":\"enums/monaco.languages.IndentAction.html#None\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.IndentAction\"},{\"id\":3029,\"kind\":16,\"name\":\"Indent\",\"url\":\"enums/monaco.languages.IndentAction.html#Indent\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.IndentAction\"},{\"id\":3030,\"kind\":16,\"name\":\"IndentOutdent\",\"url\":\"enums/monaco.languages.IndentAction.html#IndentOutdent\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.IndentAction\"},{\"id\":3031,\"kind\":16,\"name\":\"Outdent\",\"url\":\"enums/monaco.languages.IndentAction.html#Outdent\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.IndentAction\"},{\"id\":3032,\"kind\":256,\"name\":\"EnterAction\",\"url\":\"interfaces/monaco.languages.EnterAction.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3033,\"kind\":1024,\"name\":\"indentAction\",\"url\":\"interfaces/monaco.languages.EnterAction.html#indentAction\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.EnterAction\"},{\"id\":3034,\"kind\":1024,\"name\":\"appendText\",\"url\":\"interfaces/monaco.languages.EnterAction.html#appendText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.EnterAction\"},{\"id\":3035,\"kind\":1024,\"name\":\"removeText\",\"url\":\"interfaces/monaco.languages.EnterAction.html#removeText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.EnterAction\"},{\"id\":3036,\"kind\":256,\"name\":\"IState\",\"url\":\"interfaces/monaco.languages.IState.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3037,\"kind\":2048,\"name\":\"clone\",\"url\":\"interfaces/monaco.languages.IState.html#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IState\"},{\"id\":3038,\"kind\":2048,\"name\":\"equals\",\"url\":\"interfaces/monaco.languages.IState.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IState\"},{\"id\":3039,\"kind\":4194304,\"name\":\"ProviderResult\",\"url\":\"modules/monaco.languages.html#ProviderResult\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco.languages\"},{\"id\":3040,\"kind\":256,\"name\":\"Hover\",\"url\":\"interfaces/monaco.languages.Hover.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3041,\"kind\":1024,\"name\":\"contents\",\"url\":\"interfaces/monaco.languages.Hover.html#contents\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.Hover\"},{\"id\":3042,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.languages.Hover.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.Hover\"},{\"id\":3043,\"kind\":256,\"name\":\"HoverProvider\",\"url\":\"interfaces/monaco.languages.HoverProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3044,\"kind\":2048,\"name\":\"provideHover\",\"url\":\"interfaces/monaco.languages.HoverProvider.html#provideHover\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.HoverProvider\"},{\"id\":3045,\"kind\":8,\"name\":\"CompletionItemKind\",\"url\":\"enums/monaco.languages.CompletionItemKind.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3046,\"kind\":16,\"name\":\"Method\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Method\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3047,\"kind\":16,\"name\":\"Function\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Function\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3048,\"kind\":16,\"name\":\"Constructor\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Constructor\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3049,\"kind\":16,\"name\":\"Field\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Field\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3050,\"kind\":16,\"name\":\"Variable\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Variable\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3051,\"kind\":16,\"name\":\"Class\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Class\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3052,\"kind\":16,\"name\":\"Struct\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Struct\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3053,\"kind\":16,\"name\":\"Interface\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Interface\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3054,\"kind\":16,\"name\":\"Module\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Module\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3055,\"kind\":16,\"name\":\"Property\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Property\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3056,\"kind\":16,\"name\":\"Event\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Event\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3057,\"kind\":16,\"name\":\"Operator\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Operator\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3058,\"kind\":16,\"name\":\"Unit\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Unit\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3059,\"kind\":16,\"name\":\"Value\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Value\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3060,\"kind\":16,\"name\":\"Constant\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Constant\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3061,\"kind\":16,\"name\":\"Enum\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Enum\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3062,\"kind\":16,\"name\":\"EnumMember\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#EnumMember\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3063,\"kind\":16,\"name\":\"Keyword\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Keyword\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3064,\"kind\":16,\"name\":\"Text\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Text\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3065,\"kind\":16,\"name\":\"Color\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Color\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3066,\"kind\":16,\"name\":\"File\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#File\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3067,\"kind\":16,\"name\":\"Reference\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Reference\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3068,\"kind\":16,\"name\":\"Customcolor\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Customcolor\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3069,\"kind\":16,\"name\":\"Folder\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Folder\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3070,\"kind\":16,\"name\":\"TypeParameter\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#TypeParameter\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3071,\"kind\":16,\"name\":\"User\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#User\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3072,\"kind\":16,\"name\":\"Issue\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Issue\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3073,\"kind\":16,\"name\":\"Snippet\",\"url\":\"enums/monaco.languages.CompletionItemKind.html#Snippet\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemKind\"},{\"id\":3074,\"kind\":256,\"name\":\"CompletionItemLabel\",\"url\":\"interfaces/monaco.languages.CompletionItemLabel.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3075,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/monaco.languages.CompletionItemLabel.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItemLabel\"},{\"id\":3076,\"kind\":1024,\"name\":\"detail\",\"url\":\"interfaces/monaco.languages.CompletionItemLabel.html#detail\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItemLabel\"},{\"id\":3077,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/monaco.languages.CompletionItemLabel.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItemLabel\"},{\"id\":3078,\"kind\":8,\"name\":\"CompletionItemTag\",\"url\":\"enums/monaco.languages.CompletionItemTag.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3079,\"kind\":16,\"name\":\"Deprecated\",\"url\":\"enums/monaco.languages.CompletionItemTag.html#Deprecated\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemTag\"},{\"id\":3080,\"kind\":8,\"name\":\"CompletionItemInsertTextRule\",\"url\":\"enums/monaco.languages.CompletionItemInsertTextRule.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3081,\"kind\":16,\"name\":\"None\",\"url\":\"enums/monaco.languages.CompletionItemInsertTextRule.html#None\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemInsertTextRule\"},{\"id\":3082,\"kind\":16,\"name\":\"KeepWhitespace\",\"url\":\"enums/monaco.languages.CompletionItemInsertTextRule.html#KeepWhitespace\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemInsertTextRule\"},{\"id\":3083,\"kind\":16,\"name\":\"InsertAsSnippet\",\"url\":\"enums/monaco.languages.CompletionItemInsertTextRule.html#InsertAsSnippet\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionItemInsertTextRule\"},{\"id\":3084,\"kind\":256,\"name\":\"CompletionItemRanges\",\"url\":\"interfaces/monaco.languages.CompletionItemRanges.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3085,\"kind\":1024,\"name\":\"insert\",\"url\":\"interfaces/monaco.languages.CompletionItemRanges.html#insert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItemRanges\"},{\"id\":3086,\"kind\":1024,\"name\":\"replace\",\"url\":\"interfaces/monaco.languages.CompletionItemRanges.html#replace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItemRanges\"},{\"id\":3087,\"kind\":256,\"name\":\"CompletionItem\",\"url\":\"interfaces/monaco.languages.CompletionItem.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3088,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/monaco.languages.CompletionItem.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItem\"},{\"id\":3089,\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/monaco.languages.CompletionItem.html#kind\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItem\"},{\"id\":3090,\"kind\":1024,\"name\":\"tags\",\"url\":\"interfaces/monaco.languages.CompletionItem.html#tags\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItem\"},{\"id\":3091,\"kind\":1024,\"name\":\"detail\",\"url\":\"interfaces/monaco.languages.CompletionItem.html#detail\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItem\"},{\"id\":3092,\"kind\":1024,\"name\":\"documentation\",\"url\":\"interfaces/monaco.languages.CompletionItem.html#documentation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItem\"},{\"id\":3093,\"kind\":1024,\"name\":\"sortText\",\"url\":\"interfaces/monaco.languages.CompletionItem.html#sortText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItem\"},{\"id\":3094,\"kind\":1024,\"name\":\"filterText\",\"url\":\"interfaces/monaco.languages.CompletionItem.html#filterText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItem\"},{\"id\":3095,\"kind\":1024,\"name\":\"preselect\",\"url\":\"interfaces/monaco.languages.CompletionItem.html#preselect\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItem\"},{\"id\":3096,\"kind\":1024,\"name\":\"insertText\",\"url\":\"interfaces/monaco.languages.CompletionItem.html#insertText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItem\"},{\"id\":3097,\"kind\":1024,\"name\":\"insertTextRules\",\"url\":\"interfaces/monaco.languages.CompletionItem.html#insertTextRules\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItem\"},{\"id\":3098,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.languages.CompletionItem.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItem\"},{\"id\":3099,\"kind\":1024,\"name\":\"commitCharacters\",\"url\":\"interfaces/monaco.languages.CompletionItem.html#commitCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItem\"},{\"id\":3100,\"kind\":1024,\"name\":\"additionalTextEdits\",\"url\":\"interfaces/monaco.languages.CompletionItem.html#additionalTextEdits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItem\"},{\"id\":3101,\"kind\":1024,\"name\":\"command\",\"url\":\"interfaces/monaco.languages.CompletionItem.html#command\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItem\"},{\"id\":3102,\"kind\":256,\"name\":\"CompletionList\",\"url\":\"interfaces/monaco.languages.CompletionList.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3103,\"kind\":1024,\"name\":\"suggestions\",\"url\":\"interfaces/monaco.languages.CompletionList.html#suggestions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionList\"},{\"id\":3104,\"kind\":1024,\"name\":\"incomplete\",\"url\":\"interfaces/monaco.languages.CompletionList.html#incomplete\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionList\"},{\"id\":3105,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.languages.CompletionList.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionList\"},{\"id\":3106,\"kind\":8,\"name\":\"CompletionTriggerKind\",\"url\":\"enums/monaco.languages.CompletionTriggerKind.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3107,\"kind\":16,\"name\":\"Invoke\",\"url\":\"enums/monaco.languages.CompletionTriggerKind.html#Invoke\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionTriggerKind\"},{\"id\":3108,\"kind\":16,\"name\":\"TriggerCharacter\",\"url\":\"enums/monaco.languages.CompletionTriggerKind.html#TriggerCharacter\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionTriggerKind\"},{\"id\":3109,\"kind\":16,\"name\":\"TriggerForIncompleteCompletions\",\"url\":\"enums/monaco.languages.CompletionTriggerKind.html#TriggerForIncompleteCompletions\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CompletionTriggerKind\"},{\"id\":3110,\"kind\":256,\"name\":\"CompletionContext\",\"url\":\"interfaces/monaco.languages.CompletionContext.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3111,\"kind\":1024,\"name\":\"triggerKind\",\"url\":\"interfaces/monaco.languages.CompletionContext.html#triggerKind\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionContext\"},{\"id\":3112,\"kind\":1024,\"name\":\"triggerCharacter\",\"url\":\"interfaces/monaco.languages.CompletionContext.html#triggerCharacter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionContext\"},{\"id\":3113,\"kind\":256,\"name\":\"CompletionItemProvider\",\"url\":\"interfaces/monaco.languages.CompletionItemProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3114,\"kind\":1024,\"name\":\"triggerCharacters\",\"url\":\"interfaces/monaco.languages.CompletionItemProvider.html#triggerCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItemProvider\"},{\"id\":3115,\"kind\":2048,\"name\":\"provideCompletionItems\",\"url\":\"interfaces/monaco.languages.CompletionItemProvider.html#provideCompletionItems\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItemProvider\"},{\"id\":3116,\"kind\":2048,\"name\":\"resolveCompletionItem\",\"url\":\"interfaces/monaco.languages.CompletionItemProvider.html#resolveCompletionItem\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CompletionItemProvider\"},{\"id\":3117,\"kind\":8,\"name\":\"InlineCompletionTriggerKind\",\"url\":\"enums/monaco.languages.InlineCompletionTriggerKind.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3118,\"kind\":16,\"name\":\"Automatic\",\"url\":\"enums/monaco.languages.InlineCompletionTriggerKind.html#Automatic\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.InlineCompletionTriggerKind\"},{\"id\":3119,\"kind\":16,\"name\":\"Explicit\",\"url\":\"enums/monaco.languages.InlineCompletionTriggerKind.html#Explicit\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.InlineCompletionTriggerKind\"},{\"id\":3120,\"kind\":256,\"name\":\"InlineCompletionContext\",\"url\":\"interfaces/monaco.languages.InlineCompletionContext.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3121,\"kind\":1024,\"name\":\"triggerKind\",\"url\":\"interfaces/monaco.languages.InlineCompletionContext.html#triggerKind\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlineCompletionContext\"},{\"id\":3122,\"kind\":1024,\"name\":\"selectedSuggestionInfo\",\"url\":\"interfaces/monaco.languages.InlineCompletionContext.html#selectedSuggestionInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlineCompletionContext\"},{\"id\":3123,\"kind\":256,\"name\":\"SelectedSuggestionInfo\",\"url\":\"interfaces/monaco.languages.SelectedSuggestionInfo.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3124,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.languages.SelectedSuggestionInfo.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SelectedSuggestionInfo\"},{\"id\":3125,\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/monaco.languages.SelectedSuggestionInfo.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SelectedSuggestionInfo\"},{\"id\":3126,\"kind\":1024,\"name\":\"isSnippetText\",\"url\":\"interfaces/monaco.languages.SelectedSuggestionInfo.html#isSnippetText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SelectedSuggestionInfo\"},{\"id\":3127,\"kind\":1024,\"name\":\"completionKind\",\"url\":\"interfaces/monaco.languages.SelectedSuggestionInfo.html#completionKind\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SelectedSuggestionInfo\"},{\"id\":3128,\"kind\":256,\"name\":\"InlineCompletion\",\"url\":\"interfaces/monaco.languages.InlineCompletion.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3129,\"kind\":1024,\"name\":\"insertText\",\"url\":\"interfaces/monaco.languages.InlineCompletion.html#insertText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlineCompletion\"},{\"id\":3130,\"kind\":1024,\"name\":\"filterText\",\"url\":\"interfaces/monaco.languages.InlineCompletion.html#filterText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlineCompletion\"},{\"id\":3131,\"kind\":1024,\"name\":\"additionalTextEdits\",\"url\":\"interfaces/monaco.languages.InlineCompletion.html#additionalTextEdits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlineCompletion\"},{\"id\":3132,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.languages.InlineCompletion.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlineCompletion\"},{\"id\":3133,\"kind\":1024,\"name\":\"command\",\"url\":\"interfaces/monaco.languages.InlineCompletion.html#command\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlineCompletion\"},{\"id\":3134,\"kind\":1024,\"name\":\"completeBracketPairs\",\"url\":\"interfaces/monaco.languages.InlineCompletion.html#completeBracketPairs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlineCompletion\"},{\"id\":3135,\"kind\":256,\"name\":\"InlineCompletions\",\"url\":\"interfaces/monaco.languages.InlineCompletions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco.languages\"},{\"id\":3136,\"kind\":1024,\"name\":\"items\",\"url\":\"interfaces/monaco.languages.InlineCompletions.html#items\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlineCompletions\"},{\"id\":3137,\"kind\":1024,\"name\":\"commands\",\"url\":\"interfaces/monaco.languages.InlineCompletions.html#commands\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlineCompletions\"},{\"id\":3138,\"kind\":256,\"name\":\"InlineCompletionsProvider\",\"url\":\"interfaces/monaco.languages.InlineCompletionsProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco.languages\"},{\"id\":3139,\"kind\":2048,\"name\":\"provideInlineCompletions\",\"url\":\"interfaces/monaco.languages.InlineCompletionsProvider.html#provideInlineCompletions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlineCompletionsProvider\"},{\"id\":3140,\"kind\":2048,\"name\":\"handleItemDidShow\",\"url\":\"interfaces/monaco.languages.InlineCompletionsProvider.html#handleItemDidShow\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlineCompletionsProvider\"},{\"id\":3141,\"kind\":2048,\"name\":\"freeInlineCompletions\",\"url\":\"interfaces/monaco.languages.InlineCompletionsProvider.html#freeInlineCompletions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlineCompletionsProvider\"},{\"id\":3142,\"kind\":256,\"name\":\"CodeAction\",\"url\":\"interfaces/monaco.languages.CodeAction.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3143,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/monaco.languages.CodeAction.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeAction\"},{\"id\":3144,\"kind\":1024,\"name\":\"command\",\"url\":\"interfaces/monaco.languages.CodeAction.html#command\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeAction\"},{\"id\":3145,\"kind\":1024,\"name\":\"edit\",\"url\":\"interfaces/monaco.languages.CodeAction.html#edit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeAction\"},{\"id\":3146,\"kind\":1024,\"name\":\"diagnostics\",\"url\":\"interfaces/monaco.languages.CodeAction.html#diagnostics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeAction\"},{\"id\":3147,\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/monaco.languages.CodeAction.html#kind\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeAction\"},{\"id\":3148,\"kind\":1024,\"name\":\"isPreferred\",\"url\":\"interfaces/monaco.languages.CodeAction.html#isPreferred\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeAction\"},{\"id\":3149,\"kind\":1024,\"name\":\"disabled\",\"url\":\"interfaces/monaco.languages.CodeAction.html#disabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeAction\"},{\"id\":3150,\"kind\":8,\"name\":\"CodeActionTriggerType\",\"url\":\"enums/monaco.languages.CodeActionTriggerType.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3151,\"kind\":16,\"name\":\"Invoke\",\"url\":\"enums/monaco.languages.CodeActionTriggerType.html#Invoke\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CodeActionTriggerType\"},{\"id\":3152,\"kind\":16,\"name\":\"Auto\",\"url\":\"enums/monaco.languages.CodeActionTriggerType.html#Auto\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.CodeActionTriggerType\"},{\"id\":3153,\"kind\":256,\"name\":\"CodeActionList\",\"url\":\"interfaces/monaco.languages.CodeActionList.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3154,\"kind\":1024,\"name\":\"actions\",\"url\":\"interfaces/monaco.languages.CodeActionList.html#actions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeActionList\"},{\"id\":3155,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.languages.CodeActionList.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.languages.CodeActionList\"},{\"id\":3156,\"kind\":256,\"name\":\"ParameterInformation\",\"url\":\"interfaces/monaco.languages.ParameterInformation.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3157,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/monaco.languages.ParameterInformation.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ParameterInformation\"},{\"id\":3158,\"kind\":1024,\"name\":\"documentation\",\"url\":\"interfaces/monaco.languages.ParameterInformation.html#documentation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ParameterInformation\"},{\"id\":3159,\"kind\":256,\"name\":\"SignatureInformation\",\"url\":\"interfaces/monaco.languages.SignatureInformation.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3160,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/monaco.languages.SignatureInformation.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SignatureInformation\"},{\"id\":3161,\"kind\":1024,\"name\":\"documentation\",\"url\":\"interfaces/monaco.languages.SignatureInformation.html#documentation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SignatureInformation\"},{\"id\":3162,\"kind\":1024,\"name\":\"parameters\",\"url\":\"interfaces/monaco.languages.SignatureInformation.html#parameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SignatureInformation\"},{\"id\":3163,\"kind\":1024,\"name\":\"activeParameter\",\"url\":\"interfaces/monaco.languages.SignatureInformation.html#activeParameter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SignatureInformation\"},{\"id\":3164,\"kind\":256,\"name\":\"SignatureHelp\",\"url\":\"interfaces/monaco.languages.SignatureHelp.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3165,\"kind\":1024,\"name\":\"signatures\",\"url\":\"interfaces/monaco.languages.SignatureHelp.html#signatures\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SignatureHelp\"},{\"id\":3166,\"kind\":1024,\"name\":\"activeSignature\",\"url\":\"interfaces/monaco.languages.SignatureHelp.html#activeSignature\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SignatureHelp\"},{\"id\":3167,\"kind\":1024,\"name\":\"activeParameter\",\"url\":\"interfaces/monaco.languages.SignatureHelp.html#activeParameter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SignatureHelp\"},{\"id\":3168,\"kind\":256,\"name\":\"SignatureHelpResult\",\"url\":\"interfaces/monaco.languages.SignatureHelpResult.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3169,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/monaco.languages.SignatureHelpResult.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SignatureHelpResult\"},{\"id\":3170,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.languages.SignatureHelpResult.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.languages.SignatureHelpResult\"},{\"id\":3171,\"kind\":8,\"name\":\"SignatureHelpTriggerKind\",\"url\":\"enums/monaco.languages.SignatureHelpTriggerKind.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3172,\"kind\":16,\"name\":\"Invoke\",\"url\":\"enums/monaco.languages.SignatureHelpTriggerKind.html#Invoke\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SignatureHelpTriggerKind\"},{\"id\":3173,\"kind\":16,\"name\":\"TriggerCharacter\",\"url\":\"enums/monaco.languages.SignatureHelpTriggerKind.html#TriggerCharacter\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SignatureHelpTriggerKind\"},{\"id\":3174,\"kind\":16,\"name\":\"ContentChange\",\"url\":\"enums/monaco.languages.SignatureHelpTriggerKind.html#ContentChange\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SignatureHelpTriggerKind\"},{\"id\":3175,\"kind\":256,\"name\":\"SignatureHelpContext\",\"url\":\"interfaces/monaco.languages.SignatureHelpContext.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3176,\"kind\":1024,\"name\":\"triggerKind\",\"url\":\"interfaces/monaco.languages.SignatureHelpContext.html#triggerKind\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SignatureHelpContext\"},{\"id\":3177,\"kind\":1024,\"name\":\"triggerCharacter\",\"url\":\"interfaces/monaco.languages.SignatureHelpContext.html#triggerCharacter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SignatureHelpContext\"},{\"id\":3178,\"kind\":1024,\"name\":\"isRetrigger\",\"url\":\"interfaces/monaco.languages.SignatureHelpContext.html#isRetrigger\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SignatureHelpContext\"},{\"id\":3179,\"kind\":1024,\"name\":\"activeSignatureHelp\",\"url\":\"interfaces/monaco.languages.SignatureHelpContext.html#activeSignatureHelp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SignatureHelpContext\"},{\"id\":3180,\"kind\":256,\"name\":\"SignatureHelpProvider\",\"url\":\"interfaces/monaco.languages.SignatureHelpProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3181,\"kind\":1024,\"name\":\"signatureHelpTriggerCharacters\",\"url\":\"interfaces/monaco.languages.SignatureHelpProvider.html#signatureHelpTriggerCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SignatureHelpProvider\"},{\"id\":3182,\"kind\":1024,\"name\":\"signatureHelpRetriggerCharacters\",\"url\":\"interfaces/monaco.languages.SignatureHelpProvider.html#signatureHelpRetriggerCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SignatureHelpProvider\"},{\"id\":3183,\"kind\":2048,\"name\":\"provideSignatureHelp\",\"url\":\"interfaces/monaco.languages.SignatureHelpProvider.html#provideSignatureHelp\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SignatureHelpProvider\"},{\"id\":3184,\"kind\":8,\"name\":\"DocumentHighlightKind\",\"url\":\"enums/monaco.languages.DocumentHighlightKind.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3185,\"kind\":16,\"name\":\"Text\",\"url\":\"enums/monaco.languages.DocumentHighlightKind.html#Text\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.DocumentHighlightKind\"},{\"id\":3186,\"kind\":16,\"name\":\"Read\",\"url\":\"enums/monaco.languages.DocumentHighlightKind.html#Read\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.DocumentHighlightKind\"},{\"id\":3187,\"kind\":16,\"name\":\"Write\",\"url\":\"enums/monaco.languages.DocumentHighlightKind.html#Write\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.DocumentHighlightKind\"},{\"id\":3188,\"kind\":256,\"name\":\"DocumentHighlight\",\"url\":\"interfaces/monaco.languages.DocumentHighlight.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3189,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.languages.DocumentHighlight.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentHighlight\"},{\"id\":3190,\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/monaco.languages.DocumentHighlight.html#kind\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentHighlight\"},{\"id\":3191,\"kind\":256,\"name\":\"DocumentHighlightProvider\",\"url\":\"interfaces/monaco.languages.DocumentHighlightProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3192,\"kind\":2048,\"name\":\"provideDocumentHighlights\",\"url\":\"interfaces/monaco.languages.DocumentHighlightProvider.html#provideDocumentHighlights\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentHighlightProvider\"},{\"id\":3193,\"kind\":256,\"name\":\"LinkedEditingRangeProvider\",\"url\":\"interfaces/monaco.languages.LinkedEditingRangeProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3194,\"kind\":2048,\"name\":\"provideLinkedEditingRanges\",\"url\":\"interfaces/monaco.languages.LinkedEditingRangeProvider.html#provideLinkedEditingRanges\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LinkedEditingRangeProvider\"},{\"id\":3195,\"kind\":256,\"name\":\"LinkedEditingRanges\",\"url\":\"interfaces/monaco.languages.LinkedEditingRanges.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3196,\"kind\":1024,\"name\":\"ranges\",\"url\":\"interfaces/monaco.languages.LinkedEditingRanges.html#ranges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LinkedEditingRanges\"},{\"id\":3197,\"kind\":1024,\"name\":\"wordPattern\",\"url\":\"interfaces/monaco.languages.LinkedEditingRanges.html#wordPattern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LinkedEditingRanges\"},{\"id\":3198,\"kind\":256,\"name\":\"ReferenceContext\",\"url\":\"interfaces/monaco.languages.ReferenceContext.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3199,\"kind\":1024,\"name\":\"includeDeclaration\",\"url\":\"interfaces/monaco.languages.ReferenceContext.html#includeDeclaration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ReferenceContext\"},{\"id\":3200,\"kind\":256,\"name\":\"ReferenceProvider\",\"url\":\"interfaces/monaco.languages.ReferenceProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3201,\"kind\":2048,\"name\":\"provideReferences\",\"url\":\"interfaces/monaco.languages.ReferenceProvider.html#provideReferences\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ReferenceProvider\"},{\"id\":3202,\"kind\":256,\"name\":\"Location\",\"url\":\"interfaces/monaco.languages.Location.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3203,\"kind\":1024,\"name\":\"uri\",\"url\":\"interfaces/monaco.languages.Location.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.Location\"},{\"id\":3204,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.languages.Location.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.Location\"},{\"id\":3205,\"kind\":256,\"name\":\"LocationLink\",\"url\":\"interfaces/monaco.languages.LocationLink.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3206,\"kind\":1024,\"name\":\"originSelectionRange\",\"url\":\"interfaces/monaco.languages.LocationLink.html#originSelectionRange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LocationLink\"},{\"id\":3207,\"kind\":1024,\"name\":\"uri\",\"url\":\"interfaces/monaco.languages.LocationLink.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LocationLink\"},{\"id\":3208,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.languages.LocationLink.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LocationLink\"},{\"id\":3209,\"kind\":1024,\"name\":\"targetSelectionRange\",\"url\":\"interfaces/monaco.languages.LocationLink.html#targetSelectionRange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LocationLink\"},{\"id\":3210,\"kind\":4194304,\"name\":\"Definition\",\"url\":\"modules/monaco.languages.html#Definition\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3211,\"kind\":256,\"name\":\"DefinitionProvider\",\"url\":\"interfaces/monaco.languages.DefinitionProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3212,\"kind\":2048,\"name\":\"provideDefinition\",\"url\":\"interfaces/monaco.languages.DefinitionProvider.html#provideDefinition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DefinitionProvider\"},{\"id\":3213,\"kind\":256,\"name\":\"DeclarationProvider\",\"url\":\"interfaces/monaco.languages.DeclarationProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3214,\"kind\":2048,\"name\":\"provideDeclaration\",\"url\":\"interfaces/monaco.languages.DeclarationProvider.html#provideDeclaration\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DeclarationProvider\"},{\"id\":3215,\"kind\":256,\"name\":\"ImplementationProvider\",\"url\":\"interfaces/monaco.languages.ImplementationProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3216,\"kind\":2048,\"name\":\"provideImplementation\",\"url\":\"interfaces/monaco.languages.ImplementationProvider.html#provideImplementation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ImplementationProvider\"},{\"id\":3217,\"kind\":256,\"name\":\"TypeDefinitionProvider\",\"url\":\"interfaces/monaco.languages.TypeDefinitionProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3218,\"kind\":2048,\"name\":\"provideTypeDefinition\",\"url\":\"interfaces/monaco.languages.TypeDefinitionProvider.html#provideTypeDefinition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.TypeDefinitionProvider\"},{\"id\":3219,\"kind\":8,\"name\":\"SymbolKind\",\"url\":\"enums/monaco.languages.SymbolKind.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3220,\"kind\":16,\"name\":\"File\",\"url\":\"enums/monaco.languages.SymbolKind.html#File\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3221,\"kind\":16,\"name\":\"Module\",\"url\":\"enums/monaco.languages.SymbolKind.html#Module\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3222,\"kind\":16,\"name\":\"Namespace\",\"url\":\"enums/monaco.languages.SymbolKind.html#Namespace\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3223,\"kind\":16,\"name\":\"Package\",\"url\":\"enums/monaco.languages.SymbolKind.html#Package\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3224,\"kind\":16,\"name\":\"Class\",\"url\":\"enums/monaco.languages.SymbolKind.html#Class\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3225,\"kind\":16,\"name\":\"Method\",\"url\":\"enums/monaco.languages.SymbolKind.html#Method\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3226,\"kind\":16,\"name\":\"Property\",\"url\":\"enums/monaco.languages.SymbolKind.html#Property\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3227,\"kind\":16,\"name\":\"Field\",\"url\":\"enums/monaco.languages.SymbolKind.html#Field\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3228,\"kind\":16,\"name\":\"Constructor\",\"url\":\"enums/monaco.languages.SymbolKind.html#Constructor\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3229,\"kind\":16,\"name\":\"Enum\",\"url\":\"enums/monaco.languages.SymbolKind.html#Enum\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3230,\"kind\":16,\"name\":\"Interface\",\"url\":\"enums/monaco.languages.SymbolKind.html#Interface\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3231,\"kind\":16,\"name\":\"Function\",\"url\":\"enums/monaco.languages.SymbolKind.html#Function\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3232,\"kind\":16,\"name\":\"Variable\",\"url\":\"enums/monaco.languages.SymbolKind.html#Variable\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3233,\"kind\":16,\"name\":\"Constant\",\"url\":\"enums/monaco.languages.SymbolKind.html#Constant\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3234,\"kind\":16,\"name\":\"String\",\"url\":\"enums/monaco.languages.SymbolKind.html#String\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3235,\"kind\":16,\"name\":\"Number\",\"url\":\"enums/monaco.languages.SymbolKind.html#Number\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3236,\"kind\":16,\"name\":\"Boolean\",\"url\":\"enums/monaco.languages.SymbolKind.html#Boolean\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3237,\"kind\":16,\"name\":\"Array\",\"url\":\"enums/monaco.languages.SymbolKind.html#Array\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3238,\"kind\":16,\"name\":\"Object\",\"url\":\"enums/monaco.languages.SymbolKind.html#Object\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3239,\"kind\":16,\"name\":\"Key\",\"url\":\"enums/monaco.languages.SymbolKind.html#Key\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3240,\"kind\":16,\"name\":\"Null\",\"url\":\"enums/monaco.languages.SymbolKind.html#Null\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3241,\"kind\":16,\"name\":\"EnumMember\",\"url\":\"enums/monaco.languages.SymbolKind.html#EnumMember\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3242,\"kind\":16,\"name\":\"Struct\",\"url\":\"enums/monaco.languages.SymbolKind.html#Struct\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3243,\"kind\":16,\"name\":\"Event\",\"url\":\"enums/monaco.languages.SymbolKind.html#Event\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3244,\"kind\":16,\"name\":\"Operator\",\"url\":\"enums/monaco.languages.SymbolKind.html#Operator\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3245,\"kind\":16,\"name\":\"TypeParameter\",\"url\":\"enums/monaco.languages.SymbolKind.html#TypeParameter\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolKind\"},{\"id\":3246,\"kind\":8,\"name\":\"SymbolTag\",\"url\":\"enums/monaco.languages.SymbolTag.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3247,\"kind\":16,\"name\":\"Deprecated\",\"url\":\"enums/monaco.languages.SymbolTag.html#Deprecated\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.SymbolTag\"},{\"id\":3248,\"kind\":256,\"name\":\"DocumentSymbol\",\"url\":\"interfaces/monaco.languages.DocumentSymbol.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3249,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/monaco.languages.DocumentSymbol.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentSymbol\"},{\"id\":3250,\"kind\":1024,\"name\":\"detail\",\"url\":\"interfaces/monaco.languages.DocumentSymbol.html#detail\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentSymbol\"},{\"id\":3251,\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/monaco.languages.DocumentSymbol.html#kind\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentSymbol\"},{\"id\":3252,\"kind\":1024,\"name\":\"tags\",\"url\":\"interfaces/monaco.languages.DocumentSymbol.html#tags\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentSymbol\"},{\"id\":3253,\"kind\":1024,\"name\":\"containerName\",\"url\":\"interfaces/monaco.languages.DocumentSymbol.html#containerName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentSymbol\"},{\"id\":3254,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.languages.DocumentSymbol.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentSymbol\"},{\"id\":3255,\"kind\":1024,\"name\":\"selectionRange\",\"url\":\"interfaces/monaco.languages.DocumentSymbol.html#selectionRange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentSymbol\"},{\"id\":3256,\"kind\":1024,\"name\":\"children\",\"url\":\"interfaces/monaco.languages.DocumentSymbol.html#children\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentSymbol\"},{\"id\":3257,\"kind\":256,\"name\":\"DocumentSymbolProvider\",\"url\":\"interfaces/monaco.languages.DocumentSymbolProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3258,\"kind\":1024,\"name\":\"displayName\",\"url\":\"interfaces/monaco.languages.DocumentSymbolProvider.html#displayName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentSymbolProvider\"},{\"id\":3259,\"kind\":2048,\"name\":\"provideDocumentSymbols\",\"url\":\"interfaces/monaco.languages.DocumentSymbolProvider.html#provideDocumentSymbols\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentSymbolProvider\"},{\"id\":3260,\"kind\":256,\"name\":\"TextEdit\",\"url\":\"interfaces/monaco.languages.TextEdit.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3261,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.languages.TextEdit.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.TextEdit\"},{\"id\":3262,\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/monaco.languages.TextEdit.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.TextEdit\"},{\"id\":3263,\"kind\":1024,\"name\":\"eol\",\"url\":\"interfaces/monaco.languages.TextEdit.html#eol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.TextEdit\"},{\"id\":3264,\"kind\":256,\"name\":\"FormattingOptions\",\"url\":\"interfaces/monaco.languages.FormattingOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3265,\"kind\":1024,\"name\":\"tabSize\",\"url\":\"interfaces/monaco.languages.FormattingOptions.html#tabSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.FormattingOptions\"},{\"id\":3266,\"kind\":1024,\"name\":\"insertSpaces\",\"url\":\"interfaces/monaco.languages.FormattingOptions.html#insertSpaces\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.FormattingOptions\"},{\"id\":3267,\"kind\":256,\"name\":\"DocumentFormattingEditProvider\",\"url\":\"interfaces/monaco.languages.DocumentFormattingEditProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3268,\"kind\":1024,\"name\":\"displayName\",\"url\":\"interfaces/monaco.languages.DocumentFormattingEditProvider.html#displayName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentFormattingEditProvider\"},{\"id\":3269,\"kind\":2048,\"name\":\"provideDocumentFormattingEdits\",\"url\":\"interfaces/monaco.languages.DocumentFormattingEditProvider.html#provideDocumentFormattingEdits\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentFormattingEditProvider\"},{\"id\":3270,\"kind\":256,\"name\":\"DocumentRangeFormattingEditProvider\",\"url\":\"interfaces/monaco.languages.DocumentRangeFormattingEditProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3271,\"kind\":1024,\"name\":\"displayName\",\"url\":\"interfaces/monaco.languages.DocumentRangeFormattingEditProvider.html#displayName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentRangeFormattingEditProvider\"},{\"id\":3272,\"kind\":2048,\"name\":\"provideDocumentRangeFormattingEdits\",\"url\":\"interfaces/monaco.languages.DocumentRangeFormattingEditProvider.html#provideDocumentRangeFormattingEdits\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentRangeFormattingEditProvider\"},{\"id\":3273,\"kind\":256,\"name\":\"OnTypeFormattingEditProvider\",\"url\":\"interfaces/monaco.languages.OnTypeFormattingEditProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3274,\"kind\":1024,\"name\":\"autoFormatTriggerCharacters\",\"url\":\"interfaces/monaco.languages.OnTypeFormattingEditProvider.html#autoFormatTriggerCharacters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.OnTypeFormattingEditProvider\"},{\"id\":3275,\"kind\":2048,\"name\":\"provideOnTypeFormattingEdits\",\"url\":\"interfaces/monaco.languages.OnTypeFormattingEditProvider.html#provideOnTypeFormattingEdits\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.OnTypeFormattingEditProvider\"},{\"id\":3276,\"kind\":256,\"name\":\"ILink\",\"url\":\"interfaces/monaco.languages.ILink.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3277,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.languages.ILink.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ILink\"},{\"id\":3278,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/monaco.languages.ILink.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ILink\"},{\"id\":3279,\"kind\":1024,\"name\":\"tooltip\",\"url\":\"interfaces/monaco.languages.ILink.html#tooltip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ILink\"},{\"id\":3280,\"kind\":256,\"name\":\"ILinksList\",\"url\":\"interfaces/monaco.languages.ILinksList.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3281,\"kind\":1024,\"name\":\"links\",\"url\":\"interfaces/monaco.languages.ILinksList.html#links\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ILinksList\"},{\"id\":3282,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.languages.ILinksList.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ILinksList\"},{\"id\":3283,\"kind\":256,\"name\":\"LinkProvider\",\"url\":\"interfaces/monaco.languages.LinkProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3284,\"kind\":2048,\"name\":\"provideLinks\",\"url\":\"interfaces/monaco.languages.LinkProvider.html#provideLinks\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LinkProvider\"},{\"id\":3285,\"kind\":2048,\"name\":\"resolveLink\",\"url\":\"interfaces/monaco.languages.LinkProvider.html#resolveLink\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.LinkProvider\"},{\"id\":3286,\"kind\":256,\"name\":\"IColor\",\"url\":\"interfaces/monaco.languages.IColor.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3287,\"kind\":1024,\"name\":\"red\",\"url\":\"interfaces/monaco.languages.IColor.html#red\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IColor\"},{\"id\":3288,\"kind\":1024,\"name\":\"green\",\"url\":\"interfaces/monaco.languages.IColor.html#green\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IColor\"},{\"id\":3289,\"kind\":1024,\"name\":\"blue\",\"url\":\"interfaces/monaco.languages.IColor.html#blue\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IColor\"},{\"id\":3290,\"kind\":1024,\"name\":\"alpha\",\"url\":\"interfaces/monaco.languages.IColor.html#alpha\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IColor\"},{\"id\":3291,\"kind\":256,\"name\":\"IColorPresentation\",\"url\":\"interfaces/monaco.languages.IColorPresentation.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3292,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/monaco.languages.IColorPresentation.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IColorPresentation\"},{\"id\":3293,\"kind\":1024,\"name\":\"textEdit\",\"url\":\"interfaces/monaco.languages.IColorPresentation.html#textEdit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IColorPresentation\"},{\"id\":3294,\"kind\":1024,\"name\":\"additionalTextEdits\",\"url\":\"interfaces/monaco.languages.IColorPresentation.html#additionalTextEdits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IColorPresentation\"},{\"id\":3295,\"kind\":256,\"name\":\"IColorInformation\",\"url\":\"interfaces/monaco.languages.IColorInformation.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3296,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.languages.IColorInformation.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IColorInformation\"},{\"id\":3297,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/monaco.languages.IColorInformation.html#color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IColorInformation\"},{\"id\":3298,\"kind\":256,\"name\":\"DocumentColorProvider\",\"url\":\"interfaces/monaco.languages.DocumentColorProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3299,\"kind\":2048,\"name\":\"provideDocumentColors\",\"url\":\"interfaces/monaco.languages.DocumentColorProvider.html#provideDocumentColors\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentColorProvider\"},{\"id\":3300,\"kind\":2048,\"name\":\"provideColorPresentations\",\"url\":\"interfaces/monaco.languages.DocumentColorProvider.html#provideColorPresentations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentColorProvider\"},{\"id\":3301,\"kind\":256,\"name\":\"SelectionRange\",\"url\":\"interfaces/monaco.languages.SelectionRange.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3302,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.languages.SelectionRange.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SelectionRange\"},{\"id\":3303,\"kind\":256,\"name\":\"SelectionRangeProvider\",\"url\":\"interfaces/monaco.languages.SelectionRangeProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3304,\"kind\":2048,\"name\":\"provideSelectionRanges\",\"url\":\"interfaces/monaco.languages.SelectionRangeProvider.html#provideSelectionRanges\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SelectionRangeProvider\"},{\"id\":3305,\"kind\":256,\"name\":\"FoldingContext\",\"url\":\"interfaces/monaco.languages.FoldingContext.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3306,\"kind\":256,\"name\":\"FoldingRangeProvider\",\"url\":\"interfaces/monaco.languages.FoldingRangeProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3307,\"kind\":1024,\"name\":\"onDidChange\",\"url\":\"interfaces/monaco.languages.FoldingRangeProvider.html#onDidChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.FoldingRangeProvider\"},{\"id\":3308,\"kind\":2048,\"name\":\"provideFoldingRanges\",\"url\":\"interfaces/monaco.languages.FoldingRangeProvider.html#provideFoldingRanges\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.FoldingRangeProvider\"},{\"id\":3309,\"kind\":256,\"name\":\"FoldingRange\",\"url\":\"interfaces/monaco.languages.FoldingRange.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3310,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/monaco.languages.FoldingRange.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.FoldingRange\"},{\"id\":3311,\"kind\":1024,\"name\":\"end\",\"url\":\"interfaces/monaco.languages.FoldingRange.html#end\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.FoldingRange\"},{\"id\":3312,\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/monaco.languages.FoldingRange.html#kind\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.FoldingRange\"},{\"id\":3313,\"kind\":128,\"name\":\"FoldingRangeKind\",\"url\":\"classes/monaco.languages.FoldingRangeKind.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3314,\"kind\":1024,\"name\":\"Comment\",\"url\":\"classes/monaco.languages.FoldingRangeKind.html#Comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.languages.FoldingRangeKind\"},{\"id\":3315,\"kind\":1024,\"name\":\"Imports\",\"url\":\"classes/monaco.languages.FoldingRangeKind.html#Imports\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.languages.FoldingRangeKind\"},{\"id\":3316,\"kind\":1024,\"name\":\"Region\",\"url\":\"classes/monaco.languages.FoldingRangeKind.html#Region\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"monaco.languages.FoldingRangeKind\"},{\"id\":3317,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/monaco.languages.FoldingRangeKind.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"monaco.languages.FoldingRangeKind\"},{\"id\":3318,\"kind\":1024,\"name\":\"value\",\"url\":\"classes/monaco.languages.FoldingRangeKind.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"monaco.languages.FoldingRangeKind\"},{\"id\":3319,\"kind\":256,\"name\":\"WorkspaceEditMetadata\",\"url\":\"interfaces/monaco.languages.WorkspaceEditMetadata.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3320,\"kind\":1024,\"name\":\"needsConfirmation\",\"url\":\"interfaces/monaco.languages.WorkspaceEditMetadata.html#needsConfirmation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.WorkspaceEditMetadata\"},{\"id\":3321,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/monaco.languages.WorkspaceEditMetadata.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.WorkspaceEditMetadata\"},{\"id\":3322,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/monaco.languages.WorkspaceEditMetadata.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.WorkspaceEditMetadata\"},{\"id\":3323,\"kind\":256,\"name\":\"WorkspaceFileEditOptions\",\"url\":\"interfaces/monaco.languages.WorkspaceFileEditOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3324,\"kind\":1024,\"name\":\"overwrite\",\"url\":\"interfaces/monaco.languages.WorkspaceFileEditOptions.html#overwrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.WorkspaceFileEditOptions\"},{\"id\":3325,\"kind\":1024,\"name\":\"ignoreIfNotExists\",\"url\":\"interfaces/monaco.languages.WorkspaceFileEditOptions.html#ignoreIfNotExists\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.WorkspaceFileEditOptions\"},{\"id\":3326,\"kind\":1024,\"name\":\"ignoreIfExists\",\"url\":\"interfaces/monaco.languages.WorkspaceFileEditOptions.html#ignoreIfExists\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.WorkspaceFileEditOptions\"},{\"id\":3327,\"kind\":1024,\"name\":\"recursive\",\"url\":\"interfaces/monaco.languages.WorkspaceFileEditOptions.html#recursive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.WorkspaceFileEditOptions\"},{\"id\":3328,\"kind\":1024,\"name\":\"copy\",\"url\":\"interfaces/monaco.languages.WorkspaceFileEditOptions.html#copy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.WorkspaceFileEditOptions\"},{\"id\":3329,\"kind\":1024,\"name\":\"folder\",\"url\":\"interfaces/monaco.languages.WorkspaceFileEditOptions.html#folder\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.WorkspaceFileEditOptions\"},{\"id\":3330,\"kind\":1024,\"name\":\"skipTrashBin\",\"url\":\"interfaces/monaco.languages.WorkspaceFileEditOptions.html#skipTrashBin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.WorkspaceFileEditOptions\"},{\"id\":3331,\"kind\":1024,\"name\":\"maxSize\",\"url\":\"interfaces/monaco.languages.WorkspaceFileEditOptions.html#maxSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.WorkspaceFileEditOptions\"},{\"id\":3332,\"kind\":1024,\"name\":\"contentsBase64\",\"url\":\"interfaces/monaco.languages.WorkspaceFileEditOptions.html#contentsBase64\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.WorkspaceFileEditOptions\"},{\"id\":3333,\"kind\":256,\"name\":\"IWorkspaceFileEdit\",\"url\":\"interfaces/monaco.languages.IWorkspaceFileEdit.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3334,\"kind\":1024,\"name\":\"oldResource\",\"url\":\"interfaces/monaco.languages.IWorkspaceFileEdit.html#oldResource\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IWorkspaceFileEdit\"},{\"id\":3335,\"kind\":1024,\"name\":\"newResource\",\"url\":\"interfaces/monaco.languages.IWorkspaceFileEdit.html#newResource\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IWorkspaceFileEdit\"},{\"id\":3336,\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/monaco.languages.IWorkspaceFileEdit.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IWorkspaceFileEdit\"},{\"id\":3337,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/monaco.languages.IWorkspaceFileEdit.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IWorkspaceFileEdit\"},{\"id\":3338,\"kind\":256,\"name\":\"IWorkspaceTextEdit\",\"url\":\"interfaces/monaco.languages.IWorkspaceTextEdit.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3339,\"kind\":1024,\"name\":\"resource\",\"url\":\"interfaces/monaco.languages.IWorkspaceTextEdit.html#resource\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IWorkspaceTextEdit\"},{\"id\":3340,\"kind\":1024,\"name\":\"textEdit\",\"url\":\"interfaces/monaco.languages.IWorkspaceTextEdit.html#textEdit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IWorkspaceTextEdit\"},{\"id\":3341,\"kind\":1024,\"name\":\"versionId\",\"url\":\"interfaces/monaco.languages.IWorkspaceTextEdit.html#versionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IWorkspaceTextEdit\"},{\"id\":3342,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/monaco.languages.IWorkspaceTextEdit.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IWorkspaceTextEdit\"},{\"id\":3343,\"kind\":256,\"name\":\"WorkspaceEdit\",\"url\":\"interfaces/monaco.languages.WorkspaceEdit.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3344,\"kind\":1024,\"name\":\"edits\",\"url\":\"interfaces/monaco.languages.WorkspaceEdit.html#edits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.WorkspaceEdit\"},{\"id\":3345,\"kind\":256,\"name\":\"Rejection\",\"url\":\"interfaces/monaco.languages.Rejection.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3346,\"kind\":1024,\"name\":\"rejectReason\",\"url\":\"interfaces/monaco.languages.Rejection.html#rejectReason\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.Rejection\"},{\"id\":3347,\"kind\":256,\"name\":\"RenameLocation\",\"url\":\"interfaces/monaco.languages.RenameLocation.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3348,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.languages.RenameLocation.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.RenameLocation\"},{\"id\":3349,\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/monaco.languages.RenameLocation.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.RenameLocation\"},{\"id\":3350,\"kind\":256,\"name\":\"RenameProvider\",\"url\":\"interfaces/monaco.languages.RenameProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3351,\"kind\":2048,\"name\":\"provideRenameEdits\",\"url\":\"interfaces/monaco.languages.RenameProvider.html#provideRenameEdits\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.RenameProvider\"},{\"id\":3352,\"kind\":2048,\"name\":\"resolveRenameLocation\",\"url\":\"interfaces/monaco.languages.RenameProvider.html#resolveRenameLocation\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.RenameProvider\"},{\"id\":3353,\"kind\":256,\"name\":\"Command\",\"url\":\"interfaces/monaco.languages.Command.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3354,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/monaco.languages.Command.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.Command\"},{\"id\":3355,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/monaco.languages.Command.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.Command\"},{\"id\":3356,\"kind\":1024,\"name\":\"tooltip\",\"url\":\"interfaces/monaco.languages.Command.html#tooltip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.Command\"},{\"id\":3357,\"kind\":1024,\"name\":\"arguments\",\"url\":\"interfaces/monaco.languages.Command.html#arguments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.Command\"},{\"id\":3358,\"kind\":256,\"name\":\"CodeLens\",\"url\":\"interfaces/monaco.languages.CodeLens.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3359,\"kind\":1024,\"name\":\"range\",\"url\":\"interfaces/monaco.languages.CodeLens.html#range\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeLens\"},{\"id\":3360,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/monaco.languages.CodeLens.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeLens\"},{\"id\":3361,\"kind\":1024,\"name\":\"command\",\"url\":\"interfaces/monaco.languages.CodeLens.html#command\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeLens\"},{\"id\":3362,\"kind\":256,\"name\":\"CodeLensList\",\"url\":\"interfaces/monaco.languages.CodeLensList.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3363,\"kind\":1024,\"name\":\"lenses\",\"url\":\"interfaces/monaco.languages.CodeLensList.html#lenses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeLensList\"},{\"id\":3364,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.languages.CodeLensList.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeLensList\"},{\"id\":3365,\"kind\":256,\"name\":\"CodeLensProvider\",\"url\":\"interfaces/monaco.languages.CodeLensProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3366,\"kind\":1024,\"name\":\"onDidChange\",\"url\":\"interfaces/monaco.languages.CodeLensProvider.html#onDidChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeLensProvider\"},{\"id\":3367,\"kind\":2048,\"name\":\"provideCodeLenses\",\"url\":\"interfaces/monaco.languages.CodeLensProvider.html#provideCodeLenses\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeLensProvider\"},{\"id\":3368,\"kind\":2048,\"name\":\"resolveCodeLens\",\"url\":\"interfaces/monaco.languages.CodeLensProvider.html#resolveCodeLens\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.CodeLensProvider\"},{\"id\":3369,\"kind\":8,\"name\":\"InlayHintKind\",\"url\":\"enums/monaco.languages.InlayHintKind.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3370,\"kind\":16,\"name\":\"Type\",\"url\":\"enums/monaco.languages.InlayHintKind.html#Type\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.InlayHintKind\"},{\"id\":3371,\"kind\":16,\"name\":\"Parameter\",\"url\":\"enums/monaco.languages.InlayHintKind.html#Parameter\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.InlayHintKind\"},{\"id\":3372,\"kind\":256,\"name\":\"InlayHintLabelPart\",\"url\":\"interfaces/monaco.languages.InlayHintLabelPart.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3373,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/monaco.languages.InlayHintLabelPart.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHintLabelPart\"},{\"id\":3374,\"kind\":1024,\"name\":\"tooltip\",\"url\":\"interfaces/monaco.languages.InlayHintLabelPart.html#tooltip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHintLabelPart\"},{\"id\":3375,\"kind\":1024,\"name\":\"command\",\"url\":\"interfaces/monaco.languages.InlayHintLabelPart.html#command\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHintLabelPart\"},{\"id\":3376,\"kind\":1024,\"name\":\"location\",\"url\":\"interfaces/monaco.languages.InlayHintLabelPart.html#location\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHintLabelPart\"},{\"id\":3377,\"kind\":256,\"name\":\"InlayHint\",\"url\":\"interfaces/monaco.languages.InlayHint.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3378,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/monaco.languages.InlayHint.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHint\"},{\"id\":3379,\"kind\":1024,\"name\":\"tooltip\",\"url\":\"interfaces/monaco.languages.InlayHint.html#tooltip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHint\"},{\"id\":3380,\"kind\":1024,\"name\":\"textEdits\",\"url\":\"interfaces/monaco.languages.InlayHint.html#textEdits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHint\"},{\"id\":3381,\"kind\":1024,\"name\":\"position\",\"url\":\"interfaces/monaco.languages.InlayHint.html#position\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHint\"},{\"id\":3382,\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/monaco.languages.InlayHint.html#kind\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHint\"},{\"id\":3383,\"kind\":1024,\"name\":\"paddingLeft\",\"url\":\"interfaces/monaco.languages.InlayHint.html#paddingLeft\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHint\"},{\"id\":3384,\"kind\":1024,\"name\":\"paddingRight\",\"url\":\"interfaces/monaco.languages.InlayHint.html#paddingRight\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHint\"},{\"id\":3385,\"kind\":256,\"name\":\"InlayHintList\",\"url\":\"interfaces/monaco.languages.InlayHintList.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3386,\"kind\":1024,\"name\":\"hints\",\"url\":\"interfaces/monaco.languages.InlayHintList.html#hints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHintList\"},{\"id\":3387,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.languages.InlayHintList.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHintList\"},{\"id\":3388,\"kind\":256,\"name\":\"InlayHintsProvider\",\"url\":\"interfaces/monaco.languages.InlayHintsProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3389,\"kind\":1024,\"name\":\"displayName\",\"url\":\"interfaces/monaco.languages.InlayHintsProvider.html#displayName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHintsProvider\"},{\"id\":3390,\"kind\":1024,\"name\":\"onDidChangeInlayHints\",\"url\":\"interfaces/monaco.languages.InlayHintsProvider.html#onDidChangeInlayHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHintsProvider\"},{\"id\":3391,\"kind\":2048,\"name\":\"provideInlayHints\",\"url\":\"interfaces/monaco.languages.InlayHintsProvider.html#provideInlayHints\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHintsProvider\"},{\"id\":3392,\"kind\":2048,\"name\":\"resolveInlayHint\",\"url\":\"interfaces/monaco.languages.InlayHintsProvider.html#resolveInlayHint\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.InlayHintsProvider\"},{\"id\":3393,\"kind\":256,\"name\":\"SemanticTokensLegend\",\"url\":\"interfaces/monaco.languages.SemanticTokensLegend.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3394,\"kind\":1024,\"name\":\"tokenTypes\",\"url\":\"interfaces/monaco.languages.SemanticTokensLegend.html#tokenTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SemanticTokensLegend\"},{\"id\":3395,\"kind\":1024,\"name\":\"tokenModifiers\",\"url\":\"interfaces/monaco.languages.SemanticTokensLegend.html#tokenModifiers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SemanticTokensLegend\"},{\"id\":3396,\"kind\":256,\"name\":\"SemanticTokens\",\"url\":\"interfaces/monaco.languages.SemanticTokens.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3397,\"kind\":1024,\"name\":\"resultId\",\"url\":\"interfaces/monaco.languages.SemanticTokens.html#resultId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SemanticTokens\"},{\"id\":3398,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/monaco.languages.SemanticTokens.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SemanticTokens\"},{\"id\":3399,\"kind\":256,\"name\":\"SemanticTokensEdit\",\"url\":\"interfaces/monaco.languages.SemanticTokensEdit.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3400,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/monaco.languages.SemanticTokensEdit.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SemanticTokensEdit\"},{\"id\":3401,\"kind\":1024,\"name\":\"deleteCount\",\"url\":\"interfaces/monaco.languages.SemanticTokensEdit.html#deleteCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SemanticTokensEdit\"},{\"id\":3402,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/monaco.languages.SemanticTokensEdit.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SemanticTokensEdit\"},{\"id\":3403,\"kind\":256,\"name\":\"SemanticTokensEdits\",\"url\":\"interfaces/monaco.languages.SemanticTokensEdits.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3404,\"kind\":1024,\"name\":\"resultId\",\"url\":\"interfaces/monaco.languages.SemanticTokensEdits.html#resultId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SemanticTokensEdits\"},{\"id\":3405,\"kind\":1024,\"name\":\"edits\",\"url\":\"interfaces/monaco.languages.SemanticTokensEdits.html#edits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.SemanticTokensEdits\"},{\"id\":3406,\"kind\":256,\"name\":\"DocumentSemanticTokensProvider\",\"url\":\"interfaces/monaco.languages.DocumentSemanticTokensProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3407,\"kind\":1024,\"name\":\"onDidChange\",\"url\":\"interfaces/monaco.languages.DocumentSemanticTokensProvider.html#onDidChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentSemanticTokensProvider\"},{\"id\":3408,\"kind\":2048,\"name\":\"getLegend\",\"url\":\"interfaces/monaco.languages.DocumentSemanticTokensProvider.html#getLegend\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentSemanticTokensProvider\"},{\"id\":3409,\"kind\":2048,\"name\":\"provideDocumentSemanticTokens\",\"url\":\"interfaces/monaco.languages.DocumentSemanticTokensProvider.html#provideDocumentSemanticTokens\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentSemanticTokensProvider\"},{\"id\":3410,\"kind\":2048,\"name\":\"releaseDocumentSemanticTokens\",\"url\":\"interfaces/monaco.languages.DocumentSemanticTokensProvider.html#releaseDocumentSemanticTokens\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentSemanticTokensProvider\"},{\"id\":3411,\"kind\":256,\"name\":\"DocumentRangeSemanticTokensProvider\",\"url\":\"interfaces/monaco.languages.DocumentRangeSemanticTokensProvider.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3412,\"kind\":2048,\"name\":\"getLegend\",\"url\":\"interfaces/monaco.languages.DocumentRangeSemanticTokensProvider.html#getLegend\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentRangeSemanticTokensProvider\"},{\"id\":3413,\"kind\":2048,\"name\":\"provideDocumentRangeSemanticTokens\",\"url\":\"interfaces/monaco.languages.DocumentRangeSemanticTokensProvider.html#provideDocumentRangeSemanticTokens\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.DocumentRangeSemanticTokensProvider\"},{\"id\":3414,\"kind\":256,\"name\":\"ILanguageExtensionPoint\",\"url\":\"interfaces/monaco.languages.ILanguageExtensionPoint.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3415,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/monaco.languages.ILanguageExtensionPoint.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ILanguageExtensionPoint\"},{\"id\":3416,\"kind\":1024,\"name\":\"extensions\",\"url\":\"interfaces/monaco.languages.ILanguageExtensionPoint.html#extensions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ILanguageExtensionPoint\"},{\"id\":3417,\"kind\":1024,\"name\":\"filenames\",\"url\":\"interfaces/monaco.languages.ILanguageExtensionPoint.html#filenames\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ILanguageExtensionPoint\"},{\"id\":3418,\"kind\":1024,\"name\":\"filenamePatterns\",\"url\":\"interfaces/monaco.languages.ILanguageExtensionPoint.html#filenamePatterns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ILanguageExtensionPoint\"},{\"id\":3419,\"kind\":1024,\"name\":\"firstLine\",\"url\":\"interfaces/monaco.languages.ILanguageExtensionPoint.html#firstLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ILanguageExtensionPoint\"},{\"id\":3420,\"kind\":1024,\"name\":\"aliases\",\"url\":\"interfaces/monaco.languages.ILanguageExtensionPoint.html#aliases\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ILanguageExtensionPoint\"},{\"id\":3421,\"kind\":1024,\"name\":\"mimetypes\",\"url\":\"interfaces/monaco.languages.ILanguageExtensionPoint.html#mimetypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ILanguageExtensionPoint\"},{\"id\":3422,\"kind\":1024,\"name\":\"configuration\",\"url\":\"interfaces/monaco.languages.ILanguageExtensionPoint.html#configuration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.ILanguageExtensionPoint\"},{\"id\":3423,\"kind\":256,\"name\":\"IMonarchLanguage\",\"url\":\"interfaces/monaco.languages.IMonarchLanguage.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3424,\"kind\":1024,\"name\":\"tokenizer\",\"url\":\"interfaces/monaco.languages.IMonarchLanguage.html#tokenizer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IMonarchLanguage\"},{\"id\":3425,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/monaco.languages.IMonarchLanguage.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IMonarchLanguage\"},{\"id\":3426,\"kind\":1024,\"name\":\"ignoreCase\",\"url\":\"interfaces/monaco.languages.IMonarchLanguage.html#ignoreCase\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IMonarchLanguage\"},{\"id\":3427,\"kind\":1024,\"name\":\"unicode\",\"url\":\"interfaces/monaco.languages.IMonarchLanguage.html#unicode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IMonarchLanguage\"},{\"id\":3428,\"kind\":1024,\"name\":\"defaultToken\",\"url\":\"interfaces/monaco.languages.IMonarchLanguage.html#defaultToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IMonarchLanguage\"},{\"id\":3429,\"kind\":1024,\"name\":\"brackets\",\"url\":\"interfaces/monaco.languages.IMonarchLanguage.html#brackets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IMonarchLanguage\"},{\"id\":3430,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/monaco.languages.IMonarchLanguage.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IMonarchLanguage\"},{\"id\":3431,\"kind\":1024,\"name\":\"tokenPostfix\",\"url\":\"interfaces/monaco.languages.IMonarchLanguage.html#tokenPostfix\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IMonarchLanguage\"},{\"id\":3432,\"kind\":1024,\"name\":\"includeLF\",\"url\":\"interfaces/monaco.languages.IMonarchLanguage.html#includeLF\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IMonarchLanguage\"},{\"id\":3433,\"kind\":4194304,\"name\":\"IShortMonarchLanguageRule1\",\"url\":\"modules/monaco.languages.html#IShortMonarchLanguageRule1\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3434,\"kind\":4194304,\"name\":\"IShortMonarchLanguageRule2\",\"url\":\"modules/monaco.languages.html#IShortMonarchLanguageRule2\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3435,\"kind\":256,\"name\":\"IExpandedMonarchLanguageRule\",\"url\":\"interfaces/monaco.languages.IExpandedMonarchLanguageRule.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3436,\"kind\":1024,\"name\":\"regex\",\"url\":\"interfaces/monaco.languages.IExpandedMonarchLanguageRule.html#regex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IExpandedMonarchLanguageRule\"},{\"id\":3437,\"kind\":1024,\"name\":\"action\",\"url\":\"interfaces/monaco.languages.IExpandedMonarchLanguageRule.html#action\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IExpandedMonarchLanguageRule\"},{\"id\":3438,\"kind\":1024,\"name\":\"include\",\"url\":\"interfaces/monaco.languages.IExpandedMonarchLanguageRule.html#include\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IExpandedMonarchLanguageRule\"},{\"id\":3439,\"kind\":4194304,\"name\":\"IMonarchLanguageRule\",\"url\":\"modules/monaco.languages.html#IMonarchLanguageRule\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3440,\"kind\":4194304,\"name\":\"IShortMonarchLanguageAction\",\"url\":\"modules/monaco.languages.html#IShortMonarchLanguageAction\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3441,\"kind\":256,\"name\":\"IExpandedMonarchLanguageAction\",\"url\":\"interfaces/monaco.languages.IExpandedMonarchLanguageAction.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3442,\"kind\":1024,\"name\":\"group\",\"url\":\"interfaces/monaco.languages.IExpandedMonarchLanguageAction.html#group\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IExpandedMonarchLanguageAction\"},{\"id\":3443,\"kind\":1024,\"name\":\"cases\",\"url\":\"interfaces/monaco.languages.IExpandedMonarchLanguageAction.html#cases\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IExpandedMonarchLanguageAction\"},{\"id\":3444,\"kind\":1024,\"name\":\"token\",\"url\":\"interfaces/monaco.languages.IExpandedMonarchLanguageAction.html#token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IExpandedMonarchLanguageAction\"},{\"id\":3445,\"kind\":1024,\"name\":\"next\",\"url\":\"interfaces/monaco.languages.IExpandedMonarchLanguageAction.html#next\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IExpandedMonarchLanguageAction\"},{\"id\":3446,\"kind\":1024,\"name\":\"switchTo\",\"url\":\"interfaces/monaco.languages.IExpandedMonarchLanguageAction.html#switchTo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IExpandedMonarchLanguageAction\"},{\"id\":3447,\"kind\":1024,\"name\":\"goBack\",\"url\":\"interfaces/monaco.languages.IExpandedMonarchLanguageAction.html#goBack\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IExpandedMonarchLanguageAction\"},{\"id\":3448,\"kind\":1024,\"name\":\"bracket\",\"url\":\"interfaces/monaco.languages.IExpandedMonarchLanguageAction.html#bracket\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IExpandedMonarchLanguageAction\"},{\"id\":3449,\"kind\":1024,\"name\":\"nextEmbedded\",\"url\":\"interfaces/monaco.languages.IExpandedMonarchLanguageAction.html#nextEmbedded\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IExpandedMonarchLanguageAction\"},{\"id\":3450,\"kind\":1024,\"name\":\"log\",\"url\":\"interfaces/monaco.languages.IExpandedMonarchLanguageAction.html#log\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IExpandedMonarchLanguageAction\"},{\"id\":3451,\"kind\":4194304,\"name\":\"IMonarchLanguageAction\",\"url\":\"modules/monaco.languages.html#IMonarchLanguageAction\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3452,\"kind\":256,\"name\":\"IMonarchLanguageBracket\",\"url\":\"interfaces/monaco.languages.IMonarchLanguageBracket.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3453,\"kind\":1024,\"name\":\"open\",\"url\":\"interfaces/monaco.languages.IMonarchLanguageBracket.html#open\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IMonarchLanguageBracket\"},{\"id\":3454,\"kind\":1024,\"name\":\"close\",\"url\":\"interfaces/monaco.languages.IMonarchLanguageBracket.html#close\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IMonarchLanguageBracket\"},{\"id\":3455,\"kind\":1024,\"name\":\"token\",\"url\":\"interfaces/monaco.languages.IMonarchLanguageBracket.html#token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.IMonarchLanguageBracket\"},{\"id\":3456,\"kind\":4,\"name\":\"css\",\"url\":\"modules/monaco.languages.css.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3457,\"kind\":256,\"name\":\"CSSFormatConfiguration\",\"url\":\"interfaces/monaco.languages.css.CSSFormatConfiguration.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3458,\"kind\":1024,\"name\":\"newlineBetweenSelectors\",\"url\":\"interfaces/monaco.languages.css.CSSFormatConfiguration.html#newlineBetweenSelectors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.CSSFormatConfiguration\"},{\"id\":3459,\"kind\":1024,\"name\":\"newlineBetweenRules\",\"url\":\"interfaces/monaco.languages.css.CSSFormatConfiguration.html#newlineBetweenRules\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.CSSFormatConfiguration\"},{\"id\":3460,\"kind\":1024,\"name\":\"spaceAroundSelectorSeparator\",\"url\":\"interfaces/monaco.languages.css.CSSFormatConfiguration.html#spaceAroundSelectorSeparator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.CSSFormatConfiguration\"},{\"id\":3461,\"kind\":1024,\"name\":\"braceStyle\",\"url\":\"interfaces/monaco.languages.css.CSSFormatConfiguration.html#braceStyle\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.CSSFormatConfiguration\"},{\"id\":3462,\"kind\":1024,\"name\":\"preserveNewLines\",\"url\":\"interfaces/monaco.languages.css.CSSFormatConfiguration.html#preserveNewLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.CSSFormatConfiguration\"},{\"id\":3463,\"kind\":1024,\"name\":\"maxPreserveNewLines\",\"url\":\"interfaces/monaco.languages.css.CSSFormatConfiguration.html#maxPreserveNewLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.CSSFormatConfiguration\"},{\"id\":3464,\"kind\":256,\"name\":\"Options\",\"url\":\"interfaces/monaco.languages.css.Options.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3465,\"kind\":1024,\"name\":\"validate\",\"url\":\"interfaces/monaco.languages.css.Options.html#validate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.Options\"},{\"id\":3466,\"kind\":1024,\"name\":\"lint\",\"url\":\"interfaces/monaco.languages.css.Options.html#lint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.Options\"},{\"id\":3467,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.Options\"},{\"id\":3468,\"kind\":1024,\"name\":\"compatibleVendorPrefixes\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.compatibleVendorPrefixes\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3469,\"kind\":1024,\"name\":\"vendorPrefix\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.vendorPrefix\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3470,\"kind\":1024,\"name\":\"duplicateProperties\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.duplicateProperties\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3471,\"kind\":1024,\"name\":\"emptyRules\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.emptyRules\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3472,\"kind\":1024,\"name\":\"importStatement\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.importStatement\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3473,\"kind\":1024,\"name\":\"boxModel\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.boxModel\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3474,\"kind\":1024,\"name\":\"universalSelector\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.universalSelector\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3475,\"kind\":1024,\"name\":\"zeroUnits\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.zeroUnits\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3476,\"kind\":1024,\"name\":\"fontFaceProperties\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.fontFaceProperties\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3477,\"kind\":1024,\"name\":\"hexColorLength\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.hexColorLength\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3478,\"kind\":1024,\"name\":\"argumentsInColorFunction\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.argumentsInColorFunction\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3479,\"kind\":1024,\"name\":\"unknownProperties\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.unknownProperties\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3480,\"kind\":1024,\"name\":\"ieHack\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.ieHack\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3481,\"kind\":1024,\"name\":\"unknownVendorSpecificProperties\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.unknownVendorSpecificProperties\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3482,\"kind\":1024,\"name\":\"propertyIgnoredDueToDisplay\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.propertyIgnoredDueToDisplay\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3483,\"kind\":1024,\"name\":\"important\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.important\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3484,\"kind\":1024,\"name\":\"float\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.float\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3485,\"kind\":1024,\"name\":\"idSelector\",\"url\":\"interfaces/monaco.languages.css.Options.html#__type.idSelector\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.css.Options.__type\"},{\"id\":3486,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/monaco.languages.css.Options.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.Options\"},{\"id\":3487,\"kind\":1024,\"name\":\"format\",\"url\":\"interfaces/monaco.languages.css.Options.html#format\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.Options\"},{\"id\":3488,\"kind\":256,\"name\":\"ModeConfiguration\",\"url\":\"interfaces/monaco.languages.css.ModeConfiguration.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3489,\"kind\":1024,\"name\":\"completionItems\",\"url\":\"interfaces/monaco.languages.css.ModeConfiguration.html#completionItems\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.ModeConfiguration\"},{\"id\":3490,\"kind\":1024,\"name\":\"hovers\",\"url\":\"interfaces/monaco.languages.css.ModeConfiguration.html#hovers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.ModeConfiguration\"},{\"id\":3491,\"kind\":1024,\"name\":\"documentSymbols\",\"url\":\"interfaces/monaco.languages.css.ModeConfiguration.html#documentSymbols\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.ModeConfiguration\"},{\"id\":3492,\"kind\":1024,\"name\":\"definitions\",\"url\":\"interfaces/monaco.languages.css.ModeConfiguration.html#definitions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.ModeConfiguration\"},{\"id\":3493,\"kind\":1024,\"name\":\"references\",\"url\":\"interfaces/monaco.languages.css.ModeConfiguration.html#references\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.ModeConfiguration\"},{\"id\":3494,\"kind\":1024,\"name\":\"documentHighlights\",\"url\":\"interfaces/monaco.languages.css.ModeConfiguration.html#documentHighlights\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.ModeConfiguration\"},{\"id\":3495,\"kind\":1024,\"name\":\"rename\",\"url\":\"interfaces/monaco.languages.css.ModeConfiguration.html#rename\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.ModeConfiguration\"},{\"id\":3496,\"kind\":1024,\"name\":\"colors\",\"url\":\"interfaces/monaco.languages.css.ModeConfiguration.html#colors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.ModeConfiguration\"},{\"id\":3497,\"kind\":1024,\"name\":\"foldingRanges\",\"url\":\"interfaces/monaco.languages.css.ModeConfiguration.html#foldingRanges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.ModeConfiguration\"},{\"id\":3498,\"kind\":1024,\"name\":\"diagnostics\",\"url\":\"interfaces/monaco.languages.css.ModeConfiguration.html#diagnostics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.ModeConfiguration\"},{\"id\":3499,\"kind\":1024,\"name\":\"selectionRanges\",\"url\":\"interfaces/monaco.languages.css.ModeConfiguration.html#selectionRanges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.ModeConfiguration\"},{\"id\":3500,\"kind\":1024,\"name\":\"documentFormattingEdits\",\"url\":\"interfaces/monaco.languages.css.ModeConfiguration.html#documentFormattingEdits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.ModeConfiguration\"},{\"id\":3501,\"kind\":1024,\"name\":\"documentRangeFormattingEdits\",\"url\":\"interfaces/monaco.languages.css.ModeConfiguration.html#documentRangeFormattingEdits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.ModeConfiguration\"},{\"id\":3502,\"kind\":256,\"name\":\"LanguageServiceDefaults\",\"url\":\"interfaces/monaco.languages.css.LanguageServiceDefaults.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3503,\"kind\":1024,\"name\":\"languageId\",\"url\":\"interfaces/monaco.languages.css.LanguageServiceDefaults.html#languageId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.LanguageServiceDefaults\"},{\"id\":3504,\"kind\":1024,\"name\":\"onDidChange\",\"url\":\"interfaces/monaco.languages.css.LanguageServiceDefaults.html#onDidChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.LanguageServiceDefaults\"},{\"id\":3505,\"kind\":1024,\"name\":\"modeConfiguration\",\"url\":\"interfaces/monaco.languages.css.LanguageServiceDefaults.html#modeConfiguration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.LanguageServiceDefaults\"},{\"id\":3506,\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/monaco.languages.css.LanguageServiceDefaults.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.LanguageServiceDefaults\"},{\"id\":3507,\"kind\":2048,\"name\":\"setOptions\",\"url\":\"interfaces/monaco.languages.css.LanguageServiceDefaults.html#setOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.LanguageServiceDefaults\"},{\"id\":3508,\"kind\":2048,\"name\":\"setModeConfiguration\",\"url\":\"interfaces/monaco.languages.css.LanguageServiceDefaults.html#setModeConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.LanguageServiceDefaults\"},{\"id\":3509,\"kind\":1024,\"name\":\"diagnosticsOptions\",\"url\":\"interfaces/monaco.languages.css.LanguageServiceDefaults.html#diagnosticsOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.LanguageServiceDefaults\"},{\"id\":3510,\"kind\":2048,\"name\":\"setDiagnosticsOptions\",\"url\":\"interfaces/monaco.languages.css.LanguageServiceDefaults.html#setDiagnosticsOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.LanguageServiceDefaults\"},{\"id\":3511,\"kind\":4194304,\"name\":\"DiagnosticsOptions\",\"url\":\"modules/monaco.languages.css.html#DiagnosticsOptions\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3512,\"kind\":32,\"name\":\"cssDefaults\",\"url\":\"modules/monaco.languages.css.html#cssDefaults\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3513,\"kind\":32,\"name\":\"scssDefaults\",\"url\":\"modules/monaco.languages.css.html#scssDefaults\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3514,\"kind\":32,\"name\":\"lessDefaults\",\"url\":\"modules/monaco.languages.css.html#lessDefaults\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3515,\"kind\":256,\"name\":\"CSSDataConfiguration\",\"url\":\"interfaces/monaco.languages.css.CSSDataConfiguration.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3516,\"kind\":1024,\"name\":\"useDefaultDataProvider\",\"url\":\"interfaces/monaco.languages.css.CSSDataConfiguration.html#useDefaultDataProvider\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.CSSDataConfiguration\"},{\"id\":3517,\"kind\":1024,\"name\":\"dataProviders\",\"url\":\"interfaces/monaco.languages.css.CSSDataConfiguration.html#dataProviders\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.CSSDataConfiguration\"},{\"id\":3518,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/monaco.languages.css.CSSDataConfiguration.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.CSSDataConfiguration\"},{\"id\":3519,\"kind\":256,\"name\":\"CSSDataV1\",\"url\":\"interfaces/monaco.languages.css.CSSDataV1.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3520,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/monaco.languages.css.CSSDataV1.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.CSSDataV1\"},{\"id\":3521,\"kind\":1024,\"name\":\"properties\",\"url\":\"interfaces/monaco.languages.css.CSSDataV1.html#properties\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.CSSDataV1\"},{\"id\":3522,\"kind\":1024,\"name\":\"atDirectives\",\"url\":\"interfaces/monaco.languages.css.CSSDataV1.html#atDirectives\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.CSSDataV1\"},{\"id\":3523,\"kind\":1024,\"name\":\"pseudoClasses\",\"url\":\"interfaces/monaco.languages.css.CSSDataV1.html#pseudoClasses\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.CSSDataV1\"},{\"id\":3524,\"kind\":1024,\"name\":\"pseudoElements\",\"url\":\"interfaces/monaco.languages.css.CSSDataV1.html#pseudoElements\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.CSSDataV1\"},{\"id\":3525,\"kind\":4194304,\"name\":\"EntryStatus\",\"url\":\"modules/monaco.languages.css.html#EntryStatus\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3526,\"kind\":256,\"name\":\"IReference\",\"url\":\"interfaces/monaco.languages.css.IReference.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3527,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/monaco.languages.css.IReference.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IReference\"},{\"id\":3528,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/monaco.languages.css.IReference.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IReference\"},{\"id\":3529,\"kind\":256,\"name\":\"IPropertyData\",\"url\":\"interfaces/monaco.languages.css.IPropertyData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3530,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/monaco.languages.css.IPropertyData.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPropertyData\"},{\"id\":3531,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/monaco.languages.css.IPropertyData.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPropertyData\"},{\"id\":3532,\"kind\":1024,\"name\":\"browsers\",\"url\":\"interfaces/monaco.languages.css.IPropertyData.html#browsers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPropertyData\"},{\"id\":3533,\"kind\":1024,\"name\":\"restrictions\",\"url\":\"interfaces/monaco.languages.css.IPropertyData.html#restrictions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPropertyData\"},{\"id\":3534,\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/monaco.languages.css.IPropertyData.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPropertyData\"},{\"id\":3535,\"kind\":1024,\"name\":\"syntax\",\"url\":\"interfaces/monaco.languages.css.IPropertyData.html#syntax\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPropertyData\"},{\"id\":3536,\"kind\":1024,\"name\":\"values\",\"url\":\"interfaces/monaco.languages.css.IPropertyData.html#values\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPropertyData\"},{\"id\":3537,\"kind\":1024,\"name\":\"references\",\"url\":\"interfaces/monaco.languages.css.IPropertyData.html#references\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPropertyData\"},{\"id\":3538,\"kind\":1024,\"name\":\"relevance\",\"url\":\"interfaces/monaco.languages.css.IPropertyData.html#relevance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPropertyData\"},{\"id\":3539,\"kind\":256,\"name\":\"IAtDirectiveData\",\"url\":\"interfaces/monaco.languages.css.IAtDirectiveData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3540,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/monaco.languages.css.IAtDirectiveData.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IAtDirectiveData\"},{\"id\":3541,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/monaco.languages.css.IAtDirectiveData.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IAtDirectiveData\"},{\"id\":3542,\"kind\":1024,\"name\":\"browsers\",\"url\":\"interfaces/monaco.languages.css.IAtDirectiveData.html#browsers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IAtDirectiveData\"},{\"id\":3543,\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/monaco.languages.css.IAtDirectiveData.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IAtDirectiveData\"},{\"id\":3544,\"kind\":1024,\"name\":\"references\",\"url\":\"interfaces/monaco.languages.css.IAtDirectiveData.html#references\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IAtDirectiveData\"},{\"id\":3545,\"kind\":256,\"name\":\"IPseudoClassData\",\"url\":\"interfaces/monaco.languages.css.IPseudoClassData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3546,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/monaco.languages.css.IPseudoClassData.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPseudoClassData\"},{\"id\":3547,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/monaco.languages.css.IPseudoClassData.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPseudoClassData\"},{\"id\":3548,\"kind\":1024,\"name\":\"browsers\",\"url\":\"interfaces/monaco.languages.css.IPseudoClassData.html#browsers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPseudoClassData\"},{\"id\":3549,\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/monaco.languages.css.IPseudoClassData.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPseudoClassData\"},{\"id\":3550,\"kind\":1024,\"name\":\"references\",\"url\":\"interfaces/monaco.languages.css.IPseudoClassData.html#references\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPseudoClassData\"},{\"id\":3551,\"kind\":256,\"name\":\"IPseudoElementData\",\"url\":\"interfaces/monaco.languages.css.IPseudoElementData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3552,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/monaco.languages.css.IPseudoElementData.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPseudoElementData\"},{\"id\":3553,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/monaco.languages.css.IPseudoElementData.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPseudoElementData\"},{\"id\":3554,\"kind\":1024,\"name\":\"browsers\",\"url\":\"interfaces/monaco.languages.css.IPseudoElementData.html#browsers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPseudoElementData\"},{\"id\":3555,\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/monaco.languages.css.IPseudoElementData.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPseudoElementData\"},{\"id\":3556,\"kind\":1024,\"name\":\"references\",\"url\":\"interfaces/monaco.languages.css.IPseudoElementData.html#references\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IPseudoElementData\"},{\"id\":3557,\"kind\":256,\"name\":\"IValueData\",\"url\":\"interfaces/monaco.languages.css.IValueData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3558,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/monaco.languages.css.IValueData.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IValueData\"},{\"id\":3559,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/monaco.languages.css.IValueData.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IValueData\"},{\"id\":3560,\"kind\":1024,\"name\":\"browsers\",\"url\":\"interfaces/monaco.languages.css.IValueData.html#browsers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IValueData\"},{\"id\":3561,\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/monaco.languages.css.IValueData.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IValueData\"},{\"id\":3562,\"kind\":1024,\"name\":\"references\",\"url\":\"interfaces/monaco.languages.css.IValueData.html#references\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.IValueData\"},{\"id\":3563,\"kind\":256,\"name\":\"MarkupContent\",\"url\":\"interfaces/monaco.languages.css.MarkupContent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3564,\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/monaco.languages.css.MarkupContent.html#kind\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.MarkupContent\"},{\"id\":3565,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/monaco.languages.css.MarkupContent.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.css.MarkupContent\"},{\"id\":3566,\"kind\":4194304,\"name\":\"MarkupKind\",\"url\":\"modules/monaco.languages.css.html#MarkupKind\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.css\"},{\"id\":3567,\"kind\":4,\"name\":\"html\",\"url\":\"modules/monaco.languages.html.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3568,\"kind\":64,\"name\":\"registerHTMLLanguageService\",\"url\":\"modules/monaco.languages.html.html#registerHTMLLanguageService\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3569,\"kind\":256,\"name\":\"HTMLFormatConfiguration\",\"url\":\"interfaces/monaco.languages.html.HTMLFormatConfiguration.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3570,\"kind\":1024,\"name\":\"tabSize\",\"url\":\"interfaces/monaco.languages.html.HTMLFormatConfiguration.html#tabSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLFormatConfiguration\"},{\"id\":3571,\"kind\":1024,\"name\":\"insertSpaces\",\"url\":\"interfaces/monaco.languages.html.HTMLFormatConfiguration.html#insertSpaces\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLFormatConfiguration\"},{\"id\":3572,\"kind\":1024,\"name\":\"wrapLineLength\",\"url\":\"interfaces/monaco.languages.html.HTMLFormatConfiguration.html#wrapLineLength\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLFormatConfiguration\"},{\"id\":3573,\"kind\":1024,\"name\":\"unformatted\",\"url\":\"interfaces/monaco.languages.html.HTMLFormatConfiguration.html#unformatted\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLFormatConfiguration\"},{\"id\":3574,\"kind\":1024,\"name\":\"contentUnformatted\",\"url\":\"interfaces/monaco.languages.html.HTMLFormatConfiguration.html#contentUnformatted\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLFormatConfiguration\"},{\"id\":3575,\"kind\":1024,\"name\":\"indentInnerHtml\",\"url\":\"interfaces/monaco.languages.html.HTMLFormatConfiguration.html#indentInnerHtml\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLFormatConfiguration\"},{\"id\":3576,\"kind\":1024,\"name\":\"preserveNewLines\",\"url\":\"interfaces/monaco.languages.html.HTMLFormatConfiguration.html#preserveNewLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLFormatConfiguration\"},{\"id\":3577,\"kind\":1024,\"name\":\"maxPreserveNewLines\",\"url\":\"interfaces/monaco.languages.html.HTMLFormatConfiguration.html#maxPreserveNewLines\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLFormatConfiguration\"},{\"id\":3578,\"kind\":1024,\"name\":\"indentHandlebars\",\"url\":\"interfaces/monaco.languages.html.HTMLFormatConfiguration.html#indentHandlebars\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLFormatConfiguration\"},{\"id\":3579,\"kind\":1024,\"name\":\"endWithNewline\",\"url\":\"interfaces/monaco.languages.html.HTMLFormatConfiguration.html#endWithNewline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLFormatConfiguration\"},{\"id\":3580,\"kind\":1024,\"name\":\"extraLiners\",\"url\":\"interfaces/monaco.languages.html.HTMLFormatConfiguration.html#extraLiners\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLFormatConfiguration\"},{\"id\":3581,\"kind\":1024,\"name\":\"wrapAttributes\",\"url\":\"interfaces/monaco.languages.html.HTMLFormatConfiguration.html#wrapAttributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLFormatConfiguration\"},{\"id\":3582,\"kind\":256,\"name\":\"CompletionConfiguration\",\"url\":\"interfaces/monaco.languages.html.CompletionConfiguration.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3583,\"kind\":256,\"name\":\"Options\",\"url\":\"interfaces/monaco.languages.html.Options.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3584,\"kind\":1024,\"name\":\"format\",\"url\":\"interfaces/monaco.languages.html.Options.html#format\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.Options\"},{\"id\":3585,\"kind\":1024,\"name\":\"suggest\",\"url\":\"interfaces/monaco.languages.html.Options.html#suggest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.Options\"},{\"id\":3586,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/monaco.languages.html.Options.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.Options\"},{\"id\":3587,\"kind\":256,\"name\":\"ModeConfiguration\",\"url\":\"interfaces/monaco.languages.html.ModeConfiguration.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3588,\"kind\":1024,\"name\":\"completionItems\",\"url\":\"interfaces/monaco.languages.html.ModeConfiguration.html#completionItems\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ModeConfiguration\"},{\"id\":3589,\"kind\":1024,\"name\":\"hovers\",\"url\":\"interfaces/monaco.languages.html.ModeConfiguration.html#hovers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ModeConfiguration\"},{\"id\":3590,\"kind\":1024,\"name\":\"documentSymbols\",\"url\":\"interfaces/monaco.languages.html.ModeConfiguration.html#documentSymbols\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ModeConfiguration\"},{\"id\":3591,\"kind\":1024,\"name\":\"links\",\"url\":\"interfaces/monaco.languages.html.ModeConfiguration.html#links\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ModeConfiguration\"},{\"id\":3592,\"kind\":1024,\"name\":\"documentHighlights\",\"url\":\"interfaces/monaco.languages.html.ModeConfiguration.html#documentHighlights\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ModeConfiguration\"},{\"id\":3593,\"kind\":1024,\"name\":\"rename\",\"url\":\"interfaces/monaco.languages.html.ModeConfiguration.html#rename\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ModeConfiguration\"},{\"id\":3594,\"kind\":1024,\"name\":\"colors\",\"url\":\"interfaces/monaco.languages.html.ModeConfiguration.html#colors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ModeConfiguration\"},{\"id\":3595,\"kind\":1024,\"name\":\"foldingRanges\",\"url\":\"interfaces/monaco.languages.html.ModeConfiguration.html#foldingRanges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ModeConfiguration\"},{\"id\":3596,\"kind\":1024,\"name\":\"diagnostics\",\"url\":\"interfaces/monaco.languages.html.ModeConfiguration.html#diagnostics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ModeConfiguration\"},{\"id\":3597,\"kind\":1024,\"name\":\"selectionRanges\",\"url\":\"interfaces/monaco.languages.html.ModeConfiguration.html#selectionRanges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ModeConfiguration\"},{\"id\":3598,\"kind\":1024,\"name\":\"documentFormattingEdits\",\"url\":\"interfaces/monaco.languages.html.ModeConfiguration.html#documentFormattingEdits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ModeConfiguration\"},{\"id\":3599,\"kind\":1024,\"name\":\"documentRangeFormattingEdits\",\"url\":\"interfaces/monaco.languages.html.ModeConfiguration.html#documentRangeFormattingEdits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ModeConfiguration\"},{\"id\":3600,\"kind\":256,\"name\":\"LanguageServiceDefaults\",\"url\":\"interfaces/monaco.languages.html.LanguageServiceDefaults.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3601,\"kind\":1024,\"name\":\"languageId\",\"url\":\"interfaces/monaco.languages.html.LanguageServiceDefaults.html#languageId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.LanguageServiceDefaults\"},{\"id\":3602,\"kind\":1024,\"name\":\"modeConfiguration\",\"url\":\"interfaces/monaco.languages.html.LanguageServiceDefaults.html#modeConfiguration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.LanguageServiceDefaults\"},{\"id\":3603,\"kind\":1024,\"name\":\"onDidChange\",\"url\":\"interfaces/monaco.languages.html.LanguageServiceDefaults.html#onDidChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.LanguageServiceDefaults\"},{\"id\":3604,\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/monaco.languages.html.LanguageServiceDefaults.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.LanguageServiceDefaults\"},{\"id\":3605,\"kind\":2048,\"name\":\"setOptions\",\"url\":\"interfaces/monaco.languages.html.LanguageServiceDefaults.html#setOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.LanguageServiceDefaults\"},{\"id\":3606,\"kind\":2048,\"name\":\"setModeConfiguration\",\"url\":\"interfaces/monaco.languages.html.LanguageServiceDefaults.html#setModeConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.LanguageServiceDefaults\"},{\"id\":3607,\"kind\":32,\"name\":\"htmlLanguageService\",\"url\":\"modules/monaco.languages.html.html#htmlLanguageService\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3608,\"kind\":32,\"name\":\"htmlDefaults\",\"url\":\"modules/monaco.languages.html.html#htmlDefaults\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3609,\"kind\":32,\"name\":\"handlebarLanguageService\",\"url\":\"modules/monaco.languages.html.html#handlebarLanguageService\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3610,\"kind\":32,\"name\":\"handlebarDefaults\",\"url\":\"modules/monaco.languages.html.html#handlebarDefaults\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3611,\"kind\":32,\"name\":\"razorLanguageService\",\"url\":\"modules/monaco.languages.html.html#razorLanguageService\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3612,\"kind\":32,\"name\":\"razorDefaults\",\"url\":\"modules/monaco.languages.html.html#razorDefaults\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3613,\"kind\":256,\"name\":\"LanguageServiceRegistration\",\"url\":\"interfaces/monaco.languages.html.LanguageServiceRegistration.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3614,\"kind\":1024,\"name\":\"defaults\",\"url\":\"interfaces/monaco.languages.html.LanguageServiceRegistration.html#defaults\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.LanguageServiceRegistration\"},{\"id\":3615,\"kind\":2048,\"name\":\"dispose\",\"url\":\"interfaces/monaco.languages.html.LanguageServiceRegistration.html#dispose\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.languages.html.LanguageServiceRegistration\"},{\"id\":3616,\"kind\":256,\"name\":\"HTMLDataConfiguration\",\"url\":\"interfaces/monaco.languages.html.HTMLDataConfiguration.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3617,\"kind\":1024,\"name\":\"useDefaultDataProvider\",\"url\":\"interfaces/monaco.languages.html.HTMLDataConfiguration.html#useDefaultDataProvider\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLDataConfiguration\"},{\"id\":3618,\"kind\":1024,\"name\":\"dataProviders\",\"url\":\"interfaces/monaco.languages.html.HTMLDataConfiguration.html#dataProviders\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLDataConfiguration\"},{\"id\":3619,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/monaco.languages.html.HTMLDataConfiguration.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLDataConfiguration\"},{\"id\":3620,\"kind\":256,\"name\":\"HTMLDataV1\",\"url\":\"interfaces/monaco.languages.html.HTMLDataV1.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3621,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/monaco.languages.html.HTMLDataV1.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLDataV1\"},{\"id\":3622,\"kind\":1024,\"name\":\"tags\",\"url\":\"interfaces/monaco.languages.html.HTMLDataV1.html#tags\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLDataV1\"},{\"id\":3623,\"kind\":1024,\"name\":\"globalAttributes\",\"url\":\"interfaces/monaco.languages.html.HTMLDataV1.html#globalAttributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLDataV1\"},{\"id\":3624,\"kind\":1024,\"name\":\"valueSets\",\"url\":\"interfaces/monaco.languages.html.HTMLDataV1.html#valueSets\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.HTMLDataV1\"},{\"id\":3625,\"kind\":256,\"name\":\"IReference\",\"url\":\"interfaces/monaco.languages.html.IReference.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3626,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/monaco.languages.html.IReference.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.IReference\"},{\"id\":3627,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/monaco.languages.html.IReference.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.IReference\"},{\"id\":3628,\"kind\":256,\"name\":\"ITagData\",\"url\":\"interfaces/monaco.languages.html.ITagData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3629,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/monaco.languages.html.ITagData.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ITagData\"},{\"id\":3630,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/monaco.languages.html.ITagData.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ITagData\"},{\"id\":3631,\"kind\":1024,\"name\":\"attributes\",\"url\":\"interfaces/monaco.languages.html.ITagData.html#attributes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ITagData\"},{\"id\":3632,\"kind\":1024,\"name\":\"references\",\"url\":\"interfaces/monaco.languages.html.ITagData.html#references\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.ITagData\"},{\"id\":3633,\"kind\":256,\"name\":\"IAttributeData\",\"url\":\"interfaces/monaco.languages.html.IAttributeData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3634,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/monaco.languages.html.IAttributeData.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.IAttributeData\"},{\"id\":3635,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/monaco.languages.html.IAttributeData.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.IAttributeData\"},{\"id\":3636,\"kind\":1024,\"name\":\"valueSet\",\"url\":\"interfaces/monaco.languages.html.IAttributeData.html#valueSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.IAttributeData\"},{\"id\":3637,\"kind\":1024,\"name\":\"values\",\"url\":\"interfaces/monaco.languages.html.IAttributeData.html#values\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.IAttributeData\"},{\"id\":3638,\"kind\":1024,\"name\":\"references\",\"url\":\"interfaces/monaco.languages.html.IAttributeData.html#references\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.IAttributeData\"},{\"id\":3639,\"kind\":256,\"name\":\"IValueData\",\"url\":\"interfaces/monaco.languages.html.IValueData.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3640,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/monaco.languages.html.IValueData.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.IValueData\"},{\"id\":3641,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/monaco.languages.html.IValueData.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.IValueData\"},{\"id\":3642,\"kind\":1024,\"name\":\"references\",\"url\":\"interfaces/monaco.languages.html.IValueData.html#references\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.IValueData\"},{\"id\":3643,\"kind\":256,\"name\":\"IValueSet\",\"url\":\"interfaces/monaco.languages.html.IValueSet.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3644,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/monaco.languages.html.IValueSet.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.IValueSet\"},{\"id\":3645,\"kind\":1024,\"name\":\"values\",\"url\":\"interfaces/monaco.languages.html.IValueSet.html#values\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.IValueSet\"},{\"id\":3646,\"kind\":256,\"name\":\"MarkupContent\",\"url\":\"interfaces/monaco.languages.html.MarkupContent.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3647,\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/monaco.languages.html.MarkupContent.html#kind\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.MarkupContent\"},{\"id\":3648,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/monaco.languages.html.MarkupContent.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.html.MarkupContent\"},{\"id\":3649,\"kind\":4194304,\"name\":\"MarkupKind\",\"url\":\"modules/monaco.languages.html.html#MarkupKind\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.html\"},{\"id\":3650,\"kind\":4,\"name\":\"json\",\"url\":\"modules/monaco.languages.json.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3651,\"kind\":256,\"name\":\"DiagnosticsOptions\",\"url\":\"interfaces/monaco.languages.json.DiagnosticsOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.json\"},{\"id\":3652,\"kind\":1024,\"name\":\"validate\",\"url\":\"interfaces/monaco.languages.json.DiagnosticsOptions.html#validate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.DiagnosticsOptions\"},{\"id\":3653,\"kind\":1024,\"name\":\"allowComments\",\"url\":\"interfaces/monaco.languages.json.DiagnosticsOptions.html#allowComments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.DiagnosticsOptions\"},{\"id\":3654,\"kind\":1024,\"name\":\"schemas\",\"url\":\"interfaces/monaco.languages.json.DiagnosticsOptions.html#schemas\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.DiagnosticsOptions\"},{\"id\":3655,\"kind\":1024,\"name\":\"enableSchemaRequest\",\"url\":\"interfaces/monaco.languages.json.DiagnosticsOptions.html#enableSchemaRequest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.DiagnosticsOptions\"},{\"id\":3656,\"kind\":1024,\"name\":\"schemaValidation\",\"url\":\"interfaces/monaco.languages.json.DiagnosticsOptions.html#schemaValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.DiagnosticsOptions\"},{\"id\":3657,\"kind\":1024,\"name\":\"schemaRequest\",\"url\":\"interfaces/monaco.languages.json.DiagnosticsOptions.html#schemaRequest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.DiagnosticsOptions\"},{\"id\":3658,\"kind\":1024,\"name\":\"trailingCommas\",\"url\":\"interfaces/monaco.languages.json.DiagnosticsOptions.html#trailingCommas\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.DiagnosticsOptions\"},{\"id\":3659,\"kind\":1024,\"name\":\"comments\",\"url\":\"interfaces/monaco.languages.json.DiagnosticsOptions.html#comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.DiagnosticsOptions\"},{\"id\":3660,\"kind\":4194304,\"name\":\"SeverityLevel\",\"url\":\"modules/monaco.languages.json.html#SeverityLevel\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.json\"},{\"id\":3661,\"kind\":256,\"name\":\"ModeConfiguration\",\"url\":\"interfaces/monaco.languages.json.ModeConfiguration.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.json\"},{\"id\":3662,\"kind\":1024,\"name\":\"documentFormattingEdits\",\"url\":\"interfaces/monaco.languages.json.ModeConfiguration.html#documentFormattingEdits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.ModeConfiguration\"},{\"id\":3663,\"kind\":1024,\"name\":\"documentRangeFormattingEdits\",\"url\":\"interfaces/monaco.languages.json.ModeConfiguration.html#documentRangeFormattingEdits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.ModeConfiguration\"},{\"id\":3664,\"kind\":1024,\"name\":\"completionItems\",\"url\":\"interfaces/monaco.languages.json.ModeConfiguration.html#completionItems\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.ModeConfiguration\"},{\"id\":3665,\"kind\":1024,\"name\":\"hovers\",\"url\":\"interfaces/monaco.languages.json.ModeConfiguration.html#hovers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.ModeConfiguration\"},{\"id\":3666,\"kind\":1024,\"name\":\"documentSymbols\",\"url\":\"interfaces/monaco.languages.json.ModeConfiguration.html#documentSymbols\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.ModeConfiguration\"},{\"id\":3667,\"kind\":1024,\"name\":\"tokens\",\"url\":\"interfaces/monaco.languages.json.ModeConfiguration.html#tokens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.ModeConfiguration\"},{\"id\":3668,\"kind\":1024,\"name\":\"colors\",\"url\":\"interfaces/monaco.languages.json.ModeConfiguration.html#colors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.ModeConfiguration\"},{\"id\":3669,\"kind\":1024,\"name\":\"foldingRanges\",\"url\":\"interfaces/monaco.languages.json.ModeConfiguration.html#foldingRanges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.ModeConfiguration\"},{\"id\":3670,\"kind\":1024,\"name\":\"diagnostics\",\"url\":\"interfaces/monaco.languages.json.ModeConfiguration.html#diagnostics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.ModeConfiguration\"},{\"id\":3671,\"kind\":1024,\"name\":\"selectionRanges\",\"url\":\"interfaces/monaco.languages.json.ModeConfiguration.html#selectionRanges\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.ModeConfiguration\"},{\"id\":3672,\"kind\":256,\"name\":\"LanguageServiceDefaults\",\"url\":\"interfaces/monaco.languages.json.LanguageServiceDefaults.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.json\"},{\"id\":3673,\"kind\":1024,\"name\":\"languageId\",\"url\":\"interfaces/monaco.languages.json.LanguageServiceDefaults.html#languageId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.LanguageServiceDefaults\"},{\"id\":3674,\"kind\":1024,\"name\":\"onDidChange\",\"url\":\"interfaces/monaco.languages.json.LanguageServiceDefaults.html#onDidChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.LanguageServiceDefaults\"},{\"id\":3675,\"kind\":1024,\"name\":\"diagnosticsOptions\",\"url\":\"interfaces/monaco.languages.json.LanguageServiceDefaults.html#diagnosticsOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.LanguageServiceDefaults\"},{\"id\":3676,\"kind\":1024,\"name\":\"modeConfiguration\",\"url\":\"interfaces/monaco.languages.json.LanguageServiceDefaults.html#modeConfiguration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.LanguageServiceDefaults\"},{\"id\":3677,\"kind\":2048,\"name\":\"setDiagnosticsOptions\",\"url\":\"interfaces/monaco.languages.json.LanguageServiceDefaults.html#setDiagnosticsOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.LanguageServiceDefaults\"},{\"id\":3678,\"kind\":2048,\"name\":\"setModeConfiguration\",\"url\":\"interfaces/monaco.languages.json.LanguageServiceDefaults.html#setModeConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.json.LanguageServiceDefaults\"},{\"id\":3679,\"kind\":32,\"name\":\"jsonDefaults\",\"url\":\"modules/monaco.languages.json.html#jsonDefaults\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.json\"},{\"id\":3680,\"kind\":4,\"name\":\"typescript\",\"url\":\"modules/monaco.languages.typescript.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-namespace\",\"parent\":\"monaco.languages\"},{\"id\":3681,\"kind\":8,\"name\":\"ModuleKind\",\"url\":\"enums/monaco.languages.typescript.ModuleKind.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3682,\"kind\":16,\"name\":\"None\",\"url\":\"enums/monaco.languages.typescript.ModuleKind.html#None\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ModuleKind\"},{\"id\":3683,\"kind\":16,\"name\":\"CommonJS\",\"url\":\"enums/monaco.languages.typescript.ModuleKind.html#CommonJS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ModuleKind\"},{\"id\":3684,\"kind\":16,\"name\":\"AMD\",\"url\":\"enums/monaco.languages.typescript.ModuleKind.html#AMD\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ModuleKind\"},{\"id\":3685,\"kind\":16,\"name\":\"UMD\",\"url\":\"enums/monaco.languages.typescript.ModuleKind.html#UMD\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ModuleKind\"},{\"id\":3686,\"kind\":16,\"name\":\"System\",\"url\":\"enums/monaco.languages.typescript.ModuleKind.html#System\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ModuleKind\"},{\"id\":3687,\"kind\":16,\"name\":\"ES2015\",\"url\":\"enums/monaco.languages.typescript.ModuleKind.html#ES2015\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ModuleKind\"},{\"id\":3688,\"kind\":16,\"name\":\"ESNext\",\"url\":\"enums/monaco.languages.typescript.ModuleKind.html#ESNext\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ModuleKind\"},{\"id\":3689,\"kind\":8,\"name\":\"JsxEmit\",\"url\":\"enums/monaco.languages.typescript.JsxEmit.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3690,\"kind\":16,\"name\":\"None\",\"url\":\"enums/monaco.languages.typescript.JsxEmit.html#None\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.JsxEmit\"},{\"id\":3691,\"kind\":16,\"name\":\"Preserve\",\"url\":\"enums/monaco.languages.typescript.JsxEmit.html#Preserve\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.JsxEmit\"},{\"id\":3692,\"kind\":16,\"name\":\"React\",\"url\":\"enums/monaco.languages.typescript.JsxEmit.html#React\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.JsxEmit\"},{\"id\":3693,\"kind\":16,\"name\":\"ReactNative\",\"url\":\"enums/monaco.languages.typescript.JsxEmit.html#ReactNative\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.JsxEmit\"},{\"id\":3694,\"kind\":16,\"name\":\"ReactJSX\",\"url\":\"enums/monaco.languages.typescript.JsxEmit.html#ReactJSX\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.JsxEmit\"},{\"id\":3695,\"kind\":16,\"name\":\"ReactJSXDev\",\"url\":\"enums/monaco.languages.typescript.JsxEmit.html#ReactJSXDev\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.JsxEmit\"},{\"id\":3696,\"kind\":8,\"name\":\"NewLineKind\",\"url\":\"enums/monaco.languages.typescript.NewLineKind.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3697,\"kind\":16,\"name\":\"CarriageReturnLineFeed\",\"url\":\"enums/monaco.languages.typescript.NewLineKind.html#CarriageReturnLineFeed\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.NewLineKind\"},{\"id\":3698,\"kind\":16,\"name\":\"LineFeed\",\"url\":\"enums/monaco.languages.typescript.NewLineKind.html#LineFeed\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.NewLineKind\"},{\"id\":3699,\"kind\":8,\"name\":\"ScriptTarget\",\"url\":\"enums/monaco.languages.typescript.ScriptTarget.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3700,\"kind\":16,\"name\":\"ES3\",\"url\":\"enums/monaco.languages.typescript.ScriptTarget.html#ES3\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ScriptTarget\"},{\"id\":3701,\"kind\":16,\"name\":\"ES5\",\"url\":\"enums/monaco.languages.typescript.ScriptTarget.html#ES5\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ScriptTarget\"},{\"id\":3702,\"kind\":16,\"name\":\"ES2015\",\"url\":\"enums/monaco.languages.typescript.ScriptTarget.html#ES2015\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ScriptTarget\"},{\"id\":3703,\"kind\":16,\"name\":\"ES2016\",\"url\":\"enums/monaco.languages.typescript.ScriptTarget.html#ES2016\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ScriptTarget\"},{\"id\":3704,\"kind\":16,\"name\":\"ES2017\",\"url\":\"enums/monaco.languages.typescript.ScriptTarget.html#ES2017\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ScriptTarget\"},{\"id\":3705,\"kind\":16,\"name\":\"ES2018\",\"url\":\"enums/monaco.languages.typescript.ScriptTarget.html#ES2018\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ScriptTarget\"},{\"id\":3706,\"kind\":16,\"name\":\"ES2019\",\"url\":\"enums/monaco.languages.typescript.ScriptTarget.html#ES2019\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ScriptTarget\"},{\"id\":3707,\"kind\":16,\"name\":\"ES2020\",\"url\":\"enums/monaco.languages.typescript.ScriptTarget.html#ES2020\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ScriptTarget\"},{\"id\":3708,\"kind\":16,\"name\":\"ESNext\",\"url\":\"enums/monaco.languages.typescript.ScriptTarget.html#ESNext\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ScriptTarget\"},{\"id\":3709,\"kind\":16,\"name\":\"JSON\",\"url\":\"enums/monaco.languages.typescript.ScriptTarget.html#JSON\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ScriptTarget\"},{\"id\":3710,\"kind\":16,\"name\":\"Latest\",\"url\":\"enums/monaco.languages.typescript.ScriptTarget.html#Latest\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ScriptTarget\"},{\"id\":3711,\"kind\":8,\"name\":\"ModuleResolutionKind\",\"url\":\"enums/monaco.languages.typescript.ModuleResolutionKind.html\",\"classes\":\"tsd-kind-enum tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3712,\"kind\":16,\"name\":\"Classic\",\"url\":\"enums/monaco.languages.typescript.ModuleResolutionKind.html#Classic\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ModuleResolutionKind\"},{\"id\":3713,\"kind\":16,\"name\":\"NodeJs\",\"url\":\"enums/monaco.languages.typescript.ModuleResolutionKind.html#NodeJs\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"monaco.languages.typescript.ModuleResolutionKind\"},{\"id\":3714,\"kind\":256,\"name\":\"MapLike\",\"url\":\"interfaces/monaco.languages.typescript.MapLike.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3715,\"kind\":4194304,\"name\":\"CompilerOptionsValue\",\"url\":\"modules/monaco.languages.typescript.html#CompilerOptionsValue\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3716,\"kind\":256,\"name\":\"CompilerOptions\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3717,\"kind\":1024,\"name\":\"allowJs\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#allowJs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3718,\"kind\":1024,\"name\":\"allowSyntheticDefaultImports\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#allowSyntheticDefaultImports\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3719,\"kind\":1024,\"name\":\"allowUmdGlobalAccess\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#allowUmdGlobalAccess\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3720,\"kind\":1024,\"name\":\"allowUnreachableCode\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#allowUnreachableCode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3721,\"kind\":1024,\"name\":\"allowUnusedLabels\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#allowUnusedLabels\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3722,\"kind\":1024,\"name\":\"alwaysStrict\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#alwaysStrict\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3723,\"kind\":1024,\"name\":\"baseUrl\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#baseUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3724,\"kind\":1024,\"name\":\"charset\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#charset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3725,\"kind\":1024,\"name\":\"checkJs\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#checkJs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3726,\"kind\":1024,\"name\":\"declaration\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#declaration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3727,\"kind\":1024,\"name\":\"declarationMap\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#declarationMap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3728,\"kind\":1024,\"name\":\"emitDeclarationOnly\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#emitDeclarationOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3729,\"kind\":1024,\"name\":\"declarationDir\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#declarationDir\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3730,\"kind\":1024,\"name\":\"disableSizeLimit\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#disableSizeLimit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3731,\"kind\":1024,\"name\":\"disableSourceOfProjectReferenceRedirect\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#disableSourceOfProjectReferenceRedirect\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3732,\"kind\":1024,\"name\":\"downlevelIteration\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#downlevelIteration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3733,\"kind\":1024,\"name\":\"emitBOM\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#emitBOM\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3734,\"kind\":1024,\"name\":\"emitDecoratorMetadata\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#emitDecoratorMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3735,\"kind\":1024,\"name\":\"experimentalDecorators\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#experimentalDecorators\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3736,\"kind\":1024,\"name\":\"forceConsistentCasingInFileNames\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#forceConsistentCasingInFileNames\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3737,\"kind\":1024,\"name\":\"importHelpers\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#importHelpers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3738,\"kind\":1024,\"name\":\"inlineSourceMap\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#inlineSourceMap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3739,\"kind\":1024,\"name\":\"inlineSources\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#inlineSources\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3740,\"kind\":1024,\"name\":\"isolatedModules\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#isolatedModules\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3741,\"kind\":1024,\"name\":\"jsx\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#jsx\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3742,\"kind\":1024,\"name\":\"keyofStringsOnly\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#keyofStringsOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3743,\"kind\":1024,\"name\":\"lib\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#lib\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3744,\"kind\":1024,\"name\":\"locale\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#locale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3745,\"kind\":1024,\"name\":\"mapRoot\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#mapRoot\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3746,\"kind\":1024,\"name\":\"maxNodeModuleJsDepth\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#maxNodeModuleJsDepth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3747,\"kind\":1024,\"name\":\"module\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#module\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3748,\"kind\":1024,\"name\":\"moduleResolution\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#moduleResolution\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3749,\"kind\":1024,\"name\":\"newLine\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#newLine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3750,\"kind\":1024,\"name\":\"noEmit\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#noEmit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3751,\"kind\":1024,\"name\":\"noEmitHelpers\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#noEmitHelpers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3752,\"kind\":1024,\"name\":\"noEmitOnError\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#noEmitOnError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3753,\"kind\":1024,\"name\":\"noErrorTruncation\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#noErrorTruncation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3754,\"kind\":1024,\"name\":\"noFallthroughCasesInSwitch\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#noFallthroughCasesInSwitch\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3755,\"kind\":1024,\"name\":\"noImplicitAny\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#noImplicitAny\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3756,\"kind\":1024,\"name\":\"noImplicitReturns\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#noImplicitReturns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3757,\"kind\":1024,\"name\":\"noImplicitThis\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#noImplicitThis\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3758,\"kind\":1024,\"name\":\"noStrictGenericChecks\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#noStrictGenericChecks\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3759,\"kind\":1024,\"name\":\"noUnusedLocals\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#noUnusedLocals\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3760,\"kind\":1024,\"name\":\"noUnusedParameters\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#noUnusedParameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3761,\"kind\":1024,\"name\":\"noImplicitUseStrict\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#noImplicitUseStrict\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3762,\"kind\":1024,\"name\":\"noLib\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#noLib\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3763,\"kind\":1024,\"name\":\"noResolve\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#noResolve\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3764,\"kind\":1024,\"name\":\"out\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#out\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3765,\"kind\":1024,\"name\":\"outDir\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#outDir\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3766,\"kind\":1024,\"name\":\"outFile\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#outFile\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3767,\"kind\":1024,\"name\":\"paths\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#paths\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3768,\"kind\":1024,\"name\":\"preserveConstEnums\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#preserveConstEnums\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3769,\"kind\":1024,\"name\":\"preserveSymlinks\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#preserveSymlinks\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3770,\"kind\":1024,\"name\":\"project\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#project\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3771,\"kind\":1024,\"name\":\"reactNamespace\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#reactNamespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3772,\"kind\":1024,\"name\":\"jsxFactory\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#jsxFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3773,\"kind\":1024,\"name\":\"composite\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#composite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3774,\"kind\":1024,\"name\":\"removeComments\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#removeComments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3775,\"kind\":1024,\"name\":\"rootDir\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#rootDir\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3776,\"kind\":1024,\"name\":\"rootDirs\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#rootDirs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3777,\"kind\":1024,\"name\":\"skipLibCheck\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#skipLibCheck\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3778,\"kind\":1024,\"name\":\"skipDefaultLibCheck\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#skipDefaultLibCheck\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3779,\"kind\":1024,\"name\":\"sourceMap\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#sourceMap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3780,\"kind\":1024,\"name\":\"sourceRoot\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#sourceRoot\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3781,\"kind\":1024,\"name\":\"strict\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#strict\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3782,\"kind\":1024,\"name\":\"strictFunctionTypes\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#strictFunctionTypes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3783,\"kind\":1024,\"name\":\"strictBindCallApply\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#strictBindCallApply\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3784,\"kind\":1024,\"name\":\"strictNullChecks\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#strictNullChecks\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3785,\"kind\":1024,\"name\":\"strictPropertyInitialization\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#strictPropertyInitialization\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3786,\"kind\":1024,\"name\":\"stripInternal\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#stripInternal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3787,\"kind\":1024,\"name\":\"suppressExcessPropertyErrors\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#suppressExcessPropertyErrors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3788,\"kind\":1024,\"name\":\"suppressImplicitAnyIndexErrors\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#suppressImplicitAnyIndexErrors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3789,\"kind\":1024,\"name\":\"target\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#target\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3790,\"kind\":1024,\"name\":\"traceResolution\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#traceResolution\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3791,\"kind\":1024,\"name\":\"resolveJsonModule\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#resolveJsonModule\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3792,\"kind\":1024,\"name\":\"types\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#types\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3793,\"kind\":1024,\"name\":\"typeRoots\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#typeRoots\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3794,\"kind\":1024,\"name\":\"esModuleInterop\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#esModuleInterop\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3795,\"kind\":1024,\"name\":\"useDefineForClassFields\",\"url\":\"interfaces/monaco.languages.typescript.CompilerOptions.html#useDefineForClassFields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.CompilerOptions\"},{\"id\":3796,\"kind\":256,\"name\":\"DiagnosticsOptions\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticsOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3797,\"kind\":1024,\"name\":\"noSemanticValidation\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticsOptions.html#noSemanticValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticsOptions\"},{\"id\":3798,\"kind\":1024,\"name\":\"noSyntaxValidation\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticsOptions.html#noSyntaxValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticsOptions\"},{\"id\":3799,\"kind\":1024,\"name\":\"noSuggestionDiagnostics\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticsOptions.html#noSuggestionDiagnostics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticsOptions\"},{\"id\":3800,\"kind\":1024,\"name\":\"onlyVisible\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticsOptions.html#onlyVisible\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticsOptions\"},{\"id\":3801,\"kind\":1024,\"name\":\"diagnosticCodesToIgnore\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticsOptions.html#diagnosticCodesToIgnore\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticsOptions\"},{\"id\":3802,\"kind\":256,\"name\":\"WorkerOptions\",\"url\":\"interfaces/monaco.languages.typescript.WorkerOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3803,\"kind\":1024,\"name\":\"customWorkerPath\",\"url\":\"interfaces/monaco.languages.typescript.WorkerOptions.html#customWorkerPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.WorkerOptions\"},{\"id\":3804,\"kind\":256,\"name\":\"InlayHintsOptions\",\"url\":\"interfaces/monaco.languages.typescript.InlayHintsOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3805,\"kind\":1024,\"name\":\"includeInlayParameterNameHints\",\"url\":\"interfaces/monaco.languages.typescript.InlayHintsOptions.html#includeInlayParameterNameHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.InlayHintsOptions\"},{\"id\":3806,\"kind\":1024,\"name\":\"includeInlayParameterNameHintsWhenArgumentMatchesName\",\"url\":\"interfaces/monaco.languages.typescript.InlayHintsOptions.html#includeInlayParameterNameHintsWhenArgumentMatchesName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.InlayHintsOptions\"},{\"id\":3807,\"kind\":1024,\"name\":\"includeInlayFunctionParameterTypeHints\",\"url\":\"interfaces/monaco.languages.typescript.InlayHintsOptions.html#includeInlayFunctionParameterTypeHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.InlayHintsOptions\"},{\"id\":3808,\"kind\":1024,\"name\":\"includeInlayVariableTypeHints\",\"url\":\"interfaces/monaco.languages.typescript.InlayHintsOptions.html#includeInlayVariableTypeHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.InlayHintsOptions\"},{\"id\":3809,\"kind\":1024,\"name\":\"includeInlayPropertyDeclarationTypeHints\",\"url\":\"interfaces/monaco.languages.typescript.InlayHintsOptions.html#includeInlayPropertyDeclarationTypeHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.InlayHintsOptions\"},{\"id\":3810,\"kind\":1024,\"name\":\"includeInlayFunctionLikeReturnTypeHints\",\"url\":\"interfaces/monaco.languages.typescript.InlayHintsOptions.html#includeInlayFunctionLikeReturnTypeHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.InlayHintsOptions\"},{\"id\":3811,\"kind\":1024,\"name\":\"includeInlayEnumMemberValueHints\",\"url\":\"interfaces/monaco.languages.typescript.InlayHintsOptions.html#includeInlayEnumMemberValueHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.InlayHintsOptions\"},{\"id\":3812,\"kind\":256,\"name\":\"IExtraLib\",\"url\":\"interfaces/monaco.languages.typescript.IExtraLib.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3813,\"kind\":1024,\"name\":\"content\",\"url\":\"interfaces/monaco.languages.typescript.IExtraLib.html#content\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.IExtraLib\"},{\"id\":3814,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/monaco.languages.typescript.IExtraLib.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.IExtraLib\"},{\"id\":3815,\"kind\":256,\"name\":\"IExtraLibs\",\"url\":\"interfaces/monaco.languages.typescript.IExtraLibs.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3816,\"kind\":256,\"name\":\"DiagnosticMessageChain\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticMessageChain.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3817,\"kind\":1024,\"name\":\"messageText\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticMessageChain.html#messageText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticMessageChain\"},{\"id\":3818,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticMessageChain.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticMessageChain\"},{\"id\":3819,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticMessageChain.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticMessageChain\"},{\"id\":3820,\"kind\":1024,\"name\":\"next\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticMessageChain.html#next\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticMessageChain\"},{\"id\":3821,\"kind\":256,\"name\":\"Diagnostic\",\"url\":\"interfaces/monaco.languages.typescript.Diagnostic.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3822,\"kind\":1024,\"name\":\"reportsUnnecessary\",\"url\":\"interfaces/monaco.languages.typescript.Diagnostic.html#reportsUnnecessary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.Diagnostic\"},{\"id\":3823,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/monaco.languages.typescript.Diagnostic.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.Diagnostic\"},{\"id\":3824,\"kind\":1024,\"name\":\"reportsDeprecated\",\"url\":\"interfaces/monaco.languages.typescript.Diagnostic.html#reportsDeprecated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.Diagnostic\"},{\"id\":3825,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/monaco.languages.typescript.Diagnostic.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.Diagnostic\"},{\"id\":3826,\"kind\":1024,\"name\":\"source\",\"url\":\"interfaces/monaco.languages.typescript.Diagnostic.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.Diagnostic\"},{\"id\":3827,\"kind\":1024,\"name\":\"relatedInformation\",\"url\":\"interfaces/monaco.languages.typescript.Diagnostic.html#relatedInformation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.Diagnostic\"},{\"id\":3828,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/monaco.languages.typescript.Diagnostic.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.languages.typescript.Diagnostic\"},{\"id\":3829,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/monaco.languages.typescript.Diagnostic.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.languages.typescript.Diagnostic\"},{\"id\":3830,\"kind\":1024,\"name\":\"file\",\"url\":\"interfaces/monaco.languages.typescript.Diagnostic.html#file\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.languages.typescript.Diagnostic\"},{\"id\":3831,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/monaco.languages.typescript.Diagnostic.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.Diagnostic\"},{\"id\":3832,\"kind\":1024,\"name\":\"fileName\",\"url\":\"interfaces/monaco.languages.typescript.Diagnostic.html#__type.fileName\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.typescript.Diagnostic.__type\"},{\"id\":3833,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/monaco.languages.typescript.Diagnostic.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.languages.typescript.Diagnostic\"},{\"id\":3834,\"kind\":1024,\"name\":\"length\",\"url\":\"interfaces/monaco.languages.typescript.Diagnostic.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.languages.typescript.Diagnostic\"},{\"id\":3835,\"kind\":1024,\"name\":\"messageText\",\"url\":\"interfaces/monaco.languages.typescript.Diagnostic.html#messageText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"monaco.languages.typescript.Diagnostic\"},{\"id\":3836,\"kind\":256,\"name\":\"DiagnosticRelatedInformation\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticRelatedInformation.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3837,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticRelatedInformation.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticRelatedInformation\"},{\"id\":3838,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticRelatedInformation.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticRelatedInformation\"},{\"id\":3839,\"kind\":1024,\"name\":\"file\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticRelatedInformation.html#file\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticRelatedInformation\"},{\"id\":3840,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticRelatedInformation.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticRelatedInformation\"},{\"id\":3841,\"kind\":1024,\"name\":\"fileName\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticRelatedInformation.html#__type.fileName\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"monaco.languages.typescript.DiagnosticRelatedInformation.__type\"},{\"id\":3842,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticRelatedInformation.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticRelatedInformation\"},{\"id\":3843,\"kind\":1024,\"name\":\"length\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticRelatedInformation.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticRelatedInformation\"},{\"id\":3844,\"kind\":1024,\"name\":\"messageText\",\"url\":\"interfaces/monaco.languages.typescript.DiagnosticRelatedInformation.html#messageText\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.DiagnosticRelatedInformation\"},{\"id\":3845,\"kind\":256,\"name\":\"EmitOutput\",\"url\":\"interfaces/monaco.languages.typescript.EmitOutput.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3846,\"kind\":1024,\"name\":\"outputFiles\",\"url\":\"interfaces/monaco.languages.typescript.EmitOutput.html#outputFiles\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.EmitOutput\"},{\"id\":3847,\"kind\":1024,\"name\":\"emitSkipped\",\"url\":\"interfaces/monaco.languages.typescript.EmitOutput.html#emitSkipped\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.EmitOutput\"},{\"id\":3848,\"kind\":256,\"name\":\"OutputFile\",\"url\":\"interfaces/monaco.languages.typescript.OutputFile.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3849,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/monaco.languages.typescript.OutputFile.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.OutputFile\"},{\"id\":3850,\"kind\":1024,\"name\":\"writeByteOrderMark\",\"url\":\"interfaces/monaco.languages.typescript.OutputFile.html#writeByteOrderMark\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.OutputFile\"},{\"id\":3851,\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/monaco.languages.typescript.OutputFile.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.OutputFile\"},{\"id\":3852,\"kind\":256,\"name\":\"ModeConfiguration\",\"url\":\"interfaces/monaco.languages.typescript.ModeConfiguration.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3853,\"kind\":1024,\"name\":\"completionItems\",\"url\":\"interfaces/monaco.languages.typescript.ModeConfiguration.html#completionItems\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.ModeConfiguration\"},{\"id\":3854,\"kind\":1024,\"name\":\"hovers\",\"url\":\"interfaces/monaco.languages.typescript.ModeConfiguration.html#hovers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.ModeConfiguration\"},{\"id\":3855,\"kind\":1024,\"name\":\"documentSymbols\",\"url\":\"interfaces/monaco.languages.typescript.ModeConfiguration.html#documentSymbols\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.ModeConfiguration\"},{\"id\":3856,\"kind\":1024,\"name\":\"definitions\",\"url\":\"interfaces/monaco.languages.typescript.ModeConfiguration.html#definitions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.ModeConfiguration\"},{\"id\":3857,\"kind\":1024,\"name\":\"references\",\"url\":\"interfaces/monaco.languages.typescript.ModeConfiguration.html#references\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.ModeConfiguration\"},{\"id\":3858,\"kind\":1024,\"name\":\"documentHighlights\",\"url\":\"interfaces/monaco.languages.typescript.ModeConfiguration.html#documentHighlights\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.ModeConfiguration\"},{\"id\":3859,\"kind\":1024,\"name\":\"rename\",\"url\":\"interfaces/monaco.languages.typescript.ModeConfiguration.html#rename\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.ModeConfiguration\"},{\"id\":3860,\"kind\":1024,\"name\":\"diagnostics\",\"url\":\"interfaces/monaco.languages.typescript.ModeConfiguration.html#diagnostics\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.ModeConfiguration\"},{\"id\":3861,\"kind\":1024,\"name\":\"documentRangeFormattingEdits\",\"url\":\"interfaces/monaco.languages.typescript.ModeConfiguration.html#documentRangeFormattingEdits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.ModeConfiguration\"},{\"id\":3862,\"kind\":1024,\"name\":\"signatureHelp\",\"url\":\"interfaces/monaco.languages.typescript.ModeConfiguration.html#signatureHelp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.ModeConfiguration\"},{\"id\":3863,\"kind\":1024,\"name\":\"onTypeFormattingEdits\",\"url\":\"interfaces/monaco.languages.typescript.ModeConfiguration.html#onTypeFormattingEdits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.ModeConfiguration\"},{\"id\":3864,\"kind\":1024,\"name\":\"codeActions\",\"url\":\"interfaces/monaco.languages.typescript.ModeConfiguration.html#codeActions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.ModeConfiguration\"},{\"id\":3865,\"kind\":1024,\"name\":\"inlayHints\",\"url\":\"interfaces/monaco.languages.typescript.ModeConfiguration.html#inlayHints\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.ModeConfiguration\"},{\"id\":3866,\"kind\":256,\"name\":\"LanguageServiceDefaults\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3867,\"kind\":1024,\"name\":\"onDidChange\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#onDidChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3868,\"kind\":1024,\"name\":\"onDidExtraLibsChange\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#onDidExtraLibsChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3869,\"kind\":1024,\"name\":\"workerOptions\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#workerOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3870,\"kind\":1024,\"name\":\"inlayHintsOptions\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#inlayHintsOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3871,\"kind\":1024,\"name\":\"modeConfiguration\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#modeConfiguration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3872,\"kind\":2048,\"name\":\"setModeConfiguration\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#setModeConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3873,\"kind\":2048,\"name\":\"getExtraLibs\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#getExtraLibs\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3874,\"kind\":2048,\"name\":\"addExtraLib\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#addExtraLib\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3875,\"kind\":2048,\"name\":\"setExtraLibs\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#setExtraLibs\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3876,\"kind\":2048,\"name\":\"getCompilerOptions\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#getCompilerOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3877,\"kind\":2048,\"name\":\"setCompilerOptions\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#setCompilerOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3878,\"kind\":2048,\"name\":\"getDiagnosticsOptions\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#getDiagnosticsOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3879,\"kind\":2048,\"name\":\"setDiagnosticsOptions\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#setDiagnosticsOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3880,\"kind\":2048,\"name\":\"setWorkerOptions\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#setWorkerOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3881,\"kind\":2048,\"name\":\"setMaximumWorkerIdleTime\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#setMaximumWorkerIdleTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3882,\"kind\":2048,\"name\":\"setEagerModelSync\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#setEagerModelSync\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3883,\"kind\":2048,\"name\":\"getEagerModelSync\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#getEagerModelSync\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3884,\"kind\":2048,\"name\":\"setInlayHintsOptions\",\"url\":\"interfaces/monaco.languages.typescript.LanguageServiceDefaults.html#setInlayHintsOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.LanguageServiceDefaults\"},{\"id\":3885,\"kind\":256,\"name\":\"TypeScriptWorker\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3886,\"kind\":2048,\"name\":\"getSyntacticDiagnostics\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getSyntacticDiagnostics\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3887,\"kind\":2048,\"name\":\"getSemanticDiagnostics\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getSemanticDiagnostics\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3888,\"kind\":2048,\"name\":\"getSuggestionDiagnostics\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getSuggestionDiagnostics\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3889,\"kind\":2048,\"name\":\"getScriptText\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getScriptText\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3890,\"kind\":2048,\"name\":\"getCompilerOptionsDiagnostics\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getCompilerOptionsDiagnostics\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3891,\"kind\":2048,\"name\":\"getCompletionsAtPosition\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getCompletionsAtPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3892,\"kind\":2048,\"name\":\"getCompletionEntryDetails\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getCompletionEntryDetails\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3893,\"kind\":2048,\"name\":\"getSignatureHelpItems\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getSignatureHelpItems\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3894,\"kind\":2048,\"name\":\"getQuickInfoAtPosition\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getQuickInfoAtPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3895,\"kind\":2048,\"name\":\"getOccurrencesAtPosition\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getOccurrencesAtPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3896,\"kind\":2048,\"name\":\"getDefinitionAtPosition\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getDefinitionAtPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3897,\"kind\":2048,\"name\":\"getReferencesAtPosition\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getReferencesAtPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3898,\"kind\":2048,\"name\":\"getNavigationBarItems\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getNavigationBarItems\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3899,\"kind\":2048,\"name\":\"getFormattingEditsForDocument\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getFormattingEditsForDocument\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3900,\"kind\":2048,\"name\":\"getFormattingEditsForRange\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getFormattingEditsForRange\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3901,\"kind\":2048,\"name\":\"getFormattingEditsAfterKeystroke\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getFormattingEditsAfterKeystroke\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3902,\"kind\":2048,\"name\":\"findRenameLocations\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#findRenameLocations\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3903,\"kind\":2048,\"name\":\"getRenameInfo\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getRenameInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3904,\"kind\":2048,\"name\":\"getEmitOutput\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getEmitOutput\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3905,\"kind\":2048,\"name\":\"getCodeFixesAtPosition\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#getCodeFixesAtPosition\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3906,\"kind\":2048,\"name\":\"provideInlayHints\",\"url\":\"interfaces/monaco.languages.typescript.TypeScriptWorker.html#provideInlayHints\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.languages.typescript.TypeScriptWorker\"},{\"id\":3907,\"kind\":32,\"name\":\"typescriptVersion\",\"url\":\"modules/monaco.languages.typescript.html#typescriptVersion\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3908,\"kind\":32,\"name\":\"typescriptDefaults\",\"url\":\"modules/monaco.languages.typescript.html#typescriptDefaults\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3909,\"kind\":32,\"name\":\"javascriptDefaults\",\"url\":\"modules/monaco.languages.typescript.html#javascriptDefaults\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3910,\"kind\":64,\"name\":\"getTypeScriptWorker\",\"url\":\"modules/monaco.languages.typescript.html#getTypeScriptWorker\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3911,\"kind\":64,\"name\":\"getJavaScriptWorker\",\"url\":\"modules/monaco.languages.typescript.html#getJavaScriptWorker\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"monaco.languages.typescript\"},{\"id\":3912,\"kind\":4,\"name\":\"worker\",\"url\":\"modules/monaco.worker.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-namespace\",\"parent\":\"monaco\"},{\"id\":3913,\"kind\":256,\"name\":\"IMirrorTextModel\",\"url\":\"interfaces/monaco.worker.IMirrorTextModel.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.worker\"},{\"id\":3914,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/monaco.worker.IMirrorTextModel.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.worker.IMirrorTextModel\"},{\"id\":3915,\"kind\":256,\"name\":\"IMirrorModel\",\"url\":\"interfaces/monaco.worker.IMirrorModel.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace\",\"parent\":\"monaco.worker\"},{\"id\":3916,\"kind\":1024,\"name\":\"uri\",\"url\":\"interfaces/monaco.worker.IMirrorModel.html#uri\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.worker.IMirrorModel\"},{\"id\":3917,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/monaco.worker.IMirrorModel.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"monaco.worker.IMirrorModel\"},{\"id\":3918,\"kind\":2048,\"name\":\"getValue\",\"url\":\"interfaces/monaco.worker.IMirrorModel.html#getValue\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.worker.IMirrorModel\"},{\"id\":3919,\"kind\":256,\"name\":\"IWorkerContext\",\"url\":\"interfaces/monaco.worker.IWorkerContext.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-namespace tsd-has-type-parameter\",\"parent\":\"monaco.worker\"},{\"id\":3920,\"kind\":1024,\"name\":\"host\",\"url\":\"interfaces/monaco.worker.IWorkerContext.html#host\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"monaco.worker.IWorkerContext\"},{\"id\":3921,\"kind\":2048,\"name\":\"getMirrorModels\",\"url\":\"interfaces/monaco.worker.IWorkerContext.html#getMirrorModels\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"monaco.worker.IWorkerContext\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"parent\"],\"fieldVectors\":[[\"name/0\",[0,78.691]],[\"parent/0\",[]],[\"name/1\",[1,48.569]],[\"parent/1\",[]],[\"name/2\",[2,78.691]],[\"parent/2\",[1,4.856]],[\"name/3\",[3,78.691]],[\"parent/3\",[1,4.856]],[\"name/4\",[4,78.691]],[\"parent/4\",[5,6.769]],[\"name/5\",[6,73.583]],[\"parent/5\",[5,6.769]],[\"name/6\",[7,78.691]],[\"parent/6\",[5,6.769]],[\"name/7\",[8,78.691]],[\"parent/7\",[5,6.769]],[\"name/8\",[9,78.691]],[\"parent/8\",[1,4.856]],[\"name/9\",[10,53.042]],[\"parent/9\",[11,7.868]],[\"name/10\",[12,78.691]],[\"parent/10\",[1,4.856]],[\"name/11\",[13,78.691]],[\"parent/11\",[1,4.856]],[\"name/12\",[14,52.542]],[\"parent/12\",[15,6.769]],[\"name/13\",[16,65.699]],[\"parent/13\",[15,6.769]],[\"name/14\",[17,78.691]],[\"parent/14\",[15,6.769]],[\"name/15\",[10,53.042]],[\"parent/15\",[15,6.769]],[\"name/16\",[18,78.691]],[\"parent/16\",[1,4.856]],[\"name/17\",[19,78.691]],[\"parent/17\",[20,7.357]],[\"name/18\",[21,70.218]],[\"parent/18\",[20,7.357]],[\"name/19\",[22,78.691]],[\"parent/19\",[1,4.856]],[\"name/20\",[23,78.691]],[\"parent/20\",[24,6.769]],[\"name/21\",[25,78.691]],[\"parent/21\",[24,6.769]],[\"name/22\",[26,78.691]],[\"parent/22\",[24,6.769]],[\"name/23\",[27,78.691]],[\"parent/23\",[24,6.769]],[\"name/24\",[28,78.691]],[\"parent/24\",[1,4.856]],[\"name/25\",[14,52.542]],[\"parent/25\",[29,6.769]],[\"name/26\",[30,65.699]],[\"parent/26\",[29,6.769]],[\"name/27\",[31,78.691]],[\"parent/27\",[29,6.769]],[\"name/28\",[10,53.042]],[\"parent/28\",[29,6.769]],[\"name/29\",[32,78.691]],[\"parent/29\",[1,4.856]],[\"name/30\",[33,78.691]],[\"parent/30\",[34,7.357]],[\"name/31\",[35,78.691]],[\"parent/31\",[34,7.357]],[\"name/32\",[36,65.699]],[\"parent/32\",[1,4.856]],[\"name/33\",[37,78.691]],[\"parent/33\",[38,5.47]],[\"name/34\",[39,78.691]],[\"parent/34\",[38,5.47]],[\"name/35\",[40,65.699]],[\"parent/35\",[38,5.47]],[\"name/36\",[41,78.691]],[\"parent/36\",[38,5.47]],[\"name/37\",[42,78.691]],[\"parent/37\",[38,5.47]],[\"name/38\",[43,78.691]],[\"parent/38\",[38,5.47]],[\"name/39\",[14,52.542]],[\"parent/39\",[38,5.47]],[\"name/40\",[44,70.218]],[\"parent/40\",[38,5.47]],[\"name/41\",[45,73.583]],[\"parent/41\",[38,5.47]],[\"name/42\",[46,73.583]],[\"parent/42\",[38,5.47]],[\"name/43\",[47,73.583]],[\"parent/43\",[38,5.47]],[\"name/44\",[48,73.583]],[\"parent/44\",[38,5.47]],[\"name/45\",[49,78.691]],[\"parent/45\",[38,5.47]],[\"name/46\",[50,73.583]],[\"parent/46\",[38,5.47]],[\"name/47\",[51,61.345]],[\"parent/47\",[38,5.47]],[\"name/48\",[52,70.218]],[\"parent/48\",[38,5.47]],[\"name/49\",[53,78.691]],[\"parent/49\",[1,4.856]],[\"name/50\",[44,70.218]],[\"parent/50\",[54,6.568]],[\"name/51\",[45,73.583]],[\"parent/51\",[54,6.568]],[\"name/52\",[46,73.583]],[\"parent/52\",[54,6.568]],[\"name/53\",[47,73.583]],[\"parent/53\",[54,6.568]],[\"name/54\",[48,73.583]],[\"parent/54\",[54,6.568]],[\"name/55\",[55,73.583]],[\"parent/55\",[1,4.856]],[\"name/56\",[56,78.691]],[\"parent/56\",[57,3.41]],[\"name/57\",[58,70.218]],[\"parent/57\",[57,3.41]],[\"name/58\",[59,78.691]],[\"parent/58\",[57,3.41]],[\"name/59\",[60,78.691]],[\"parent/59\",[57,3.41]],[\"name/60\",[61,78.691]],[\"parent/60\",[57,3.41]],[\"name/61\",[62,73.583]],[\"parent/61\",[57,3.41]],[\"name/62\",[63,78.691]],[\"parent/62\",[57,3.41]],[\"name/63\",[64,73.583]],[\"parent/63\",[57,3.41]],[\"name/64\",[65,78.691]],[\"parent/64\",[57,3.41]],[\"name/65\",[66,78.691]],[\"parent/65\",[57,3.41]],[\"name/66\",[67,78.691]],[\"parent/66\",[57,3.41]],[\"name/67\",[68,78.691]],[\"parent/67\",[57,3.41]],[\"name/68\",[69,78.691]],[\"parent/68\",[57,3.41]],[\"name/69\",[70,78.691]],[\"parent/69\",[57,3.41]],[\"name/70\",[71,70.218]],[\"parent/70\",[57,3.41]],[\"name/71\",[72,78.691]],[\"parent/71\",[57,3.41]],[\"name/72\",[73,78.691]],[\"parent/72\",[57,3.41]],[\"name/73\",[74,78.691]],[\"parent/73\",[57,3.41]],[\"name/74\",[75,78.691]],[\"parent/74\",[57,3.41]],[\"name/75\",[76,78.691]],[\"parent/75\",[57,3.41]],[\"name/76\",[77,73.583]],[\"parent/76\",[57,3.41]],[\"name/77\",[78,78.691]],[\"parent/77\",[57,3.41]],[\"name/78\",[79,78.691]],[\"parent/78\",[57,3.41]],[\"name/79\",[80,78.691]],[\"parent/79\",[57,3.41]],[\"name/80\",[81,78.691]],[\"parent/80\",[57,3.41]],[\"name/81\",[82,78.691]],[\"parent/81\",[57,3.41]],[\"name/82\",[83,78.691]],[\"parent/82\",[57,3.41]],[\"name/83\",[84,78.691]],[\"parent/83\",[57,3.41]],[\"name/84\",[85,78.691]],[\"parent/84\",[57,3.41]],[\"name/85\",[86,78.691]],[\"parent/85\",[57,3.41]],[\"name/86\",[87,78.691]],[\"parent/86\",[57,3.41]],[\"name/87\",[88,78.691]],[\"parent/87\",[57,3.41]],[\"name/88\",[89,78.691]],[\"parent/88\",[57,3.41]],[\"name/89\",[90,78.691]],[\"parent/89\",[57,3.41]],[\"name/90\",[91,78.691]],[\"parent/90\",[57,3.41]],[\"name/91\",[92,78.691]],[\"parent/91\",[57,3.41]],[\"name/92\",[93,78.691]],[\"parent/92\",[57,3.41]],[\"name/93\",[94,78.691]],[\"parent/93\",[57,3.41]],[\"name/94\",[95,78.691]],[\"parent/94\",[57,3.41]],[\"name/95\",[96,78.691]],[\"parent/95\",[57,3.41]],[\"name/96\",[97,78.691]],[\"parent/96\",[57,3.41]],[\"name/97\",[98,78.691]],[\"parent/97\",[57,3.41]],[\"name/98\",[99,78.691]],[\"parent/98\",[57,3.41]],[\"name/99\",[100,78.691]],[\"parent/99\",[57,3.41]],[\"name/100\",[101,78.691]],[\"parent/100\",[57,3.41]],[\"name/101\",[102,78.691]],[\"parent/101\",[57,3.41]],[\"name/102\",[103,78.691]],[\"parent/102\",[57,3.41]],[\"name/103\",[104,78.691]],[\"parent/103\",[57,3.41]],[\"name/104\",[105,78.691]],[\"parent/104\",[57,3.41]],[\"name/105\",[106,78.691]],[\"parent/105\",[57,3.41]],[\"name/106\",[107,78.691]],[\"parent/106\",[57,3.41]],[\"name/107\",[108,78.691]],[\"parent/107\",[57,3.41]],[\"name/108\",[109,78.691]],[\"parent/108\",[57,3.41]],[\"name/109\",[110,78.691]],[\"parent/109\",[57,3.41]],[\"name/110\",[111,78.691]],[\"parent/110\",[57,3.41]],[\"name/111\",[112,78.691]],[\"parent/111\",[57,3.41]],[\"name/112\",[113,78.691]],[\"parent/112\",[57,3.41]],[\"name/113\",[114,78.691]],[\"parent/113\",[57,3.41]],[\"name/114\",[115,78.691]],[\"parent/114\",[57,3.41]],[\"name/115\",[116,60.233]],[\"parent/115\",[57,3.41]],[\"name/116\",[117,78.691]],[\"parent/116\",[57,3.41]],[\"name/117\",[118,78.691]],[\"parent/117\",[57,3.41]],[\"name/118\",[119,78.691]],[\"parent/118\",[57,3.41]],[\"name/119\",[120,78.691]],[\"parent/119\",[57,3.41]],[\"name/120\",[121,78.691]],[\"parent/120\",[57,3.41]],[\"name/121\",[122,78.691]],[\"parent/121\",[57,3.41]],[\"name/122\",[123,78.691]],[\"parent/122\",[57,3.41]],[\"name/123\",[124,78.691]],[\"parent/123\",[57,3.41]],[\"name/124\",[125,78.691]],[\"parent/124\",[57,3.41]],[\"name/125\",[126,78.691]],[\"parent/125\",[57,3.41]],[\"name/126\",[127,78.691]],[\"parent/126\",[57,3.41]],[\"name/127\",[128,78.691]],[\"parent/127\",[57,3.41]],[\"name/128\",[129,78.691]],[\"parent/128\",[57,3.41]],[\"name/129\",[130,78.691]],[\"parent/129\",[57,3.41]],[\"name/130\",[131,78.691]],[\"parent/130\",[57,3.41]],[\"name/131\",[132,78.691]],[\"parent/131\",[57,3.41]],[\"name/132\",[133,78.691]],[\"parent/132\",[57,3.41]],[\"name/133\",[134,78.691]],[\"parent/133\",[57,3.41]],[\"name/134\",[135,78.691]],[\"parent/134\",[57,3.41]],[\"name/135\",[136,78.691]],[\"parent/135\",[57,3.41]],[\"name/136\",[137,78.691]],[\"parent/136\",[57,3.41]],[\"name/137\",[138,78.691]],[\"parent/137\",[57,3.41]],[\"name/138\",[139,78.691]],[\"parent/138\",[57,3.41]],[\"name/139\",[140,78.691]],[\"parent/139\",[57,3.41]],[\"name/140\",[141,78.691]],[\"parent/140\",[57,3.41]],[\"name/141\",[142,78.691]],[\"parent/141\",[57,3.41]],[\"name/142\",[143,78.691]],[\"parent/142\",[57,3.41]],[\"name/143\",[144,78.691]],[\"parent/143\",[57,3.41]],[\"name/144\",[145,78.691]],[\"parent/144\",[57,3.41]],[\"name/145\",[146,78.691]],[\"parent/145\",[57,3.41]],[\"name/146\",[147,78.691]],[\"parent/146\",[57,3.41]],[\"name/147\",[148,78.691]],[\"parent/147\",[57,3.41]],[\"name/148\",[149,78.691]],[\"parent/148\",[57,3.41]],[\"name/149\",[150,78.691]],[\"parent/149\",[57,3.41]],[\"name/150\",[151,78.691]],[\"parent/150\",[57,3.41]],[\"name/151\",[152,78.691]],[\"parent/151\",[57,3.41]],[\"name/152\",[153,78.691]],[\"parent/152\",[57,3.41]],[\"name/153\",[154,78.691]],[\"parent/153\",[57,3.41]],[\"name/154\",[155,78.691]],[\"parent/154\",[57,3.41]],[\"name/155\",[156,78.691]],[\"parent/155\",[57,3.41]],[\"name/156\",[157,78.691]],[\"parent/156\",[57,3.41]],[\"name/157\",[158,78.691]],[\"parent/157\",[57,3.41]],[\"name/158\",[159,78.691]],[\"parent/158\",[57,3.41]],[\"name/159\",[160,78.691]],[\"parent/159\",[57,3.41]],[\"name/160\",[161,78.691]],[\"parent/160\",[57,3.41]],[\"name/161\",[162,78.691]],[\"parent/161\",[57,3.41]],[\"name/162\",[163,78.691]],[\"parent/162\",[57,3.41]],[\"name/163\",[164,78.691]],[\"parent/163\",[57,3.41]],[\"name/164\",[165,78.691]],[\"parent/164\",[57,3.41]],[\"name/165\",[166,78.691]],[\"parent/165\",[57,3.41]],[\"name/166\",[167,78.691]],[\"parent/166\",[57,3.41]],[\"name/167\",[168,78.691]],[\"parent/167\",[57,3.41]],[\"name/168\",[169,78.691]],[\"parent/168\",[57,3.41]],[\"name/169\",[170,78.691]],[\"parent/169\",[57,3.41]],[\"name/170\",[171,78.691]],[\"parent/170\",[57,3.41]],[\"name/171\",[172,78.691]],[\"parent/171\",[57,3.41]],[\"name/172\",[173,78.691]],[\"parent/172\",[57,3.41]],[\"name/173\",[174,78.691]],[\"parent/173\",[57,3.41]],[\"name/174\",[175,78.691]],[\"parent/174\",[57,3.41]],[\"name/175\",[176,78.691]],[\"parent/175\",[57,3.41]],[\"name/176\",[177,78.691]],[\"parent/176\",[57,3.41]],[\"name/177\",[178,78.691]],[\"parent/177\",[57,3.41]],[\"name/178\",[179,78.691]],[\"parent/178\",[57,3.41]],[\"name/179\",[180,78.691]],[\"parent/179\",[57,3.41]],[\"name/180\",[181,78.691]],[\"parent/180\",[57,3.41]],[\"name/181\",[182,78.691]],[\"parent/181\",[57,3.41]],[\"name/182\",[183,78.691]],[\"parent/182\",[57,3.41]],[\"name/183\",[184,73.583]],[\"parent/183\",[57,3.41]],[\"name/184\",[185,78.691]],[\"parent/184\",[57,3.41]],[\"name/185\",[186,78.691]],[\"parent/185\",[1,4.856]],[\"name/186\",[187,78.691]],[\"parent/186\",[188,6.401]],[\"name/187\",[62,73.583]],[\"parent/187\",[188,6.401]],[\"name/188\",[64,73.583]],[\"parent/188\",[188,6.401]],[\"name/189\",[189,78.691]],[\"parent/189\",[188,6.401]],[\"name/190\",[190,78.691]],[\"parent/190\",[188,6.401]],[\"name/191\",[14,52.542]],[\"parent/191\",[188,6.401]],[\"name/192\",[191,78.691]],[\"parent/192\",[1,4.856]],[\"name/193\",[192,62.597]],[\"parent/193\",[193,6.258]],[\"name/194\",[194,73.583]],[\"parent/194\",[193,6.258]],[\"name/195\",[195,78.691]],[\"parent/195\",[193,6.258]],[\"name/196\",[196,78.691]],[\"parent/196\",[193,6.258]],[\"name/197\",[197,78.691]],[\"parent/197\",[193,6.258]],[\"name/198\",[198,78.691]],[\"parent/198\",[193,6.258]],[\"name/199\",[199,55.338]],[\"parent/199\",[193,6.258]],[\"name/200\",[200,78.691]],[\"parent/200\",[1,4.856]],[\"name/201\",[201,78.691]],[\"parent/201\",[202,7.868]],[\"name/202\",[203,78.691]],[\"parent/202\",[1,4.856]],[\"name/203\",[204,78.691]],[\"parent/203\",[205,5.671]],[\"name/204\",[206,73.583]],[\"parent/204\",[205,5.671]],[\"name/205\",[207,65.699]],[\"parent/205\",[205,5.671]],[\"name/206\",[208,73.583]],[\"parent/206\",[205,5.671]],[\"name/207\",[209,73.583]],[\"parent/207\",[205,5.671]],[\"name/208\",[210,73.583]],[\"parent/208\",[205,5.671]],[\"name/209\",[211,73.583]],[\"parent/209\",[205,5.671]],[\"name/210\",[212,78.691]],[\"parent/210\",[205,5.671]],[\"name/211\",[55,73.583]],[\"parent/211\",[205,5.671]],[\"name/212\",[213,64.028]],[\"parent/212\",[205,5.671]],[\"name/213\",[214,67.705]],[\"parent/213\",[205,5.671]],[\"name/214\",[215,73.583]],[\"parent/214\",[205,5.671]],[\"name/215\",[216,73.583]],[\"parent/215\",[205,5.671]],[\"name/216\",[217,78.691]],[\"parent/216\",[1,4.856]],[\"name/217\",[206,73.583]],[\"parent/217\",[218,5.47]],[\"name/218\",[219,78.691]],[\"parent/218\",[218,5.47]],[\"name/219\",[220,78.691]],[\"parent/219\",[218,5.47]],[\"name/220\",[221,78.691]],[\"parent/220\",[218,5.47]],[\"name/221\",[222,78.691]],[\"parent/221\",[218,5.47]],[\"name/222\",[207,65.699]],[\"parent/222\",[218,5.47]],[\"name/223\",[223,59.232]],[\"parent/223\",[218,5.47]],[\"name/224\",[224,78.691]],[\"parent/224\",[218,5.47]],[\"name/225\",[225,78.691]],[\"parent/225\",[218,5.47]],[\"name/226\",[208,73.583]],[\"parent/226\",[218,5.47]],[\"name/227\",[209,73.583]],[\"parent/227\",[218,5.47]],[\"name/228\",[210,73.583]],[\"parent/228\",[218,5.47]],[\"name/229\",[211,73.583]],[\"parent/229\",[218,5.47]],[\"name/230\",[226,78.691]],[\"parent/230\",[218,5.47]],[\"name/231\",[215,73.583]],[\"parent/231\",[218,5.47]],[\"name/232\",[216,73.583]],[\"parent/232\",[218,5.47]],[\"name/233\",[227,78.691]],[\"parent/233\",[1,4.856]],[\"name/234\",[228,70.218]],[\"parent/234\",[229,6.133]],[\"name/235\",[230,70.218]],[\"parent/235\",[229,6.133]],[\"name/236\",[231,78.691]],[\"parent/236\",[229,6.133]],[\"name/237\",[232,78.691]],[\"parent/237\",[229,6.133]],[\"name/238\",[233,78.691]],[\"parent/238\",[229,6.133]],[\"name/239\",[234,78.691]],[\"parent/239\",[229,6.133]],[\"name/240\",[235,78.691]],[\"parent/240\",[229,6.133]],[\"name/241\",[236,78.691]],[\"parent/241\",[229,6.133]],[\"name/242\",[237,78.691]],[\"parent/242\",[1,4.856]],[\"name/243\",[238,73.583]],[\"parent/243\",[239,7.357]],[\"name/244\",[240,70.218]],[\"parent/244\",[239,7.357]],[\"name/245\",[241,52.542]],[\"parent/245\",[1,4.856]],[\"name/246\",[214,67.705]],[\"parent/246\",[242,5.47]],[\"name/247\",[243,73.583]],[\"parent/247\",[242,5.47]],[\"name/248\",[244,73.583]],[\"parent/248\",[242,5.47]],[\"name/249\",[245,78.691]],[\"parent/249\",[242,5.47]],[\"name/250\",[246,70.218]],[\"parent/250\",[242,5.47]],[\"name/251\",[247,78.691]],[\"parent/251\",[242,5.47]],[\"name/252\",[14,52.542]],[\"parent/252\",[242,5.47]],[\"name/253\",[238,73.583]],[\"parent/253\",[242,5.47]],[\"name/254\",[240,70.218]],[\"parent/254\",[242,5.47]],[\"name/255\",[50,73.583]],[\"parent/255\",[242,5.47]],[\"name/256\",[248,67.705]],[\"parent/256\",[242,5.47]],[\"name/257\",[214,67.705]],[\"parent/257\",[242,5.47]],[\"name/258\",[243,73.583]],[\"parent/258\",[242,5.47]],[\"name/259\",[244,73.583]],[\"parent/259\",[242,5.47]],[\"name/260\",[249,73.583]],[\"parent/260\",[242,5.47]],[\"name/261\",[51,61.345]],[\"parent/261\",[242,5.47]],[\"name/262\",[250,78.691]],[\"parent/262\",[1,4.856]],[\"name/263\",[251,62.597]],[\"parent/263\",[252,6.769]],[\"name/264\",[253,62.597]],[\"parent/264\",[252,6.769]],[\"name/265\",[254,64.028]],[\"parent/265\",[252,6.769]],[\"name/266\",[255,62.597]],[\"parent/266\",[252,6.769]],[\"name/267\",[256,47.051]],[\"parent/267\",[1,4.856]],[\"name/268\",[257,65.699]],[\"parent/268\",[258,4.572]],[\"name/269\",[259,67.705]],[\"parent/269\",[258,4.572]],[\"name/270\",[260,67.705]],[\"parent/270\",[258,4.572]],[\"name/271\",[261,67.705]],[\"parent/271\",[258,4.572]],[\"name/272\",[262,67.705]],[\"parent/272\",[258,4.572]],[\"name/273\",[263,67.705]],[\"parent/273\",[258,4.572]],[\"name/274\",[264,67.705]],[\"parent/274\",[258,4.572]],[\"name/275\",[265,67.705]],[\"parent/275\",[258,4.572]],[\"name/276\",[266,67.705]],[\"parent/276\",[258,4.572]],[\"name/277\",[267,67.705]],[\"parent/277\",[258,4.572]],[\"name/278\",[268,67.705]],[\"parent/278\",[258,4.572]],[\"name/279\",[269,73.583]],[\"parent/279\",[258,4.572]],[\"name/280\",[246,70.218]],[\"parent/280\",[258,4.572]],[\"name/281\",[270,73.583]],[\"parent/281\",[258,4.572]],[\"name/282\",[271,73.583]],[\"parent/282\",[258,4.572]],[\"name/283\",[272,73.583]],[\"parent/283\",[258,4.572]],[\"name/284\",[273,73.583]],[\"parent/284\",[258,4.572]],[\"name/285\",[274,73.583]],[\"parent/285\",[258,4.572]],[\"name/286\",[275,73.583]],[\"parent/286\",[258,4.572]],[\"name/287\",[14,52.542]],[\"parent/287\",[258,4.572]],[\"name/288\",[251,62.597]],[\"parent/288\",[258,4.572]],[\"name/289\",[253,62.597]],[\"parent/289\",[258,4.572]],[\"name/290\",[254,64.028]],[\"parent/290\",[258,4.572]],[\"name/291\",[255,62.597]],[\"parent/291\",[258,4.572]],[\"name/292\",[257,65.699]],[\"parent/292\",[258,4.572]],[\"name/293\",[259,67.705]],[\"parent/293\",[258,4.572]],[\"name/294\",[260,67.705]],[\"parent/294\",[258,4.572]],[\"name/295\",[261,67.705]],[\"parent/295\",[258,4.572]],[\"name/296\",[262,67.705]],[\"parent/296\",[258,4.572]],[\"name/297\",[263,67.705]],[\"parent/297\",[258,4.572]],[\"name/298\",[264,67.705]],[\"parent/298\",[258,4.572]],[\"name/299\",[265,67.705]],[\"parent/299\",[258,4.572]],[\"name/300\",[266,67.705]],[\"parent/300\",[258,4.572]],[\"name/301\",[51,61.345]],[\"parent/301\",[258,4.572]],[\"name/302\",[276,73.583]],[\"parent/302\",[258,4.572]],[\"name/303\",[277,73.583]],[\"parent/303\",[258,4.572]],[\"name/304\",[267,67.705]],[\"parent/304\",[258,4.572]],[\"name/305\",[268,67.705]],[\"parent/305\",[258,4.572]],[\"name/306\",[248,67.705]],[\"parent/306\",[258,4.572]],[\"name/307\",[52,70.218]],[\"parent/307\",[258,4.572]],[\"name/308\",[278,78.691]],[\"parent/308\",[1,4.856]],[\"name/309\",[279,73.583]],[\"parent/309\",[280,6.769]],[\"name/310\",[281,73.583]],[\"parent/310\",[280,6.769]],[\"name/311\",[282,73.583]],[\"parent/311\",[280,6.769]],[\"name/312\",[283,73.583]],[\"parent/312\",[280,6.769]],[\"name/313\",[284,73.583]],[\"parent/313\",[1,4.856]],[\"name/314\",[285,78.691]],[\"parent/314\",[286,4.276]],[\"name/315\",[269,73.583]],[\"parent/315\",[286,4.276]],[\"name/316\",[287,78.691]],[\"parent/316\",[286,4.276]],[\"name/317\",[288,78.691]],[\"parent/317\",[286,4.276]],[\"name/318\",[289,78.691]],[\"parent/318\",[286,4.276]],[\"name/319\",[290,78.691]],[\"parent/319\",[286,4.276]],[\"name/320\",[291,78.691]],[\"parent/320\",[286,4.276]],[\"name/321\",[257,65.699]],[\"parent/321\",[286,4.276]],[\"name/322\",[259,67.705]],[\"parent/322\",[286,4.276]],[\"name/323\",[260,67.705]],[\"parent/323\",[286,4.276]],[\"name/324\",[261,67.705]],[\"parent/324\",[286,4.276]],[\"name/325\",[262,67.705]],[\"parent/325\",[286,4.276]],[\"name/326\",[263,67.705]],[\"parent/326\",[286,4.276]],[\"name/327\",[264,67.705]],[\"parent/327\",[286,4.276]],[\"name/328\",[265,67.705]],[\"parent/328\",[286,4.276]],[\"name/329\",[266,67.705]],[\"parent/329\",[286,4.276]],[\"name/330\",[267,67.705]],[\"parent/330\",[286,4.276]],[\"name/331\",[268,67.705]],[\"parent/331\",[286,4.276]],[\"name/332\",[246,70.218]],[\"parent/332\",[286,4.276]],[\"name/333\",[270,73.583]],[\"parent/333\",[286,4.276]],[\"name/334\",[271,73.583]],[\"parent/334\",[286,4.276]],[\"name/335\",[272,73.583]],[\"parent/335\",[286,4.276]],[\"name/336\",[273,73.583]],[\"parent/336\",[286,4.276]],[\"name/337\",[274,73.583]],[\"parent/337\",[286,4.276]],[\"name/338\",[275,73.583]],[\"parent/338\",[286,4.276]],[\"name/339\",[14,52.542]],[\"parent/339\",[286,4.276]],[\"name/340\",[279,73.583]],[\"parent/340\",[286,4.276]],[\"name/341\",[281,73.583]],[\"parent/341\",[286,4.276]],[\"name/342\",[282,73.583]],[\"parent/342\",[286,4.276]],[\"name/343\",[283,73.583]],[\"parent/343\",[286,4.276]],[\"name/344\",[51,61.345]],[\"parent/344\",[286,4.276]],[\"name/345\",[292,78.691]],[\"parent/345\",[286,4.276]],[\"name/346\",[293,78.691]],[\"parent/346\",[286,4.276]],[\"name/347\",[276,73.583]],[\"parent/347\",[286,4.276]],[\"name/348\",[294,61.345]],[\"parent/348\",[286,4.276]],[\"name/349\",[295,78.691]],[\"parent/349\",[286,4.276]],[\"name/350\",[277,73.583]],[\"parent/350\",[286,4.276]],[\"name/351\",[251,62.597]],[\"parent/351\",[286,4.276]],[\"name/352\",[253,62.597]],[\"parent/352\",[286,4.276]],[\"name/353\",[254,64.028]],[\"parent/353\",[286,4.276]],[\"name/354\",[255,62.597]],[\"parent/354\",[286,4.276]],[\"name/355\",[257,65.699]],[\"parent/355\",[286,4.276]],[\"name/356\",[259,67.705]],[\"parent/356\",[286,4.276]],[\"name/357\",[260,67.705]],[\"parent/357\",[286,4.276]],[\"name/358\",[261,67.705]],[\"parent/358\",[286,4.276]],[\"name/359\",[262,67.705]],[\"parent/359\",[286,4.276]],[\"name/360\",[263,67.705]],[\"parent/360\",[286,4.276]],[\"name/361\",[264,67.705]],[\"parent/361\",[286,4.276]],[\"name/362\",[265,67.705]],[\"parent/362\",[286,4.276]],[\"name/363\",[266,67.705]],[\"parent/363\",[286,4.276]],[\"name/364\",[267,67.705]],[\"parent/364\",[286,4.276]],[\"name/365\",[268,67.705]],[\"parent/365\",[286,4.276]],[\"name/366\",[248,67.705]],[\"parent/366\",[286,4.276]],[\"name/367\",[52,70.218]],[\"parent/367\",[286,4.276]],[\"name/368\",[296,78.691]],[\"parent/368\",[1,4.856]],[\"name/369\",[297,78.691]],[\"parent/369\",[298,7.357]],[\"name/370\",[299,78.691]],[\"parent/370\",[298,7.357]],[\"name/371\",[30,65.699]],[\"parent/371\",[1,4.856]],[\"name/372\",[14,52.542]],[\"parent/372\",[300,6.401]],[\"name/373\",[301,78.691]],[\"parent/373\",[300,6.401]],[\"name/374\",[302,78.691]],[\"parent/374\",[300,6.401]],[\"name/375\",[303,56.719]],[\"parent/375\",[300,6.401]],[\"name/376\",[304,70.218]],[\"parent/376\",[300,6.401]],[\"name/377\",[51,61.345]],[\"parent/377\",[300,6.401]],[\"name/378\",[305,78.691]],[\"parent/378\",[1,4.856]],[\"name/379\",[306,73.583]],[\"parent/379\",[307,2.906]],[\"name/380\",[308,78.691]],[\"parent/380\",[307,2.906]],[\"name/381\",[309,78.691]],[\"parent/381\",[307,2.906]],[\"name/382\",[310,78.691]],[\"parent/382\",[307,2.906]],[\"name/383\",[311,78.691]],[\"parent/383\",[307,2.906]],[\"name/384\",[312,78.691]],[\"parent/384\",[307,2.906]],[\"name/385\",[313,78.691]],[\"parent/385\",[307,2.906]],[\"name/386\",[314,70.218]],[\"parent/386\",[307,2.906]],[\"name/387\",[315,78.691]],[\"parent/387\",[307,2.906]],[\"name/388\",[316,78.691]],[\"parent/388\",[307,2.906]],[\"name/389\",[317,78.691]],[\"parent/389\",[307,2.906]],[\"name/390\",[318,78.691]],[\"parent/390\",[307,2.906]],[\"name/391\",[319,78.691]],[\"parent/391\",[307,2.906]],[\"name/392\",[320,78.691]],[\"parent/392\",[307,2.906]],[\"name/393\",[321,78.691]],[\"parent/393\",[307,2.906]],[\"name/394\",[322,78.691]],[\"parent/394\",[307,2.906]],[\"name/395\",[323,78.691]],[\"parent/395\",[307,2.906]],[\"name/396\",[324,64.028]],[\"parent/396\",[307,2.906]],[\"name/397\",[325,78.691]],[\"parent/397\",[307,2.906]],[\"name/398\",[326,78.691]],[\"parent/398\",[307,2.906]],[\"name/399\",[327,78.691]],[\"parent/399\",[307,2.906]],[\"name/400\",[328,70.218]],[\"parent/400\",[307,2.906]],[\"name/401\",[329,78.691]],[\"parent/401\",[307,2.906]],[\"name/402\",[330,78.691]],[\"parent/402\",[307,2.906]],[\"name/403\",[331,78.691]],[\"parent/403\",[307,2.906]],[\"name/404\",[332,78.691]],[\"parent/404\",[307,2.906]],[\"name/405\",[333,70.218]],[\"parent/405\",[307,2.906]],[\"name/406\",[334,78.691]],[\"parent/406\",[307,2.906]],[\"name/407\",[335,78.691]],[\"parent/407\",[307,2.906]],[\"name/408\",[336,78.691]],[\"parent/408\",[307,2.906]],[\"name/409\",[337,78.691]],[\"parent/409\",[307,2.906]],[\"name/410\",[338,78.691]],[\"parent/410\",[307,2.906]],[\"name/411\",[339,78.691]],[\"parent/411\",[340,6.769]],[\"name/412\",[341,70.218]],[\"parent/412\",[340,6.769]],[\"name/413\",[342,78.691]],[\"parent/413\",[340,6.769]],[\"name/414\",[10,53.042]],[\"parent/414\",[340,6.769]],[\"name/415\",[343,78.691]],[\"parent/415\",[307,2.906]],[\"name/416\",[344,78.691]],[\"parent/416\",[345,7.02]],[\"name/417\",[346,78.691]],[\"parent/417\",[345,7.02]],[\"name/418\",[347,78.691]],[\"parent/418\",[345,7.02]],[\"name/419\",[348,78.691]],[\"parent/419\",[307,2.906]],[\"name/420\",[349,59.232]],[\"parent/420\",[350,7.357]],[\"name/421\",[351,70.218]],[\"parent/421\",[350,7.357]],[\"name/422\",[352,78.691]],[\"parent/422\",[307,2.906]],[\"name/423\",[353,78.691]],[\"parent/423\",[354,6.769]],[\"name/424\",[355,62.597]],[\"parent/424\",[354,6.769]],[\"name/425\",[356,78.691]],[\"parent/425\",[354,6.769]],[\"name/426\",[357,78.691]],[\"parent/426\",[354,6.769]],[\"name/427\",[358,78.691]],[\"parent/427\",[307,2.906]],[\"name/428\",[359,78.691]],[\"parent/428\",[307,2.906]],[\"name/429\",[360,73.583]],[\"parent/429\",[361,6.568]],[\"name/430\",[362,78.691]],[\"parent/430\",[361,6.568]],[\"name/431\",[363,78.691]],[\"parent/431\",[361,6.568]],[\"name/432\",[364,78.691]],[\"parent/432\",[361,6.568]],[\"name/433\",[365,67.705]],[\"parent/433\",[361,6.568]],[\"name/434\",[366,78.691]],[\"parent/434\",[307,2.906]],[\"name/435\",[199,55.338]],[\"parent/435\",[367,7.868]],[\"name/436\",[368,78.691]],[\"parent/436\",[307,2.906]],[\"name/437\",[30,65.699]],[\"parent/437\",[369,6.769]],[\"name/438\",[370,78.691]],[\"parent/438\",[369,6.769]],[\"name/439\",[371,78.691]],[\"parent/439\",[369,6.769]],[\"name/440\",[372,78.691]],[\"parent/440\",[369,6.769]],[\"name/441\",[373,78.691]],[\"parent/441\",[307,2.906]],[\"name/442\",[10,53.042]],[\"parent/442\",[374,7.02]],[\"name/443\",[375,78.691]],[\"parent/443\",[374,7.02]],[\"name/444\",[376,78.691]],[\"parent/444\",[374,7.02]],[\"name/445\",[377,78.691]],[\"parent/445\",[307,2.906]],[\"name/446\",[378,78.691]],[\"parent/446\",[379,6.568]],[\"name/447\",[380,78.691]],[\"parent/447\",[379,6.568]],[\"name/448\",[381,58.323]],[\"parent/448\",[379,6.568]],[\"name/449\",[382,73.583]],[\"parent/449\",[379,6.568]],[\"name/450\",[383,78.691]],[\"parent/450\",[379,6.568]],[\"name/451\",[384,78.691]],[\"parent/451\",[307,2.906]],[\"name/452\",[349,59.232]],[\"parent/452\",[385,6.133]],[\"name/453\",[381,58.323]],[\"parent/453\",[385,6.133]],[\"name/454\",[386,78.691]],[\"parent/454\",[385,6.133]],[\"name/455\",[387,78.691]],[\"parent/455\",[385,6.133]],[\"name/456\",[388,78.691]],[\"parent/456\",[385,6.133]],[\"name/457\",[389,78.691]],[\"parent/457\",[385,6.133]],[\"name/458\",[390,78.691]],[\"parent/458\",[385,6.133]],[\"name/459\",[351,70.218]],[\"parent/459\",[385,6.133]],[\"name/460\",[391,78.691]],[\"parent/460\",[307,2.906]],[\"name/461\",[392,60.233]],[\"parent/461\",[393,5.748]],[\"name/462\",[394,62.597]],[\"parent/462\",[393,5.748]],[\"name/463\",[395,70.218]],[\"parent/463\",[393,5.748]],[\"name/464\",[396,65.699]],[\"parent/464\",[393,5.748]],[\"name/465\",[397,73.583]],[\"parent/465\",[393,5.748]],[\"name/466\",[398,73.583]],[\"parent/466\",[393,5.748]],[\"name/467\",[399,73.583]],[\"parent/467\",[393,5.748]],[\"name/468\",[400,73.583]],[\"parent/468\",[393,5.748]],[\"name/469\",[401,73.583]],[\"parent/469\",[393,5.748]],[\"name/470\",[402,73.583]],[\"parent/470\",[393,5.748]],[\"name/471\",[403,67.705]],[\"parent/471\",[393,5.748]],[\"name/472\",[404,70.218]],[\"parent/472\",[393,5.748]],[\"name/473\",[405,78.691]],[\"parent/473\",[307,2.906]],[\"name/474\",[406,78.691]],[\"parent/474\",[407,3.227]],[\"name/475\",[192,62.597]],[\"parent/475\",[407,3.227]],[\"name/476\",[304,70.218]],[\"parent/476\",[407,3.227]],[\"name/477\",[403,67.705]],[\"parent/477\",[407,3.227]],[\"name/478\",[404,70.218]],[\"parent/478\",[407,3.227]],[\"name/479\",[408,78.691]],[\"parent/479\",[407,3.227]],[\"name/480\",[409,78.691]],[\"parent/480\",[407,3.227]],[\"name/481\",[410,67.705]],[\"parent/481\",[407,3.227]],[\"name/482\",[411,67.705]],[\"parent/482\",[407,3.227]],[\"name/483\",[412,61.345]],[\"parent/483\",[407,3.227]],[\"name/484\",[413,61.345]],[\"parent/484\",[407,3.227]],[\"name/485\",[414,61.345]],[\"parent/485\",[407,3.227]],[\"name/486\",[415,61.345]],[\"parent/486\",[407,3.227]],[\"name/487\",[416,61.345]],[\"parent/487\",[407,3.227]],[\"name/488\",[417,61.345]],[\"parent/488\",[407,3.227]],[\"name/489\",[418,61.345]],[\"parent/489\",[407,3.227]],[\"name/490\",[419,61.345]],[\"parent/490\",[407,3.227]],[\"name/491\",[420,61.345]],[\"parent/491\",[407,3.227]],[\"name/492\",[421,61.345]],[\"parent/492\",[407,3.227]],[\"name/493\",[422,61.345]],[\"parent/493\",[407,3.227]],[\"name/494\",[423,61.345]],[\"parent/494\",[407,3.227]],[\"name/495\",[424,61.345]],[\"parent/495\",[407,3.227]],[\"name/496\",[425,61.345]],[\"parent/496\",[407,3.227]],[\"name/497\",[426,61.345]],[\"parent/497\",[407,3.227]],[\"name/498\",[427,61.345]],[\"parent/498\",[407,3.227]],[\"name/499\",[428,61.345]],[\"parent/499\",[407,3.227]],[\"name/500\",[429,61.345]],[\"parent/500\",[407,3.227]],[\"name/501\",[430,61.345]],[\"parent/501\",[407,3.227]],[\"name/502\",[431,61.345]],[\"parent/502\",[407,3.227]],[\"name/503\",[432,61.345]],[\"parent/503\",[407,3.227]],[\"name/504\",[433,61.345]],[\"parent/504\",[407,3.227]],[\"name/505\",[434,61.345]],[\"parent/505\",[407,3.227]],[\"name/506\",[435,60.233]],[\"parent/506\",[407,3.227]],[\"name/507\",[436,61.345]],[\"parent/507\",[407,3.227]],[\"name/508\",[437,59.232]],[\"parent/508\",[407,3.227]],[\"name/509\",[438,61.345]],[\"parent/509\",[407,3.227]],[\"name/510\",[439,61.345]],[\"parent/510\",[407,3.227]],[\"name/511\",[440,61.345]],[\"parent/511\",[407,3.227]],[\"name/512\",[441,61.345]],[\"parent/512\",[407,3.227]],[\"name/513\",[442,61.345]],[\"parent/513\",[407,3.227]],[\"name/514\",[443,61.345]],[\"parent/514\",[407,3.227]],[\"name/515\",[444,61.345]],[\"parent/515\",[407,3.227]],[\"name/516\",[445,61.345]],[\"parent/516\",[407,3.227]],[\"name/517\",[446,61.345]],[\"parent/517\",[407,3.227]],[\"name/518\",[447,61.345]],[\"parent/518\",[407,3.227]],[\"name/519\",[448,62.597]],[\"parent/519\",[407,3.227]],[\"name/520\",[449,61.345]],[\"parent/520\",[407,3.227]],[\"name/521\",[450,61.345]],[\"parent/521\",[407,3.227]],[\"name/522\",[451,61.345]],[\"parent/522\",[407,3.227]],[\"name/523\",[452,61.345]],[\"parent/523\",[407,3.227]],[\"name/524\",[453,61.345]],[\"parent/524\",[407,3.227]],[\"name/525\",[454,61.345]],[\"parent/525\",[407,3.227]],[\"name/526\",[455,61.345]],[\"parent/526\",[407,3.227]],[\"name/527\",[456,61.345]],[\"parent/527\",[407,3.227]],[\"name/528\",[457,61.345]],[\"parent/528\",[407,3.227]],[\"name/529\",[458,61.345]],[\"parent/529\",[407,3.227]],[\"name/530\",[459,61.345]],[\"parent/530\",[407,3.227]],[\"name/531\",[460,61.345]],[\"parent/531\",[407,3.227]],[\"name/532\",[461,60.233]],[\"parent/532\",[407,3.227]],[\"name/533\",[462,61.345]],[\"parent/533\",[407,3.227]],[\"name/534\",[463,61.345]],[\"parent/534\",[407,3.227]],[\"name/535\",[464,61.345]],[\"parent/535\",[407,3.227]],[\"name/536\",[465,61.345]],[\"parent/536\",[407,3.227]],[\"name/537\",[466,61.345]],[\"parent/537\",[407,3.227]],[\"name/538\",[467,60.233]],[\"parent/538\",[407,3.227]],[\"name/539\",[468,59.232]],[\"parent/539\",[407,3.227]],[\"name/540\",[469,61.345]],[\"parent/540\",[407,3.227]],[\"name/541\",[470,61.345]],[\"parent/541\",[407,3.227]],[\"name/542\",[471,57.489]],[\"parent/542\",[407,3.227]],[\"name/543\",[116,60.233]],[\"parent/543\",[407,3.227]],[\"name/544\",[472,61.345]],[\"parent/544\",[407,3.227]],[\"name/545\",[473,61.345]],[\"parent/545\",[407,3.227]],[\"name/546\",[474,61.345]],[\"parent/546\",[407,3.227]],[\"name/547\",[475,61.345]],[\"parent/547\",[407,3.227]],[\"name/548\",[476,61.345]],[\"parent/548\",[407,3.227]],[\"name/549\",[477,61.345]],[\"parent/549\",[407,3.227]],[\"name/550\",[478,61.345]],[\"parent/550\",[407,3.227]],[\"name/551\",[479,61.345]],[\"parent/551\",[407,3.227]],[\"name/552\",[480,60.233]],[\"parent/552\",[407,3.227]],[\"name/553\",[481,61.345]],[\"parent/553\",[407,3.227]],[\"name/554\",[482,60.233]],[\"parent/554\",[407,3.227]],[\"name/555\",[483,61.345]],[\"parent/555\",[407,3.227]],[\"name/556\",[484,61.345]],[\"parent/556\",[407,3.227]],[\"name/557\",[485,61.345]],[\"parent/557\",[407,3.227]],[\"name/558\",[486,61.345]],[\"parent/558\",[407,3.227]],[\"name/559\",[487,61.345]],[\"parent/559\",[407,3.227]],[\"name/560\",[488,60.233]],[\"parent/560\",[407,3.227]],[\"name/561\",[489,61.345]],[\"parent/561\",[407,3.227]],[\"name/562\",[490,61.345]],[\"parent/562\",[407,3.227]],[\"name/563\",[491,61.345]],[\"parent/563\",[407,3.227]],[\"name/564\",[492,61.345]],[\"parent/564\",[407,3.227]],[\"name/565\",[493,61.345]],[\"parent/565\",[407,3.227]],[\"name/566\",[494,61.345]],[\"parent/566\",[407,3.227]],[\"name/567\",[495,61.345]],[\"parent/567\",[407,3.227]],[\"name/568\",[496,61.345]],[\"parent/568\",[407,3.227]],[\"name/569\",[497,61.345]],[\"parent/569\",[407,3.227]],[\"name/570\",[498,61.345]],[\"parent/570\",[407,3.227]],[\"name/571\",[499,61.345]],[\"parent/571\",[407,3.227]],[\"name/572\",[500,61.345]],[\"parent/572\",[407,3.227]],[\"name/573\",[501,61.345]],[\"parent/573\",[407,3.227]],[\"name/574\",[502,61.345]],[\"parent/574\",[407,3.227]],[\"name/575\",[503,61.345]],[\"parent/575\",[407,3.227]],[\"name/576\",[504,61.345]],[\"parent/576\",[407,3.227]],[\"name/577\",[505,61.345]],[\"parent/577\",[407,3.227]],[\"name/578\",[506,61.345]],[\"parent/578\",[407,3.227]],[\"name/579\",[507,61.345]],[\"parent/579\",[407,3.227]],[\"name/580\",[508,61.345]],[\"parent/580\",[407,3.227]],[\"name/581\",[509,61.345]],[\"parent/581\",[407,3.227]],[\"name/582\",[510,61.345]],[\"parent/582\",[407,3.227]],[\"name/583\",[511,61.345]],[\"parent/583\",[407,3.227]],[\"name/584\",[512,60.233]],[\"parent/584\",[407,3.227]],[\"name/585\",[513,61.345]],[\"parent/585\",[407,3.227]],[\"name/586\",[514,61.345]],[\"parent/586\",[407,3.227]],[\"name/587\",[515,61.345]],[\"parent/587\",[407,3.227]],[\"name/588\",[516,64.028]],[\"parent/588\",[407,3.227]],[\"name/589\",[517,60.233]],[\"parent/589\",[407,3.227]],[\"name/590\",[518,61.345]],[\"parent/590\",[407,3.227]],[\"name/591\",[519,61.345]],[\"parent/591\",[407,3.227]],[\"name/592\",[520,61.345]],[\"parent/592\",[407,3.227]],[\"name/593\",[521,61.345]],[\"parent/593\",[407,3.227]],[\"name/594\",[522,61.345]],[\"parent/594\",[407,3.227]],[\"name/595\",[523,61.345]],[\"parent/595\",[407,3.227]],[\"name/596\",[524,61.345]],[\"parent/596\",[407,3.227]],[\"name/597\",[525,61.345]],[\"parent/597\",[407,3.227]],[\"name/598\",[526,61.345]],[\"parent/598\",[407,3.227]],[\"name/599\",[527,61.345]],[\"parent/599\",[407,3.227]],[\"name/600\",[528,61.345]],[\"parent/600\",[407,3.227]],[\"name/601\",[529,61.345]],[\"parent/601\",[407,3.227]],[\"name/602\",[530,61.345]],[\"parent/602\",[407,3.227]],[\"name/603\",[531,58.323]],[\"parent/603\",[407,3.227]],[\"name/604\",[532,59.232]],[\"parent/604\",[407,3.227]],[\"name/605\",[533,58.323]],[\"parent/605\",[407,3.227]],[\"name/606\",[534,59.232]],[\"parent/606\",[407,3.227]],[\"name/607\",[535,59.232]],[\"parent/607\",[407,3.227]],[\"name/608\",[536,61.345]],[\"parent/608\",[407,3.227]],[\"name/609\",[537,61.345]],[\"parent/609\",[407,3.227]],[\"name/610\",[538,61.345]],[\"parent/610\",[407,3.227]],[\"name/611\",[539,60.233]],[\"parent/611\",[407,3.227]],[\"name/612\",[540,62.597]],[\"parent/612\",[407,3.227]],[\"name/613\",[541,60.233]],[\"parent/613\",[407,3.227]],[\"name/614\",[542,61.345]],[\"parent/614\",[407,3.227]],[\"name/615\",[543,62.597]],[\"parent/615\",[407,3.227]],[\"name/616\",[544,62.597]],[\"parent/616\",[407,3.227]],[\"name/617\",[545,61.345]],[\"parent/617\",[407,3.227]],[\"name/618\",[546,61.345]],[\"parent/618\",[407,3.227]],[\"name/619\",[392,60.233]],[\"parent/619\",[407,3.227]],[\"name/620\",[394,62.597]],[\"parent/620\",[407,3.227]],[\"name/621\",[395,70.218]],[\"parent/621\",[407,3.227]],[\"name/622\",[396,65.699]],[\"parent/622\",[407,3.227]],[\"name/623\",[397,73.583]],[\"parent/623\",[407,3.227]],[\"name/624\",[398,73.583]],[\"parent/624\",[407,3.227]],[\"name/625\",[399,73.583]],[\"parent/625\",[407,3.227]],[\"name/626\",[400,73.583]],[\"parent/626\",[407,3.227]],[\"name/627\",[401,73.583]],[\"parent/627\",[407,3.227]],[\"name/628\",[402,73.583]],[\"parent/628\",[407,3.227]],[\"name/629\",[547,78.691]],[\"parent/629\",[307,2.906]],[\"name/630\",[403,67.705]],[\"parent/630\",[548,3.227]],[\"name/631\",[404,70.218]],[\"parent/631\",[548,3.227]],[\"name/632\",[410,67.705]],[\"parent/632\",[548,3.227]],[\"name/633\",[411,67.705]],[\"parent/633\",[548,3.227]],[\"name/634\",[549,73.583]],[\"parent/634\",[548,3.227]],[\"name/635\",[550,73.583]],[\"parent/635\",[548,3.227]],[\"name/636\",[551,73.583]],[\"parent/636\",[548,3.227]],[\"name/637\",[412,61.345]],[\"parent/637\",[548,3.227]],[\"name/638\",[413,61.345]],[\"parent/638\",[548,3.227]],[\"name/639\",[414,61.345]],[\"parent/639\",[548,3.227]],[\"name/640\",[415,61.345]],[\"parent/640\",[548,3.227]],[\"name/641\",[416,61.345]],[\"parent/641\",[548,3.227]],[\"name/642\",[417,61.345]],[\"parent/642\",[548,3.227]],[\"name/643\",[418,61.345]],[\"parent/643\",[548,3.227]],[\"name/644\",[419,61.345]],[\"parent/644\",[548,3.227]],[\"name/645\",[420,61.345]],[\"parent/645\",[548,3.227]],[\"name/646\",[421,61.345]],[\"parent/646\",[548,3.227]],[\"name/647\",[422,61.345]],[\"parent/647\",[548,3.227]],[\"name/648\",[423,61.345]],[\"parent/648\",[548,3.227]],[\"name/649\",[424,61.345]],[\"parent/649\",[548,3.227]],[\"name/650\",[425,61.345]],[\"parent/650\",[548,3.227]],[\"name/651\",[426,61.345]],[\"parent/651\",[548,3.227]],[\"name/652\",[427,61.345]],[\"parent/652\",[548,3.227]],[\"name/653\",[428,61.345]],[\"parent/653\",[548,3.227]],[\"name/654\",[429,61.345]],[\"parent/654\",[548,3.227]],[\"name/655\",[430,61.345]],[\"parent/655\",[548,3.227]],[\"name/656\",[431,61.345]],[\"parent/656\",[548,3.227]],[\"name/657\",[432,61.345]],[\"parent/657\",[548,3.227]],[\"name/658\",[433,61.345]],[\"parent/658\",[548,3.227]],[\"name/659\",[434,61.345]],[\"parent/659\",[548,3.227]],[\"name/660\",[435,60.233]],[\"parent/660\",[548,3.227]],[\"name/661\",[436,61.345]],[\"parent/661\",[548,3.227]],[\"name/662\",[437,59.232]],[\"parent/662\",[548,3.227]],[\"name/663\",[438,61.345]],[\"parent/663\",[548,3.227]],[\"name/664\",[439,61.345]],[\"parent/664\",[548,3.227]],[\"name/665\",[440,61.345]],[\"parent/665\",[548,3.227]],[\"name/666\",[441,61.345]],[\"parent/666\",[548,3.227]],[\"name/667\",[442,61.345]],[\"parent/667\",[548,3.227]],[\"name/668\",[443,61.345]],[\"parent/668\",[548,3.227]],[\"name/669\",[444,61.345]],[\"parent/669\",[548,3.227]],[\"name/670\",[445,61.345]],[\"parent/670\",[548,3.227]],[\"name/671\",[446,61.345]],[\"parent/671\",[548,3.227]],[\"name/672\",[447,61.345]],[\"parent/672\",[548,3.227]],[\"name/673\",[448,62.597]],[\"parent/673\",[548,3.227]],[\"name/674\",[449,61.345]],[\"parent/674\",[548,3.227]],[\"name/675\",[450,61.345]],[\"parent/675\",[548,3.227]],[\"name/676\",[451,61.345]],[\"parent/676\",[548,3.227]],[\"name/677\",[452,61.345]],[\"parent/677\",[548,3.227]],[\"name/678\",[453,61.345]],[\"parent/678\",[548,3.227]],[\"name/679\",[454,61.345]],[\"parent/679\",[548,3.227]],[\"name/680\",[455,61.345]],[\"parent/680\",[548,3.227]],[\"name/681\",[456,61.345]],[\"parent/681\",[548,3.227]],[\"name/682\",[457,61.345]],[\"parent/682\",[548,3.227]],[\"name/683\",[458,61.345]],[\"parent/683\",[548,3.227]],[\"name/684\",[459,61.345]],[\"parent/684\",[548,3.227]],[\"name/685\",[460,61.345]],[\"parent/685\",[548,3.227]],[\"name/686\",[461,60.233]],[\"parent/686\",[548,3.227]],[\"name/687\",[462,61.345]],[\"parent/687\",[548,3.227]],[\"name/688\",[463,61.345]],[\"parent/688\",[548,3.227]],[\"name/689\",[464,61.345]],[\"parent/689\",[548,3.227]],[\"name/690\",[465,61.345]],[\"parent/690\",[548,3.227]],[\"name/691\",[466,61.345]],[\"parent/691\",[548,3.227]],[\"name/692\",[467,60.233]],[\"parent/692\",[548,3.227]],[\"name/693\",[468,59.232]],[\"parent/693\",[548,3.227]],[\"name/694\",[469,61.345]],[\"parent/694\",[548,3.227]],[\"name/695\",[470,61.345]],[\"parent/695\",[548,3.227]],[\"name/696\",[471,57.489]],[\"parent/696\",[548,3.227]],[\"name/697\",[116,60.233]],[\"parent/697\",[548,3.227]],[\"name/698\",[472,61.345]],[\"parent/698\",[548,3.227]],[\"name/699\",[473,61.345]],[\"parent/699\",[548,3.227]],[\"name/700\",[474,61.345]],[\"parent/700\",[548,3.227]],[\"name/701\",[475,61.345]],[\"parent/701\",[548,3.227]],[\"name/702\",[476,61.345]],[\"parent/702\",[548,3.227]],[\"name/703\",[477,61.345]],[\"parent/703\",[548,3.227]],[\"name/704\",[478,61.345]],[\"parent/704\",[548,3.227]],[\"name/705\",[479,61.345]],[\"parent/705\",[548,3.227]],[\"name/706\",[480,60.233]],[\"parent/706\",[548,3.227]],[\"name/707\",[481,61.345]],[\"parent/707\",[548,3.227]],[\"name/708\",[482,60.233]],[\"parent/708\",[548,3.227]],[\"name/709\",[483,61.345]],[\"parent/709\",[548,3.227]],[\"name/710\",[484,61.345]],[\"parent/710\",[548,3.227]],[\"name/711\",[485,61.345]],[\"parent/711\",[548,3.227]],[\"name/712\",[486,61.345]],[\"parent/712\",[548,3.227]],[\"name/713\",[487,61.345]],[\"parent/713\",[548,3.227]],[\"name/714\",[488,60.233]],[\"parent/714\",[548,3.227]],[\"name/715\",[489,61.345]],[\"parent/715\",[548,3.227]],[\"name/716\",[490,61.345]],[\"parent/716\",[548,3.227]],[\"name/717\",[491,61.345]],[\"parent/717\",[548,3.227]],[\"name/718\",[492,61.345]],[\"parent/718\",[548,3.227]],[\"name/719\",[493,61.345]],[\"parent/719\",[548,3.227]],[\"name/720\",[494,61.345]],[\"parent/720\",[548,3.227]],[\"name/721\",[495,61.345]],[\"parent/721\",[548,3.227]],[\"name/722\",[496,61.345]],[\"parent/722\",[548,3.227]],[\"name/723\",[497,61.345]],[\"parent/723\",[548,3.227]],[\"name/724\",[498,61.345]],[\"parent/724\",[548,3.227]],[\"name/725\",[499,61.345]],[\"parent/725\",[548,3.227]],[\"name/726\",[500,61.345]],[\"parent/726\",[548,3.227]],[\"name/727\",[501,61.345]],[\"parent/727\",[548,3.227]],[\"name/728\",[502,61.345]],[\"parent/728\",[548,3.227]],[\"name/729\",[503,61.345]],[\"parent/729\",[548,3.227]],[\"name/730\",[504,61.345]],[\"parent/730\",[548,3.227]],[\"name/731\",[505,61.345]],[\"parent/731\",[548,3.227]],[\"name/732\",[506,61.345]],[\"parent/732\",[548,3.227]],[\"name/733\",[507,61.345]],[\"parent/733\",[548,3.227]],[\"name/734\",[508,61.345]],[\"parent/734\",[548,3.227]],[\"name/735\",[509,61.345]],[\"parent/735\",[548,3.227]],[\"name/736\",[510,61.345]],[\"parent/736\",[548,3.227]],[\"name/737\",[511,61.345]],[\"parent/737\",[548,3.227]],[\"name/738\",[512,60.233]],[\"parent/738\",[548,3.227]],[\"name/739\",[513,61.345]],[\"parent/739\",[548,3.227]],[\"name/740\",[514,61.345]],[\"parent/740\",[548,3.227]],[\"name/741\",[515,61.345]],[\"parent/741\",[548,3.227]],[\"name/742\",[516,64.028]],[\"parent/742\",[548,3.227]],[\"name/743\",[517,60.233]],[\"parent/743\",[548,3.227]],[\"name/744\",[518,61.345]],[\"parent/744\",[548,3.227]],[\"name/745\",[519,61.345]],[\"parent/745\",[548,3.227]],[\"name/746\",[520,61.345]],[\"parent/746\",[548,3.227]],[\"name/747\",[521,61.345]],[\"parent/747\",[548,3.227]],[\"name/748\",[522,61.345]],[\"parent/748\",[548,3.227]],[\"name/749\",[523,61.345]],[\"parent/749\",[548,3.227]],[\"name/750\",[524,61.345]],[\"parent/750\",[548,3.227]],[\"name/751\",[525,61.345]],[\"parent/751\",[548,3.227]],[\"name/752\",[526,61.345]],[\"parent/752\",[548,3.227]],[\"name/753\",[527,61.345]],[\"parent/753\",[548,3.227]],[\"name/754\",[528,61.345]],[\"parent/754\",[548,3.227]],[\"name/755\",[529,61.345]],[\"parent/755\",[548,3.227]],[\"name/756\",[530,61.345]],[\"parent/756\",[548,3.227]],[\"name/757\",[531,58.323]],[\"parent/757\",[548,3.227]],[\"name/758\",[532,59.232]],[\"parent/758\",[548,3.227]],[\"name/759\",[533,58.323]],[\"parent/759\",[548,3.227]],[\"name/760\",[534,59.232]],[\"parent/760\",[548,3.227]],[\"name/761\",[535,59.232]],[\"parent/761\",[548,3.227]],[\"name/762\",[536,61.345]],[\"parent/762\",[548,3.227]],[\"name/763\",[537,61.345]],[\"parent/763\",[548,3.227]],[\"name/764\",[538,61.345]],[\"parent/764\",[548,3.227]],[\"name/765\",[539,60.233]],[\"parent/765\",[548,3.227]],[\"name/766\",[540,62.597]],[\"parent/766\",[548,3.227]],[\"name/767\",[541,60.233]],[\"parent/767\",[548,3.227]],[\"name/768\",[542,61.345]],[\"parent/768\",[548,3.227]],[\"name/769\",[543,62.597]],[\"parent/769\",[548,3.227]],[\"name/770\",[544,62.597]],[\"parent/770\",[548,3.227]],[\"name/771\",[545,61.345]],[\"parent/771\",[548,3.227]],[\"name/772\",[546,61.345]],[\"parent/772\",[548,3.227]],[\"name/773\",[552,67.705]],[\"parent/773\",[548,3.227]],[\"name/774\",[553,67.705]],[\"parent/774\",[548,3.227]],[\"name/775\",[554,67.705]],[\"parent/775\",[548,3.227]],[\"name/776\",[555,67.705]],[\"parent/776\",[548,3.227]],[\"name/777\",[556,65.699]],[\"parent/777\",[548,3.227]],[\"name/778\",[557,67.705]],[\"parent/778\",[548,3.227]],[\"name/779\",[558,67.705]],[\"parent/779\",[548,3.227]],[\"name/780\",[559,67.705]],[\"parent/780\",[548,3.227]],[\"name/781\",[560,67.705]],[\"parent/781\",[548,3.227]],[\"name/782\",[561,67.705]],[\"parent/782\",[548,3.227]],[\"name/783\",[562,67.705]],[\"parent/783\",[548,3.227]],[\"name/784\",[563,67.705]],[\"parent/784\",[548,3.227]],[\"name/785\",[564,78.691]],[\"parent/785\",[307,2.906]],[\"name/786\",[565,64.028]],[\"parent/786\",[566,3.499]],[\"name/787\",[314,70.218]],[\"parent/787\",[566,3.499]],[\"name/788\",[567,73.583]],[\"parent/788\",[566,3.499]],[\"name/789\",[568,73.583]],[\"parent/789\",[566,3.499]],[\"name/790\",[569,73.583]],[\"parent/790\",[566,3.499]],[\"name/791\",[328,70.218]],[\"parent/791\",[566,3.499]],[\"name/792\",[570,73.583]],[\"parent/792\",[566,3.499]],[\"name/793\",[571,73.583]],[\"parent/793\",[566,3.499]],[\"name/794\",[572,73.583]],[\"parent/794\",[566,3.499]],[\"name/795\",[573,73.583]],[\"parent/795\",[566,3.499]],[\"name/796\",[574,73.583]],[\"parent/796\",[566,3.499]],[\"name/797\",[575,67.705]],[\"parent/797\",[566,3.499]],[\"name/798\",[576,73.583]],[\"parent/798\",[566,3.499]],[\"name/799\",[577,73.583]],[\"parent/799\",[566,3.499]],[\"name/800\",[578,73.583]],[\"parent/800\",[566,3.499]],[\"name/801\",[579,73.583]],[\"parent/801\",[566,3.499]],[\"name/802\",[580,73.583]],[\"parent/802\",[566,3.499]],[\"name/803\",[581,73.583]],[\"parent/803\",[566,3.499]],[\"name/804\",[582,73.583]],[\"parent/804\",[566,3.499]],[\"name/805\",[583,73.583]],[\"parent/805\",[566,3.499]],[\"name/806\",[584,73.583]],[\"parent/806\",[566,3.499]],[\"name/807\",[585,73.583]],[\"parent/807\",[566,3.499]],[\"name/808\",[586,73.583]],[\"parent/808\",[566,3.499]],[\"name/809\",[587,73.583]],[\"parent/809\",[566,3.499]],[\"name/810\",[588,73.583]],[\"parent/810\",[566,3.499]],[\"name/811\",[589,73.583]],[\"parent/811\",[566,3.499]],[\"name/812\",[590,73.583]],[\"parent/812\",[566,3.499]],[\"name/813\",[591,73.583]],[\"parent/813\",[566,3.499]],[\"name/814\",[592,73.583]],[\"parent/814\",[566,3.499]],[\"name/815\",[593,73.583]],[\"parent/815\",[566,3.499]],[\"name/816\",[594,73.583]],[\"parent/816\",[566,3.499]],[\"name/817\",[595,73.583]],[\"parent/817\",[566,3.499]],[\"name/818\",[596,64.028]],[\"parent/818\",[566,3.499]],[\"name/819\",[597,64.028]],[\"parent/819\",[566,3.499]],[\"name/820\",[598,73.583]],[\"parent/820\",[566,3.499]],[\"name/821\",[599,73.583]],[\"parent/821\",[566,3.499]],[\"name/822\",[324,64.028]],[\"parent/822\",[566,3.499]],[\"name/823\",[600,65.699]],[\"parent/823\",[566,3.499]],[\"name/824\",[601,70.218]],[\"parent/824\",[566,3.499]],[\"name/825\",[602,73.583]],[\"parent/825\",[566,3.499]],[\"name/826\",[603,73.583]],[\"parent/826\",[566,3.499]],[\"name/827\",[604,67.705]],[\"parent/827\",[566,3.499]],[\"name/828\",[605,70.218]],[\"parent/828\",[566,3.499]],[\"name/829\",[606,73.583]],[\"parent/829\",[566,3.499]],[\"name/830\",[607,73.583]],[\"parent/830\",[566,3.499]],[\"name/831\",[608,73.583]],[\"parent/831\",[566,3.499]],[\"name/832\",[609,73.583]],[\"parent/832\",[566,3.499]],[\"name/833\",[610,73.583]],[\"parent/833\",[566,3.499]],[\"name/834\",[611,73.583]],[\"parent/834\",[566,3.499]],[\"name/835\",[612,73.583]],[\"parent/835\",[566,3.499]],[\"name/836\",[613,73.583]],[\"parent/836\",[566,3.499]],[\"name/837\",[614,73.583]],[\"parent/837\",[566,3.499]],[\"name/838\",[615,73.583]],[\"parent/838\",[566,3.499]],[\"name/839\",[616,73.583]],[\"parent/839\",[566,3.499]],[\"name/840\",[617,73.583]],[\"parent/840\",[566,3.499]],[\"name/841\",[618,73.583]],[\"parent/841\",[566,3.499]],[\"name/842\",[619,73.583]],[\"parent/842\",[566,3.499]],[\"name/843\",[620,73.583]],[\"parent/843\",[566,3.499]],[\"name/844\",[621,70.218]],[\"parent/844\",[566,3.499]],[\"name/845\",[622,70.218]],[\"parent/845\",[566,3.499]],[\"name/846\",[623,70.218]],[\"parent/846\",[566,3.499]],[\"name/847\",[624,73.583]],[\"parent/847\",[566,3.499]],[\"name/848\",[625,73.583]],[\"parent/848\",[566,3.499]],[\"name/849\",[626,73.583]],[\"parent/849\",[566,3.499]],[\"name/850\",[627,73.583]],[\"parent/850\",[566,3.499]],[\"name/851\",[628,73.583]],[\"parent/851\",[566,3.499]],[\"name/852\",[629,73.583]],[\"parent/852\",[566,3.499]],[\"name/853\",[630,73.583]],[\"parent/853\",[566,3.499]],[\"name/854\",[631,67.705]],[\"parent/854\",[566,3.499]],[\"name/855\",[632,67.705]],[\"parent/855\",[566,3.499]],[\"name/856\",[633,73.583]],[\"parent/856\",[566,3.499]],[\"name/857\",[634,73.583]],[\"parent/857\",[566,3.499]],[\"name/858\",[635,73.583]],[\"parent/858\",[566,3.499]],[\"name/859\",[636,73.583]],[\"parent/859\",[566,3.499]],[\"name/860\",[637,73.583]],[\"parent/860\",[566,3.499]],[\"name/861\",[638,73.583]],[\"parent/861\",[566,3.499]],[\"name/862\",[639,73.583]],[\"parent/862\",[566,3.499]],[\"name/863\",[640,73.583]],[\"parent/863\",[566,3.499]],[\"name/864\",[641,73.583]],[\"parent/864\",[566,3.499]],[\"name/865\",[642,73.583]],[\"parent/865\",[566,3.499]],[\"name/866\",[643,73.583]],[\"parent/866\",[566,3.499]],[\"name/867\",[644,73.583]],[\"parent/867\",[566,3.499]],[\"name/868\",[645,73.583]],[\"parent/868\",[566,3.499]],[\"name/869\",[646,65.699]],[\"parent/869\",[566,3.499]],[\"name/870\",[10,53.042]],[\"parent/870\",[566,3.499]],[\"name/871\",[647,62.597]],[\"parent/871\",[566,3.499]],[\"name/872\",[648,65.699]],[\"parent/872\",[566,3.499]],[\"name/873\",[649,65.699]],[\"parent/873\",[566,3.499]],[\"name/874\",[650,65.699]],[\"parent/874\",[566,3.499]],[\"name/875\",[651,65.699]],[\"parent/875\",[566,3.499]],[\"name/876\",[652,65.699]],[\"parent/876\",[566,3.499]],[\"name/877\",[653,65.699]],[\"parent/877\",[566,3.499]],[\"name/878\",[294,61.345]],[\"parent/878\",[566,3.499]],[\"name/879\",[654,65.699]],[\"parent/879\",[566,3.499]],[\"name/880\",[655,65.699]],[\"parent/880\",[566,3.499]],[\"name/881\",[656,65.699]],[\"parent/881\",[566,3.499]],[\"name/882\",[657,65.699]],[\"parent/882\",[566,3.499]],[\"name/883\",[658,65.699]],[\"parent/883\",[566,3.499]],[\"name/884\",[659,65.699]],[\"parent/884\",[566,3.499]],[\"name/885\",[660,65.699]],[\"parent/885\",[566,3.499]],[\"name/886\",[661,65.699]],[\"parent/886\",[566,3.499]],[\"name/887\",[662,65.699]],[\"parent/887\",[566,3.499]],[\"name/888\",[663,65.699]],[\"parent/888\",[566,3.499]],[\"name/889\",[664,65.699]],[\"parent/889\",[566,3.499]],[\"name/890\",[665,65.699]],[\"parent/890\",[566,3.499]],[\"name/891\",[666,65.699]],[\"parent/891\",[566,3.499]],[\"name/892\",[667,65.699]],[\"parent/892\",[566,3.499]],[\"name/893\",[668,65.699]],[\"parent/893\",[566,3.499]],[\"name/894\",[669,65.699]],[\"parent/894\",[566,3.499]],[\"name/895\",[670,65.699]],[\"parent/895\",[566,3.499]],[\"name/896\",[671,65.699]],[\"parent/896\",[566,3.499]],[\"name/897\",[672,65.699]],[\"parent/897\",[566,3.499]],[\"name/898\",[673,65.699]],[\"parent/898\",[566,3.499]],[\"name/899\",[674,65.699]],[\"parent/899\",[566,3.499]],[\"name/900\",[675,65.699]],[\"parent/900\",[566,3.499]],[\"name/901\",[676,65.699]],[\"parent/901\",[566,3.499]],[\"name/902\",[677,64.028]],[\"parent/902\",[566,3.499]],[\"name/903\",[678,65.699]],[\"parent/903\",[566,3.499]],[\"name/904\",[679,78.691]],[\"parent/904\",[307,2.906]],[\"name/905\",[314,70.218]],[\"parent/905\",[680,4.332]],[\"name/906\",[567,73.583]],[\"parent/906\",[680,4.332]],[\"name/907\",[568,73.583]],[\"parent/907\",[680,4.332]],[\"name/908\",[681,73.583]],[\"parent/908\",[680,4.332]],[\"name/909\",[682,73.583]],[\"parent/909\",[680,4.332]],[\"name/910\",[631,67.705]],[\"parent/910\",[680,4.332]],[\"name/911\",[683,73.583]],[\"parent/911\",[680,4.332]],[\"name/912\",[575,67.705]],[\"parent/912\",[680,4.332]],[\"name/913\",[596,64.028]],[\"parent/913\",[680,4.332]],[\"name/914\",[597,64.028]],[\"parent/914\",[680,4.332]],[\"name/915\",[324,64.028]],[\"parent/915\",[680,4.332]],[\"name/916\",[600,65.699]],[\"parent/916\",[680,4.332]],[\"name/917\",[684,73.583]],[\"parent/917\",[680,4.332]],[\"name/918\",[685,73.583]],[\"parent/918\",[680,4.332]],[\"name/919\",[686,73.583]],[\"parent/919\",[680,4.332]],[\"name/920\",[565,64.028]],[\"parent/920\",[680,4.332]],[\"name/921\",[646,65.699]],[\"parent/921\",[680,4.332]],[\"name/922\",[10,53.042]],[\"parent/922\",[680,4.332]],[\"name/923\",[647,62.597]],[\"parent/923\",[680,4.332]],[\"name/924\",[648,65.699]],[\"parent/924\",[680,4.332]],[\"name/925\",[649,65.699]],[\"parent/925\",[680,4.332]],[\"name/926\",[650,65.699]],[\"parent/926\",[680,4.332]],[\"name/927\",[651,65.699]],[\"parent/927\",[680,4.332]],[\"name/928\",[652,65.699]],[\"parent/928\",[680,4.332]],[\"name/929\",[653,65.699]],[\"parent/929\",[680,4.332]],[\"name/930\",[294,61.345]],[\"parent/930\",[680,4.332]],[\"name/931\",[654,65.699]],[\"parent/931\",[680,4.332]],[\"name/932\",[655,65.699]],[\"parent/932\",[680,4.332]],[\"name/933\",[656,65.699]],[\"parent/933\",[680,4.332]],[\"name/934\",[657,65.699]],[\"parent/934\",[680,4.332]],[\"name/935\",[658,65.699]],[\"parent/935\",[680,4.332]],[\"name/936\",[659,65.699]],[\"parent/936\",[680,4.332]],[\"name/937\",[660,65.699]],[\"parent/937\",[680,4.332]],[\"name/938\",[661,65.699]],[\"parent/938\",[680,4.332]],[\"name/939\",[662,65.699]],[\"parent/939\",[680,4.332]],[\"name/940\",[663,65.699]],[\"parent/940\",[680,4.332]],[\"name/941\",[664,65.699]],[\"parent/941\",[680,4.332]],[\"name/942\",[665,65.699]],[\"parent/942\",[680,4.332]],[\"name/943\",[666,65.699]],[\"parent/943\",[680,4.332]],[\"name/944\",[667,65.699]],[\"parent/944\",[680,4.332]],[\"name/945\",[668,65.699]],[\"parent/945\",[680,4.332]],[\"name/946\",[669,65.699]],[\"parent/946\",[680,4.332]],[\"name/947\",[670,65.699]],[\"parent/947\",[680,4.332]],[\"name/948\",[671,65.699]],[\"parent/948\",[680,4.332]],[\"name/949\",[672,65.699]],[\"parent/949\",[680,4.332]],[\"name/950\",[673,65.699]],[\"parent/950\",[680,4.332]],[\"name/951\",[674,65.699]],[\"parent/951\",[680,4.332]],[\"name/952\",[675,65.699]],[\"parent/952\",[680,4.332]],[\"name/953\",[676,65.699]],[\"parent/953\",[680,4.332]],[\"name/954\",[677,64.028]],[\"parent/954\",[680,4.332]],[\"name/955\",[678,65.699]],[\"parent/955\",[680,4.332]],[\"name/956\",[687,78.691]],[\"parent/956\",[307,2.906]],[\"name/957\",[688,78.691]],[\"parent/957\",[307,2.906]],[\"name/958\",[689,73.583]],[\"parent/958\",[690,7.02]],[\"name/959\",[691,78.691]],[\"parent/959\",[690,7.02]],[\"name/960\",[692,73.583]],[\"parent/960\",[690,7.02]],[\"name/961\",[693,78.691]],[\"parent/961\",[307,2.906]],[\"name/962\",[694,78.691]],[\"parent/962\",[307,2.906]],[\"name/963\",[695,78.691]],[\"parent/963\",[307,2.906]],[\"name/964\",[696,78.691]],[\"parent/964\",[697,5.671]],[\"name/965\",[698,70.218]],[\"parent/965\",[697,5.671]],[\"name/966\",[699,73.583]],[\"parent/966\",[697,5.671]],[\"name/967\",[213,64.028]],[\"parent/967\",[697,5.671]],[\"name/968\",[700,70.218]],[\"parent/968\",[697,5.671]],[\"name/969\",[701,64.028]],[\"parent/969\",[697,5.671]],[\"name/970\",[251,62.597]],[\"parent/970\",[697,5.671]],[\"name/971\",[253,62.597]],[\"parent/971\",[697,5.671]],[\"name/972\",[254,64.028]],[\"parent/972\",[697,5.671]],[\"name/973\",[255,62.597]],[\"parent/973\",[697,5.671]],[\"name/974\",[702,70.218]],[\"parent/974\",[697,5.671]],[\"name/975\",[703,70.218]],[\"parent/975\",[697,5.671]],[\"name/976\",[704,65.699]],[\"parent/976\",[697,5.671]],[\"name/977\",[705,78.691]],[\"parent/977\",[307,2.906]],[\"name/978\",[213,64.028]],[\"parent/978\",[706,5.831]],[\"name/979\",[699,73.583]],[\"parent/979\",[706,5.831]],[\"name/980\",[700,70.218]],[\"parent/980\",[706,5.831]],[\"name/981\",[701,64.028]],[\"parent/981\",[706,5.831]],[\"name/982\",[251,62.597]],[\"parent/982\",[706,5.831]],[\"name/983\",[253,62.597]],[\"parent/983\",[706,5.831]],[\"name/984\",[254,64.028]],[\"parent/984\",[706,5.831]],[\"name/985\",[255,62.597]],[\"parent/985\",[706,5.831]],[\"name/986\",[702,70.218]],[\"parent/986\",[706,5.831]],[\"name/987\",[703,70.218]],[\"parent/987\",[706,5.831]],[\"name/988\",[704,65.699]],[\"parent/988\",[706,5.831]],[\"name/989\",[707,78.691]],[\"parent/989\",[307,2.906]],[\"name/990\",[698,70.218]],[\"parent/990\",[708,6.401]],[\"name/991\",[700,70.218]],[\"parent/991\",[708,6.401]],[\"name/992\",[251,62.597]],[\"parent/992\",[708,6.401]],[\"name/993\",[253,62.597]],[\"parent/993\",[708,6.401]],[\"name/994\",[254,64.028]],[\"parent/994\",[708,6.401]],[\"name/995\",[255,62.597]],[\"parent/995\",[708,6.401]],[\"name/996\",[709,78.691]],[\"parent/996\",[307,2.906]],[\"name/997\",[392,60.233]],[\"parent/997\",[710,7.868]],[\"name/998\",[711,78.691]],[\"parent/998\",[307,2.906]],[\"name/999\",[403,67.705]],[\"parent/999\",[712,7.02]],[\"name/1000\",[713,78.691]],[\"parent/1000\",[712,7.02]],[\"name/1001\",[392,60.233]],[\"parent/1001\",[712,7.02]],[\"name/1002\",[714,78.691]],[\"parent/1002\",[307,2.906]],[\"name/1003\",[715,73.583]],[\"parent/1003\",[716,7.02]],[\"name/1004\",[717,73.583]],[\"parent/1004\",[716,7.02]],[\"name/1005\",[718,78.691]],[\"parent/1005\",[716,7.02]],[\"name/1006\",[719,78.691]],[\"parent/1006\",[307,2.906]],[\"name/1007\",[349,59.232]],[\"parent/1007\",[720,7.868]],[\"name/1008\",[721,78.691]],[\"parent/1008\",[307,2.906]],[\"name/1009\",[256,47.051]],[\"parent/1009\",[722,7.02]],[\"name/1010\",[723,58.323]],[\"parent/1010\",[722,7.02]],[\"name/1011\",[724,73.583]],[\"parent/1011\",[722,7.02]],[\"name/1012\",[725,78.691]],[\"parent/1012\",[307,2.906]],[\"name/1013\",[726,78.691]],[\"parent/1013\",[727,7.02]],[\"name/1014\",[253,62.597]],[\"parent/1014\",[727,7.02]],[\"name/1015\",[255,62.597]],[\"parent/1015\",[727,7.02]],[\"name/1016\",[728,78.691]],[\"parent/1016\",[307,2.906]],[\"name/1017\",[729,70.218]],[\"parent/1017\",[730,6.769]],[\"name/1018\",[731,78.691]],[\"parent/1018\",[730,6.769]],[\"name/1019\",[732,67.705]],[\"parent/1019\",[730,6.769]],[\"name/1020\",[733,73.583]],[\"parent/1020\",[730,6.769]],[\"name/1021\",[734,78.691]],[\"parent/1021\",[307,2.906]],[\"name/1022\",[735,78.691]],[\"parent/1022\",[736,7.357]],[\"name/1023\",[737,78.691]],[\"parent/1023\",[736,7.357]],[\"name/1024\",[738,78.691]],[\"parent/1024\",[307,2.906]],[\"name/1025\",[739,64.028]],[\"parent/1025\",[740,7.357]],[\"name/1026\",[741,70.218]],[\"parent/1026\",[740,7.357]],[\"name/1027\",[742,78.691]],[\"parent/1027\",[307,2.906]],[\"name/1028\",[241,52.542]],[\"parent/1028\",[743,7.02]],[\"name/1029\",[739,64.028]],[\"parent/1029\",[743,7.02]],[\"name/1030\",[741,70.218]],[\"parent/1030\",[743,7.02]],[\"name/1031\",[744,78.691]],[\"parent/1031\",[307,2.906]],[\"name/1032\",[241,52.542]],[\"parent/1032\",[745,7.02]],[\"name/1033\",[739,64.028]],[\"parent/1033\",[745,7.02]],[\"name/1034\",[741,70.218]],[\"parent/1034\",[745,7.02]],[\"name/1035\",[746,78.691]],[\"parent/1035\",[307,2.906]],[\"name/1036\",[747,78.691]],[\"parent/1036\",[748,5.205]],[\"name/1037\",[749,78.691]],[\"parent/1037\",[748,5.205]],[\"name/1038\",[750,78.691]],[\"parent/1038\",[748,5.205]],[\"name/1039\",[751,78.691]],[\"parent/1039\",[748,5.205]],[\"name/1040\",[752,78.691]],[\"parent/1040\",[748,5.205]],[\"name/1041\",[753,78.691]],[\"parent/1041\",[748,5.205]],[\"name/1042\",[754,78.691]],[\"parent/1042\",[748,5.205]],[\"name/1043\",[755,78.691]],[\"parent/1043\",[748,5.205]],[\"name/1044\",[756,78.691]],[\"parent/1044\",[748,5.205]],[\"name/1045\",[757,73.583]],[\"parent/1045\",[748,5.205]],[\"name/1046\",[437,59.232]],[\"parent/1046\",[748,5.205]],[\"name/1047\",[758,78.691]],[\"parent/1047\",[748,5.205]],[\"name/1048\",[759,78.691]],[\"parent/1048\",[748,5.205]],[\"name/1049\",[760,78.691]],[\"parent/1049\",[748,5.205]],[\"name/1050\",[761,78.691]],[\"parent/1050\",[748,5.205]],[\"name/1051\",[762,73.583]],[\"parent/1051\",[748,5.205]],[\"name/1052\",[763,73.583]],[\"parent/1052\",[748,5.205]],[\"name/1053\",[764,78.691]],[\"parent/1053\",[748,5.205]],[\"name/1054\",[765,78.691]],[\"parent/1054\",[748,5.205]],[\"name/1055\",[766,78.691]],[\"parent/1055\",[748,5.205]],[\"name/1056\",[767,78.691]],[\"parent/1056\",[748,5.205]],[\"name/1057\",[768,78.691]],[\"parent/1057\",[307,2.906]],[\"name/1058\",[769,73.583]],[\"parent/1058\",[770,6.568]],[\"name/1059\",[762,73.583]],[\"parent/1059\",[770,6.568]],[\"name/1060\",[763,73.583]],[\"parent/1060\",[770,6.568]],[\"name/1061\",[771,78.691]],[\"parent/1061\",[770,6.568]],[\"name/1062\",[772,78.691]],[\"parent/1062\",[770,6.568]],[\"name/1063\",[773,78.691]],[\"parent/1063\",[307,2.906]],[\"name/1064\",[774,78.691]],[\"parent/1064\",[775,6.769]],[\"name/1065\",[732,67.705]],[\"parent/1065\",[775,6.769]],[\"name/1066\",[729,70.218]],[\"parent/1066\",[775,6.769]],[\"name/1067\",[776,60.233]],[\"parent/1067\",[775,6.769]],[\"name/1068\",[777,78.691]],[\"parent/1068\",[307,2.906]],[\"name/1069\",[256,47.051]],[\"parent/1069\",[778,7.357]],[\"name/1070\",[779,62.597]],[\"parent/1070\",[778,7.357]],[\"name/1071\",[780,78.691]],[\"parent/1071\",[307,2.906]],[\"name/1072\",[349,59.232]],[\"parent/1072\",[781,6.769]],[\"name/1073\",[782,78.691]],[\"parent/1073\",[781,6.769]],[\"name/1074\",[256,47.051]],[\"parent/1074\",[781,6.769]],[\"name/1075\",[779,62.597]],[\"parent/1075\",[781,6.769]],[\"name/1076\",[783,78.691]],[\"parent/1076\",[307,2.906]],[\"name/1077\",[784,78.691]],[\"parent/1077\",[785,7.02]],[\"name/1078\",[786,70.218]],[\"parent/1078\",[785,7.02]],[\"name/1079\",[787,70.218]],[\"parent/1079\",[785,7.02]],[\"name/1080\",[788,78.691]],[\"parent/1080\",[307,2.906]],[\"name/1081\",[786,70.218]],[\"parent/1081\",[789,7.357]],[\"name/1082\",[787,70.218]],[\"parent/1082\",[789,7.357]],[\"name/1083\",[790,78.691]],[\"parent/1083\",[307,2.906]],[\"name/1084\",[786,70.218]],[\"parent/1084\",[791,7.357]],[\"name/1085\",[787,70.218]],[\"parent/1085\",[791,7.357]],[\"name/1086\",[792,78.691]],[\"parent/1086\",[307,2.906]],[\"name/1087\",[256,47.051]],[\"parent/1087\",[793,7.02]],[\"name/1088\",[723,58.323]],[\"parent/1088\",[793,7.02]],[\"name/1089\",[724,73.583]],[\"parent/1089\",[793,7.02]],[\"name/1090\",[794,78.691]],[\"parent/1090\",[307,2.906]],[\"name/1091\",[256,47.051]],[\"parent/1091\",[795,7.357]],[\"name/1092\",[723,58.323]],[\"parent/1092\",[795,7.357]],[\"name/1093\",[796,78.691]],[\"parent/1093\",[307,2.906]],[\"name/1094\",[797,78.691]],[\"parent/1094\",[307,2.906]],[\"name/1095\",[14,52.542]],[\"parent/1095\",[798,6.022]],[\"name/1096\",[799,78.691]],[\"parent/1096\",[798,6.022]],[\"name/1097\",[392,60.233]],[\"parent/1097\",[798,6.022]],[\"name/1098\",[800,70.218]],[\"parent/1098\",[798,6.022]],[\"name/1099\",[394,62.597]],[\"parent/1099\",[798,6.022]],[\"name/1100\",[801,78.691]],[\"parent/1100\",[798,6.022]],[\"name/1101\",[396,65.699]],[\"parent/1101\",[798,6.022]],[\"name/1102\",[802,73.583]],[\"parent/1102\",[798,6.022]],[\"name/1103\",[803,78.691]],[\"parent/1103\",[798,6.022]],[\"name/1104\",[802,73.583]],[\"parent/1104\",[307,2.906]],[\"name/1105\",[804,58.323]],[\"parent/1105\",[805,7.357]],[\"name/1106\",[806,73.583]],[\"parent/1106\",[805,7.357]],[\"name/1107\",[807,78.691]],[\"parent/1107\",[307,2.906]],[\"name/1108\",[392,60.233]],[\"parent/1108\",[808,6.568]],[\"name/1109\",[800,70.218]],[\"parent/1109\",[808,6.568]],[\"name/1110\",[394,62.597]],[\"parent/1110\",[808,6.568]],[\"name/1111\",[396,65.699]],[\"parent/1111\",[808,6.568]],[\"name/1112\",[809,78.691]],[\"parent/1112\",[808,6.568]],[\"name/1113\",[810,78.691]],[\"parent/1113\",[307,2.906]],[\"name/1114\",[14,52.542]],[\"parent/1114\",[811,6.769]],[\"name/1115\",[812,78.691]],[\"parent/1115\",[811,6.769]],[\"name/1116\",[256,47.051]],[\"parent/1116\",[811,6.769]],[\"name/1117\",[813,78.691]],[\"parent/1117\",[811,6.769]],[\"name/1118\",[814,78.691]],[\"parent/1118\",[307,2.906]],[\"name/1119\",[815,78.691]],[\"parent/1119\",[816,6.769]],[\"name/1120\",[817,78.691]],[\"parent/1120\",[816,6.769]],[\"name/1121\",[818,78.691]],[\"parent/1121\",[816,6.769]],[\"name/1122\",[819,78.691]],[\"parent/1122\",[816,6.769]],[\"name/1123\",[820,78.691]],[\"parent/1123\",[307,2.906]],[\"name/1124\",[821,73.583]],[\"parent/1124\",[822,7.868]],[\"name/1125\",[823,78.691]],[\"parent/1125\",[307,2.906]],[\"name/1126\",[36,65.699]],[\"parent/1126\",[824,4.139]],[\"name/1127\",[349,59.232]],[\"parent/1127\",[824,4.139]],[\"name/1128\",[601,70.218]],[\"parent/1128\",[824,4.139]],[\"name/1129\",[825,78.691]],[\"parent/1129\",[824,4.139]],[\"name/1130\",[826,78.691]],[\"parent/1130\",[824,4.139]],[\"name/1131\",[605,70.218]],[\"parent/1131\",[824,4.139]],[\"name/1132\",[604,67.705]],[\"parent/1132\",[824,4.139]],[\"name/1133\",[827,78.691]],[\"parent/1133\",[824,4.139]],[\"name/1134\",[828,78.691]],[\"parent/1134\",[824,4.139]],[\"name/1135\",[829,78.691]],[\"parent/1135\",[824,4.139]],[\"name/1136\",[830,78.691]],[\"parent/1136\",[824,4.139]],[\"name/1137\",[831,78.691]],[\"parent/1137\",[824,4.139]],[\"name/1138\",[832,78.691]],[\"parent/1138\",[824,4.139]],[\"name/1139\",[833,78.691]],[\"parent/1139\",[824,4.139]],[\"name/1140\",[834,78.691]],[\"parent/1140\",[824,4.139]],[\"name/1141\",[835,78.691]],[\"parent/1141\",[824,4.139]],[\"name/1142\",[836,78.691]],[\"parent/1142\",[824,4.139]],[\"name/1143\",[837,78.691]],[\"parent/1143\",[824,4.139]],[\"name/1144\",[838,78.691]],[\"parent/1144\",[824,4.139]],[\"name/1145\",[839,78.691]],[\"parent/1145\",[824,4.139]],[\"name/1146\",[840,78.691]],[\"parent/1146\",[824,4.139]],[\"name/1147\",[841,78.691]],[\"parent/1147\",[824,4.139]],[\"name/1148\",[842,78.691]],[\"parent/1148\",[824,4.139]],[\"name/1149\",[843,78.691]],[\"parent/1149\",[824,4.139]],[\"name/1150\",[844,78.691]],[\"parent/1150\",[824,4.139]],[\"name/1151\",[845,78.691]],[\"parent/1151\",[824,4.139]],[\"name/1152\",[846,78.691]],[\"parent/1152\",[824,4.139]],[\"name/1153\",[847,78.691]],[\"parent/1153\",[824,4.139]],[\"name/1154\",[848,78.691]],[\"parent/1154\",[824,4.139]],[\"name/1155\",[849,78.691]],[\"parent/1155\",[824,4.139]],[\"name/1156\",[850,78.691]],[\"parent/1156\",[824,4.139]],[\"name/1157\",[851,78.691]],[\"parent/1157\",[824,4.139]],[\"name/1158\",[852,78.691]],[\"parent/1158\",[824,4.139]],[\"name/1159\",[853,78.691]],[\"parent/1159\",[824,4.139]],[\"name/1160\",[854,78.691]],[\"parent/1160\",[824,4.139]],[\"name/1161\",[623,70.218]],[\"parent/1161\",[824,4.139]],[\"name/1162\",[855,78.691]],[\"parent/1162\",[824,4.139]],[\"name/1163\",[856,78.691]],[\"parent/1163\",[824,4.139]],[\"name/1164\",[621,70.218]],[\"parent/1164\",[824,4.139]],[\"name/1165\",[857,78.691]],[\"parent/1165\",[824,4.139]],[\"name/1166\",[622,70.218]],[\"parent/1166\",[824,4.139]],[\"name/1167\",[858,78.691]],[\"parent/1167\",[824,4.139]],[\"name/1168\",[859,78.691]],[\"parent/1168\",[824,4.139]],[\"name/1169\",[860,78.691]],[\"parent/1169\",[824,4.139]],[\"name/1170\",[861,78.691]],[\"parent/1170\",[824,4.139]],[\"name/1171\",[565,64.028]],[\"parent/1171\",[824,4.139]],[\"name/1172\",[395,70.218]],[\"parent/1172\",[824,4.139]],[\"name/1173\",[862,78.691]],[\"parent/1173\",[824,4.139]],[\"name/1174\",[863,78.691]],[\"parent/1174\",[824,4.139]],[\"name/1175\",[864,78.691]],[\"parent/1175\",[824,4.139]],[\"name/1176\",[865,78.691]],[\"parent/1176\",[824,4.139]],[\"name/1177\",[866,78.691]],[\"parent/1177\",[824,4.139]],[\"name/1178\",[867,78.691]],[\"parent/1178\",[824,4.139]],[\"name/1179\",[868,78.691]],[\"parent/1179\",[824,4.139]],[\"name/1180\",[869,78.691]],[\"parent/1180\",[824,4.139]],[\"name/1181\",[870,78.691]],[\"parent/1181\",[824,4.139]],[\"name/1182\",[871,78.691]],[\"parent/1182\",[824,4.139]],[\"name/1183\",[872,78.691]],[\"parent/1183\",[824,4.139]],[\"name/1184\",[873,78.691]],[\"parent/1184\",[824,4.139]],[\"name/1185\",[874,78.691]],[\"parent/1185\",[824,4.139]],[\"name/1186\",[10,53.042]],[\"parent/1186\",[824,4.139]],[\"name/1187\",[875,78.691]],[\"parent/1187\",[824,4.139]],[\"name/1188\",[876,73.583]],[\"parent/1188\",[307,2.906]],[\"name/1189\",[729,70.218]],[\"parent/1189\",[877,6.568]],[\"name/1190\",[732,67.705]],[\"parent/1190\",[877,6.568]],[\"name/1191\",[776,60.233]],[\"parent/1191\",[877,6.568]],[\"name/1192\",[878,78.691]],[\"parent/1192\",[877,6.568]],[\"name/1193\",[879,78.691]],[\"parent/1193\",[877,6.568]],[\"name/1194\",[880,78.691]],[\"parent/1194\",[307,2.906]],[\"name/1195\",[881,70.218]],[\"parent/1195\",[882,6.769]],[\"name/1196\",[883,70.218]],[\"parent/1196\",[882,6.769]],[\"name/1197\",[884,70.218]],[\"parent/1197\",[882,6.769]],[\"name/1198\",[885,70.218]],[\"parent/1198\",[882,6.769]],[\"name/1199\",[886,78.691]],[\"parent/1199\",[307,2.906]],[\"name/1200\",[887,78.691]],[\"parent/1200\",[888,6.133]],[\"name/1201\",[889,78.691]],[\"parent/1201\",[888,6.133]],[\"name/1202\",[890,78.691]],[\"parent/1202\",[888,6.133]],[\"name/1203\",[891,78.691]],[\"parent/1203\",[888,6.133]],[\"name/1204\",[881,70.218]],[\"parent/1204\",[888,6.133]],[\"name/1205\",[883,70.218]],[\"parent/1205\",[888,6.133]],[\"name/1206\",[884,70.218]],[\"parent/1206\",[888,6.133]],[\"name/1207\",[885,70.218]],[\"parent/1207\",[888,6.133]],[\"name/1208\",[892,78.691]],[\"parent/1208\",[307,2.906]],[\"name/1209\",[893,78.691]],[\"parent/1209\",[894,6.568]],[\"name/1210\",[881,70.218]],[\"parent/1210\",[894,6.568]],[\"name/1211\",[883,70.218]],[\"parent/1211\",[894,6.568]],[\"name/1212\",[884,70.218]],[\"parent/1212\",[894,6.568]],[\"name/1213\",[885,70.218]],[\"parent/1213\",[894,6.568]],[\"name/1214\",[895,78.691]],[\"parent/1214\",[307,2.906]],[\"name/1215\",[896,78.691]],[\"parent/1215\",[897,7.357]],[\"name/1216\",[898,60.233]],[\"parent/1216\",[897,7.357]],[\"name/1217\",[899,78.691]],[\"parent/1217\",[307,2.906]],[\"name/1218\",[556,65.699]],[\"parent/1218\",[900,7.357]],[\"name/1219\",[901,78.691]],[\"parent/1219\",[900,7.357]],[\"name/1220\",[902,78.691]],[\"parent/1220\",[307,2.906]],[\"name/1221\",[903,78.691]],[\"parent/1221\",[904,7.02]],[\"name/1222\",[905,78.691]],[\"parent/1222\",[904,7.02]],[\"name/1223\",[906,73.583]],[\"parent/1223\",[904,7.02]],[\"name/1224\",[907,78.691]],[\"parent/1224\",[307,2.906]],[\"name/1225\",[14,52.542]],[\"parent/1225\",[908,6.568]],[\"name/1226\",[909,73.583]],[\"parent/1226\",[908,6.568]],[\"name/1227\",[910,73.583]],[\"parent/1227\",[908,6.568]],[\"name/1228\",[911,78.691]],[\"parent/1228\",[908,6.568]],[\"name/1229\",[51,61.345]],[\"parent/1229\",[908,6.568]],[\"name/1230\",[912,78.691]],[\"parent/1230\",[307,2.906]],[\"name/1231\",[14,52.542]],[\"parent/1231\",[913,6.133]],[\"name/1232\",[251,62.597]],[\"parent/1232\",[913,6.133]],[\"name/1233\",[914,78.691]],[\"parent/1233\",[913,6.133]],[\"name/1234\",[257,65.699]],[\"parent/1234\",[913,6.133]],[\"name/1235\",[248,67.705]],[\"parent/1235\",[913,6.133]],[\"name/1236\",[915,67.705]],[\"parent/1236\",[913,6.133]],[\"name/1237\",[916,78.691]],[\"parent/1237\",[913,6.133]],[\"name/1238\",[51,61.345]],[\"parent/1238\",[913,6.133]],[\"name/1239\",[917,78.691]],[\"parent/1239\",[307,2.906]],[\"name/1240\",[14,52.542]],[\"parent/1240\",[918,6.769]],[\"name/1241\",[909,73.583]],[\"parent/1241\",[918,6.769]],[\"name/1242\",[910,73.583]],[\"parent/1242\",[918,6.769]],[\"name/1243\",[51,61.345]],[\"parent/1243\",[918,6.769]],[\"name/1244\",[919,78.691]],[\"parent/1244\",[307,2.906]],[\"name/1245\",[920,70.218]],[\"parent/1245\",[921,7.357]],[\"name/1246\",[922,70.218]],[\"parent/1246\",[921,7.357]],[\"name/1247\",[923,78.691]],[\"parent/1247\",[307,2.906]],[\"name/1248\",[924,78.691]],[\"parent/1248\",[925,7.02]],[\"name/1249\",[926,78.691]],[\"parent/1249\",[925,7.02]],[\"name/1250\",[927,78.691]],[\"parent/1250\",[925,7.02]],[\"name/1251\",[928,78.691]],[\"parent/1251\",[307,2.906]],[\"name/1252\",[929,78.691]],[\"parent/1252\",[930,7.357]],[\"name/1253\",[931,78.691]],[\"parent/1253\",[930,7.357]],[\"name/1254\",[932,78.691]],[\"parent/1254\",[307,2.906]],[\"name/1255\",[933,78.691]],[\"parent/1255\",[934,7.357]],[\"name/1256\",[935,78.691]],[\"parent/1256\",[934,7.357]],[\"name/1257\",[936,78.691]],[\"parent/1257\",[307,2.906]],[\"name/1258\",[937,73.583]],[\"parent/1258\",[938,7.357]],[\"name/1259\",[939,73.583]],[\"parent/1259\",[938,7.357]],[\"name/1260\",[940,78.691]],[\"parent/1260\",[307,2.906]],[\"name/1261\",[941,78.691]],[\"parent/1261\",[942,7.357]],[\"name/1262\",[943,78.691]],[\"parent/1262\",[942,7.357]],[\"name/1263\",[944,78.691]],[\"parent/1263\",[307,2.906]],[\"name/1264\",[945,73.583]],[\"parent/1264\",[946,6.769]],[\"name/1265\",[947,78.691]],[\"parent/1265\",[946,6.769]],[\"name/1266\",[948,78.691]],[\"parent/1266\",[946,6.769]],[\"name/1267\",[949,78.691]],[\"parent/1267\",[946,6.769]],[\"name/1268\",[950,78.691]],[\"parent/1268\",[307,2.906]],[\"name/1269\",[230,70.218]],[\"parent/1269\",[951,7.357]],[\"name/1270\",[228,70.218]],[\"parent/1270\",[951,7.357]],[\"name/1271\",[952,78.691]],[\"parent/1271\",[307,2.906]],[\"name/1272\",[349,59.232]],[\"parent/1272\",[953,6.568]],[\"name/1273\",[381,58.323]],[\"parent/1273\",[953,6.568]],[\"name/1274\",[954,78.691]],[\"parent/1274\",[953,6.568]],[\"name/1275\",[955,78.691]],[\"parent/1275\",[953,6.568]],[\"name/1276\",[351,70.218]],[\"parent/1276\",[953,6.568]],[\"name/1277\",[956,78.691]],[\"parent/1277\",[307,2.906]],[\"name/1278\",[957,78.691]],[\"parent/1278\",[307,2.906]],[\"name/1279\",[958,78.691]],[\"parent/1279\",[959,7.02]],[\"name/1280\",[960,78.691]],[\"parent/1280\",[959,7.02]],[\"name/1281\",[241,52.542]],[\"parent/1281\",[959,7.02]],[\"name/1282\",[961,78.691]],[\"parent/1282\",[307,2.906]],[\"name/1283\",[228,70.218]],[\"parent/1283\",[962,6.568]],[\"name/1284\",[963,78.691]],[\"parent/1284\",[962,6.568]],[\"name/1285\",[230,70.218]],[\"parent/1285\",[962,6.568]],[\"name/1286\",[964,78.691]],[\"parent/1286\",[962,6.568]],[\"name/1287\",[965,78.691]],[\"parent/1287\",[962,6.568]],[\"name/1288\",[966,78.691]],[\"parent/1288\",[307,2.906]],[\"name/1289\",[967,78.691]],[\"parent/1289\",[968,6.769]],[\"name/1290\",[969,78.691]],[\"parent/1290\",[968,6.769]],[\"name/1291\",[970,78.691]],[\"parent/1291\",[968,6.769]],[\"name/1292\",[199,55.338]],[\"parent/1292\",[968,6.769]],[\"name/1293\",[971,78.691]],[\"parent/1293\",[307,2.906]],[\"name/1294\",[937,73.583]],[\"parent/1294\",[972,7.357]],[\"name/1295\",[939,73.583]],[\"parent/1295\",[972,7.357]],[\"name/1296\",[973,78.691]],[\"parent/1296\",[307,2.906]],[\"name/1297\",[974,78.691]],[\"parent/1297\",[307,2.906]],[\"name/1298\",[975,73.583]],[\"parent/1298\",[976,7.357]],[\"name/1299\",[977,78.691]],[\"parent/1299\",[976,7.357]],[\"name/1300\",[978,78.691]],[\"parent/1300\",[307,2.906]],[\"name/1301\",[646,65.699]],[\"parent/1301\",[979,4.572]],[\"name/1302\",[10,53.042]],[\"parent/1302\",[979,4.572]],[\"name/1303\",[647,62.597]],[\"parent/1303\",[979,4.572]],[\"name/1304\",[648,65.699]],[\"parent/1304\",[979,4.572]],[\"name/1305\",[565,64.028]],[\"parent/1305\",[979,4.572]],[\"name/1306\",[649,65.699]],[\"parent/1306\",[979,4.572]],[\"name/1307\",[650,65.699]],[\"parent/1307\",[979,4.572]],[\"name/1308\",[651,65.699]],[\"parent/1308\",[979,4.572]],[\"name/1309\",[652,65.699]],[\"parent/1309\",[979,4.572]],[\"name/1310\",[596,64.028]],[\"parent/1310\",[979,4.572]],[\"name/1311\",[597,64.028]],[\"parent/1311\",[979,4.572]],[\"name/1312\",[653,65.699]],[\"parent/1312\",[979,4.572]],[\"name/1313\",[294,61.345]],[\"parent/1313\",[979,4.572]],[\"name/1314\",[654,65.699]],[\"parent/1314\",[979,4.572]],[\"name/1315\",[655,65.699]],[\"parent/1315\",[979,4.572]],[\"name/1316\",[656,65.699]],[\"parent/1316\",[979,4.572]],[\"name/1317\",[657,65.699]],[\"parent/1317\",[979,4.572]],[\"name/1318\",[658,65.699]],[\"parent/1318\",[979,4.572]],[\"name/1319\",[659,65.699]],[\"parent/1319\",[979,4.572]],[\"name/1320\",[660,65.699]],[\"parent/1320\",[979,4.572]],[\"name/1321\",[661,65.699]],[\"parent/1321\",[979,4.572]],[\"name/1322\",[662,65.699]],[\"parent/1322\",[979,4.572]],[\"name/1323\",[663,65.699]],[\"parent/1323\",[979,4.572]],[\"name/1324\",[664,65.699]],[\"parent/1324\",[979,4.572]],[\"name/1325\",[665,65.699]],[\"parent/1325\",[979,4.572]],[\"name/1326\",[666,65.699]],[\"parent/1326\",[979,4.572]],[\"name/1327\",[667,65.699]],[\"parent/1327\",[979,4.572]],[\"name/1328\",[668,65.699]],[\"parent/1328\",[979,4.572]],[\"name/1329\",[669,65.699]],[\"parent/1329\",[979,4.572]],[\"name/1330\",[670,65.699]],[\"parent/1330\",[979,4.572]],[\"name/1331\",[671,65.699]],[\"parent/1331\",[979,4.572]],[\"name/1332\",[672,65.699]],[\"parent/1332\",[979,4.572]],[\"name/1333\",[673,65.699]],[\"parent/1333\",[979,4.572]],[\"name/1334\",[674,65.699]],[\"parent/1334\",[979,4.572]],[\"name/1335\",[675,65.699]],[\"parent/1335\",[979,4.572]],[\"name/1336\",[676,65.699]],[\"parent/1336\",[979,4.572]],[\"name/1337\",[677,64.028]],[\"parent/1337\",[979,4.572]],[\"name/1338\",[324,64.028]],[\"parent/1338\",[979,4.572]],[\"name/1339\",[600,65.699]],[\"parent/1339\",[979,4.572]],[\"name/1340\",[678,65.699]],[\"parent/1340\",[979,4.572]],[\"name/1341\",[980,78.691]],[\"parent/1341\",[307,2.906]],[\"name/1342\",[898,60.233]],[\"parent/1342\",[981,6.258]],[\"name/1343\",[915,67.705]],[\"parent/1343\",[981,6.258]],[\"name/1344\",[982,78.691]],[\"parent/1344\",[981,6.258]],[\"name/1345\",[983,78.691]],[\"parent/1345\",[981,6.258]],[\"name/1346\",[984,78.691]],[\"parent/1346\",[981,6.258]],[\"name/1347\",[689,73.583]],[\"parent/1347\",[981,6.258]],[\"name/1348\",[184,73.583]],[\"parent/1348\",[981,6.258]],[\"name/1349\",[985,78.691]],[\"parent/1349\",[307,2.906]],[\"name/1350\",[10,53.042]],[\"parent/1350\",[986,7.02]],[\"name/1351\",[596,64.028]],[\"parent/1351\",[986,7.02]],[\"name/1352\",[597,64.028]],[\"parent/1352\",[986,7.02]],[\"name/1353\",[987,78.691]],[\"parent/1353\",[307,2.906]],[\"name/1354\",[199,55.338]],[\"parent/1354\",[988,7.868]],[\"name/1355\",[989,73.583]],[\"parent/1355\",[990,7.357]],[\"name/1356\",[991,73.583]],[\"parent/1356\",[990,7.357]],[\"name/1357\",[992,78.691]],[\"parent/1357\",[307,2.906]],[\"name/1358\",[993,78.691]],[\"parent/1358\",[994,7.02]],[\"name/1359\",[995,78.691]],[\"parent/1359\",[994,7.02]],[\"name/1360\",[701,64.028]],[\"parent/1360\",[994,7.02]],[\"name/1361\",[996,78.691]],[\"parent/1361\",[307,2.906]],[\"name/1362\",[997,78.691]],[\"parent/1362\",[307,2.906]],[\"name/1363\",[256,47.051]],[\"parent/1363\",[998,6.769]],[\"name/1364\",[999,78.691]],[\"parent/1364\",[998,6.769]],[\"name/1365\",[1000,78.691]],[\"parent/1365\",[998,6.769]],[\"name/1366\",[723,58.323]],[\"parent/1366\",[998,6.769]],[\"name/1367\",[1001,78.691]],[\"parent/1367\",[307,2.906]],[\"name/1368\",[906,73.583]],[\"parent/1368\",[1002,6.401]],[\"name/1369\",[1003,73.583]],[\"parent/1369\",[1002,6.401]],[\"name/1370\",[1004,73.583]],[\"parent/1370\",[1002,6.401]],[\"name/1371\",[1005,78.691]],[\"parent/1371\",[1002,6.401]],[\"name/1372\",[1006,78.691]],[\"parent/1372\",[1002,6.401]],[\"name/1373\",[1007,78.691]],[\"parent/1373\",[1002,6.401]],[\"name/1374\",[1008,78.691]],[\"parent/1374\",[307,2.906]],[\"name/1375\",[1009,78.691]],[\"parent/1375\",[1010,7.357]],[\"name/1376\",[1011,78.691]],[\"parent/1376\",[1010,7.357]],[\"name/1377\",[1012,78.691]],[\"parent/1377\",[307,2.906]],[\"name/1378\",[392,60.233]],[\"parent/1378\",[1013,6.769]],[\"name/1379\",[800,70.218]],[\"parent/1379\",[1013,6.769]],[\"name/1380\",[394,62.597]],[\"parent/1380\",[1013,6.769]],[\"name/1381\",[396,65.699]],[\"parent/1381\",[1013,6.769]],[\"name/1382\",[1014,78.691]],[\"parent/1382\",[307,2.906]],[\"name/1383\",[1015,78.691]],[\"parent/1383\",[1016,6.258]],[\"name/1384\",[1017,78.691]],[\"parent/1384\",[1016,6.258]],[\"name/1385\",[1018,78.691]],[\"parent/1385\",[1016,6.258]],[\"name/1386\",[1019,73.583]],[\"parent/1386\",[1016,6.258]],[\"name/1387\",[1020,78.691]],[\"parent/1387\",[1016,6.258]],[\"name/1388\",[1021,78.691]],[\"parent/1388\",[1016,6.258]],[\"name/1389\",[1022,78.691]],[\"parent/1389\",[1016,6.258]],[\"name/1390\",[1023,78.691]],[\"parent/1390\",[307,2.906]],[\"name/1391\",[241,52.542]],[\"parent/1391\",[1024,6.769]],[\"name/1392\",[1025,78.691]],[\"parent/1392\",[1024,6.769]],[\"name/1393\",[1026,73.583]],[\"parent/1393\",[1024,6.769]],[\"name/1394\",[701,64.028]],[\"parent/1394\",[1024,6.769]],[\"name/1395\",[1027,78.691]],[\"parent/1395\",[307,2.906]],[\"name/1396\",[284,73.583]],[\"parent/1396\",[1028,6.258]],[\"name/1397\",[1029,78.691]],[\"parent/1397\",[1028,6.258]],[\"name/1398\",[702,70.218]],[\"parent/1398\",[1028,6.258]],[\"name/1399\",[1030,78.691]],[\"parent/1399\",[1028,6.258]],[\"name/1400\",[1031,78.691]],[\"parent/1400\",[1028,6.258]],[\"name/1401\",[701,64.028]],[\"parent/1401\",[1028,6.258]],[\"name/1402\",[1026,73.583]],[\"parent/1402\",[1028,6.258]],[\"name/1403\",[480,60.233]],[\"parent/1403\",[307,2.906]],[\"name/1404\",[58,70.218]],[\"parent/1404\",[1032,7.02]],[\"name/1405\",[1033,73.583]],[\"parent/1405\",[1032,7.02]],[\"name/1406\",[804,58.323]],[\"parent/1406\",[1032,7.02]],[\"name/1407\",[1034,78.691]],[\"parent/1407\",[307,2.906]],[\"name/1408\",[1035,78.691]],[\"parent/1408\",[307,2.906]],[\"name/1409\",[1036,78.691]],[\"parent/1409\",[307,2.906]],[\"name/1410\",[1037,78.691]],[\"parent/1410\",[307,2.906]],[\"name/1411\",[776,60.233]],[\"parent/1411\",[1038,6.568]],[\"name/1412\",[1039,78.691]],[\"parent/1412\",[1038,6.568]],[\"name/1413\",[1040,70.218]],[\"parent/1413\",[1038,6.568]],[\"name/1414\",[1041,78.691]],[\"parent/1414\",[1038,6.568]],[\"name/1415\",[733,73.583]],[\"parent/1415\",[1038,6.568]],[\"name/1416\",[1042,78.691]],[\"parent/1416\",[307,2.906]],[\"name/1417\",[412,61.345]],[\"parent/1417\",[1043,3.358]],[\"name/1418\",[413,61.345]],[\"parent/1418\",[1043,3.358]],[\"name/1419\",[414,61.345]],[\"parent/1419\",[1043,3.358]],[\"name/1420\",[415,61.345]],[\"parent/1420\",[1043,3.358]],[\"name/1421\",[416,61.345]],[\"parent/1421\",[1043,3.358]],[\"name/1422\",[417,61.345]],[\"parent/1422\",[1043,3.358]],[\"name/1423\",[418,61.345]],[\"parent/1423\",[1043,3.358]],[\"name/1424\",[419,61.345]],[\"parent/1424\",[1043,3.358]],[\"name/1425\",[420,61.345]],[\"parent/1425\",[1043,3.358]],[\"name/1426\",[421,61.345]],[\"parent/1426\",[1043,3.358]],[\"name/1427\",[422,61.345]],[\"parent/1427\",[1043,3.358]],[\"name/1428\",[423,61.345]],[\"parent/1428\",[1043,3.358]],[\"name/1429\",[424,61.345]],[\"parent/1429\",[1043,3.358]],[\"name/1430\",[425,61.345]],[\"parent/1430\",[1043,3.358]],[\"name/1431\",[426,61.345]],[\"parent/1431\",[1043,3.358]],[\"name/1432\",[427,61.345]],[\"parent/1432\",[1043,3.358]],[\"name/1433\",[428,61.345]],[\"parent/1433\",[1043,3.358]],[\"name/1434\",[429,61.345]],[\"parent/1434\",[1043,3.358]],[\"name/1435\",[430,61.345]],[\"parent/1435\",[1043,3.358]],[\"name/1436\",[431,61.345]],[\"parent/1436\",[1043,3.358]],[\"name/1437\",[432,61.345]],[\"parent/1437\",[1043,3.358]],[\"name/1438\",[433,61.345]],[\"parent/1438\",[1043,3.358]],[\"name/1439\",[434,61.345]],[\"parent/1439\",[1043,3.358]],[\"name/1440\",[435,60.233]],[\"parent/1440\",[1043,3.358]],[\"name/1441\",[436,61.345]],[\"parent/1441\",[1043,3.358]],[\"name/1442\",[437,59.232]],[\"parent/1442\",[1043,3.358]],[\"name/1443\",[438,61.345]],[\"parent/1443\",[1043,3.358]],[\"name/1444\",[439,61.345]],[\"parent/1444\",[1043,3.358]],[\"name/1445\",[440,61.345]],[\"parent/1445\",[1043,3.358]],[\"name/1446\",[441,61.345]],[\"parent/1446\",[1043,3.358]],[\"name/1447\",[442,61.345]],[\"parent/1447\",[1043,3.358]],[\"name/1448\",[443,61.345]],[\"parent/1448\",[1043,3.358]],[\"name/1449\",[444,61.345]],[\"parent/1449\",[1043,3.358]],[\"name/1450\",[445,61.345]],[\"parent/1450\",[1043,3.358]],[\"name/1451\",[446,61.345]],[\"parent/1451\",[1043,3.358]],[\"name/1452\",[447,61.345]],[\"parent/1452\",[1043,3.358]],[\"name/1453\",[448,62.597]],[\"parent/1453\",[1043,3.358]],[\"name/1454\",[449,61.345]],[\"parent/1454\",[1043,3.358]],[\"name/1455\",[450,61.345]],[\"parent/1455\",[1043,3.358]],[\"name/1456\",[451,61.345]],[\"parent/1456\",[1043,3.358]],[\"name/1457\",[452,61.345]],[\"parent/1457\",[1043,3.358]],[\"name/1458\",[453,61.345]],[\"parent/1458\",[1043,3.358]],[\"name/1459\",[454,61.345]],[\"parent/1459\",[1043,3.358]],[\"name/1460\",[455,61.345]],[\"parent/1460\",[1043,3.358]],[\"name/1461\",[456,61.345]],[\"parent/1461\",[1043,3.358]],[\"name/1462\",[457,61.345]],[\"parent/1462\",[1043,3.358]],[\"name/1463\",[458,61.345]],[\"parent/1463\",[1043,3.358]],[\"name/1464\",[459,61.345]],[\"parent/1464\",[1043,3.358]],[\"name/1465\",[460,61.345]],[\"parent/1465\",[1043,3.358]],[\"name/1466\",[461,60.233]],[\"parent/1466\",[1043,3.358]],[\"name/1467\",[462,61.345]],[\"parent/1467\",[1043,3.358]],[\"name/1468\",[463,61.345]],[\"parent/1468\",[1043,3.358]],[\"name/1469\",[464,61.345]],[\"parent/1469\",[1043,3.358]],[\"name/1470\",[465,61.345]],[\"parent/1470\",[1043,3.358]],[\"name/1471\",[466,61.345]],[\"parent/1471\",[1043,3.358]],[\"name/1472\",[467,60.233]],[\"parent/1472\",[1043,3.358]],[\"name/1473\",[468,59.232]],[\"parent/1473\",[1043,3.358]],[\"name/1474\",[469,61.345]],[\"parent/1474\",[1043,3.358]],[\"name/1475\",[470,61.345]],[\"parent/1475\",[1043,3.358]],[\"name/1476\",[471,57.489]],[\"parent/1476\",[1043,3.358]],[\"name/1477\",[116,60.233]],[\"parent/1477\",[1043,3.358]],[\"name/1478\",[472,61.345]],[\"parent/1478\",[1043,3.358]],[\"name/1479\",[473,61.345]],[\"parent/1479\",[1043,3.358]],[\"name/1480\",[474,61.345]],[\"parent/1480\",[1043,3.358]],[\"name/1481\",[475,61.345]],[\"parent/1481\",[1043,3.358]],[\"name/1482\",[476,61.345]],[\"parent/1482\",[1043,3.358]],[\"name/1483\",[477,61.345]],[\"parent/1483\",[1043,3.358]],[\"name/1484\",[478,61.345]],[\"parent/1484\",[1043,3.358]],[\"name/1485\",[479,61.345]],[\"parent/1485\",[1043,3.358]],[\"name/1486\",[480,60.233]],[\"parent/1486\",[1043,3.358]],[\"name/1487\",[481,61.345]],[\"parent/1487\",[1043,3.358]],[\"name/1488\",[482,60.233]],[\"parent/1488\",[1043,3.358]],[\"name/1489\",[483,61.345]],[\"parent/1489\",[1043,3.358]],[\"name/1490\",[484,61.345]],[\"parent/1490\",[1043,3.358]],[\"name/1491\",[485,61.345]],[\"parent/1491\",[1043,3.358]],[\"name/1492\",[486,61.345]],[\"parent/1492\",[1043,3.358]],[\"name/1493\",[487,61.345]],[\"parent/1493\",[1043,3.358]],[\"name/1494\",[488,60.233]],[\"parent/1494\",[1043,3.358]],[\"name/1495\",[489,61.345]],[\"parent/1495\",[1043,3.358]],[\"name/1496\",[490,61.345]],[\"parent/1496\",[1043,3.358]],[\"name/1497\",[491,61.345]],[\"parent/1497\",[1043,3.358]],[\"name/1498\",[492,61.345]],[\"parent/1498\",[1043,3.358]],[\"name/1499\",[493,61.345]],[\"parent/1499\",[1043,3.358]],[\"name/1500\",[494,61.345]],[\"parent/1500\",[1043,3.358]],[\"name/1501\",[495,61.345]],[\"parent/1501\",[1043,3.358]],[\"name/1502\",[496,61.345]],[\"parent/1502\",[1043,3.358]],[\"name/1503\",[497,61.345]],[\"parent/1503\",[1043,3.358]],[\"name/1504\",[498,61.345]],[\"parent/1504\",[1043,3.358]],[\"name/1505\",[499,61.345]],[\"parent/1505\",[1043,3.358]],[\"name/1506\",[500,61.345]],[\"parent/1506\",[1043,3.358]],[\"name/1507\",[501,61.345]],[\"parent/1507\",[1043,3.358]],[\"name/1508\",[502,61.345]],[\"parent/1508\",[1043,3.358]],[\"name/1509\",[503,61.345]],[\"parent/1509\",[1043,3.358]],[\"name/1510\",[504,61.345]],[\"parent/1510\",[1043,3.358]],[\"name/1511\",[505,61.345]],[\"parent/1511\",[1043,3.358]],[\"name/1512\",[506,61.345]],[\"parent/1512\",[1043,3.358]],[\"name/1513\",[507,61.345]],[\"parent/1513\",[1043,3.358]],[\"name/1514\",[508,61.345]],[\"parent/1514\",[1043,3.358]],[\"name/1515\",[509,61.345]],[\"parent/1515\",[1043,3.358]],[\"name/1516\",[510,61.345]],[\"parent/1516\",[1043,3.358]],[\"name/1517\",[511,61.345]],[\"parent/1517\",[1043,3.358]],[\"name/1518\",[512,60.233]],[\"parent/1518\",[1043,3.358]],[\"name/1519\",[513,61.345]],[\"parent/1519\",[1043,3.358]],[\"name/1520\",[514,61.345]],[\"parent/1520\",[1043,3.358]],[\"name/1521\",[515,61.345]],[\"parent/1521\",[1043,3.358]],[\"name/1522\",[516,64.028]],[\"parent/1522\",[1043,3.358]],[\"name/1523\",[517,60.233]],[\"parent/1523\",[1043,3.358]],[\"name/1524\",[518,61.345]],[\"parent/1524\",[1043,3.358]],[\"name/1525\",[519,61.345]],[\"parent/1525\",[1043,3.358]],[\"name/1526\",[520,61.345]],[\"parent/1526\",[1043,3.358]],[\"name/1527\",[521,61.345]],[\"parent/1527\",[1043,3.358]],[\"name/1528\",[522,61.345]],[\"parent/1528\",[1043,3.358]],[\"name/1529\",[523,61.345]],[\"parent/1529\",[1043,3.358]],[\"name/1530\",[524,61.345]],[\"parent/1530\",[1043,3.358]],[\"name/1531\",[525,61.345]],[\"parent/1531\",[1043,3.358]],[\"name/1532\",[526,61.345]],[\"parent/1532\",[1043,3.358]],[\"name/1533\",[527,61.345]],[\"parent/1533\",[1043,3.358]],[\"name/1534\",[528,61.345]],[\"parent/1534\",[1043,3.358]],[\"name/1535\",[529,61.345]],[\"parent/1535\",[1043,3.358]],[\"name/1536\",[530,61.345]],[\"parent/1536\",[1043,3.358]],[\"name/1537\",[531,58.323]],[\"parent/1537\",[1043,3.358]],[\"name/1538\",[532,59.232]],[\"parent/1538\",[1043,3.358]],[\"name/1539\",[533,58.323]],[\"parent/1539\",[1043,3.358]],[\"name/1540\",[534,59.232]],[\"parent/1540\",[1043,3.358]],[\"name/1541\",[535,59.232]],[\"parent/1541\",[1043,3.358]],[\"name/1542\",[536,61.345]],[\"parent/1542\",[1043,3.358]],[\"name/1543\",[537,61.345]],[\"parent/1543\",[1043,3.358]],[\"name/1544\",[538,61.345]],[\"parent/1544\",[1043,3.358]],[\"name/1545\",[539,60.233]],[\"parent/1545\",[1043,3.358]],[\"name/1546\",[540,62.597]],[\"parent/1546\",[1043,3.358]],[\"name/1547\",[541,60.233]],[\"parent/1547\",[1043,3.358]],[\"name/1548\",[542,61.345]],[\"parent/1548\",[1043,3.358]],[\"name/1549\",[543,62.597]],[\"parent/1549\",[1043,3.358]],[\"name/1550\",[544,62.597]],[\"parent/1550\",[1043,3.358]],[\"name/1551\",[545,61.345]],[\"parent/1551\",[1043,3.358]],[\"name/1552\",[546,61.345]],[\"parent/1552\",[1043,3.358]],[\"name/1553\",[1044,78.691]],[\"parent/1553\",[307,2.906]],[\"name/1554\",[552,67.705]],[\"parent/1554\",[1045,5.748]],[\"name/1555\",[553,67.705]],[\"parent/1555\",[1045,5.748]],[\"name/1556\",[554,67.705]],[\"parent/1556\",[1045,5.748]],[\"name/1557\",[555,67.705]],[\"parent/1557\",[1045,5.748]],[\"name/1558\",[556,65.699]],[\"parent/1558\",[1045,5.748]],[\"name/1559\",[557,67.705]],[\"parent/1559\",[1045,5.748]],[\"name/1560\",[558,67.705]],[\"parent/1560\",[1045,5.748]],[\"name/1561\",[559,67.705]],[\"parent/1561\",[1045,5.748]],[\"name/1562\",[560,67.705]],[\"parent/1562\",[1045,5.748]],[\"name/1563\",[561,67.705]],[\"parent/1563\",[1045,5.748]],[\"name/1564\",[562,67.705]],[\"parent/1564\",[1045,5.748]],[\"name/1565\",[563,67.705]],[\"parent/1565\",[1045,5.748]],[\"name/1566\",[1046,78.691]],[\"parent/1566\",[307,2.906]],[\"name/1567\",[412,61.345]],[\"parent/1567\",[1047,3.273]],[\"name/1568\",[413,61.345]],[\"parent/1568\",[1047,3.273]],[\"name/1569\",[414,61.345]],[\"parent/1569\",[1047,3.273]],[\"name/1570\",[415,61.345]],[\"parent/1570\",[1047,3.273]],[\"name/1571\",[416,61.345]],[\"parent/1571\",[1047,3.273]],[\"name/1572\",[417,61.345]],[\"parent/1572\",[1047,3.273]],[\"name/1573\",[418,61.345]],[\"parent/1573\",[1047,3.273]],[\"name/1574\",[419,61.345]],[\"parent/1574\",[1047,3.273]],[\"name/1575\",[420,61.345]],[\"parent/1575\",[1047,3.273]],[\"name/1576\",[421,61.345]],[\"parent/1576\",[1047,3.273]],[\"name/1577\",[422,61.345]],[\"parent/1577\",[1047,3.273]],[\"name/1578\",[423,61.345]],[\"parent/1578\",[1047,3.273]],[\"name/1579\",[424,61.345]],[\"parent/1579\",[1047,3.273]],[\"name/1580\",[425,61.345]],[\"parent/1580\",[1047,3.273]],[\"name/1581\",[426,61.345]],[\"parent/1581\",[1047,3.273]],[\"name/1582\",[427,61.345]],[\"parent/1582\",[1047,3.273]],[\"name/1583\",[428,61.345]],[\"parent/1583\",[1047,3.273]],[\"name/1584\",[429,61.345]],[\"parent/1584\",[1047,3.273]],[\"name/1585\",[430,61.345]],[\"parent/1585\",[1047,3.273]],[\"name/1586\",[431,61.345]],[\"parent/1586\",[1047,3.273]],[\"name/1587\",[432,61.345]],[\"parent/1587\",[1047,3.273]],[\"name/1588\",[433,61.345]],[\"parent/1588\",[1047,3.273]],[\"name/1589\",[434,61.345]],[\"parent/1589\",[1047,3.273]],[\"name/1590\",[435,60.233]],[\"parent/1590\",[1047,3.273]],[\"name/1591\",[436,61.345]],[\"parent/1591\",[1047,3.273]],[\"name/1592\",[437,59.232]],[\"parent/1592\",[1047,3.273]],[\"name/1593\",[438,61.345]],[\"parent/1593\",[1047,3.273]],[\"name/1594\",[439,61.345]],[\"parent/1594\",[1047,3.273]],[\"name/1595\",[440,61.345]],[\"parent/1595\",[1047,3.273]],[\"name/1596\",[441,61.345]],[\"parent/1596\",[1047,3.273]],[\"name/1597\",[442,61.345]],[\"parent/1597\",[1047,3.273]],[\"name/1598\",[443,61.345]],[\"parent/1598\",[1047,3.273]],[\"name/1599\",[444,61.345]],[\"parent/1599\",[1047,3.273]],[\"name/1600\",[445,61.345]],[\"parent/1600\",[1047,3.273]],[\"name/1601\",[446,61.345]],[\"parent/1601\",[1047,3.273]],[\"name/1602\",[447,61.345]],[\"parent/1602\",[1047,3.273]],[\"name/1603\",[448,62.597]],[\"parent/1603\",[1047,3.273]],[\"name/1604\",[449,61.345]],[\"parent/1604\",[1047,3.273]],[\"name/1605\",[450,61.345]],[\"parent/1605\",[1047,3.273]],[\"name/1606\",[451,61.345]],[\"parent/1606\",[1047,3.273]],[\"name/1607\",[452,61.345]],[\"parent/1607\",[1047,3.273]],[\"name/1608\",[453,61.345]],[\"parent/1608\",[1047,3.273]],[\"name/1609\",[454,61.345]],[\"parent/1609\",[1047,3.273]],[\"name/1610\",[455,61.345]],[\"parent/1610\",[1047,3.273]],[\"name/1611\",[456,61.345]],[\"parent/1611\",[1047,3.273]],[\"name/1612\",[457,61.345]],[\"parent/1612\",[1047,3.273]],[\"name/1613\",[458,61.345]],[\"parent/1613\",[1047,3.273]],[\"name/1614\",[459,61.345]],[\"parent/1614\",[1047,3.273]],[\"name/1615\",[460,61.345]],[\"parent/1615\",[1047,3.273]],[\"name/1616\",[461,60.233]],[\"parent/1616\",[1047,3.273]],[\"name/1617\",[462,61.345]],[\"parent/1617\",[1047,3.273]],[\"name/1618\",[463,61.345]],[\"parent/1618\",[1047,3.273]],[\"name/1619\",[464,61.345]],[\"parent/1619\",[1047,3.273]],[\"name/1620\",[465,61.345]],[\"parent/1620\",[1047,3.273]],[\"name/1621\",[466,61.345]],[\"parent/1621\",[1047,3.273]],[\"name/1622\",[467,60.233]],[\"parent/1622\",[1047,3.273]],[\"name/1623\",[468,59.232]],[\"parent/1623\",[1047,3.273]],[\"name/1624\",[469,61.345]],[\"parent/1624\",[1047,3.273]],[\"name/1625\",[470,61.345]],[\"parent/1625\",[1047,3.273]],[\"name/1626\",[471,57.489]],[\"parent/1626\",[1047,3.273]],[\"name/1627\",[116,60.233]],[\"parent/1627\",[1047,3.273]],[\"name/1628\",[472,61.345]],[\"parent/1628\",[1047,3.273]],[\"name/1629\",[473,61.345]],[\"parent/1629\",[1047,3.273]],[\"name/1630\",[474,61.345]],[\"parent/1630\",[1047,3.273]],[\"name/1631\",[475,61.345]],[\"parent/1631\",[1047,3.273]],[\"name/1632\",[476,61.345]],[\"parent/1632\",[1047,3.273]],[\"name/1633\",[477,61.345]],[\"parent/1633\",[1047,3.273]],[\"name/1634\",[478,61.345]],[\"parent/1634\",[1047,3.273]],[\"name/1635\",[479,61.345]],[\"parent/1635\",[1047,3.273]],[\"name/1636\",[480,60.233]],[\"parent/1636\",[1047,3.273]],[\"name/1637\",[481,61.345]],[\"parent/1637\",[1047,3.273]],[\"name/1638\",[482,60.233]],[\"parent/1638\",[1047,3.273]],[\"name/1639\",[483,61.345]],[\"parent/1639\",[1047,3.273]],[\"name/1640\",[484,61.345]],[\"parent/1640\",[1047,3.273]],[\"name/1641\",[485,61.345]],[\"parent/1641\",[1047,3.273]],[\"name/1642\",[486,61.345]],[\"parent/1642\",[1047,3.273]],[\"name/1643\",[487,61.345]],[\"parent/1643\",[1047,3.273]],[\"name/1644\",[488,60.233]],[\"parent/1644\",[1047,3.273]],[\"name/1645\",[489,61.345]],[\"parent/1645\",[1047,3.273]],[\"name/1646\",[490,61.345]],[\"parent/1646\",[1047,3.273]],[\"name/1647\",[491,61.345]],[\"parent/1647\",[1047,3.273]],[\"name/1648\",[492,61.345]],[\"parent/1648\",[1047,3.273]],[\"name/1649\",[493,61.345]],[\"parent/1649\",[1047,3.273]],[\"name/1650\",[494,61.345]],[\"parent/1650\",[1047,3.273]],[\"name/1651\",[495,61.345]],[\"parent/1651\",[1047,3.273]],[\"name/1652\",[496,61.345]],[\"parent/1652\",[1047,3.273]],[\"name/1653\",[497,61.345]],[\"parent/1653\",[1047,3.273]],[\"name/1654\",[498,61.345]],[\"parent/1654\",[1047,3.273]],[\"name/1655\",[499,61.345]],[\"parent/1655\",[1047,3.273]],[\"name/1656\",[500,61.345]],[\"parent/1656\",[1047,3.273]],[\"name/1657\",[501,61.345]],[\"parent/1657\",[1047,3.273]],[\"name/1658\",[502,61.345]],[\"parent/1658\",[1047,3.273]],[\"name/1659\",[503,61.345]],[\"parent/1659\",[1047,3.273]],[\"name/1660\",[504,61.345]],[\"parent/1660\",[1047,3.273]],[\"name/1661\",[505,61.345]],[\"parent/1661\",[1047,3.273]],[\"name/1662\",[506,61.345]],[\"parent/1662\",[1047,3.273]],[\"name/1663\",[507,61.345]],[\"parent/1663\",[1047,3.273]],[\"name/1664\",[508,61.345]],[\"parent/1664\",[1047,3.273]],[\"name/1665\",[509,61.345]],[\"parent/1665\",[1047,3.273]],[\"name/1666\",[510,61.345]],[\"parent/1666\",[1047,3.273]],[\"name/1667\",[511,61.345]],[\"parent/1667\",[1047,3.273]],[\"name/1668\",[512,60.233]],[\"parent/1668\",[1047,3.273]],[\"name/1669\",[513,61.345]],[\"parent/1669\",[1047,3.273]],[\"name/1670\",[514,61.345]],[\"parent/1670\",[1047,3.273]],[\"name/1671\",[515,61.345]],[\"parent/1671\",[1047,3.273]],[\"name/1672\",[516,64.028]],[\"parent/1672\",[1047,3.273]],[\"name/1673\",[517,60.233]],[\"parent/1673\",[1047,3.273]],[\"name/1674\",[518,61.345]],[\"parent/1674\",[1047,3.273]],[\"name/1675\",[519,61.345]],[\"parent/1675\",[1047,3.273]],[\"name/1676\",[520,61.345]],[\"parent/1676\",[1047,3.273]],[\"name/1677\",[521,61.345]],[\"parent/1677\",[1047,3.273]],[\"name/1678\",[522,61.345]],[\"parent/1678\",[1047,3.273]],[\"name/1679\",[523,61.345]],[\"parent/1679\",[1047,3.273]],[\"name/1680\",[524,61.345]],[\"parent/1680\",[1047,3.273]],[\"name/1681\",[525,61.345]],[\"parent/1681\",[1047,3.273]],[\"name/1682\",[526,61.345]],[\"parent/1682\",[1047,3.273]],[\"name/1683\",[527,61.345]],[\"parent/1683\",[1047,3.273]],[\"name/1684\",[528,61.345]],[\"parent/1684\",[1047,3.273]],[\"name/1685\",[529,61.345]],[\"parent/1685\",[1047,3.273]],[\"name/1686\",[530,61.345]],[\"parent/1686\",[1047,3.273]],[\"name/1687\",[531,58.323]],[\"parent/1687\",[1047,3.273]],[\"name/1688\",[532,59.232]],[\"parent/1688\",[1047,3.273]],[\"name/1689\",[533,58.323]],[\"parent/1689\",[1047,3.273]],[\"name/1690\",[534,59.232]],[\"parent/1690\",[1047,3.273]],[\"name/1691\",[535,59.232]],[\"parent/1691\",[1047,3.273]],[\"name/1692\",[536,61.345]],[\"parent/1692\",[1047,3.273]],[\"name/1693\",[537,61.345]],[\"parent/1693\",[1047,3.273]],[\"name/1694\",[538,61.345]],[\"parent/1694\",[1047,3.273]],[\"name/1695\",[539,60.233]],[\"parent/1695\",[1047,3.273]],[\"name/1696\",[540,62.597]],[\"parent/1696\",[1047,3.273]],[\"name/1697\",[541,60.233]],[\"parent/1697\",[1047,3.273]],[\"name/1698\",[542,61.345]],[\"parent/1698\",[1047,3.273]],[\"name/1699\",[543,62.597]],[\"parent/1699\",[1047,3.273]],[\"name/1700\",[544,62.597]],[\"parent/1700\",[1047,3.273]],[\"name/1701\",[545,61.345]],[\"parent/1701\",[1047,3.273]],[\"name/1702\",[546,61.345]],[\"parent/1702\",[1047,3.273]],[\"name/1703\",[552,67.705]],[\"parent/1703\",[1047,3.273]],[\"name/1704\",[553,67.705]],[\"parent/1704\",[1047,3.273]],[\"name/1705\",[554,67.705]],[\"parent/1705\",[1047,3.273]],[\"name/1706\",[555,67.705]],[\"parent/1706\",[1047,3.273]],[\"name/1707\",[556,65.699]],[\"parent/1707\",[1047,3.273]],[\"name/1708\",[557,67.705]],[\"parent/1708\",[1047,3.273]],[\"name/1709\",[558,67.705]],[\"parent/1709\",[1047,3.273]],[\"name/1710\",[559,67.705]],[\"parent/1710\",[1047,3.273]],[\"name/1711\",[560,67.705]],[\"parent/1711\",[1047,3.273]],[\"name/1712\",[561,67.705]],[\"parent/1712\",[1047,3.273]],[\"name/1713\",[562,67.705]],[\"parent/1713\",[1047,3.273]],[\"name/1714\",[563,67.705]],[\"parent/1714\",[1047,3.273]],[\"name/1715\",[1048,78.691]],[\"parent/1715\",[307,2.906]],[\"name/1716\",[14,52.542]],[\"parent/1716\",[1049,7.357]],[\"name/1717\",[1050,78.691]],[\"parent/1717\",[1049,7.357]],[\"name/1718\",[1051,78.691]],[\"parent/1718\",[307,2.906]],[\"name/1719\",[692,73.583]],[\"parent/1719\",[1052,7.868]],[\"name/1720\",[1053,78.691]],[\"parent/1720\",[307,2.906]],[\"name/1721\",[349,59.232]],[\"parent/1721\",[1054,6.769]],[\"name/1722\",[1055,56.005]],[\"parent/1722\",[1054,6.769]],[\"name/1723\",[1056,78.691]],[\"parent/1723\",[1054,6.769]],[\"name/1724\",[1057,78.691]],[\"parent/1724\",[1054,6.769]],[\"name/1725\",[1058,78.691]],[\"parent/1725\",[307,2.906]],[\"name/1726\",[14,52.542]],[\"parent/1726\",[1059,7.02]],[\"name/1727\",[1060,78.691]],[\"parent/1727\",[1059,7.02]],[\"name/1728\",[1061,78.691]],[\"parent/1728\",[1059,7.02]],[\"name/1729\",[1062,78.691]],[\"parent/1729\",[307,2.906]],[\"name/1730\",[1063,78.691]],[\"parent/1730\",[1064,7.357]],[\"name/1731\",[1065,78.691]],[\"parent/1731\",[1064,7.357]],[\"name/1732\",[1066,78.691]],[\"parent/1732\",[307,2.906]],[\"name/1733\",[717,73.583]],[\"parent/1733\",[1067,6.401]],[\"name/1734\",[1068,78.691]],[\"parent/1734\",[1067,6.401]],[\"name/1735\",[975,73.583]],[\"parent/1735\",[1067,6.401]],[\"name/1736\",[1069,78.691]],[\"parent/1736\",[1067,6.401]],[\"name/1737\",[1070,78.691]],[\"parent/1737\",[1067,6.401]],[\"name/1738\",[1071,78.691]],[\"parent/1738\",[1067,6.401]],[\"name/1739\",[1072,78.691]],[\"parent/1739\",[307,2.906]],[\"name/1740\",[1073,78.691]],[\"parent/1740\",[1074,6.401]],[\"name/1741\",[1075,78.691]],[\"parent/1741\",[1074,6.401]],[\"name/1742\",[1076,78.691]],[\"parent/1742\",[1074,6.401]],[\"name/1743\",[1077,78.691]],[\"parent/1743\",[1074,6.401]],[\"name/1744\",[1078,78.691]],[\"parent/1744\",[1074,6.401]],[\"name/1745\",[1079,78.691]],[\"parent/1745\",[1074,6.401]],[\"name/1746\",[1080,78.691]],[\"parent/1746\",[307,2.906]],[\"name/1747\",[1081,78.691]],[\"parent/1747\",[1082,6.568]],[\"name/1748\",[1083,78.691]],[\"parent/1748\",[1082,6.568]],[\"name/1749\",[1084,78.691]],[\"parent/1749\",[1082,6.568]],[\"name/1750\",[1085,78.691]],[\"parent/1750\",[1082,6.568]],[\"name/1751\",[1086,78.691]],[\"parent/1751\",[1082,6.568]],[\"name/1752\",[1087,78.691]],[\"parent/1752\",[307,2.906]],[\"name/1753\",[1088,78.691]],[\"parent/1753\",[307,2.906]],[\"name/1754\",[1089,78.691]],[\"parent/1754\",[1090,5.831]],[\"name/1755\",[1091,78.691]],[\"parent/1755\",[1090,5.831]],[\"name/1756\",[1092,78.691]],[\"parent/1756\",[1090,5.831]],[\"name/1757\",[1093,78.691]],[\"parent/1757\",[1090,5.831]],[\"name/1758\",[1094,78.691]],[\"parent/1758\",[1090,5.831]],[\"name/1759\",[1095,78.691]],[\"parent/1759\",[1090,5.831]],[\"name/1760\",[1096,78.691]],[\"parent/1760\",[1090,5.831]],[\"name/1761\",[1097,78.691]],[\"parent/1761\",[1090,5.831]],[\"name/1762\",[1098,78.691]],[\"parent/1762\",[1090,5.831]],[\"name/1763\",[1099,78.691]],[\"parent/1763\",[1090,5.831]],[\"name/1764\",[1100,78.691]],[\"parent/1764\",[1090,5.831]],[\"name/1765\",[1101,78.691]],[\"parent/1765\",[307,2.906]],[\"name/1766\",[804,58.323]],[\"parent/1766\",[1102,6.769]],[\"name/1767\",[1103,78.691]],[\"parent/1767\",[1102,6.769]],[\"name/1768\",[1104,78.691]],[\"parent/1768\",[1102,6.769]],[\"name/1769\",[1105,73.583]],[\"parent/1769\",[1102,6.769]],[\"name/1770\",[1106,78.691]],[\"parent/1770\",[307,2.906]],[\"name/1771\",[920,70.218]],[\"parent/1771\",[1107,6.769]],[\"name/1772\",[922,70.218]],[\"parent/1772\",[1107,6.769]],[\"name/1773\",[1108,73.583]],[\"parent/1773\",[1107,6.769]],[\"name/1774\",[732,67.705]],[\"parent/1774\",[1107,6.769]],[\"name/1775\",[1109,73.583]],[\"parent/1775\",[307,2.906]],[\"name/1776\",[776,60.233]],[\"parent/1776\",[1110,7.02]],[\"name/1777\",[723,58.323]],[\"parent/1777\",[1110,7.02]],[\"name/1778\",[1111,78.691]],[\"parent/1778\",[1110,7.02]],[\"name/1779\",[1112,78.691]],[\"parent/1779\",[307,2.906]],[\"name/1780\",[920,70.218]],[\"parent/1780\",[1113,5.356]],[\"name/1781\",[922,70.218]],[\"parent/1781\",[1113,5.356]],[\"name/1782\",[1114,73.583]],[\"parent/1782\",[1113,5.356]],[\"name/1783\",[1115,73.583]],[\"parent/1783\",[1113,5.356]],[\"name/1784\",[1116,78.691]],[\"parent/1784\",[1113,5.356]],[\"name/1785\",[1117,73.583]],[\"parent/1785\",[1113,5.356]],[\"name/1786\",[1118,78.691]],[\"parent/1786\",[1113,5.356]],[\"name/1787\",[1119,78.691]],[\"parent/1787\",[1113,5.356]],[\"name/1788\",[1120,78.691]],[\"parent/1788\",[1113,5.356]],[\"name/1789\",[945,73.583]],[\"parent/1789\",[1113,5.356]],[\"name/1790\",[437,59.232]],[\"parent/1790\",[1113,5.356]],[\"name/1791\",[1121,78.691]],[\"parent/1791\",[1113,5.356]],[\"name/1792\",[1122,73.583]],[\"parent/1792\",[1113,5.356]],[\"name/1793\",[1123,73.583]],[\"parent/1793\",[1113,5.356]],[\"name/1794\",[1124,73.583]],[\"parent/1794\",[1113,5.356]],[\"name/1795\",[1125,78.691]],[\"parent/1795\",[1113,5.356]],[\"name/1796\",[1126,78.691]],[\"parent/1796\",[1113,5.356]],[\"name/1797\",[757,73.583]],[\"parent/1797\",[1113,5.356]],[\"name/1798\",[1127,78.691]],[\"parent/1798\",[307,2.906]],[\"name/1799\",[1109,73.583]],[\"parent/1799\",[1128,5.831]],[\"name/1800\",[1129,78.691]],[\"parent/1800\",[1128,5.831]],[\"name/1801\",[1130,78.691]],[\"parent/1801\",[1128,5.831]],[\"name/1802\",[1131,78.691]],[\"parent/1802\",[1128,5.831]],[\"name/1803\",[1132,78.691]],[\"parent/1803\",[1128,5.831]],[\"name/1804\",[1133,78.691]],[\"parent/1804\",[1128,5.831]],[\"name/1805\",[1134,78.691]],[\"parent/1805\",[1128,5.831]],[\"name/1806\",[1135,78.691]],[\"parent/1806\",[1128,5.831]],[\"name/1807\",[1136,78.691]],[\"parent/1807\",[1128,5.831]],[\"name/1808\",[1137,78.691]],[\"parent/1808\",[1128,5.831]],[\"name/1809\",[1138,78.691]],[\"parent/1809\",[1128,5.831]],[\"name/1810\",[1139,78.691]],[\"parent/1810\",[307,2.906]],[\"name/1811\",[804,58.323]],[\"parent/1811\",[1140,7.868]],[\"name/1812\",[1141,78.691]],[\"parent/1812\",[307,2.906]],[\"name/1813\",[804,58.323]],[\"parent/1813\",[1142,7.357]],[\"name/1814\",[1143,78.691]],[\"parent/1814\",[1142,7.357]],[\"name/1815\",[1144,78.691]],[\"parent/1815\",[307,2.906]],[\"name/1816\",[804,58.323]],[\"parent/1816\",[1145,6.769]],[\"name/1817\",[533,58.323]],[\"parent/1817\",[1145,6.769]],[\"name/1818\",[531,58.323]],[\"parent/1818\",[1145,6.769]],[\"name/1819\",[488,60.233]],[\"parent/1819\",[1145,6.769]],[\"name/1820\",[1146,78.691]],[\"parent/1820\",[307,2.906]],[\"name/1821\",[804,58.323]],[\"parent/1821\",[1147,6.133]],[\"name/1822\",[1148,78.691]],[\"parent/1822\",[1147,6.133]],[\"name/1823\",[1149,78.691]],[\"parent/1823\",[1147,6.133]],[\"name/1824\",[1150,78.691]],[\"parent/1824\",[1147,6.133]],[\"name/1825\",[1151,78.691]],[\"parent/1825\",[1147,6.133]],[\"name/1826\",[1152,78.691]],[\"parent/1826\",[1147,6.133]],[\"name/1827\",[1153,78.691]],[\"parent/1827\",[1147,6.133]],[\"name/1828\",[1154,78.691]],[\"parent/1828\",[1147,6.133]],[\"name/1829\",[1155,78.691]],[\"parent/1829\",[307,2.906]],[\"name/1830\",[1108,73.583]],[\"parent/1830\",[1156,7.357]],[\"name/1831\",[1157,78.691]],[\"parent/1831\",[1156,7.357]],[\"name/1832\",[1158,78.691]],[\"parent/1832\",[307,2.906]],[\"name/1833\",[804,58.323]],[\"parent/1833\",[1159,7.357]],[\"name/1834\",[1160,78.691]],[\"parent/1834\",[1159,7.357]],[\"name/1835\",[1161,78.691]],[\"parent/1835\",[307,2.906]],[\"name/1836\",[1162,78.691]],[\"parent/1836\",[307,2.906]],[\"name/1837\",[1163,73.583]],[\"parent/1837\",[1164,7.02]],[\"name/1838\",[471,57.489]],[\"parent/1838\",[1164,7.02]],[\"name/1839\",[1165,73.583]],[\"parent/1839\",[1164,7.02]],[\"name/1840\",[1166,78.691]],[\"parent/1840\",[307,2.906]],[\"name/1841\",[1163,73.583]],[\"parent/1841\",[1167,7.02]],[\"name/1842\",[471,57.489]],[\"parent/1842\",[1167,7.02]],[\"name/1843\",[1165,73.583]],[\"parent/1843\",[1167,7.02]],[\"name/1844\",[1168,78.691]],[\"parent/1844\",[307,2.906]],[\"name/1845\",[1169,78.691]],[\"parent/1845\",[307,2.906]],[\"name/1846\",[1170,78.691]],[\"parent/1846\",[1171,6.568]],[\"name/1847\",[1172,78.691]],[\"parent/1847\",[1171,6.568]],[\"name/1848\",[1173,78.691]],[\"parent/1848\",[1171,6.568]],[\"name/1849\",[1174,78.691]],[\"parent/1849\",[1171,6.568]],[\"name/1850\",[1175,78.691]],[\"parent/1850\",[1171,6.568]],[\"name/1851\",[1176,78.691]],[\"parent/1851\",[307,2.906]],[\"name/1852\",[1177,78.691]],[\"parent/1852\",[1178,7.02]],[\"name/1853\",[1179,78.691]],[\"parent/1853\",[1178,7.02]],[\"name/1854\",[199,55.338]],[\"parent/1854\",[1178,7.02]],[\"name/1855\",[1180,78.691]],[\"parent/1855\",[307,2.906]],[\"name/1856\",[240,70.218]],[\"parent/1856\",[1181,7.357]],[\"name/1857\",[739,64.028]],[\"parent/1857\",[1181,7.357]],[\"name/1858\",[1182,78.691]],[\"parent/1858\",[307,2.906]],[\"name/1859\",[1183,73.583]],[\"parent/1859\",[1184,5.671]],[\"name/1860\",[1185,73.583]],[\"parent/1860\",[1184,5.671]],[\"name/1861\",[1186,73.583]],[\"parent/1861\",[1184,5.671]],[\"name/1862\",[1187,73.583]],[\"parent/1862\",[1184,5.671]],[\"name/1863\",[1188,73.583]],[\"parent/1863\",[1184,5.671]],[\"name/1864\",[1189,73.583]],[\"parent/1864\",[1184,5.671]],[\"name/1865\",[1190,73.583]],[\"parent/1865\",[1184,5.671]],[\"name/1866\",[1191,73.583]],[\"parent/1866\",[1184,5.671]],[\"name/1867\",[1192,73.583]],[\"parent/1867\",[1184,5.671]],[\"name/1868\",[1193,73.583]],[\"parent/1868\",[1184,5.671]],[\"name/1869\",[1194,73.583]],[\"parent/1869\",[1184,5.671]],[\"name/1870\",[1195,73.583]],[\"parent/1870\",[1184,5.671]],[\"name/1871\",[1196,73.583]],[\"parent/1871\",[1184,5.671]],[\"name/1872\",[1197,78.691]],[\"parent/1872\",[307,2.906]],[\"name/1873\",[1183,73.583]],[\"parent/1873\",[1198,5.671]],[\"name/1874\",[1185,73.583]],[\"parent/1874\",[1198,5.671]],[\"name/1875\",[1186,73.583]],[\"parent/1875\",[1198,5.671]],[\"name/1876\",[1187,73.583]],[\"parent/1876\",[1198,5.671]],[\"name/1877\",[1188,73.583]],[\"parent/1877\",[1198,5.671]],[\"name/1878\",[1189,73.583]],[\"parent/1878\",[1198,5.671]],[\"name/1879\",[1190,73.583]],[\"parent/1879\",[1198,5.671]],[\"name/1880\",[1191,73.583]],[\"parent/1880\",[1198,5.671]],[\"name/1881\",[1192,73.583]],[\"parent/1881\",[1198,5.671]],[\"name/1882\",[1195,73.583]],[\"parent/1882\",[1198,5.671]],[\"name/1883\",[1193,73.583]],[\"parent/1883\",[1198,5.671]],[\"name/1884\",[1194,73.583]],[\"parent/1884\",[1198,5.671]],[\"name/1885\",[1196,73.583]],[\"parent/1885\",[1198,5.671]],[\"name/1886\",[1199,78.691]],[\"parent/1886\",[307,2.906]],[\"name/1887\",[1200,78.691]],[\"parent/1887\",[307,2.906]],[\"name/1888\",[1201,78.691]],[\"parent/1888\",[1202,6.258]],[\"name/1889\",[1203,78.691]],[\"parent/1889\",[1202,6.258]],[\"name/1890\",[1204,78.691]],[\"parent/1890\",[1202,6.258]],[\"name/1891\",[1205,78.691]],[\"parent/1891\",[1202,6.258]],[\"name/1892\",[1206,78.691]],[\"parent/1892\",[1202,6.258]],[\"name/1893\",[1207,78.691]],[\"parent/1893\",[1202,6.258]],[\"name/1894\",[1208,78.691]],[\"parent/1894\",[1202,6.258]],[\"name/1895\",[1209,78.691]],[\"parent/1895\",[307,2.906]],[\"name/1896\",[804,58.323]],[\"parent/1896\",[1210,7.02]],[\"name/1897\",[1211,78.691]],[\"parent/1897\",[1210,7.02]],[\"name/1898\",[1212,78.691]],[\"parent/1898\",[1210,7.02]],[\"name/1899\",[1213,78.691]],[\"parent/1899\",[307,2.906]],[\"name/1900\",[804,58.323]],[\"parent/1900\",[1214,7.357]],[\"name/1901\",[806,73.583]],[\"parent/1901\",[1214,7.357]],[\"name/1902\",[1215,78.691]],[\"parent/1902\",[307,2.906]],[\"name/1903\",[1216,78.691]],[\"parent/1903\",[1217,6.568]],[\"name/1904\",[1218,78.691]],[\"parent/1904\",[1217,6.568]],[\"name/1905\",[1219,78.691]],[\"parent/1905\",[1217,6.568]],[\"name/1906\",[1220,78.691]],[\"parent/1906\",[1217,6.568]],[\"name/1907\",[1221,78.691]],[\"parent/1907\",[1217,6.568]],[\"name/1908\",[1222,78.691]],[\"parent/1908\",[307,2.906]],[\"name/1909\",[1223,78.691]],[\"parent/1909\",[1224,4.572]],[\"name/1910\",[1225,78.691]],[\"parent/1910\",[1224,4.572]],[\"name/1911\",[1226,78.691]],[\"parent/1911\",[1224,4.572]],[\"name/1912\",[1227,78.691]],[\"parent/1912\",[1224,4.572]],[\"name/1913\",[1228,78.691]],[\"parent/1913\",[1224,4.572]],[\"name/1914\",[1229,78.691]],[\"parent/1914\",[1224,4.572]],[\"name/1915\",[1230,78.691]],[\"parent/1915\",[1224,4.572]],[\"name/1916\",[1231,78.691]],[\"parent/1916\",[1224,4.572]],[\"name/1917\",[1232,78.691]],[\"parent/1917\",[1224,4.572]],[\"name/1918\",[1233,78.691]],[\"parent/1918\",[1224,4.572]],[\"name/1919\",[1234,78.691]],[\"parent/1919\",[1224,4.572]],[\"name/1920\",[1235,78.691]],[\"parent/1920\",[1224,4.572]],[\"name/1921\",[1236,78.691]],[\"parent/1921\",[1224,4.572]],[\"name/1922\",[1237,78.691]],[\"parent/1922\",[1224,4.572]],[\"name/1923\",[539,60.233]],[\"parent/1923\",[1224,4.572]],[\"name/1924\",[540,62.597]],[\"parent/1924\",[1224,4.572]],[\"name/1925\",[1238,78.691]],[\"parent/1925\",[1224,4.572]],[\"name/1926\",[1239,78.691]],[\"parent/1926\",[1224,4.572]],[\"name/1927\",[1240,78.691]],[\"parent/1927\",[1224,4.572]],[\"name/1928\",[1241,78.691]],[\"parent/1928\",[1224,4.572]],[\"name/1929\",[1242,78.691]],[\"parent/1929\",[1224,4.572]],[\"name/1930\",[1243,78.691]],[\"parent/1930\",[1224,4.572]],[\"name/1931\",[1244,78.691]],[\"parent/1931\",[1224,4.572]],[\"name/1932\",[1245,78.691]],[\"parent/1932\",[1224,4.572]],[\"name/1933\",[1246,78.691]],[\"parent/1933\",[1224,4.572]],[\"name/1934\",[1247,78.691]],[\"parent/1934\",[1224,4.572]],[\"name/1935\",[1248,78.691]],[\"parent/1935\",[1224,4.572]],[\"name/1936\",[1249,78.691]],[\"parent/1936\",[1224,4.572]],[\"name/1937\",[1250,78.691]],[\"parent/1937\",[1224,4.572]],[\"name/1938\",[1251,78.691]],[\"parent/1938\",[1224,4.572]],[\"name/1939\",[1252,78.691]],[\"parent/1939\",[1224,4.572]],[\"name/1940\",[1253,78.691]],[\"parent/1940\",[1224,4.572]],[\"name/1941\",[1254,78.691]],[\"parent/1941\",[1224,4.572]],[\"name/1942\",[1255,78.691]],[\"parent/1942\",[1224,4.572]],[\"name/1943\",[1256,78.691]],[\"parent/1943\",[1224,4.572]],[\"name/1944\",[1257,78.691]],[\"parent/1944\",[1224,4.572]],[\"name/1945\",[1258,78.691]],[\"parent/1945\",[1224,4.572]],[\"name/1946\",[1259,78.691]],[\"parent/1946\",[1224,4.572]],[\"name/1947\",[1260,78.691]],[\"parent/1947\",[1224,4.572]],[\"name/1948\",[1261,78.691]],[\"parent/1948\",[1224,4.572]],[\"name/1949\",[1262,78.691]],[\"parent/1949\",[307,2.906]],[\"name/1950\",[1263,78.691]],[\"parent/1950\",[1264,7.868]],[\"name/1951\",[461,60.233]],[\"parent/1951\",[307,2.906]],[\"name/1952\",[776,60.233]],[\"parent/1952\",[1265,6.769]],[\"name/1953\",[1266,78.691]],[\"parent/1953\",[1265,6.769]],[\"name/1954\",[1267,73.583]],[\"parent/1954\",[1265,6.769]],[\"name/1955\",[1268,78.691]],[\"parent/1955\",[1265,6.769]],[\"name/1956\",[1269,78.691]],[\"parent/1956\",[307,2.906]],[\"name/1957\",[1270,78.691]],[\"parent/1957\",[1271,6.769]],[\"name/1958\",[1122,73.583]],[\"parent/1958\",[1271,6.769]],[\"name/1959\",[1123,73.583]],[\"parent/1959\",[1271,6.769]],[\"name/1960\",[1124,73.583]],[\"parent/1960\",[1271,6.769]],[\"name/1961\",[1272,78.691]],[\"parent/1961\",[307,2.906]],[\"name/1962\",[804,58.323]],[\"parent/1962\",[1273,7.868]],[\"name/1963\",[1274,78.691]],[\"parent/1963\",[307,2.906]],[\"name/1964\",[502,61.345]],[\"parent/1964\",[1275,3.329]],[\"name/1965\",[501,61.345]],[\"parent/1965\",[1275,3.329]],[\"name/1966\",[480,60.233]],[\"parent/1966\",[1275,3.329]],[\"name/1967\",[481,61.345]],[\"parent/1967\",[1275,3.329]],[\"name/1968\",[413,61.345]],[\"parent/1968\",[1275,3.329]],[\"name/1969\",[490,61.345]],[\"parent/1969\",[1275,3.329]],[\"name/1970\",[492,61.345]],[\"parent/1970\",[1275,3.329]],[\"name/1971\",[493,61.345]],[\"parent/1971\",[1275,3.329]],[\"name/1972\",[491,61.345]],[\"parent/1972\",[1275,3.329]],[\"name/1973\",[495,61.345]],[\"parent/1973\",[1275,3.329]],[\"name/1974\",[456,61.345]],[\"parent/1974\",[1275,3.329]],[\"name/1975\",[494,61.345]],[\"parent/1975\",[1275,3.329]],[\"name/1976\",[545,61.345]],[\"parent/1976\",[1275,3.329]],[\"name/1977\",[543,62.597]],[\"parent/1977\",[1275,3.329]],[\"name/1978\",[512,60.233]],[\"parent/1978\",[1275,3.329]],[\"name/1979\",[513,61.345]],[\"parent/1979\",[1275,3.329]],[\"name/1980\",[514,61.345]],[\"parent/1980\",[1275,3.329]],[\"name/1981\",[469,61.345]],[\"parent/1981\",[1275,3.329]],[\"name/1982\",[470,61.345]],[\"parent/1982\",[1275,3.329]],[\"name/1983\",[475,61.345]],[\"parent/1983\",[1275,3.329]],[\"name/1984\",[471,57.489]],[\"parent/1984\",[1275,3.329]],[\"name/1985\",[116,60.233]],[\"parent/1985\",[1275,3.329]],[\"name/1986\",[505,61.345]],[\"parent/1986\",[1275,3.329]],[\"name/1987\",[442,61.345]],[\"parent/1987\",[1275,3.329]],[\"name/1988\",[445,61.345]],[\"parent/1988\",[1275,3.329]],[\"name/1989\",[446,61.345]],[\"parent/1989\",[1275,3.329]],[\"name/1990\",[419,61.345]],[\"parent/1990\",[1275,3.329]],[\"name/1991\",[420,61.345]],[\"parent/1991\",[1275,3.329]],[\"name/1992\",[447,61.345]],[\"parent/1992\",[1275,3.329]],[\"name/1993\",[450,61.345]],[\"parent/1993\",[1275,3.329]],[\"name/1994\",[451,61.345]],[\"parent/1994\",[1275,3.329]],[\"name/1995\",[431,61.345]],[\"parent/1995\",[1275,3.329]],[\"name/1996\",[499,61.345]],[\"parent/1996\",[1275,3.329]],[\"name/1997\",[546,61.345]],[\"parent/1997\",[1275,3.329]],[\"name/1998\",[504,61.345]],[\"parent/1998\",[1275,3.329]],[\"name/1999\",[525,61.345]],[\"parent/1999\",[1275,3.329]],[\"name/2000\",[429,61.345]],[\"parent/2000\",[1275,3.329]],[\"name/2001\",[473,61.345]],[\"parent/2001\",[1275,3.329]],[\"name/2002\",[438,61.345]],[\"parent/2002\",[1275,3.329]],[\"name/2003\",[439,61.345]],[\"parent/2003\",[1275,3.329]],[\"name/2004\",[517,60.233]],[\"parent/2004\",[1275,3.329]],[\"name/2005\",[518,61.345]],[\"parent/2005\",[1275,3.329]],[\"name/2006\",[519,61.345]],[\"parent/2006\",[1275,3.329]],[\"name/2007\",[520,61.345]],[\"parent/2007\",[1275,3.329]],[\"name/2008\",[521,61.345]],[\"parent/2008\",[1275,3.329]],[\"name/2009\",[523,61.345]],[\"parent/2009\",[1275,3.329]],[\"name/2010\",[531,58.323]],[\"parent/2010\",[1275,3.329]],[\"name/2011\",[1276,70.218]],[\"parent/2011\",[1275,3.329]],[\"name/2012\",[448,62.597]],[\"parent/2012\",[1275,3.329]],[\"name/2013\",[533,58.323]],[\"parent/2013\",[1275,3.329]],[\"name/2014\",[532,59.232]],[\"parent/2014\",[1275,3.329]],[\"name/2015\",[449,61.345]],[\"parent/2015\",[1275,3.329]],[\"name/2016\",[498,61.345]],[\"parent/2016\",[1275,3.329]],[\"name/2017\",[497,61.345]],[\"parent/2017\",[1275,3.329]],[\"name/2018\",[425,61.345]],[\"parent/2018\",[1275,3.329]],[\"name/2019\",[485,61.345]],[\"parent/2019\",[1275,3.329]],[\"name/2020\",[452,61.345]],[\"parent/2020\",[1275,3.329]],[\"name/2021\",[467,60.233]],[\"parent/2021\",[1275,3.329]],[\"name/2022\",[412,61.345]],[\"parent/2022\",[1275,3.329]],[\"name/2023\",[483,61.345]],[\"parent/2023\",[1275,3.329]],[\"name/2024\",[535,59.232]],[\"parent/2024\",[1275,3.329]],[\"name/2025\",[515,61.345]],[\"parent/2025\",[1275,3.329]],[\"name/2026\",[426,61.345]],[\"parent/2026\",[1275,3.329]],[\"name/2027\",[534,59.232]],[\"parent/2027\",[1275,3.329]],[\"name/2028\",[418,61.345]],[\"parent/2028\",[1275,3.329]],[\"name/2029\",[424,61.345]],[\"parent/2029\",[1275,3.329]],[\"name/2030\",[432,61.345]],[\"parent/2030\",[1275,3.329]],[\"name/2031\",[468,59.232]],[\"parent/2031\",[1275,3.329]],[\"name/2032\",[524,61.345]],[\"parent/2032\",[1275,3.329]],[\"name/2033\",[437,59.232]],[\"parent/2033\",[1275,3.329]],[\"name/2034\",[444,61.345]],[\"parent/2034\",[1275,3.329]],[\"name/2035\",[472,61.345]],[\"parent/2035\",[1275,3.329]],[\"name/2036\",[443,61.345]],[\"parent/2036\",[1275,3.329]],[\"name/2037\",[477,61.345]],[\"parent/2037\",[1275,3.329]],[\"name/2038\",[476,61.345]],[\"parent/2038\",[1275,3.329]],[\"name/2039\",[478,61.345]],[\"parent/2039\",[1275,3.329]],[\"name/2040\",[479,61.345]],[\"parent/2040\",[1275,3.329]],[\"name/2041\",[511,61.345]],[\"parent/2041\",[1275,3.329]],[\"name/2042\",[441,61.345]],[\"parent/2042\",[1275,3.329]],[\"name/2043\",[440,61.345]],[\"parent/2043\",[1275,3.329]],[\"name/2044\",[488,60.233]],[\"parent/2044\",[1275,3.329]],[\"name/2045\",[489,61.345]],[\"parent/2045\",[1275,3.329]],[\"name/2046\",[537,61.345]],[\"parent/2046\",[1275,3.329]],[\"name/2047\",[538,61.345]],[\"parent/2047\",[1275,3.329]],[\"name/2048\",[486,61.345]],[\"parent/2048\",[1275,3.329]],[\"name/2049\",[487,61.345]],[\"parent/2049\",[1275,3.329]],[\"name/2050\",[430,61.345]],[\"parent/2050\",[1275,3.329]],[\"name/2051\",[433,61.345]],[\"parent/2051\",[1275,3.329]],[\"name/2052\",[527,61.345]],[\"parent/2052\",[1275,3.329]],[\"name/2053\",[421,61.345]],[\"parent/2053\",[1275,3.329]],[\"name/2054\",[528,61.345]],[\"parent/2054\",[1275,3.329]],[\"name/2055\",[529,61.345]],[\"parent/2055\",[1275,3.329]],[\"name/2056\",[434,61.345]],[\"parent/2056\",[1275,3.329]],[\"name/2057\",[526,61.345]],[\"parent/2057\",[1275,3.329]],[\"name/2058\",[427,61.345]],[\"parent/2058\",[1275,3.329]],[\"name/2059\",[428,61.345]],[\"parent/2059\",[1275,3.329]],[\"name/2060\",[415,61.345]],[\"parent/2060\",[1275,3.329]],[\"name/2061\",[435,60.233]],[\"parent/2061\",[1275,3.329]],[\"name/2062\",[454,61.345]],[\"parent/2062\",[1275,3.329]],[\"name/2063\",[453,61.345]],[\"parent/2063\",[1275,3.329]],[\"name/2064\",[474,61.345]],[\"parent/2064\",[1275,3.329]],[\"name/2065\",[417,61.345]],[\"parent/2065\",[1275,3.329]],[\"name/2066\",[510,61.345]],[\"parent/2066\",[1275,3.329]],[\"name/2067\",[423,61.345]],[\"parent/2067\",[1275,3.329]],[\"name/2068\",[522,61.345]],[\"parent/2068\",[1275,3.329]],[\"name/2069\",[536,61.345]],[\"parent/2069\",[1275,3.329]],[\"name/2070\",[503,61.345]],[\"parent/2070\",[1275,3.329]],[\"name/2071\",[484,61.345]],[\"parent/2071\",[1275,3.329]],[\"name/2072\",[455,61.345]],[\"parent/2072\",[1275,3.329]],[\"name/2073\",[436,61.345]],[\"parent/2073\",[1275,3.329]],[\"name/2074\",[496,61.345]],[\"parent/2074\",[1275,3.329]],[\"name/2075\",[466,61.345]],[\"parent/2075\",[1275,3.329]],[\"name/2076\",[482,60.233]],[\"parent/2076\",[1275,3.329]],[\"name/2077\",[507,61.345]],[\"parent/2077\",[1275,3.329]],[\"name/2078\",[508,61.345]],[\"parent/2078\",[1275,3.329]],[\"name/2079\",[500,61.345]],[\"parent/2079\",[1275,3.329]],[\"name/2080\",[506,61.345]],[\"parent/2080\",[1275,3.329]],[\"name/2081\",[509,61.345]],[\"parent/2081\",[1275,3.329]],[\"name/2082\",[414,61.345]],[\"parent/2082\",[1275,3.329]],[\"name/2083\",[1277,78.691]],[\"parent/2083\",[1275,3.329]],[\"name/2084\",[422,61.345]],[\"parent/2084\",[1275,3.329]],[\"name/2085\",[542,61.345]],[\"parent/2085\",[1275,3.329]],[\"name/2086\",[530,61.345]],[\"parent/2086\",[1275,3.329]],[\"name/2087\",[465,61.345]],[\"parent/2087\",[1275,3.329]],[\"name/2088\",[416,61.345]],[\"parent/2088\",[1275,3.329]],[\"name/2089\",[457,61.345]],[\"parent/2089\",[1275,3.329]],[\"name/2090\",[464,61.345]],[\"parent/2090\",[1275,3.329]],[\"name/2091\",[463,61.345]],[\"parent/2091\",[1275,3.329]],[\"name/2092\",[460,61.345]],[\"parent/2092\",[1275,3.329]],[\"name/2093\",[458,61.345]],[\"parent/2093\",[1275,3.329]],[\"name/2094\",[459,61.345]],[\"parent/2094\",[1275,3.329]],[\"name/2095\",[461,60.233]],[\"parent/2095\",[1275,3.329]],[\"name/2096\",[462,61.345]],[\"parent/2096\",[1275,3.329]],[\"name/2097\",[539,60.233]],[\"parent/2097\",[1275,3.329]],[\"name/2098\",[541,60.233]],[\"parent/2098\",[1275,3.329]],[\"name/2099\",[1278,73.583]],[\"parent/2099\",[1275,3.329]],[\"name/2100\",[1279,67.705]],[\"parent/2100\",[1275,3.329]],[\"name/2101\",[1280,73.583]],[\"parent/2101\",[1275,3.329]],[\"name/2102\",[1281,73.583]],[\"parent/2102\",[1275,3.329]],[\"name/2103\",[1282,73.583]],[\"parent/2103\",[1275,3.329]],[\"name/2104\",[1283,78.691]],[\"parent/2104\",[307,2.906]],[\"name/2105\",[199,55.338]],[\"parent/2105\",[1284,7.868]],[\"name/2106\",[502,61.345]],[\"parent/2106\",[1285,3.329]],[\"name/2107\",[501,61.345]],[\"parent/2107\",[1285,3.329]],[\"name/2108\",[480,60.233]],[\"parent/2108\",[1285,3.329]],[\"name/2109\",[481,61.345]],[\"parent/2109\",[1285,3.329]],[\"name/2110\",[413,61.345]],[\"parent/2110\",[1285,3.329]],[\"name/2111\",[490,61.345]],[\"parent/2111\",[1285,3.329]],[\"name/2112\",[492,61.345]],[\"parent/2112\",[1285,3.329]],[\"name/2113\",[493,61.345]],[\"parent/2113\",[1285,3.329]],[\"name/2114\",[491,61.345]],[\"parent/2114\",[1285,3.329]],[\"name/2115\",[495,61.345]],[\"parent/2115\",[1285,3.329]],[\"name/2116\",[456,61.345]],[\"parent/2116\",[1285,3.329]],[\"name/2117\",[494,61.345]],[\"parent/2117\",[1285,3.329]],[\"name/2118\",[545,61.345]],[\"parent/2118\",[1285,3.329]],[\"name/2119\",[1286,78.691]],[\"parent/2119\",[1285,3.329]],[\"name/2120\",[496,61.345]],[\"parent/2120\",[1285,3.329]],[\"name/2121\",[512,60.233]],[\"parent/2121\",[1285,3.329]],[\"name/2122\",[513,61.345]],[\"parent/2122\",[1285,3.329]],[\"name/2123\",[514,61.345]],[\"parent/2123\",[1285,3.329]],[\"name/2124\",[469,61.345]],[\"parent/2124\",[1285,3.329]],[\"name/2125\",[470,61.345]],[\"parent/2125\",[1285,3.329]],[\"name/2126\",[475,61.345]],[\"parent/2126\",[1285,3.329]],[\"name/2127\",[471,57.489]],[\"parent/2127\",[1285,3.329]],[\"name/2128\",[116,60.233]],[\"parent/2128\",[1285,3.329]],[\"name/2129\",[505,61.345]],[\"parent/2129\",[1285,3.329]],[\"name/2130\",[442,61.345]],[\"parent/2130\",[1285,3.329]],[\"name/2131\",[445,61.345]],[\"parent/2131\",[1285,3.329]],[\"name/2132\",[446,61.345]],[\"parent/2132\",[1285,3.329]],[\"name/2133\",[419,61.345]],[\"parent/2133\",[1285,3.329]],[\"name/2134\",[420,61.345]],[\"parent/2134\",[1285,3.329]],[\"name/2135\",[447,61.345]],[\"parent/2135\",[1285,3.329]],[\"name/2136\",[450,61.345]],[\"parent/2136\",[1285,3.329]],[\"name/2137\",[451,61.345]],[\"parent/2137\",[1285,3.329]],[\"name/2138\",[431,61.345]],[\"parent/2138\",[1285,3.329]],[\"name/2139\",[499,61.345]],[\"parent/2139\",[1285,3.329]],[\"name/2140\",[504,61.345]],[\"parent/2140\",[1285,3.329]],[\"name/2141\",[546,61.345]],[\"parent/2141\",[1285,3.329]],[\"name/2142\",[436,61.345]],[\"parent/2142\",[1285,3.329]],[\"name/2143\",[525,61.345]],[\"parent/2143\",[1285,3.329]],[\"name/2144\",[429,61.345]],[\"parent/2144\",[1285,3.329]],[\"name/2145\",[473,61.345]],[\"parent/2145\",[1285,3.329]],[\"name/2146\",[438,61.345]],[\"parent/2146\",[1285,3.329]],[\"name/2147\",[439,61.345]],[\"parent/2147\",[1285,3.329]],[\"name/2148\",[517,60.233]],[\"parent/2148\",[1285,3.329]],[\"name/2149\",[518,61.345]],[\"parent/2149\",[1285,3.329]],[\"name/2150\",[519,61.345]],[\"parent/2150\",[1285,3.329]],[\"name/2151\",[520,61.345]],[\"parent/2151\",[1285,3.329]],[\"name/2152\",[521,61.345]],[\"parent/2152\",[1285,3.329]],[\"name/2153\",[523,61.345]],[\"parent/2153\",[1285,3.329]],[\"name/2154\",[531,58.323]],[\"parent/2154\",[1285,3.329]],[\"name/2155\",[1276,70.218]],[\"parent/2155\",[1285,3.329]],[\"name/2156\",[1287,78.691]],[\"parent/2156\",[1285,3.329]],[\"name/2157\",[533,58.323]],[\"parent/2157\",[1285,3.329]],[\"name/2158\",[532,59.232]],[\"parent/2158\",[1285,3.329]],[\"name/2159\",[449,61.345]],[\"parent/2159\",[1285,3.329]],[\"name/2160\",[498,61.345]],[\"parent/2160\",[1285,3.329]],[\"name/2161\",[497,61.345]],[\"parent/2161\",[1285,3.329]],[\"name/2162\",[425,61.345]],[\"parent/2162\",[1285,3.329]],[\"name/2163\",[485,61.345]],[\"parent/2163\",[1285,3.329]],[\"name/2164\",[452,61.345]],[\"parent/2164\",[1285,3.329]],[\"name/2165\",[467,60.233]],[\"parent/2165\",[1285,3.329]],[\"name/2166\",[412,61.345]],[\"parent/2166\",[1285,3.329]],[\"name/2167\",[535,59.232]],[\"parent/2167\",[1285,3.329]],[\"name/2168\",[515,61.345]],[\"parent/2168\",[1285,3.329]],[\"name/2169\",[426,61.345]],[\"parent/2169\",[1285,3.329]],[\"name/2170\",[534,59.232]],[\"parent/2170\",[1285,3.329]],[\"name/2171\",[418,61.345]],[\"parent/2171\",[1285,3.329]],[\"name/2172\",[424,61.345]],[\"parent/2172\",[1285,3.329]],[\"name/2173\",[432,61.345]],[\"parent/2173\",[1285,3.329]],[\"name/2174\",[468,59.232]],[\"parent/2174\",[1285,3.329]],[\"name/2175\",[524,61.345]],[\"parent/2175\",[1285,3.329]],[\"name/2176\",[437,59.232]],[\"parent/2176\",[1285,3.329]],[\"name/2177\",[444,61.345]],[\"parent/2177\",[1285,3.329]],[\"name/2178\",[472,61.345]],[\"parent/2178\",[1285,3.329]],[\"name/2179\",[443,61.345]],[\"parent/2179\",[1285,3.329]],[\"name/2180\",[477,61.345]],[\"parent/2180\",[1285,3.329]],[\"name/2181\",[476,61.345]],[\"parent/2181\",[1285,3.329]],[\"name/2182\",[478,61.345]],[\"parent/2182\",[1285,3.329]],[\"name/2183\",[479,61.345]],[\"parent/2183\",[1285,3.329]],[\"name/2184\",[511,61.345]],[\"parent/2184\",[1285,3.329]],[\"name/2185\",[441,61.345]],[\"parent/2185\",[1285,3.329]],[\"name/2186\",[440,61.345]],[\"parent/2186\",[1285,3.329]],[\"name/2187\",[488,60.233]],[\"parent/2187\",[1285,3.329]],[\"name/2188\",[489,61.345]],[\"parent/2188\",[1285,3.329]],[\"name/2189\",[537,61.345]],[\"parent/2189\",[1285,3.329]],[\"name/2190\",[538,61.345]],[\"parent/2190\",[1285,3.329]],[\"name/2191\",[486,61.345]],[\"parent/2191\",[1285,3.329]],[\"name/2192\",[487,61.345]],[\"parent/2192\",[1285,3.329]],[\"name/2193\",[430,61.345]],[\"parent/2193\",[1285,3.329]],[\"name/2194\",[433,61.345]],[\"parent/2194\",[1285,3.329]],[\"name/2195\",[527,61.345]],[\"parent/2195\",[1285,3.329]],[\"name/2196\",[421,61.345]],[\"parent/2196\",[1285,3.329]],[\"name/2197\",[528,61.345]],[\"parent/2197\",[1285,3.329]],[\"name/2198\",[529,61.345]],[\"parent/2198\",[1285,3.329]],[\"name/2199\",[434,61.345]],[\"parent/2199\",[1285,3.329]],[\"name/2200\",[526,61.345]],[\"parent/2200\",[1285,3.329]],[\"name/2201\",[427,61.345]],[\"parent/2201\",[1285,3.329]],[\"name/2202\",[428,61.345]],[\"parent/2202\",[1285,3.329]],[\"name/2203\",[415,61.345]],[\"parent/2203\",[1285,3.329]],[\"name/2204\",[435,60.233]],[\"parent/2204\",[1285,3.329]],[\"name/2205\",[454,61.345]],[\"parent/2205\",[1285,3.329]],[\"name/2206\",[453,61.345]],[\"parent/2206\",[1285,3.329]],[\"name/2207\",[474,61.345]],[\"parent/2207\",[1285,3.329]],[\"name/2208\",[417,61.345]],[\"parent/2208\",[1285,3.329]],[\"name/2209\",[510,61.345]],[\"parent/2209\",[1285,3.329]],[\"name/2210\",[423,61.345]],[\"parent/2210\",[1285,3.329]],[\"name/2211\",[522,61.345]],[\"parent/2211\",[1285,3.329]],[\"name/2212\",[536,61.345]],[\"parent/2212\",[1285,3.329]],[\"name/2213\",[539,60.233]],[\"parent/2213\",[1285,3.329]],[\"name/2214\",[541,60.233]],[\"parent/2214\",[1285,3.329]],[\"name/2215\",[503,61.345]],[\"parent/2215\",[1285,3.329]],[\"name/2216\",[484,61.345]],[\"parent/2216\",[1285,3.329]],[\"name/2217\",[455,61.345]],[\"parent/2217\",[1285,3.329]],[\"name/2218\",[466,61.345]],[\"parent/2218\",[1285,3.329]],[\"name/2219\",[482,60.233]],[\"parent/2219\",[1285,3.329]],[\"name/2220\",[483,61.345]],[\"parent/2220\",[1285,3.329]],[\"name/2221\",[507,61.345]],[\"parent/2221\",[1285,3.329]],[\"name/2222\",[508,61.345]],[\"parent/2222\",[1285,3.329]],[\"name/2223\",[500,61.345]],[\"parent/2223\",[1285,3.329]],[\"name/2224\",[506,61.345]],[\"parent/2224\",[1285,3.329]],[\"name/2225\",[509,61.345]],[\"parent/2225\",[1285,3.329]],[\"name/2226\",[414,61.345]],[\"parent/2226\",[1285,3.329]],[\"name/2227\",[544,62.597]],[\"parent/2227\",[1285,3.329]],[\"name/2228\",[422,61.345]],[\"parent/2228\",[1285,3.329]],[\"name/2229\",[542,61.345]],[\"parent/2229\",[1285,3.329]],[\"name/2230\",[530,61.345]],[\"parent/2230\",[1285,3.329]],[\"name/2231\",[465,61.345]],[\"parent/2231\",[1285,3.329]],[\"name/2232\",[416,61.345]],[\"parent/2232\",[1285,3.329]],[\"name/2233\",[457,61.345]],[\"parent/2233\",[1285,3.329]],[\"name/2234\",[464,61.345]],[\"parent/2234\",[1285,3.329]],[\"name/2235\",[463,61.345]],[\"parent/2235\",[1285,3.329]],[\"name/2236\",[460,61.345]],[\"parent/2236\",[1285,3.329]],[\"name/2237\",[458,61.345]],[\"parent/2237\",[1285,3.329]],[\"name/2238\",[459,61.345]],[\"parent/2238\",[1285,3.329]],[\"name/2239\",[1278,73.583]],[\"parent/2239\",[1285,3.329]],[\"name/2240\",[1279,67.705]],[\"parent/2240\",[1285,3.329]],[\"name/2241\",[1280,73.583]],[\"parent/2241\",[1285,3.329]],[\"name/2242\",[1281,73.583]],[\"parent/2242\",[1285,3.329]],[\"name/2243\",[1282,73.583]],[\"parent/2243\",[1285,3.329]],[\"name/2244\",[461,60.233]],[\"parent/2244\",[1285,3.329]],[\"name/2245\",[462,61.345]],[\"parent/2245\",[1285,3.329]],[\"name/2246\",[1288,78.691]],[\"parent/2246\",[307,2.906]],[\"name/2247\",[1289,78.691]],[\"parent/2247\",[307,2.906]],[\"name/2248\",[1290,78.691]],[\"parent/2248\",[307,2.906]],[\"name/2249\",[1291,78.691]],[\"parent/2249\",[307,2.906]],[\"name/2250\",[1292,78.691]],[\"parent/2250\",[307,2.906]],[\"name/2251\",[410,67.705]],[\"parent/2251\",[1293,3.343]],[\"name/2252\",[411,67.705]],[\"parent/2252\",[1293,3.343]],[\"name/2253\",[412,61.345]],[\"parent/2253\",[1293,3.343]],[\"name/2254\",[413,61.345]],[\"parent/2254\",[1293,3.343]],[\"name/2255\",[414,61.345]],[\"parent/2255\",[1293,3.343]],[\"name/2256\",[415,61.345]],[\"parent/2256\",[1293,3.343]],[\"name/2257\",[416,61.345]],[\"parent/2257\",[1293,3.343]],[\"name/2258\",[417,61.345]],[\"parent/2258\",[1293,3.343]],[\"name/2259\",[418,61.345]],[\"parent/2259\",[1293,3.343]],[\"name/2260\",[419,61.345]],[\"parent/2260\",[1293,3.343]],[\"name/2261\",[420,61.345]],[\"parent/2261\",[1293,3.343]],[\"name/2262\",[421,61.345]],[\"parent/2262\",[1293,3.343]],[\"name/2263\",[422,61.345]],[\"parent/2263\",[1293,3.343]],[\"name/2264\",[423,61.345]],[\"parent/2264\",[1293,3.343]],[\"name/2265\",[424,61.345]],[\"parent/2265\",[1293,3.343]],[\"name/2266\",[425,61.345]],[\"parent/2266\",[1293,3.343]],[\"name/2267\",[426,61.345]],[\"parent/2267\",[1293,3.343]],[\"name/2268\",[427,61.345]],[\"parent/2268\",[1293,3.343]],[\"name/2269\",[428,61.345]],[\"parent/2269\",[1293,3.343]],[\"name/2270\",[429,61.345]],[\"parent/2270\",[1293,3.343]],[\"name/2271\",[430,61.345]],[\"parent/2271\",[1293,3.343]],[\"name/2272\",[431,61.345]],[\"parent/2272\",[1293,3.343]],[\"name/2273\",[432,61.345]],[\"parent/2273\",[1293,3.343]],[\"name/2274\",[433,61.345]],[\"parent/2274\",[1293,3.343]],[\"name/2275\",[434,61.345]],[\"parent/2275\",[1293,3.343]],[\"name/2276\",[435,60.233]],[\"parent/2276\",[1293,3.343]],[\"name/2277\",[436,61.345]],[\"parent/2277\",[1293,3.343]],[\"name/2278\",[437,59.232]],[\"parent/2278\",[1293,3.343]],[\"name/2279\",[438,61.345]],[\"parent/2279\",[1293,3.343]],[\"name/2280\",[439,61.345]],[\"parent/2280\",[1293,3.343]],[\"name/2281\",[440,61.345]],[\"parent/2281\",[1293,3.343]],[\"name/2282\",[441,61.345]],[\"parent/2282\",[1293,3.343]],[\"name/2283\",[442,61.345]],[\"parent/2283\",[1293,3.343]],[\"name/2284\",[443,61.345]],[\"parent/2284\",[1293,3.343]],[\"name/2285\",[444,61.345]],[\"parent/2285\",[1293,3.343]],[\"name/2286\",[445,61.345]],[\"parent/2286\",[1293,3.343]],[\"name/2287\",[446,61.345]],[\"parent/2287\",[1293,3.343]],[\"name/2288\",[447,61.345]],[\"parent/2288\",[1293,3.343]],[\"name/2289\",[448,62.597]],[\"parent/2289\",[1293,3.343]],[\"name/2290\",[449,61.345]],[\"parent/2290\",[1293,3.343]],[\"name/2291\",[450,61.345]],[\"parent/2291\",[1293,3.343]],[\"name/2292\",[451,61.345]],[\"parent/2292\",[1293,3.343]],[\"name/2293\",[452,61.345]],[\"parent/2293\",[1293,3.343]],[\"name/2294\",[453,61.345]],[\"parent/2294\",[1293,3.343]],[\"name/2295\",[454,61.345]],[\"parent/2295\",[1293,3.343]],[\"name/2296\",[455,61.345]],[\"parent/2296\",[1293,3.343]],[\"name/2297\",[456,61.345]],[\"parent/2297\",[1293,3.343]],[\"name/2298\",[457,61.345]],[\"parent/2298\",[1293,3.343]],[\"name/2299\",[458,61.345]],[\"parent/2299\",[1293,3.343]],[\"name/2300\",[459,61.345]],[\"parent/2300\",[1293,3.343]],[\"name/2301\",[460,61.345]],[\"parent/2301\",[1293,3.343]],[\"name/2302\",[461,60.233]],[\"parent/2302\",[1293,3.343]],[\"name/2303\",[462,61.345]],[\"parent/2303\",[1293,3.343]],[\"name/2304\",[463,61.345]],[\"parent/2304\",[1293,3.343]],[\"name/2305\",[464,61.345]],[\"parent/2305\",[1293,3.343]],[\"name/2306\",[465,61.345]],[\"parent/2306\",[1293,3.343]],[\"name/2307\",[466,61.345]],[\"parent/2307\",[1293,3.343]],[\"name/2308\",[467,60.233]],[\"parent/2308\",[1293,3.343]],[\"name/2309\",[468,59.232]],[\"parent/2309\",[1293,3.343]],[\"name/2310\",[469,61.345]],[\"parent/2310\",[1293,3.343]],[\"name/2311\",[470,61.345]],[\"parent/2311\",[1293,3.343]],[\"name/2312\",[471,57.489]],[\"parent/2312\",[1293,3.343]],[\"name/2313\",[116,60.233]],[\"parent/2313\",[1293,3.343]],[\"name/2314\",[472,61.345]],[\"parent/2314\",[1293,3.343]],[\"name/2315\",[473,61.345]],[\"parent/2315\",[1293,3.343]],[\"name/2316\",[474,61.345]],[\"parent/2316\",[1293,3.343]],[\"name/2317\",[475,61.345]],[\"parent/2317\",[1293,3.343]],[\"name/2318\",[476,61.345]],[\"parent/2318\",[1293,3.343]],[\"name/2319\",[477,61.345]],[\"parent/2319\",[1293,3.343]],[\"name/2320\",[478,61.345]],[\"parent/2320\",[1293,3.343]],[\"name/2321\",[479,61.345]],[\"parent/2321\",[1293,3.343]],[\"name/2322\",[480,60.233]],[\"parent/2322\",[1293,3.343]],[\"name/2323\",[481,61.345]],[\"parent/2323\",[1293,3.343]],[\"name/2324\",[482,60.233]],[\"parent/2324\",[1293,3.343]],[\"name/2325\",[483,61.345]],[\"parent/2325\",[1293,3.343]],[\"name/2326\",[484,61.345]],[\"parent/2326\",[1293,3.343]],[\"name/2327\",[485,61.345]],[\"parent/2327\",[1293,3.343]],[\"name/2328\",[486,61.345]],[\"parent/2328\",[1293,3.343]],[\"name/2329\",[487,61.345]],[\"parent/2329\",[1293,3.343]],[\"name/2330\",[488,60.233]],[\"parent/2330\",[1293,3.343]],[\"name/2331\",[489,61.345]],[\"parent/2331\",[1293,3.343]],[\"name/2332\",[490,61.345]],[\"parent/2332\",[1293,3.343]],[\"name/2333\",[491,61.345]],[\"parent/2333\",[1293,3.343]],[\"name/2334\",[492,61.345]],[\"parent/2334\",[1293,3.343]],[\"name/2335\",[493,61.345]],[\"parent/2335\",[1293,3.343]],[\"name/2336\",[494,61.345]],[\"parent/2336\",[1293,3.343]],[\"name/2337\",[495,61.345]],[\"parent/2337\",[1293,3.343]],[\"name/2338\",[496,61.345]],[\"parent/2338\",[1293,3.343]],[\"name/2339\",[497,61.345]],[\"parent/2339\",[1293,3.343]],[\"name/2340\",[498,61.345]],[\"parent/2340\",[1293,3.343]],[\"name/2341\",[499,61.345]],[\"parent/2341\",[1293,3.343]],[\"name/2342\",[500,61.345]],[\"parent/2342\",[1293,3.343]],[\"name/2343\",[501,61.345]],[\"parent/2343\",[1293,3.343]],[\"name/2344\",[502,61.345]],[\"parent/2344\",[1293,3.343]],[\"name/2345\",[503,61.345]],[\"parent/2345\",[1293,3.343]],[\"name/2346\",[504,61.345]],[\"parent/2346\",[1293,3.343]],[\"name/2347\",[505,61.345]],[\"parent/2347\",[1293,3.343]],[\"name/2348\",[506,61.345]],[\"parent/2348\",[1293,3.343]],[\"name/2349\",[507,61.345]],[\"parent/2349\",[1293,3.343]],[\"name/2350\",[508,61.345]],[\"parent/2350\",[1293,3.343]],[\"name/2351\",[509,61.345]],[\"parent/2351\",[1293,3.343]],[\"name/2352\",[510,61.345]],[\"parent/2352\",[1293,3.343]],[\"name/2353\",[511,61.345]],[\"parent/2353\",[1293,3.343]],[\"name/2354\",[512,60.233]],[\"parent/2354\",[1293,3.343]],[\"name/2355\",[513,61.345]],[\"parent/2355\",[1293,3.343]],[\"name/2356\",[514,61.345]],[\"parent/2356\",[1293,3.343]],[\"name/2357\",[515,61.345]],[\"parent/2357\",[1293,3.343]],[\"name/2358\",[516,64.028]],[\"parent/2358\",[1293,3.343]],[\"name/2359\",[517,60.233]],[\"parent/2359\",[1293,3.343]],[\"name/2360\",[518,61.345]],[\"parent/2360\",[1293,3.343]],[\"name/2361\",[519,61.345]],[\"parent/2361\",[1293,3.343]],[\"name/2362\",[520,61.345]],[\"parent/2362\",[1293,3.343]],[\"name/2363\",[521,61.345]],[\"parent/2363\",[1293,3.343]],[\"name/2364\",[522,61.345]],[\"parent/2364\",[1293,3.343]],[\"name/2365\",[523,61.345]],[\"parent/2365\",[1293,3.343]],[\"name/2366\",[524,61.345]],[\"parent/2366\",[1293,3.343]],[\"name/2367\",[525,61.345]],[\"parent/2367\",[1293,3.343]],[\"name/2368\",[526,61.345]],[\"parent/2368\",[1293,3.343]],[\"name/2369\",[527,61.345]],[\"parent/2369\",[1293,3.343]],[\"name/2370\",[528,61.345]],[\"parent/2370\",[1293,3.343]],[\"name/2371\",[529,61.345]],[\"parent/2371\",[1293,3.343]],[\"name/2372\",[530,61.345]],[\"parent/2372\",[1293,3.343]],[\"name/2373\",[531,58.323]],[\"parent/2373\",[1293,3.343]],[\"name/2374\",[532,59.232]],[\"parent/2374\",[1293,3.343]],[\"name/2375\",[533,58.323]],[\"parent/2375\",[1293,3.343]],[\"name/2376\",[534,59.232]],[\"parent/2376\",[1293,3.343]],[\"name/2377\",[535,59.232]],[\"parent/2377\",[1293,3.343]],[\"name/2378\",[536,61.345]],[\"parent/2378\",[1293,3.343]],[\"name/2379\",[537,61.345]],[\"parent/2379\",[1293,3.343]],[\"name/2380\",[538,61.345]],[\"parent/2380\",[1293,3.343]],[\"name/2381\",[539,60.233]],[\"parent/2381\",[1293,3.343]],[\"name/2382\",[540,62.597]],[\"parent/2382\",[1293,3.343]],[\"name/2383\",[541,60.233]],[\"parent/2383\",[1293,3.343]],[\"name/2384\",[542,61.345]],[\"parent/2384\",[1293,3.343]],[\"name/2385\",[543,62.597]],[\"parent/2385\",[1293,3.343]],[\"name/2386\",[544,62.597]],[\"parent/2386\",[1293,3.343]],[\"name/2387\",[545,61.345]],[\"parent/2387\",[1293,3.343]],[\"name/2388\",[546,61.345]],[\"parent/2388\",[1293,3.343]],[\"name/2389\",[1294,78.691]],[\"parent/2389\",[307,2.906]],[\"name/2390\",[1295,73.583]],[\"parent/2390\",[1296,5.831]],[\"name/2391\",[1297,78.691]],[\"parent/2391\",[1296,5.831]],[\"name/2392\",[1298,78.691]],[\"parent/2392\",[1296,5.831]],[\"name/2393\",[1299,73.583]],[\"parent/2393\",[1296,5.831]],[\"name/2394\",[1300,78.691]],[\"parent/2394\",[1296,5.831]],[\"name/2395\",[1301,78.691]],[\"parent/2395\",[1296,5.831]],[\"name/2396\",[1302,78.691]],[\"parent/2396\",[1296,5.831]],[\"name/2397\",[1303,78.691]],[\"parent/2397\",[1296,5.831]],[\"name/2398\",[1304,78.691]],[\"parent/2398\",[1296,5.831]],[\"name/2399\",[1305,78.691]],[\"parent/2399\",[1296,5.831]],[\"name/2400\",[1306,78.691]],[\"parent/2400\",[1296,5.831]],[\"name/2401\",[1307,78.691]],[\"parent/2401\",[307,2.906]],[\"name/2402\",[1308,78.691]],[\"parent/2402\",[1309,7.02]],[\"name/2403\",[1310,78.691]],[\"parent/2403\",[1309,7.02]],[\"name/2404\",[1311,78.691]],[\"parent/2404\",[1309,7.02]],[\"name/2405\",[1312,78.691]],[\"parent/2405\",[307,2.906]],[\"name/2406\",[1313,78.691]],[\"parent/2406\",[1314,7.02]],[\"name/2407\",[1105,73.583]],[\"parent/2407\",[1314,7.02]],[\"name/2408\",[1315,78.691]],[\"parent/2408\",[1314,7.02]],[\"name/2409\",[1316,78.691]],[\"parent/2409\",[307,2.906]],[\"name/2410\",[241,52.542]],[\"parent/2410\",[1317,6.769]],[\"name/2411\",[1318,78.691]],[\"parent/2411\",[1317,6.769]],[\"name/2412\",[1319,73.583]],[\"parent/2412\",[1317,6.769]],[\"name/2413\",[876,73.583]],[\"parent/2413\",[1317,6.769]],[\"name/2414\",[1320,78.691]],[\"parent/2414\",[307,2.906]],[\"name/2415\",[1321,78.691]],[\"parent/2415\",[1322,6.258]],[\"name/2416\",[1299,73.583]],[\"parent/2416\",[1322,6.258]],[\"name/2417\",[647,62.597]],[\"parent/2417\",[1322,6.258]],[\"name/2418\",[632,67.705]],[\"parent/2418\",[1322,6.258]],[\"name/2419\",[294,61.345]],[\"parent/2419\",[1322,6.258]],[\"name/2420\",[1323,78.691]],[\"parent/2420\",[1322,6.258]],[\"name/2421\",[1324,78.691]],[\"parent/2421\",[1322,6.258]],[\"name/2422\",[1325,78.691]],[\"parent/2422\",[307,2.906]],[\"name/2423\",[1326,78.691]],[\"parent/2423\",[1327,7.02]],[\"name/2424\",[1328,78.691]],[\"parent/2424\",[1327,7.02]],[\"name/2425\",[1329,78.691]],[\"parent/2425\",[1327,7.02]],[\"name/2426\",[1330,78.691]],[\"parent/2426\",[307,2.906]],[\"name/2427\",[1319,73.583]],[\"parent/2427\",[1331,7.868]],[\"name/2428\",[1332,78.691]],[\"parent/2428\",[307,2.906]],[\"name/2429\",[647,62.597]],[\"parent/2429\",[1333,7.02]],[\"name/2430\",[632,67.705]],[\"parent/2430\",[1333,7.02]],[\"name/2431\",[294,61.345]],[\"parent/2431\",[1333,7.02]],[\"name/2432\",[1334,78.691]],[\"parent/2432\",[307,2.906]],[\"name/2433\",[58,70.218]],[\"parent/2433\",[1335,5.599]],[\"name/2434\",[1336,78.691]],[\"parent/2434\",[1335,5.599]],[\"name/2435\",[1337,78.691]],[\"parent/2435\",[1335,5.599]],[\"name/2436\",[1338,78.691]],[\"parent/2436\",[1335,5.599]],[\"name/2437\",[1339,78.691]],[\"parent/2437\",[1335,5.599]],[\"name/2438\",[1340,78.691]],[\"parent/2438\",[1335,5.599]],[\"name/2439\",[1341,78.691]],[\"parent/2439\",[1335,5.599]],[\"name/2440\",[1342,78.691]],[\"parent/2440\",[1335,5.599]],[\"name/2441\",[1343,78.691]],[\"parent/2441\",[1335,5.599]],[\"name/2442\",[1344,78.691]],[\"parent/2442\",[1335,5.599]],[\"name/2443\",[1345,78.691]],[\"parent/2443\",[1335,5.599]],[\"name/2444\",[435,60.233]],[\"parent/2444\",[1335,5.599]],[\"name/2445\",[1346,78.691]],[\"parent/2445\",[1335,5.599]],[\"name/2446\",[1347,78.691]],[\"parent/2446\",[1335,5.599]],[\"name/2447\",[1348,78.691]],[\"parent/2447\",[307,2.906]],[\"name/2448\",[1349,57.489]],[\"parent/2448\",[1350,6.769]],[\"name/2449\",[241,52.542]],[\"parent/2449\",[1350,6.769]],[\"name/2450\",[1351,57.489]],[\"parent/2450\",[1350,6.769]],[\"name/2451\",[256,47.051]],[\"parent/2451\",[1350,6.769]],[\"name/2452\",[1352,78.691]],[\"parent/2452\",[307,2.906]],[\"name/2453\",[303,56.719]],[\"parent/2453\",[1353,6.568]],[\"name/2454\",[1349,57.489]],[\"parent/2454\",[1353,6.568]],[\"name/2455\",[241,52.542]],[\"parent/2455\",[1353,6.568]],[\"name/2456\",[1351,57.489]],[\"parent/2456\",[1353,6.568]],[\"name/2457\",[256,47.051]],[\"parent/2457\",[1353,6.568]],[\"name/2458\",[1354,78.691]],[\"parent/2458\",[307,2.906]],[\"name/2459\",[303,56.719]],[\"parent/2459\",[1355,6.568]],[\"name/2460\",[241,52.542]],[\"parent/2460\",[1355,6.568]],[\"name/2461\",[256,47.051]],[\"parent/2461\",[1355,6.568]],[\"name/2462\",[1349,57.489]],[\"parent/2462\",[1355,6.568]],[\"name/2463\",[1351,57.489]],[\"parent/2463\",[1355,6.568]],[\"name/2464\",[1356,78.691]],[\"parent/2464\",[307,2.906]],[\"name/2465\",[1357,73.583]],[\"parent/2465\",[1358,6.568]],[\"name/2466\",[1114,73.583]],[\"parent/2466\",[1358,6.568]],[\"name/2467\",[1115,73.583]],[\"parent/2467\",[1358,6.568]],[\"name/2468\",[1117,73.583]],[\"parent/2468\",[1358,6.568]],[\"name/2469\",[1359,78.691]],[\"parent/2469\",[1358,6.568]],[\"name/2470\",[1360,78.691]],[\"parent/2470\",[307,2.906]],[\"name/2471\",[303,56.719]],[\"parent/2471\",[1361,6.401]],[\"name/2472\",[241,52.542]],[\"parent/2472\",[1361,6.401]],[\"name/2473\",[256,47.051]],[\"parent/2473\",[1361,6.401]],[\"name/2474\",[223,59.232]],[\"parent/2474\",[1361,6.401]],[\"name/2475\",[1349,57.489]],[\"parent/2475\",[1361,6.401]],[\"name/2476\",[1351,57.489]],[\"parent/2476\",[1361,6.401]],[\"name/2477\",[1362,78.691]],[\"parent/2477\",[307,2.906]],[\"name/2478\",[1363,78.691]],[\"parent/2478\",[1364,6.568]],[\"name/2479\",[1365,78.691]],[\"parent/2479\",[1364,6.568]],[\"name/2480\",[1366,78.691]],[\"parent/2480\",[1364,6.568]],[\"name/2481\",[241,52.542]],[\"parent/2481\",[1364,6.568]],[\"name/2482\",[1295,73.583]],[\"parent/2482\",[1364,6.568]],[\"name/2483\",[1367,78.691]],[\"parent/2483\",[307,2.906]],[\"name/2484\",[303,56.719]],[\"parent/2484\",[1368,6.401]],[\"name/2485\",[241,52.542]],[\"parent/2485\",[1368,6.401]],[\"name/2486\",[256,47.051]],[\"parent/2486\",[1368,6.401]],[\"name/2487\",[223,59.232]],[\"parent/2487\",[1368,6.401]],[\"name/2488\",[1349,57.489]],[\"parent/2488\",[1368,6.401]],[\"name/2489\",[1351,57.489]],[\"parent/2489\",[1368,6.401]],[\"name/2490\",[1369,78.691]],[\"parent/2490\",[307,2.906]],[\"name/2491\",[1370,78.691]],[\"parent/2491\",[1371,7.868]],[\"name/2492\",[1372,78.691]],[\"parent/2492\",[307,2.906]],[\"name/2493\",[303,56.719]],[\"parent/2493\",[1373,6.401]],[\"name/2494\",[241,52.542]],[\"parent/2494\",[1373,6.401]],[\"name/2495\",[256,47.051]],[\"parent/2495\",[1373,6.401]],[\"name/2496\",[223,59.232]],[\"parent/2496\",[1373,6.401]],[\"name/2497\",[1349,57.489]],[\"parent/2497\",[1373,6.401]],[\"name/2498\",[1351,57.489]],[\"parent/2498\",[1373,6.401]],[\"name/2499\",[1374,78.691]],[\"parent/2499\",[307,2.906]],[\"name/2500\",[1357,73.583]],[\"parent/2500\",[1375,7.357]],[\"name/2501\",[1376,78.691]],[\"parent/2501\",[1375,7.357]],[\"name/2502\",[1377,78.691]],[\"parent/2502\",[307,2.906]],[\"name/2503\",[303,56.719]],[\"parent/2503\",[1378,6.401]],[\"name/2504\",[241,52.542]],[\"parent/2504\",[1378,6.401]],[\"name/2505\",[256,47.051]],[\"parent/2505\",[1378,6.401]],[\"name/2506\",[223,59.232]],[\"parent/2506\",[1378,6.401]],[\"name/2507\",[1349,57.489]],[\"parent/2507\",[1378,6.401]],[\"name/2508\",[1351,57.489]],[\"parent/2508\",[1378,6.401]],[\"name/2509\",[1379,78.691]],[\"parent/2509\",[307,2.906]],[\"name/2510\",[303,56.719]],[\"parent/2510\",[1380,6.401]],[\"name/2511\",[241,52.542]],[\"parent/2511\",[1380,6.401]],[\"name/2512\",[256,47.051]],[\"parent/2512\",[1380,6.401]],[\"name/2513\",[223,59.232]],[\"parent/2513\",[1380,6.401]],[\"name/2514\",[1349,57.489]],[\"parent/2514\",[1380,6.401]],[\"name/2515\",[1351,57.489]],[\"parent/2515\",[1380,6.401]],[\"name/2516\",[1381,78.691]],[\"parent/2516\",[307,2.906]],[\"name/2517\",[303,56.719]],[\"parent/2517\",[1382,6.401]],[\"name/2518\",[241,52.542]],[\"parent/2518\",[1382,6.401]],[\"name/2519\",[256,47.051]],[\"parent/2519\",[1382,6.401]],[\"name/2520\",[223,59.232]],[\"parent/2520\",[1382,6.401]],[\"name/2521\",[1349,57.489]],[\"parent/2521\",[1382,6.401]],[\"name/2522\",[1351,57.489]],[\"parent/2522\",[1382,6.401]],[\"name/2523\",[1383,78.691]],[\"parent/2523\",[307,2.906]],[\"name/2524\",[303,56.719]],[\"parent/2524\",[1384,6.568]],[\"name/2525\",[241,52.542]],[\"parent/2525\",[1384,6.568]],[\"name/2526\",[256,47.051]],[\"parent/2526\",[1384,6.568]],[\"name/2527\",[1349,57.489]],[\"parent/2527\",[1384,6.568]],[\"name/2528\",[1351,57.489]],[\"parent/2528\",[1384,6.568]],[\"name/2529\",[1385,78.691]],[\"parent/2529\",[307,2.906]],[\"name/2530\",[303,56.719]],[\"parent/2530\",[1386,6.568]],[\"name/2531\",[1349,57.489]],[\"parent/2531\",[1386,6.568]],[\"name/2532\",[241,52.542]],[\"parent/2532\",[1386,6.568]],[\"name/2533\",[1351,57.489]],[\"parent/2533\",[1386,6.568]],[\"name/2534\",[256,47.051]],[\"parent/2534\",[1386,6.568]],[\"name/2535\",[1387,78.691]],[\"parent/2535\",[307,2.906]],[\"name/2536\",[303,56.719]],[\"parent/2536\",[1388,6.258]],[\"name/2537\",[1389,78.691]],[\"parent/2537\",[1388,6.258]],[\"name/2538\",[1390,78.691]],[\"parent/2538\",[1388,6.258]],[\"name/2539\",[1349,57.489]],[\"parent/2539\",[1388,6.258]],[\"name/2540\",[241,52.542]],[\"parent/2540\",[1388,6.258]],[\"name/2541\",[1351,57.489]],[\"parent/2541\",[1388,6.258]],[\"name/2542\",[256,47.051]],[\"parent/2542\",[1388,6.258]],[\"name/2543\",[1391,78.691]],[\"parent/2543\",[307,2.906]],[\"name/2544\",[1392,78.691]],[\"parent/2544\",[307,2.906]],[\"name/2545\",[16,65.699]],[\"parent/2545\",[1393,7.357]],[\"name/2546\",[207,65.699]],[\"parent/2546\",[1393,7.357]],[\"name/2547\",[1394,78.691]],[\"parent/2547\",[307,2.906]],[\"name/2548\",[16,65.699]],[\"parent/2548\",[1395,7.357]],[\"name/2549\",[207,65.699]],[\"parent/2549\",[1395,7.357]],[\"name/2550\",[1396,78.691]],[\"parent/2550\",[307,2.906]],[\"name/2551\",[256,47.051]],[\"parent/2551\",[1397,7.357]],[\"name/2552\",[1398,67.705]],[\"parent/2552\",[1397,7.357]],[\"name/2553\",[1399,78.691]],[\"parent/2553\",[307,2.906]],[\"name/2554\",[410,67.705]],[\"parent/2554\",[1400,3.24]],[\"name/2555\",[411,67.705]],[\"parent/2555\",[1400,3.24]],[\"name/2556\",[549,73.583]],[\"parent/2556\",[1400,3.24]],[\"name/2557\",[550,73.583]],[\"parent/2557\",[1400,3.24]],[\"name/2558\",[551,73.583]],[\"parent/2558\",[1400,3.24]],[\"name/2559\",[412,61.345]],[\"parent/2559\",[1400,3.24]],[\"name/2560\",[413,61.345]],[\"parent/2560\",[1400,3.24]],[\"name/2561\",[414,61.345]],[\"parent/2561\",[1400,3.24]],[\"name/2562\",[415,61.345]],[\"parent/2562\",[1400,3.24]],[\"name/2563\",[416,61.345]],[\"parent/2563\",[1400,3.24]],[\"name/2564\",[417,61.345]],[\"parent/2564\",[1400,3.24]],[\"name/2565\",[418,61.345]],[\"parent/2565\",[1400,3.24]],[\"name/2566\",[419,61.345]],[\"parent/2566\",[1400,3.24]],[\"name/2567\",[420,61.345]],[\"parent/2567\",[1400,3.24]],[\"name/2568\",[421,61.345]],[\"parent/2568\",[1400,3.24]],[\"name/2569\",[422,61.345]],[\"parent/2569\",[1400,3.24]],[\"name/2570\",[423,61.345]],[\"parent/2570\",[1400,3.24]],[\"name/2571\",[424,61.345]],[\"parent/2571\",[1400,3.24]],[\"name/2572\",[425,61.345]],[\"parent/2572\",[1400,3.24]],[\"name/2573\",[426,61.345]],[\"parent/2573\",[1400,3.24]],[\"name/2574\",[427,61.345]],[\"parent/2574\",[1400,3.24]],[\"name/2575\",[428,61.345]],[\"parent/2575\",[1400,3.24]],[\"name/2576\",[429,61.345]],[\"parent/2576\",[1400,3.24]],[\"name/2577\",[430,61.345]],[\"parent/2577\",[1400,3.24]],[\"name/2578\",[431,61.345]],[\"parent/2578\",[1400,3.24]],[\"name/2579\",[432,61.345]],[\"parent/2579\",[1400,3.24]],[\"name/2580\",[433,61.345]],[\"parent/2580\",[1400,3.24]],[\"name/2581\",[434,61.345]],[\"parent/2581\",[1400,3.24]],[\"name/2582\",[435,60.233]],[\"parent/2582\",[1400,3.24]],[\"name/2583\",[436,61.345]],[\"parent/2583\",[1400,3.24]],[\"name/2584\",[437,59.232]],[\"parent/2584\",[1400,3.24]],[\"name/2585\",[438,61.345]],[\"parent/2585\",[1400,3.24]],[\"name/2586\",[439,61.345]],[\"parent/2586\",[1400,3.24]],[\"name/2587\",[440,61.345]],[\"parent/2587\",[1400,3.24]],[\"name/2588\",[441,61.345]],[\"parent/2588\",[1400,3.24]],[\"name/2589\",[442,61.345]],[\"parent/2589\",[1400,3.24]],[\"name/2590\",[443,61.345]],[\"parent/2590\",[1400,3.24]],[\"name/2591\",[444,61.345]],[\"parent/2591\",[1400,3.24]],[\"name/2592\",[445,61.345]],[\"parent/2592\",[1400,3.24]],[\"name/2593\",[446,61.345]],[\"parent/2593\",[1400,3.24]],[\"name/2594\",[447,61.345]],[\"parent/2594\",[1400,3.24]],[\"name/2595\",[448,62.597]],[\"parent/2595\",[1400,3.24]],[\"name/2596\",[449,61.345]],[\"parent/2596\",[1400,3.24]],[\"name/2597\",[450,61.345]],[\"parent/2597\",[1400,3.24]],[\"name/2598\",[451,61.345]],[\"parent/2598\",[1400,3.24]],[\"name/2599\",[452,61.345]],[\"parent/2599\",[1400,3.24]],[\"name/2600\",[453,61.345]],[\"parent/2600\",[1400,3.24]],[\"name/2601\",[454,61.345]],[\"parent/2601\",[1400,3.24]],[\"name/2602\",[455,61.345]],[\"parent/2602\",[1400,3.24]],[\"name/2603\",[456,61.345]],[\"parent/2603\",[1400,3.24]],[\"name/2604\",[457,61.345]],[\"parent/2604\",[1400,3.24]],[\"name/2605\",[458,61.345]],[\"parent/2605\",[1400,3.24]],[\"name/2606\",[459,61.345]],[\"parent/2606\",[1400,3.24]],[\"name/2607\",[460,61.345]],[\"parent/2607\",[1400,3.24]],[\"name/2608\",[461,60.233]],[\"parent/2608\",[1400,3.24]],[\"name/2609\",[462,61.345]],[\"parent/2609\",[1400,3.24]],[\"name/2610\",[463,61.345]],[\"parent/2610\",[1400,3.24]],[\"name/2611\",[464,61.345]],[\"parent/2611\",[1400,3.24]],[\"name/2612\",[465,61.345]],[\"parent/2612\",[1400,3.24]],[\"name/2613\",[466,61.345]],[\"parent/2613\",[1400,3.24]],[\"name/2614\",[467,60.233]],[\"parent/2614\",[1400,3.24]],[\"name/2615\",[468,59.232]],[\"parent/2615\",[1400,3.24]],[\"name/2616\",[469,61.345]],[\"parent/2616\",[1400,3.24]],[\"name/2617\",[470,61.345]],[\"parent/2617\",[1400,3.24]],[\"name/2618\",[471,57.489]],[\"parent/2618\",[1400,3.24]],[\"name/2619\",[116,60.233]],[\"parent/2619\",[1400,3.24]],[\"name/2620\",[472,61.345]],[\"parent/2620\",[1400,3.24]],[\"name/2621\",[473,61.345]],[\"parent/2621\",[1400,3.24]],[\"name/2622\",[474,61.345]],[\"parent/2622\",[1400,3.24]],[\"name/2623\",[475,61.345]],[\"parent/2623\",[1400,3.24]],[\"name/2624\",[476,61.345]],[\"parent/2624\",[1400,3.24]],[\"name/2625\",[477,61.345]],[\"parent/2625\",[1400,3.24]],[\"name/2626\",[478,61.345]],[\"parent/2626\",[1400,3.24]],[\"name/2627\",[479,61.345]],[\"parent/2627\",[1400,3.24]],[\"name/2628\",[480,60.233]],[\"parent/2628\",[1400,3.24]],[\"name/2629\",[481,61.345]],[\"parent/2629\",[1400,3.24]],[\"name/2630\",[482,60.233]],[\"parent/2630\",[1400,3.24]],[\"name/2631\",[483,61.345]],[\"parent/2631\",[1400,3.24]],[\"name/2632\",[484,61.345]],[\"parent/2632\",[1400,3.24]],[\"name/2633\",[485,61.345]],[\"parent/2633\",[1400,3.24]],[\"name/2634\",[486,61.345]],[\"parent/2634\",[1400,3.24]],[\"name/2635\",[487,61.345]],[\"parent/2635\",[1400,3.24]],[\"name/2636\",[488,60.233]],[\"parent/2636\",[1400,3.24]],[\"name/2637\",[489,61.345]],[\"parent/2637\",[1400,3.24]],[\"name/2638\",[490,61.345]],[\"parent/2638\",[1400,3.24]],[\"name/2639\",[491,61.345]],[\"parent/2639\",[1400,3.24]],[\"name/2640\",[492,61.345]],[\"parent/2640\",[1400,3.24]],[\"name/2641\",[493,61.345]],[\"parent/2641\",[1400,3.24]],[\"name/2642\",[494,61.345]],[\"parent/2642\",[1400,3.24]],[\"name/2643\",[495,61.345]],[\"parent/2643\",[1400,3.24]],[\"name/2644\",[496,61.345]],[\"parent/2644\",[1400,3.24]],[\"name/2645\",[497,61.345]],[\"parent/2645\",[1400,3.24]],[\"name/2646\",[498,61.345]],[\"parent/2646\",[1400,3.24]],[\"name/2647\",[499,61.345]],[\"parent/2647\",[1400,3.24]],[\"name/2648\",[500,61.345]],[\"parent/2648\",[1400,3.24]],[\"name/2649\",[501,61.345]],[\"parent/2649\",[1400,3.24]],[\"name/2650\",[502,61.345]],[\"parent/2650\",[1400,3.24]],[\"name/2651\",[503,61.345]],[\"parent/2651\",[1400,3.24]],[\"name/2652\",[504,61.345]],[\"parent/2652\",[1400,3.24]],[\"name/2653\",[505,61.345]],[\"parent/2653\",[1400,3.24]],[\"name/2654\",[506,61.345]],[\"parent/2654\",[1400,3.24]],[\"name/2655\",[507,61.345]],[\"parent/2655\",[1400,3.24]],[\"name/2656\",[508,61.345]],[\"parent/2656\",[1400,3.24]],[\"name/2657\",[509,61.345]],[\"parent/2657\",[1400,3.24]],[\"name/2658\",[510,61.345]],[\"parent/2658\",[1400,3.24]],[\"name/2659\",[511,61.345]],[\"parent/2659\",[1400,3.24]],[\"name/2660\",[512,60.233]],[\"parent/2660\",[1400,3.24]],[\"name/2661\",[513,61.345]],[\"parent/2661\",[1400,3.24]],[\"name/2662\",[514,61.345]],[\"parent/2662\",[1400,3.24]],[\"name/2663\",[515,61.345]],[\"parent/2663\",[1400,3.24]],[\"name/2664\",[516,64.028]],[\"parent/2664\",[1400,3.24]],[\"name/2665\",[517,60.233]],[\"parent/2665\",[1400,3.24]],[\"name/2666\",[518,61.345]],[\"parent/2666\",[1400,3.24]],[\"name/2667\",[519,61.345]],[\"parent/2667\",[1400,3.24]],[\"name/2668\",[520,61.345]],[\"parent/2668\",[1400,3.24]],[\"name/2669\",[521,61.345]],[\"parent/2669\",[1400,3.24]],[\"name/2670\",[522,61.345]],[\"parent/2670\",[1400,3.24]],[\"name/2671\",[523,61.345]],[\"parent/2671\",[1400,3.24]],[\"name/2672\",[524,61.345]],[\"parent/2672\",[1400,3.24]],[\"name/2673\",[525,61.345]],[\"parent/2673\",[1400,3.24]],[\"name/2674\",[526,61.345]],[\"parent/2674\",[1400,3.24]],[\"name/2675\",[527,61.345]],[\"parent/2675\",[1400,3.24]],[\"name/2676\",[528,61.345]],[\"parent/2676\",[1400,3.24]],[\"name/2677\",[529,61.345]],[\"parent/2677\",[1400,3.24]],[\"name/2678\",[530,61.345]],[\"parent/2678\",[1400,3.24]],[\"name/2679\",[531,58.323]],[\"parent/2679\",[1400,3.24]],[\"name/2680\",[532,59.232]],[\"parent/2680\",[1400,3.24]],[\"name/2681\",[533,58.323]],[\"parent/2681\",[1400,3.24]],[\"name/2682\",[534,59.232]],[\"parent/2682\",[1400,3.24]],[\"name/2683\",[535,59.232]],[\"parent/2683\",[1400,3.24]],[\"name/2684\",[536,61.345]],[\"parent/2684\",[1400,3.24]],[\"name/2685\",[537,61.345]],[\"parent/2685\",[1400,3.24]],[\"name/2686\",[538,61.345]],[\"parent/2686\",[1400,3.24]],[\"name/2687\",[539,60.233]],[\"parent/2687\",[1400,3.24]],[\"name/2688\",[540,62.597]],[\"parent/2688\",[1400,3.24]],[\"name/2689\",[541,60.233]],[\"parent/2689\",[1400,3.24]],[\"name/2690\",[542,61.345]],[\"parent/2690\",[1400,3.24]],[\"name/2691\",[543,62.597]],[\"parent/2691\",[1400,3.24]],[\"name/2692\",[544,62.597]],[\"parent/2692\",[1400,3.24]],[\"name/2693\",[545,61.345]],[\"parent/2693\",[1400,3.24]],[\"name/2694\",[546,61.345]],[\"parent/2694\",[1400,3.24]],[\"name/2695\",[552,67.705]],[\"parent/2695\",[1400,3.24]],[\"name/2696\",[553,67.705]],[\"parent/2696\",[1400,3.24]],[\"name/2697\",[554,67.705]],[\"parent/2697\",[1400,3.24]],[\"name/2698\",[555,67.705]],[\"parent/2698\",[1400,3.24]],[\"name/2699\",[556,65.699]],[\"parent/2699\",[1400,3.24]],[\"name/2700\",[557,67.705]],[\"parent/2700\",[1400,3.24]],[\"name/2701\",[558,67.705]],[\"parent/2701\",[1400,3.24]],[\"name/2702\",[559,67.705]],[\"parent/2702\",[1400,3.24]],[\"name/2703\",[560,67.705]],[\"parent/2703\",[1400,3.24]],[\"name/2704\",[561,67.705]],[\"parent/2704\",[1400,3.24]],[\"name/2705\",[562,67.705]],[\"parent/2705\",[1400,3.24]],[\"name/2706\",[563,67.705]],[\"parent/2706\",[1400,3.24]],[\"name/2707\",[989,73.583]],[\"parent/2707\",[307,2.906]],[\"name/2708\",[569,73.583]],[\"parent/2708\",[1401,3.525]],[\"name/2709\",[328,70.218]],[\"parent/2709\",[1401,3.525]],[\"name/2710\",[570,73.583]],[\"parent/2710\",[1401,3.525]],[\"name/2711\",[571,73.583]],[\"parent/2711\",[1401,3.525]],[\"name/2712\",[572,73.583]],[\"parent/2712\",[1401,3.525]],[\"name/2713\",[573,73.583]],[\"parent/2713\",[1401,3.525]],[\"name/2714\",[574,73.583]],[\"parent/2714\",[1401,3.525]],[\"name/2715\",[575,67.705]],[\"parent/2715\",[1401,3.525]],[\"name/2716\",[576,73.583]],[\"parent/2716\",[1401,3.525]],[\"name/2717\",[577,73.583]],[\"parent/2717\",[1401,3.525]],[\"name/2718\",[578,73.583]],[\"parent/2718\",[1401,3.525]],[\"name/2719\",[579,73.583]],[\"parent/2719\",[1401,3.525]],[\"name/2720\",[580,73.583]],[\"parent/2720\",[1401,3.525]],[\"name/2721\",[581,73.583]],[\"parent/2721\",[1401,3.525]],[\"name/2722\",[582,73.583]],[\"parent/2722\",[1401,3.525]],[\"name/2723\",[583,73.583]],[\"parent/2723\",[1401,3.525]],[\"name/2724\",[584,73.583]],[\"parent/2724\",[1401,3.525]],[\"name/2725\",[585,73.583]],[\"parent/2725\",[1401,3.525]],[\"name/2726\",[586,73.583]],[\"parent/2726\",[1401,3.525]],[\"name/2727\",[587,73.583]],[\"parent/2727\",[1401,3.525]],[\"name/2728\",[588,73.583]],[\"parent/2728\",[1401,3.525]],[\"name/2729\",[589,73.583]],[\"parent/2729\",[1401,3.525]],[\"name/2730\",[590,73.583]],[\"parent/2730\",[1401,3.525]],[\"name/2731\",[591,73.583]],[\"parent/2731\",[1401,3.525]],[\"name/2732\",[592,73.583]],[\"parent/2732\",[1401,3.525]],[\"name/2733\",[593,73.583]],[\"parent/2733\",[1401,3.525]],[\"name/2734\",[594,73.583]],[\"parent/2734\",[1401,3.525]],[\"name/2735\",[595,73.583]],[\"parent/2735\",[1401,3.525]],[\"name/2736\",[596,64.028]],[\"parent/2736\",[1401,3.525]],[\"name/2737\",[597,64.028]],[\"parent/2737\",[1401,3.525]],[\"name/2738\",[598,73.583]],[\"parent/2738\",[1401,3.525]],[\"name/2739\",[599,73.583]],[\"parent/2739\",[1401,3.525]],[\"name/2740\",[324,64.028]],[\"parent/2740\",[1401,3.525]],[\"name/2741\",[600,65.699]],[\"parent/2741\",[1401,3.525]],[\"name/2742\",[601,70.218]],[\"parent/2742\",[1401,3.525]],[\"name/2743\",[602,73.583]],[\"parent/2743\",[1401,3.525]],[\"name/2744\",[603,73.583]],[\"parent/2744\",[1401,3.525]],[\"name/2745\",[604,67.705]],[\"parent/2745\",[1401,3.525]],[\"name/2746\",[605,70.218]],[\"parent/2746\",[1401,3.525]],[\"name/2747\",[606,73.583]],[\"parent/2747\",[1401,3.525]],[\"name/2748\",[607,73.583]],[\"parent/2748\",[1401,3.525]],[\"name/2749\",[608,73.583]],[\"parent/2749\",[1401,3.525]],[\"name/2750\",[609,73.583]],[\"parent/2750\",[1401,3.525]],[\"name/2751\",[610,73.583]],[\"parent/2751\",[1401,3.525]],[\"name/2752\",[611,73.583]],[\"parent/2752\",[1401,3.525]],[\"name/2753\",[612,73.583]],[\"parent/2753\",[1401,3.525]],[\"name/2754\",[613,73.583]],[\"parent/2754\",[1401,3.525]],[\"name/2755\",[614,73.583]],[\"parent/2755\",[1401,3.525]],[\"name/2756\",[615,73.583]],[\"parent/2756\",[1401,3.525]],[\"name/2757\",[616,73.583]],[\"parent/2757\",[1401,3.525]],[\"name/2758\",[617,73.583]],[\"parent/2758\",[1401,3.525]],[\"name/2759\",[618,73.583]],[\"parent/2759\",[1401,3.525]],[\"name/2760\",[619,73.583]],[\"parent/2760\",[1401,3.525]],[\"name/2761\",[620,73.583]],[\"parent/2761\",[1401,3.525]],[\"name/2762\",[621,70.218]],[\"parent/2762\",[1401,3.525]],[\"name/2763\",[622,70.218]],[\"parent/2763\",[1401,3.525]],[\"name/2764\",[623,70.218]],[\"parent/2764\",[1401,3.525]],[\"name/2765\",[624,73.583]],[\"parent/2765\",[1401,3.525]],[\"name/2766\",[625,73.583]],[\"parent/2766\",[1401,3.525]],[\"name/2767\",[626,73.583]],[\"parent/2767\",[1401,3.525]],[\"name/2768\",[627,73.583]],[\"parent/2768\",[1401,3.525]],[\"name/2769\",[628,73.583]],[\"parent/2769\",[1401,3.525]],[\"name/2770\",[629,73.583]],[\"parent/2770\",[1401,3.525]],[\"name/2771\",[630,73.583]],[\"parent/2771\",[1401,3.525]],[\"name/2772\",[631,67.705]],[\"parent/2772\",[1401,3.525]],[\"name/2773\",[632,67.705]],[\"parent/2773\",[1401,3.525]],[\"name/2774\",[633,73.583]],[\"parent/2774\",[1401,3.525]],[\"name/2775\",[634,73.583]],[\"parent/2775\",[1401,3.525]],[\"name/2776\",[635,73.583]],[\"parent/2776\",[1401,3.525]],[\"name/2777\",[636,73.583]],[\"parent/2777\",[1401,3.525]],[\"name/2778\",[637,73.583]],[\"parent/2778\",[1401,3.525]],[\"name/2779\",[638,73.583]],[\"parent/2779\",[1401,3.525]],[\"name/2780\",[639,73.583]],[\"parent/2780\",[1401,3.525]],[\"name/2781\",[640,73.583]],[\"parent/2781\",[1401,3.525]],[\"name/2782\",[641,73.583]],[\"parent/2782\",[1401,3.525]],[\"name/2783\",[642,73.583]],[\"parent/2783\",[1401,3.525]],[\"name/2784\",[643,73.583]],[\"parent/2784\",[1401,3.525]],[\"name/2785\",[644,73.583]],[\"parent/2785\",[1401,3.525]],[\"name/2786\",[645,73.583]],[\"parent/2786\",[1401,3.525]],[\"name/2787\",[646,65.699]],[\"parent/2787\",[1401,3.525]],[\"name/2788\",[10,53.042]],[\"parent/2788\",[1401,3.525]],[\"name/2789\",[647,62.597]],[\"parent/2789\",[1401,3.525]],[\"name/2790\",[648,65.699]],[\"parent/2790\",[1401,3.525]],[\"name/2791\",[565,64.028]],[\"parent/2791\",[1401,3.525]],[\"name/2792\",[649,65.699]],[\"parent/2792\",[1401,3.525]],[\"name/2793\",[650,65.699]],[\"parent/2793\",[1401,3.525]],[\"name/2794\",[651,65.699]],[\"parent/2794\",[1401,3.525]],[\"name/2795\",[652,65.699]],[\"parent/2795\",[1401,3.525]],[\"name/2796\",[653,65.699]],[\"parent/2796\",[1401,3.525]],[\"name/2797\",[294,61.345]],[\"parent/2797\",[1401,3.525]],[\"name/2798\",[654,65.699]],[\"parent/2798\",[1401,3.525]],[\"name/2799\",[655,65.699]],[\"parent/2799\",[1401,3.525]],[\"name/2800\",[656,65.699]],[\"parent/2800\",[1401,3.525]],[\"name/2801\",[657,65.699]],[\"parent/2801\",[1401,3.525]],[\"name/2802\",[658,65.699]],[\"parent/2802\",[1401,3.525]],[\"name/2803\",[659,65.699]],[\"parent/2803\",[1401,3.525]],[\"name/2804\",[660,65.699]],[\"parent/2804\",[1401,3.525]],[\"name/2805\",[661,65.699]],[\"parent/2805\",[1401,3.525]],[\"name/2806\",[662,65.699]],[\"parent/2806\",[1401,3.525]],[\"name/2807\",[663,65.699]],[\"parent/2807\",[1401,3.525]],[\"name/2808\",[664,65.699]],[\"parent/2808\",[1401,3.525]],[\"name/2809\",[665,65.699]],[\"parent/2809\",[1401,3.525]],[\"name/2810\",[666,65.699]],[\"parent/2810\",[1401,3.525]],[\"name/2811\",[667,65.699]],[\"parent/2811\",[1401,3.525]],[\"name/2812\",[668,65.699]],[\"parent/2812\",[1401,3.525]],[\"name/2813\",[669,65.699]],[\"parent/2813\",[1401,3.525]],[\"name/2814\",[670,65.699]],[\"parent/2814\",[1401,3.525]],[\"name/2815\",[671,65.699]],[\"parent/2815\",[1401,3.525]],[\"name/2816\",[672,65.699]],[\"parent/2816\",[1401,3.525]],[\"name/2817\",[673,65.699]],[\"parent/2817\",[1401,3.525]],[\"name/2818\",[674,65.699]],[\"parent/2818\",[1401,3.525]],[\"name/2819\",[675,65.699]],[\"parent/2819\",[1401,3.525]],[\"name/2820\",[676,65.699]],[\"parent/2820\",[1401,3.525]],[\"name/2821\",[677,64.028]],[\"parent/2821\",[1401,3.525]],[\"name/2822\",[678,65.699]],[\"parent/2822\",[1401,3.525]],[\"name/2823\",[1402,78.691]],[\"parent/2823\",[307,2.906]],[\"name/2824\",[1403,78.691]],[\"parent/2824\",[1404,7.868]],[\"name/2825\",[991,73.583]],[\"parent/2825\",[307,2.906]],[\"name/2826\",[631,67.705]],[\"parent/2826\",[1405,4.392]],[\"name/2827\",[683,73.583]],[\"parent/2827\",[1405,4.392]],[\"name/2828\",[575,67.705]],[\"parent/2828\",[1405,4.392]],[\"name/2829\",[596,64.028]],[\"parent/2829\",[1405,4.392]],[\"name/2830\",[597,64.028]],[\"parent/2830\",[1405,4.392]],[\"name/2831\",[324,64.028]],[\"parent/2831\",[1405,4.392]],[\"name/2832\",[600,65.699]],[\"parent/2832\",[1405,4.392]],[\"name/2833\",[681,73.583]],[\"parent/2833\",[1405,4.392]],[\"name/2834\",[682,73.583]],[\"parent/2834\",[1405,4.392]],[\"name/2835\",[684,73.583]],[\"parent/2835\",[1405,4.392]],[\"name/2836\",[685,73.583]],[\"parent/2836\",[1405,4.392]],[\"name/2837\",[686,73.583]],[\"parent/2837\",[1405,4.392]],[\"name/2838\",[565,64.028]],[\"parent/2838\",[1405,4.392]],[\"name/2839\",[646,65.699]],[\"parent/2839\",[1405,4.392]],[\"name/2840\",[10,53.042]],[\"parent/2840\",[1405,4.392]],[\"name/2841\",[647,62.597]],[\"parent/2841\",[1405,4.392]],[\"name/2842\",[648,65.699]],[\"parent/2842\",[1405,4.392]],[\"name/2843\",[649,65.699]],[\"parent/2843\",[1405,4.392]],[\"name/2844\",[650,65.699]],[\"parent/2844\",[1405,4.392]],[\"name/2845\",[651,65.699]],[\"parent/2845\",[1405,4.392]],[\"name/2846\",[652,65.699]],[\"parent/2846\",[1405,4.392]],[\"name/2847\",[653,65.699]],[\"parent/2847\",[1405,4.392]],[\"name/2848\",[294,61.345]],[\"parent/2848\",[1405,4.392]],[\"name/2849\",[654,65.699]],[\"parent/2849\",[1405,4.392]],[\"name/2850\",[655,65.699]],[\"parent/2850\",[1405,4.392]],[\"name/2851\",[656,65.699]],[\"parent/2851\",[1405,4.392]],[\"name/2852\",[657,65.699]],[\"parent/2852\",[1405,4.392]],[\"name/2853\",[658,65.699]],[\"parent/2853\",[1405,4.392]],[\"name/2854\",[659,65.699]],[\"parent/2854\",[1405,4.392]],[\"name/2855\",[660,65.699]],[\"parent/2855\",[1405,4.392]],[\"name/2856\",[661,65.699]],[\"parent/2856\",[1405,4.392]],[\"name/2857\",[662,65.699]],[\"parent/2857\",[1405,4.392]],[\"name/2858\",[663,65.699]],[\"parent/2858\",[1405,4.392]],[\"name/2859\",[664,65.699]],[\"parent/2859\",[1405,4.392]],[\"name/2860\",[665,65.699]],[\"parent/2860\",[1405,4.392]],[\"name/2861\",[666,65.699]],[\"parent/2861\",[1405,4.392]],[\"name/2862\",[667,65.699]],[\"parent/2862\",[1405,4.392]],[\"name/2863\",[668,65.699]],[\"parent/2863\",[1405,4.392]],[\"name/2864\",[669,65.699]],[\"parent/2864\",[1405,4.392]],[\"name/2865\",[670,65.699]],[\"parent/2865\",[1405,4.392]],[\"name/2866\",[671,65.699]],[\"parent/2866\",[1405,4.392]],[\"name/2867\",[672,65.699]],[\"parent/2867\",[1405,4.392]],[\"name/2868\",[673,65.699]],[\"parent/2868\",[1405,4.392]],[\"name/2869\",[674,65.699]],[\"parent/2869\",[1405,4.392]],[\"name/2870\",[675,65.699]],[\"parent/2870\",[1405,4.392]],[\"name/2871\",[676,65.699]],[\"parent/2871\",[1405,4.392]],[\"name/2872\",[677,64.028]],[\"parent/2872\",[1405,4.392]],[\"name/2873\",[678,65.699]],[\"parent/2873\",[1405,4.392]],[\"name/2874\",[1276,70.218]],[\"parent/2874\",[307,2.906]],[\"name/2875\",[14,52.542]],[\"parent/2875\",[1406,5.205]],[\"name/2876\",[1407,78.691]],[\"parent/2876\",[1406,5.205]],[\"name/2877\",[1408,64.028]],[\"parent/2877\",[1406,5.205]],[\"name/2878\",[194,73.583]],[\"parent/2878\",[1406,5.205]],[\"name/2879\",[1409,78.691]],[\"parent/2879\",[1406,5.205]],[\"name/2880\",[1410,78.691]],[\"parent/2880\",[1406,5.205]],[\"name/2881\",[1411,78.691]],[\"parent/2881\",[1406,5.205]],[\"name/2882\",[1412,78.691]],[\"parent/2882\",[1406,5.205]],[\"name/2883\",[1413,78.691]],[\"parent/2883\",[1406,5.205]],[\"name/2884\",[1414,78.691]],[\"parent/2884\",[1406,5.205]],[\"name/2885\",[1415,78.691]],[\"parent/2885\",[1406,5.205]],[\"name/2886\",[1416,78.691]],[\"parent/2886\",[1406,5.205]],[\"name/2887\",[1417,73.583]],[\"parent/2887\",[1406,5.205]],[\"name/2888\",[1279,67.705]],[\"parent/2888\",[1406,5.205]],[\"name/2889\",[531,58.323]],[\"parent/2889\",[1406,5.205]],[\"name/2890\",[532,59.232]],[\"parent/2890\",[1406,5.205]],[\"name/2891\",[533,58.323]],[\"parent/2891\",[1406,5.205]],[\"name/2892\",[1418,73.583]],[\"parent/2892\",[1406,5.205]],[\"name/2893\",[1419,73.583]],[\"parent/2893\",[1406,5.205]],[\"name/2894\",[534,59.232]],[\"parent/2894\",[1406,5.205]],[\"name/2895\",[535,59.232]],[\"parent/2895\",[1406,5.205]],[\"name/2896\",[1420,78.691]],[\"parent/2896\",[307,2.906]],[\"name/2897\",[14,52.542]],[\"parent/2897\",[1421,5.922]],[\"name/2898\",[1417,73.583]],[\"parent/2898\",[1421,5.922]],[\"name/2899\",[1279,67.705]],[\"parent/2899\",[1421,5.922]],[\"name/2900\",[531,58.323]],[\"parent/2900\",[1421,5.922]],[\"name/2901\",[532,59.232]],[\"parent/2901\",[1421,5.922]],[\"name/2902\",[533,58.323]],[\"parent/2902\",[1421,5.922]],[\"name/2903\",[1418,73.583]],[\"parent/2903\",[1421,5.922]],[\"name/2904\",[1419,73.583]],[\"parent/2904\",[1421,5.922]],[\"name/2905\",[534,59.232]],[\"parent/2905\",[1421,5.922]],[\"name/2906\",[535,59.232]],[\"parent/2906\",[1421,5.922]],[\"name/2907\",[1422,78.691]],[\"parent/2907\",[307,2.906]],[\"name/2908\",[1423,78.691]],[\"parent/2908\",[307,2.906]],[\"name/2909\",[1424,78.691]],[\"parent/2909\",[1,4.856]],[\"name/2910\",[1425,78.691]],[\"parent/2910\",[1426,3.189]],[\"name/2911\",[1427,78.691]],[\"parent/2911\",[1426,3.189]],[\"name/2912\",[1428,78.691]],[\"parent/2912\",[1426,3.189]],[\"name/2913\",[1429,78.691]],[\"parent/2913\",[1426,3.189]],[\"name/2914\",[1430,78.691]],[\"parent/2914\",[1426,3.189]],[\"name/2915\",[1431,78.691]],[\"parent/2915\",[1426,3.189]],[\"name/2916\",[1432,78.691]],[\"parent/2916\",[1426,3.189]],[\"name/2917\",[1433,78.691]],[\"parent/2917\",[1426,3.189]],[\"name/2918\",[1434,78.691]],[\"parent/2918\",[1426,3.189]],[\"name/2919\",[1435,78.691]],[\"parent/2919\",[1426,3.189]],[\"name/2920\",[1436,78.691]],[\"parent/2920\",[1426,3.189]],[\"name/2921\",[1437,78.691]],[\"parent/2921\",[1426,3.189]],[\"name/2922\",[1438,78.691]],[\"parent/2922\",[1426,3.189]],[\"name/2923\",[1439,78.691]],[\"parent/2923\",[1426,3.189]],[\"name/2924\",[1440,78.691]],[\"parent/2924\",[1426,3.189]],[\"name/2925\",[1441,78.691]],[\"parent/2925\",[1426,3.189]],[\"name/2926\",[1442,78.691]],[\"parent/2926\",[1426,3.189]],[\"name/2927\",[1443,78.691]],[\"parent/2927\",[1426,3.189]],[\"name/2928\",[1444,78.691]],[\"parent/2928\",[1426,3.189]],[\"name/2929\",[1445,78.691]],[\"parent/2929\",[1426,3.189]],[\"name/2930\",[1446,78.691]],[\"parent/2930\",[1426,3.189]],[\"name/2931\",[1447,78.691]],[\"parent/2931\",[1426,3.189]],[\"name/2932\",[1448,78.691]],[\"parent/2932\",[1426,3.189]],[\"name/2933\",[1449,78.691]],[\"parent/2933\",[1426,3.189]],[\"name/2934\",[1450,78.691]],[\"parent/2934\",[1426,3.189]],[\"name/2935\",[1451,78.691]],[\"parent/2935\",[1426,3.189]],[\"name/2936\",[1452,78.691]],[\"parent/2936\",[1426,3.189]],[\"name/2937\",[1453,78.691]],[\"parent/2937\",[1426,3.189]],[\"name/2938\",[1454,78.691]],[\"parent/2938\",[1426,3.189]],[\"name/2939\",[1455,78.691]],[\"parent/2939\",[1426,3.189]],[\"name/2940\",[1456,78.691]],[\"parent/2940\",[1426,3.189]],[\"name/2941\",[1457,78.691]],[\"parent/2941\",[1426,3.189]],[\"name/2942\",[1458,78.691]],[\"parent/2942\",[1426,3.189]],[\"name/2943\",[1459,78.691]],[\"parent/2943\",[1426,3.189]],[\"name/2944\",[1460,78.691]],[\"parent/2944\",[1426,3.189]],[\"name/2945\",[360,73.583]],[\"parent/2945\",[1461,7.357]],[\"name/2946\",[1462,73.583]],[\"parent/2946\",[1461,7.357]],[\"name/2947\",[1463,78.691]],[\"parent/2947\",[1426,3.189]],[\"name/2948\",[1464,78.691]],[\"parent/2948\",[1426,3.189]],[\"name/2949\",[304,70.218]],[\"parent/2949\",[1465,6.401]],[\"name/2950\",[44,70.218]],[\"parent/2950\",[1465,6.401]],[\"name/2951\",[1462,73.583]],[\"parent/2951\",[1465,6.401]],[\"name/2952\",[1466,78.691]],[\"parent/2952\",[1465,6.401]],[\"name/2953\",[1467,78.691]],[\"parent/2953\",[1465,6.401]],[\"name/2954\",[1468,78.691]],[\"parent/2954\",[1465,6.401]],[\"name/2955\",[1469,78.691]],[\"parent/2955\",[1426,3.189]],[\"name/2956\",[1470,78.691]],[\"parent/2956\",[1471,7.357]],[\"name/2957\",[1472,78.691]],[\"parent/2957\",[1471,7.357]],[\"name/2958\",[1473,78.691]],[\"parent/2958\",[1426,3.189]],[\"name/2959\",[1474,70.218]],[\"parent/2959\",[1475,7.357]],[\"name/2960\",[1476,73.583]],[\"parent/2960\",[1475,7.357]],[\"name/2961\",[1477,78.691]],[\"parent/2961\",[1426,3.189]],[\"name/2962\",[1474,70.218]],[\"parent/2962\",[1478,7.357]],[\"name/2963\",[1476,73.583]],[\"parent/2963\",[1478,7.357]],[\"name/2964\",[1479,78.691]],[\"parent/2964\",[1426,3.189]],[\"name/2965\",[306,73.583]],[\"parent/2965\",[1480,7.868]],[\"name/2966\",[1481,78.691]],[\"parent/2966\",[1426,3.189]],[\"name/2967\",[1482,73.583]],[\"parent/2967\",[1483,7.357]],[\"name/2968\",[333,70.218]],[\"parent/2968\",[1483,7.357]],[\"name/2969\",[1484,78.691]],[\"parent/2969\",[1426,3.189]],[\"name/2970\",[1482,73.583]],[\"parent/2970\",[1485,7.02]],[\"name/2971\",[1486,78.691]],[\"parent/2971\",[1485,7.02]],[\"name/2972\",[333,70.218]],[\"parent/2972\",[1485,7.02]],[\"name/2973\",[1487,78.691]],[\"parent/2973\",[1426,3.189]],[\"name/2974\",[1488,73.583]],[\"parent/2974\",[1489,7.02]],[\"name/2975\",[1490,78.691]],[\"parent/2975\",[1489,7.02]],[\"name/2976\",[677,64.028]],[\"parent/2976\",[1489,7.02]],[\"name/2977\",[1491,78.691]],[\"parent/2977\",[1426,3.189]],[\"name/2978\",[1492,78.691]],[\"parent/2978\",[1493,7.357]],[\"name/2979\",[1494,78.691]],[\"parent/2979\",[1493,7.357]],[\"name/2980\",[1495,78.691]],[\"parent/2980\",[1426,3.189]],[\"name/2981\",[1496,78.691]],[\"parent/2981\",[1497,7.357]],[\"name/2982\",[1498,67.705]],[\"parent/2982\",[1497,7.357]],[\"name/2983\",[1499,78.691]],[\"parent/2983\",[1426,3.189]],[\"name/2984\",[1500,78.691]],[\"parent/2984\",[1501,7.357]],[\"name/2985\",[1502,78.691]],[\"parent/2985\",[1501,7.357]],[\"name/2986\",[1503,78.691]],[\"parent/2986\",[1426,3.189]],[\"name/2987\",[471,57.489]],[\"parent/2987\",[1504,5.748]],[\"name/2988\",[1040,70.218]],[\"parent/2988\",[1504,5.748]],[\"name/2989\",[1505,73.583]],[\"parent/2989\",[1504,5.748]],[\"name/2990\",[1506,78.691]],[\"parent/2990\",[1504,5.748]],[\"name/2991\",[1507,78.691]],[\"parent/2991\",[1504,5.748]],[\"name/2992\",[1508,78.691]],[\"parent/2992\",[1504,5.748]],[\"name/2993\",[1509,78.691]],[\"parent/2993\",[1504,5.748]],[\"name/2994\",[1510,78.691]],[\"parent/2994\",[1504,5.748]],[\"name/2995\",[1511,78.691]],[\"parent/2995\",[1504,5.748]],[\"name/2996\",[517,60.233]],[\"parent/2996\",[1504,5.748]],[\"name/2997\",[1512,78.691]],[\"parent/2997\",[1504,5.748]],[\"name/2998\",[199,55.338]],[\"parent/2998\",[1504,5.748]],[\"name/2999\",[1513,78.691]],[\"parent/2999\",[1514,7.868]],[\"name/3000\",[1515,78.691]],[\"parent/3000\",[1426,3.189]],[\"name/3001\",[1516,78.691]],[\"parent/3001\",[1517,6.769]],[\"name/3002\",[1518,78.691]],[\"parent/3002\",[1517,6.769]],[\"name/3003\",[1519,78.691]],[\"parent/3003\",[1517,6.769]],[\"name/3004\",[1520,78.691]],[\"parent/3004\",[1517,6.769]],[\"name/3005\",[1521,78.691]],[\"parent/3005\",[1426,3.189]],[\"name/3006\",[1522,64.028]],[\"parent/3006\",[1523,7.357]],[\"name/3007\",[71,70.218]],[\"parent/3007\",[1523,7.357]],[\"name/3008\",[1524,78.691]],[\"parent/3008\",[1426,3.189]],[\"name/3009\",[1525,78.691]],[\"parent/3009\",[1526,7.357]],[\"name/3010\",[1488,73.583]],[\"parent/3010\",[1526,7.357]],[\"name/3011\",[1527,78.691]],[\"parent/3011\",[1426,3.189]],[\"name/3012\",[1528,78.691]],[\"parent/3012\",[1529,6.769]],[\"name/3013\",[1530,78.691]],[\"parent/3013\",[1529,6.769]],[\"name/3014\",[1531,78.691]],[\"parent/3014\",[1529,6.769]],[\"name/3015\",[1532,73.583]],[\"parent/3015\",[1529,6.769]],[\"name/3016\",[1533,78.691]],[\"parent/3016\",[1426,3.189]],[\"name/3017\",[1534,67.705]],[\"parent/3017\",[1535,7.357]],[\"name/3018\",[1536,67.705]],[\"parent/3018\",[1535,7.357]],[\"name/3019\",[1537,78.691]],[\"parent/3019\",[1426,3.189]],[\"name/3020\",[1538,78.691]],[\"parent/3020\",[1426,3.189]],[\"name/3021\",[1534,67.705]],[\"parent/3021\",[1539,7.357]],[\"name/3022\",[1536,67.705]],[\"parent/3022\",[1539,7.357]],[\"name/3023\",[1540,78.691]],[\"parent/3023\",[1426,3.189]],[\"name/3024\",[1541,78.691]],[\"parent/3024\",[1542,7.02]],[\"name/3025\",[1534,67.705]],[\"parent/3025\",[1542,7.02]],[\"name/3026\",[1536,67.705]],[\"parent/3026\",[1542,7.02]],[\"name/3027\",[1543,73.583]],[\"parent/3027\",[1426,3.189]],[\"name/3028\",[776,60.233]],[\"parent/3028\",[1544,6.769]],[\"name/3029\",[1267,73.583]],[\"parent/3029\",[1544,6.769]],[\"name/3030\",[1545,78.691]],[\"parent/3030\",[1544,6.769]],[\"name/3031\",[1546,78.691]],[\"parent/3031\",[1544,6.769]],[\"name/3032\",[1547,78.691]],[\"parent/3032\",[1426,3.189]],[\"name/3033\",[1543,73.583]],[\"parent/3033\",[1548,7.02]],[\"name/3034\",[1549,78.691]],[\"parent/3034\",[1548,7.02]],[\"name/3035\",[1550,78.691]],[\"parent/3035\",[1548,7.02]],[\"name/3036\",[1551,78.691]],[\"parent/3036\",[1426,3.189]],[\"name/3037\",[249,73.583]],[\"parent/3037\",[1552,7.357]],[\"name/3038\",[214,67.705]],[\"parent/3038\",[1552,7.357]],[\"name/3039\",[1553,78.691]],[\"parent/3039\",[1426,3.189]],[\"name/3040\",[467,60.233]],[\"parent/3040\",[1426,3.189]],[\"name/3041\",[1554,78.691]],[\"parent/3041\",[1555,7.357]],[\"name/3042\",[256,47.051]],[\"parent/3042\",[1555,7.357]],[\"name/3043\",[1556,78.691]],[\"parent/3043\",[1426,3.189]],[\"name/3044\",[1557,78.691]],[\"parent/3044\",[1558,7.868]],[\"name/3045\",[1559,78.691]],[\"parent/3045\",[1426,3.189]],[\"name/3046\",[1560,73.583]],[\"parent/3046\",[1561,4.924]],[\"name/3047\",[1562,73.583]],[\"parent/3047\",[1561,4.924]],[\"name/3048\",[14,52.542]],[\"parent/3048\",[1561,4.924]],[\"name/3049\",[1563,73.583]],[\"parent/3049\",[1561,4.924]],[\"name/3050\",[1564,73.583]],[\"parent/3050\",[1561,4.924]],[\"name/3051\",[1565,73.583]],[\"parent/3051\",[1561,4.924]],[\"name/3052\",[1566,73.583]],[\"parent/3052\",[1561,4.924]],[\"name/3053\",[1567,73.583]],[\"parent/3053\",[1561,4.924]],[\"name/3054\",[1568,70.218]],[\"parent/3054\",[1561,4.924]],[\"name/3055\",[1569,73.583]],[\"parent/3055\",[1561,4.924]],[\"name/3056\",[16,65.699]],[\"parent/3056\",[1561,4.924]],[\"name/3057\",[1570,73.583]],[\"parent/3057\",[1561,4.924]],[\"name/3058\",[1571,78.691]],[\"parent/3058\",[1561,4.924]],[\"name/3059\",[192,62.597]],[\"parent/3059\",[1561,4.924]],[\"name/3060\",[1572,73.583]],[\"parent/3060\",[1561,4.924]],[\"name/3061\",[1573,73.583]],[\"parent/3061\",[1561,4.924]],[\"name/3062\",[1574,73.583]],[\"parent/3062\",[1561,4.924]],[\"name/3063\",[1575,78.691]],[\"parent/3063\",[1561,4.924]],[\"name/3064\",[723,58.323]],[\"parent/3064\",[1561,4.924]],[\"name/3065\",[739,64.028]],[\"parent/3065\",[1561,4.924]],[\"name/3066\",[40,65.699]],[\"parent/3066\",[1561,4.924]],[\"name/3067\",[1576,78.691]],[\"parent/3067\",[1561,4.924]],[\"name/3068\",[1577,78.691]],[\"parent/3068\",[1561,4.924]],[\"name/3069\",[1578,73.583]],[\"parent/3069\",[1561,4.924]],[\"name/3070\",[1579,73.583]],[\"parent/3070\",[1561,4.924]],[\"name/3071\",[1580,78.691]],[\"parent/3071\",[1561,4.924]],[\"name/3072\",[1581,78.691]],[\"parent/3072\",[1561,4.924]],[\"name/3073\",[1582,78.691]],[\"parent/3073\",[1561,4.924]],[\"name/3074\",[1583,78.691]],[\"parent/3074\",[1426,3.189]],[\"name/3075\",[381,58.323]],[\"parent/3075\",[1584,7.02]],[\"name/3076\",[223,59.232]],[\"parent/3076\",[1584,7.02]],[\"name/3077\",[1585,59.232]],[\"parent/3077\",[1584,7.02]],[\"name/3078\",[1586,78.691]],[\"parent/3078\",[1426,3.189]],[\"name/3079\",[21,70.218]],[\"parent/3079\",[1587,7.868]],[\"name/3080\",[1588,78.691]],[\"parent/3080\",[1426,3.189]],[\"name/3081\",[776,60.233]],[\"parent/3081\",[1589,7.02]],[\"name/3082\",[1590,78.691]],[\"parent/3082\",[1589,7.02]],[\"name/3083\",[1591,78.691]],[\"parent/3083\",[1589,7.02]],[\"name/3084\",[1592,78.691]],[\"parent/3084\",[1426,3.189]],[\"name/3085\",[77,73.583]],[\"parent/3085\",[1593,7.357]],[\"name/3086\",[1594,78.691]],[\"parent/3086\",[1593,7.357]],[\"name/3087\",[1595,78.691]],[\"parent/3087\",[1426,3.189]],[\"name/3088\",[381,58.323]],[\"parent/3088\",[1596,5.599]],[\"name/3089\",[1597,61.345]],[\"parent/3089\",[1596,5.599]],[\"name/3090\",[704,65.699]],[\"parent/3090\",[1596,5.599]],[\"name/3091\",[223,59.232]],[\"parent/3091\",[1596,5.599]],[\"name/3092\",[1498,67.705]],[\"parent/3092\",[1596,5.599]],[\"name/3093\",[1598,78.691]],[\"parent/3093\",[1596,5.599]],[\"name/3094\",[1599,73.583]],[\"parent/3094\",[1596,5.599]],[\"name/3095\",[1600,78.691]],[\"parent/3095\",[1596,5.599]],[\"name/3096\",[1601,73.583]],[\"parent/3096\",[1596,5.599]],[\"name/3097\",[1602,78.691]],[\"parent/3097\",[1596,5.599]],[\"name/3098\",[256,47.051]],[\"parent/3098\",[1596,5.599]],[\"name/3099\",[1603,78.691]],[\"parent/3099\",[1596,5.599]],[\"name/3100\",[1604,70.218]],[\"parent/3100\",[1596,5.599]],[\"name/3101\",[355,62.597]],[\"parent/3101\",[1596,5.599]],[\"name/3102\",[1605,78.691]],[\"parent/3102\",[1426,3.189]],[\"name/3103\",[1606,78.691]],[\"parent/3103\",[1607,7.02]],[\"name/3104\",[1608,78.691]],[\"parent/3104\",[1607,7.02]],[\"name/3105\",[10,53.042]],[\"parent/3105\",[1607,7.02]],[\"name/3106\",[1609,78.691]],[\"parent/3106\",[1426,3.189]],[\"name/3107\",[1610,70.218]],[\"parent/3107\",[1611,7.02]],[\"name/3108\",[1612,67.705]],[\"parent/3108\",[1611,7.02]],[\"name/3109\",[1613,78.691]],[\"parent/3109\",[1611,7.02]],[\"name/3110\",[1614,78.691]],[\"parent/3110\",[1426,3.189]],[\"name/3111\",[1615,70.218]],[\"parent/3111\",[1616,7.357]],[\"name/3112\",[1612,67.705]],[\"parent/3112\",[1616,7.357]],[\"name/3113\",[1617,78.691]],[\"parent/3113\",[1426,3.189]],[\"name/3114\",[1618,78.691]],[\"parent/3114\",[1619,7.02]],[\"name/3115\",[1620,78.691]],[\"parent/3115\",[1619,7.02]],[\"name/3116\",[1621,78.691]],[\"parent/3116\",[1619,7.02]],[\"name/3117\",[1622,78.691]],[\"parent/3117\",[1426,3.189]],[\"name/3118\",[1623,78.691]],[\"parent/3118\",[1624,7.357]],[\"name/3119\",[1019,73.583]],[\"parent/3119\",[1624,7.357]],[\"name/3120\",[1625,78.691]],[\"parent/3120\",[1426,3.189]],[\"name/3121\",[1615,70.218]],[\"parent/3121\",[1626,7.357]],[\"name/3122\",[1627,73.583]],[\"parent/3122\",[1626,7.357]],[\"name/3123\",[1627,73.583]],[\"parent/3123\",[1426,3.189]],[\"name/3124\",[256,47.051]],[\"parent/3124\",[1628,6.769]],[\"name/3125\",[723,58.323]],[\"parent/3125\",[1628,6.769]],[\"name/3126\",[1629,78.691]],[\"parent/3126\",[1628,6.769]],[\"name/3127\",[1630,78.691]],[\"parent/3127\",[1628,6.769]],[\"name/3128\",[1631,78.691]],[\"parent/3128\",[1426,3.189]],[\"name/3129\",[1601,73.583]],[\"parent/3129\",[1632,6.401]],[\"name/3130\",[1599,73.583]],[\"parent/3130\",[1632,6.401]],[\"name/3131\",[1604,70.218]],[\"parent/3131\",[1632,6.401]],[\"name/3132\",[256,47.051]],[\"parent/3132\",[1632,6.401]],[\"name/3133\",[355,62.597]],[\"parent/3133\",[1632,6.401]],[\"name/3134\",[1633,78.691]],[\"parent/3134\",[1632,6.401]],[\"name/3135\",[1634,78.691]],[\"parent/3135\",[1426,3.189]],[\"name/3136\",[1635,78.691]],[\"parent/3136\",[1636,7.357]],[\"name/3137\",[1637,78.691]],[\"parent/3137\",[1636,7.357]],[\"name/3138\",[1638,78.691]],[\"parent/3138\",[1426,3.189]],[\"name/3139\",[1639,78.691]],[\"parent/3139\",[1640,7.02]],[\"name/3140\",[1641,78.691]],[\"parent/3140\",[1640,7.02]],[\"name/3141\",[1642,78.691]],[\"parent/3141\",[1640,7.02]],[\"name/3142\",[1643,78.691]],[\"parent/3142\",[1426,3.189]],[\"name/3143\",[1644,73.583]],[\"parent/3143\",[1645,6.258]],[\"name/3144\",[355,62.597]],[\"parent/3144\",[1645,6.258]],[\"name/3145\",[1646,78.691]],[\"parent/3145\",[1645,6.258]],[\"name/3146\",[1647,65.699]],[\"parent/3146\",[1645,6.258]],[\"name/3147\",[1597,61.345]],[\"parent/3147\",[1645,6.258]],[\"name/3148\",[1648,78.691]],[\"parent/3148\",[1645,6.258]],[\"name/3149\",[1033,73.583]],[\"parent/3149\",[1645,6.258]],[\"name/3150\",[1649,78.691]],[\"parent/3150\",[1426,3.189]],[\"name/3151\",[1610,70.218]],[\"parent/3151\",[1650,7.357]],[\"name/3152\",[715,73.583]],[\"parent/3152\",[1650,7.357]],[\"name/3153\",[1651,78.691]],[\"parent/3153\",[1426,3.189]],[\"name/3154\",[1652,78.691]],[\"parent/3154\",[1653,7.357]],[\"name/3155\",[10,53.042]],[\"parent/3155\",[1653,7.357]],[\"name/3156\",[1654,78.691]],[\"parent/3156\",[1426,3.189]],[\"name/3157\",[381,58.323]],[\"parent/3157\",[1655,7.357]],[\"name/3158\",[1498,67.705]],[\"parent/3158\",[1655,7.357]],[\"name/3159\",[1656,78.691]],[\"parent/3159\",[1426,3.189]],[\"name/3160\",[381,58.323]],[\"parent/3160\",[1657,6.769]],[\"name/3161\",[1498,67.705]],[\"parent/3161\",[1657,6.769]],[\"name/3162\",[1658,78.691]],[\"parent/3162\",[1657,6.769]],[\"name/3163\",[1659,73.583]],[\"parent/3163\",[1657,6.769]],[\"name/3164\",[1660,73.583]],[\"parent/3164\",[1426,3.189]],[\"name/3165\",[1661,78.691]],[\"parent/3165\",[1662,7.02]],[\"name/3166\",[1663,78.691]],[\"parent/3166\",[1662,7.02]],[\"name/3167\",[1659,73.583]],[\"parent/3167\",[1662,7.02]],[\"name/3168\",[1664,78.691]],[\"parent/3168\",[1426,3.189]],[\"name/3169\",[192,62.597]],[\"parent/3169\",[1665,7.357]],[\"name/3170\",[10,53.042]],[\"parent/3170\",[1665,7.357]],[\"name/3171\",[1666,78.691]],[\"parent/3171\",[1426,3.189]],[\"name/3172\",[1610,70.218]],[\"parent/3172\",[1667,7.02]],[\"name/3173\",[1612,67.705]],[\"parent/3173\",[1667,7.02]],[\"name/3174\",[1668,78.691]],[\"parent/3174\",[1667,7.02]],[\"name/3175\",[1669,78.691]],[\"parent/3175\",[1426,3.189]],[\"name/3176\",[1615,70.218]],[\"parent/3176\",[1670,6.769]],[\"name/3177\",[1612,67.705]],[\"parent/3177\",[1670,6.769]],[\"name/3178\",[1671,78.691]],[\"parent/3178\",[1670,6.769]],[\"name/3179\",[1672,78.691]],[\"parent/3179\",[1670,6.769]],[\"name/3180\",[1673,78.691]],[\"parent/3180\",[1426,3.189]],[\"name/3181\",[1674,78.691]],[\"parent/3181\",[1675,7.02]],[\"name/3182\",[1676,78.691]],[\"parent/3182\",[1675,7.02]],[\"name/3183\",[1677,78.691]],[\"parent/3183\",[1675,7.02]],[\"name/3184\",[1678,78.691]],[\"parent/3184\",[1426,3.189]],[\"name/3185\",[723,58.323]],[\"parent/3185\",[1679,7.02]],[\"name/3186\",[821,73.583]],[\"parent/3186\",[1679,7.02]],[\"name/3187\",[1680,78.691]],[\"parent/3187\",[1679,7.02]],[\"name/3188\",[1681,78.691]],[\"parent/3188\",[1426,3.189]],[\"name/3189\",[256,47.051]],[\"parent/3189\",[1682,7.357]],[\"name/3190\",[1597,61.345]],[\"parent/3190\",[1682,7.357]],[\"name/3191\",[1683,78.691]],[\"parent/3191\",[1426,3.189]],[\"name/3192\",[1684,78.691]],[\"parent/3192\",[1685,7.868]],[\"name/3193\",[1686,78.691]],[\"parent/3193\",[1426,3.189]],[\"name/3194\",[1687,78.691]],[\"parent/3194\",[1688,7.868]],[\"name/3195\",[1689,78.691]],[\"parent/3195\",[1426,3.189]],[\"name/3196\",[1690,78.691]],[\"parent/3196\",[1691,7.357]],[\"name/3197\",[1505,73.583]],[\"parent/3197\",[1691,7.357]],[\"name/3198\",[1692,78.691]],[\"parent/3198\",[1426,3.189]],[\"name/3199\",[1693,78.691]],[\"parent/3199\",[1694,7.868]],[\"name/3200\",[1695,78.691]],[\"parent/3200\",[1426,3.189]],[\"name/3201\",[1696,78.691]],[\"parent/3201\",[1697,7.868]],[\"name/3202\",[1698,73.583]],[\"parent/3202\",[1426,3.189]],[\"name/3203\",[36,65.699]],[\"parent/3203\",[1699,7.357]],[\"name/3204\",[256,47.051]],[\"parent/3204\",[1699,7.357]],[\"name/3205\",[1700,78.691]],[\"parent/3205\",[1426,3.189]],[\"name/3206\",[1701,78.691]],[\"parent/3206\",[1702,6.769]],[\"name/3207\",[36,65.699]],[\"parent/3207\",[1702,6.769]],[\"name/3208\",[256,47.051]],[\"parent/3208\",[1702,6.769]],[\"name/3209\",[1703,78.691]],[\"parent/3209\",[1702,6.769]],[\"name/3210\",[1704,78.691]],[\"parent/3210\",[1426,3.189]],[\"name/3211\",[1705,78.691]],[\"parent/3211\",[1426,3.189]],[\"name/3212\",[1706,78.691]],[\"parent/3212\",[1707,7.868]],[\"name/3213\",[1708,78.691]],[\"parent/3213\",[1426,3.189]],[\"name/3214\",[1709,78.691]],[\"parent/3214\",[1710,7.868]],[\"name/3215\",[1711,78.691]],[\"parent/3215\",[1426,3.189]],[\"name/3216\",[1712,78.691]],[\"parent/3216\",[1713,7.868]],[\"name/3217\",[1714,78.691]],[\"parent/3217\",[1426,3.189]],[\"name/3218\",[1715,78.691]],[\"parent/3218\",[1716,7.868]],[\"name/3219\",[1717,78.691]],[\"parent/3219\",[1426,3.189]],[\"name/3220\",[40,65.699]],[\"parent/3220\",[1718,4.996]],[\"name/3221\",[1568,70.218]],[\"parent/3221\",[1718,4.996]],[\"name/3222\",[1719,78.691]],[\"parent/3222\",[1718,4.996]],[\"name/3223\",[1720,78.691]],[\"parent/3223\",[1718,4.996]],[\"name/3224\",[1565,73.583]],[\"parent/3224\",[1718,4.996]],[\"name/3225\",[1560,73.583]],[\"parent/3225\",[1718,4.996]],[\"name/3226\",[1569,73.583]],[\"parent/3226\",[1718,4.996]],[\"name/3227\",[1563,73.583]],[\"parent/3227\",[1718,4.996]],[\"name/3228\",[14,52.542]],[\"parent/3228\",[1718,4.996]],[\"name/3229\",[1573,73.583]],[\"parent/3229\",[1718,4.996]],[\"name/3230\",[1567,73.583]],[\"parent/3230\",[1718,4.996]],[\"name/3231\",[1562,73.583]],[\"parent/3231\",[1718,4.996]],[\"name/3232\",[1564,73.583]],[\"parent/3232\",[1718,4.996]],[\"name/3233\",[1572,73.583]],[\"parent/3233\",[1718,4.996]],[\"name/3234\",[1721,78.691]],[\"parent/3234\",[1718,4.996]],[\"name/3235\",[1722,78.691]],[\"parent/3235\",[1718,4.996]],[\"name/3236\",[1723,78.691]],[\"parent/3236\",[1718,4.996]],[\"name/3237\",[1724,78.691]],[\"parent/3237\",[1718,4.996]],[\"name/3238\",[1725,78.691]],[\"parent/3238\",[1718,4.996]],[\"name/3239\",[1726,78.691]],[\"parent/3239\",[1718,4.996]],[\"name/3240\",[1727,78.691]],[\"parent/3240\",[1718,4.996]],[\"name/3241\",[1574,73.583]],[\"parent/3241\",[1718,4.996]],[\"name/3242\",[1566,73.583]],[\"parent/3242\",[1718,4.996]],[\"name/3243\",[16,65.699]],[\"parent/3243\",[1718,4.996]],[\"name/3244\",[1570,73.583]],[\"parent/3244\",[1718,4.996]],[\"name/3245\",[1579,73.583]],[\"parent/3245\",[1718,4.996]],[\"name/3246\",[1728,78.691]],[\"parent/3246\",[1426,3.189]],[\"name/3247\",[21,70.218]],[\"parent/3247\",[1729,7.868]],[\"name/3248\",[1730,78.691]],[\"parent/3248\",[1426,3.189]],[\"name/3249\",[1055,56.005]],[\"parent/3249\",[1731,6.133]],[\"name/3250\",[223,59.232]],[\"parent/3250\",[1731,6.133]],[\"name/3251\",[1597,61.345]],[\"parent/3251\",[1731,6.133]],[\"name/3252\",[704,65.699]],[\"parent/3252\",[1731,6.133]],[\"name/3253\",[1732,78.691]],[\"parent/3253\",[1731,6.133]],[\"name/3254\",[256,47.051]],[\"parent/3254\",[1731,6.133]],[\"name/3255\",[1733,73.583]],[\"parent/3255\",[1731,6.133]],[\"name/3256\",[1734,78.691]],[\"parent/3256\",[1731,6.133]],[\"name/3257\",[1735,78.691]],[\"parent/3257\",[1426,3.189]],[\"name/3258\",[1736,67.705]],[\"parent/3258\",[1737,7.357]],[\"name/3259\",[1738,78.691]],[\"parent/3259\",[1737,7.357]],[\"name/3260\",[1739,70.218]],[\"parent/3260\",[1426,3.189]],[\"name/3261\",[256,47.051]],[\"parent/3261\",[1740,7.02]],[\"name/3262\",[723,58.323]],[\"parent/3262\",[1740,7.02]],[\"name/3263\",[1003,73.583]],[\"parent/3263\",[1740,7.02]],[\"name/3264\",[1741,78.691]],[\"parent/3264\",[1426,3.189]],[\"name/3265\",[392,60.233]],[\"parent/3265\",[1742,7.357]],[\"name/3266\",[394,62.597]],[\"parent/3266\",[1742,7.357]],[\"name/3267\",[1743,78.691]],[\"parent/3267\",[1426,3.189]],[\"name/3268\",[1736,67.705]],[\"parent/3268\",[1744,7.357]],[\"name/3269\",[1745,78.691]],[\"parent/3269\",[1744,7.357]],[\"name/3270\",[1746,78.691]],[\"parent/3270\",[1426,3.189]],[\"name/3271\",[1736,67.705]],[\"parent/3271\",[1747,7.357]],[\"name/3272\",[1748,78.691]],[\"parent/3272\",[1747,7.357]],[\"name/3273\",[1749,78.691]],[\"parent/3273\",[1426,3.189]],[\"name/3274\",[1750,78.691]],[\"parent/3274\",[1751,7.357]],[\"name/3275\",[1752,78.691]],[\"parent/3275\",[1751,7.357]],[\"name/3276\",[1753,78.691]],[\"parent/3276\",[1426,3.189]],[\"name/3277\",[256,47.051]],[\"parent/3277\",[1754,7.02]],[\"name/3278\",[1755,70.218]],[\"parent/3278\",[1754,7.02]],[\"name/3279\",[1756,67.705]],[\"parent/3279\",[1754,7.02]],[\"name/3280\",[1757,78.691]],[\"parent/3280\",[1426,3.189]],[\"name/3281\",[468,59.232]],[\"parent/3281\",[1758,7.357]],[\"name/3282\",[10,53.042]],[\"parent/3282\",[1758,7.357]],[\"name/3283\",[1759,78.691]],[\"parent/3283\",[1426,3.189]],[\"name/3284\",[1760,78.691]],[\"parent/3284\",[1761,7.357]],[\"name/3285\",[1762,78.691]],[\"parent/3285\",[1761,7.357]],[\"name/3286\",[1763,78.691]],[\"parent/3286\",[1426,3.189]],[\"name/3287\",[1764,78.691]],[\"parent/3287\",[1765,6.769]],[\"name/3288\",[1766,78.691]],[\"parent/3288\",[1765,6.769]],[\"name/3289\",[1767,78.691]],[\"parent/3289\",[1765,6.769]],[\"name/3290\",[1768,78.691]],[\"parent/3290\",[1765,6.769]],[\"name/3291\",[1769,78.691]],[\"parent/3291\",[1426,3.189]],[\"name/3292\",[381,58.323]],[\"parent/3292\",[1770,7.02]],[\"name/3293\",[1739,70.218]],[\"parent/3293\",[1770,7.02]],[\"name/3294\",[1604,70.218]],[\"parent/3294\",[1770,7.02]],[\"name/3295\",[1771,78.691]],[\"parent/3295\",[1426,3.189]],[\"name/3296\",[256,47.051]],[\"parent/3296\",[1772,7.357]],[\"name/3297\",[739,64.028]],[\"parent/3297\",[1772,7.357]],[\"name/3298\",[1773,78.691]],[\"parent/3298\",[1426,3.189]],[\"name/3299\",[1774,78.691]],[\"parent/3299\",[1775,7.357]],[\"name/3300\",[1776,78.691]],[\"parent/3300\",[1775,7.357]],[\"name/3301\",[1733,73.583]],[\"parent/3301\",[1426,3.189]],[\"name/3302\",[256,47.051]],[\"parent/3302\",[1777,7.868]],[\"name/3303\",[1778,78.691]],[\"parent/3303\",[1426,3.189]],[\"name/3304\",[1779,78.691]],[\"parent/3304\",[1780,7.868]],[\"name/3305\",[1781,78.691]],[\"parent/3305\",[1426,3.189]],[\"name/3306\",[1782,78.691]],[\"parent/3306\",[1426,3.189]],[\"name/3307\",[898,60.233]],[\"parent/3307\",[1783,7.357]],[\"name/3308\",[1784,78.691]],[\"parent/3308\",[1783,7.357]],[\"name/3309\",[1785,78.691]],[\"parent/3309\",[1426,3.189]],[\"name/3310\",[1522,64.028]],[\"parent/3310\",[1786,7.02]],[\"name/3311\",[71,70.218]],[\"parent/3311\",[1786,7.02]],[\"name/3312\",[1597,61.345]],[\"parent/3312\",[1786,7.02]],[\"name/3313\",[1787,78.691]],[\"parent/3313\",[1426,3.189]],[\"name/3314\",[1788,78.691]],[\"parent/3314\",[1789,6.568]],[\"name/3315\",[1790,78.691]],[\"parent/3315\",[1789,6.568]],[\"name/3316\",[1791,78.691]],[\"parent/3316\",[1789,6.568]],[\"name/3317\",[14,52.542]],[\"parent/3317\",[1789,6.568]],[\"name/3318\",[192,62.597]],[\"parent/3318\",[1789,6.568]],[\"name/3319\",[1792,78.691]],[\"parent/3319\",[1426,3.189]],[\"name/3320\",[1793,78.691]],[\"parent/3320\",[1794,7.02]],[\"name/3321\",[381,58.323]],[\"parent/3321\",[1794,7.02]],[\"name/3322\",[1585,59.232]],[\"parent/3322\",[1794,7.02]],[\"name/3323\",[1795,78.691]],[\"parent/3323\",[1426,3.189]],[\"name/3324\",[1796,78.691]],[\"parent/3324\",[1797,6.022]],[\"name/3325\",[1798,78.691]],[\"parent/3325\",[1797,6.022]],[\"name/3326\",[1799,78.691]],[\"parent/3326\",[1797,6.022]],[\"name/3327\",[1800,78.691]],[\"parent/3327\",[1797,6.022]],[\"name/3328\",[1801,78.691]],[\"parent/3328\",[1797,6.022]],[\"name/3329\",[1578,73.583]],[\"parent/3329\",[1797,6.022]],[\"name/3330\",[1802,78.691]],[\"parent/3330\",[1797,6.022]],[\"name/3331\",[1803,78.691]],[\"parent/3331\",[1797,6.022]],[\"name/3332\",[1804,78.691]],[\"parent/3332\",[1797,6.022]],[\"name/3333\",[1805,78.691]],[\"parent/3333\",[1426,3.189]],[\"name/3334\",[1806,78.691]],[\"parent/3334\",[1807,6.769]],[\"name/3335\",[1808,78.691]],[\"parent/3335\",[1807,6.769]],[\"name/3336\",[779,62.597]],[\"parent/3336\",[1807,6.769]],[\"name/3337\",[1809,73.583]],[\"parent/3337\",[1807,6.769]],[\"name/3338\",[1810,78.691]],[\"parent/3338\",[1426,3.189]],[\"name/3339\",[698,70.218]],[\"parent/3339\",[1811,6.769]],[\"name/3340\",[1739,70.218]],[\"parent/3340\",[1811,6.769]],[\"name/3341\",[1004,73.583]],[\"parent/3341\",[1811,6.769]],[\"name/3342\",[1809,73.583]],[\"parent/3342\",[1811,6.769]],[\"name/3343\",[1812,78.691]],[\"parent/3343\",[1426,3.189]],[\"name/3344\",[1813,73.583]],[\"parent/3344\",[1814,7.868]],[\"name/3345\",[1815,78.691]],[\"parent/3345\",[1426,3.189]],[\"name/3346\",[1816,78.691]],[\"parent/3346\",[1817,7.868]],[\"name/3347\",[1818,78.691]],[\"parent/3347\",[1426,3.189]],[\"name/3348\",[256,47.051]],[\"parent/3348\",[1819,7.357]],[\"name/3349\",[723,58.323]],[\"parent/3349\",[1819,7.357]],[\"name/3350\",[1820,78.691]],[\"parent/3350\",[1426,3.189]],[\"name/3351\",[1821,78.691]],[\"parent/3351\",[1822,7.357]],[\"name/3352\",[1823,78.691]],[\"parent/3352\",[1822,7.357]],[\"name/3353\",[355,62.597]],[\"parent/3353\",[1426,3.189]],[\"name/3354\",[349,59.232]],[\"parent/3354\",[1824,6.769]],[\"name/3355\",[1644,73.583]],[\"parent/3355\",[1824,6.769]],[\"name/3356\",[1756,67.705]],[\"parent/3356\",[1824,6.769]],[\"name/3357\",[1825,78.691]],[\"parent/3357\",[1824,6.769]],[\"name/3358\",[512,60.233]],[\"parent/3358\",[1426,3.189]],[\"name/3359\",[256,47.051]],[\"parent/3359\",[1826,7.02]],[\"name/3360\",[349,59.232]],[\"parent/3360\",[1826,7.02]],[\"name/3361\",[355,62.597]],[\"parent/3361\",[1826,7.02]],[\"name/3362\",[1827,78.691]],[\"parent/3362\",[1426,3.189]],[\"name/3363\",[1828,78.691]],[\"parent/3363\",[1829,7.357]],[\"name/3364\",[10,53.042]],[\"parent/3364\",[1829,7.357]],[\"name/3365\",[1830,78.691]],[\"parent/3365\",[1426,3.189]],[\"name/3366\",[898,60.233]],[\"parent/3366\",[1831,7.02]],[\"name/3367\",[1832,78.691]],[\"parent/3367\",[1831,7.02]],[\"name/3368\",[1833,78.691]],[\"parent/3368\",[1831,7.02]],[\"name/3369\",[1834,78.691]],[\"parent/3369\",[1426,3.189]],[\"name/3370\",[303,56.719]],[\"parent/3370\",[1835,7.357]],[\"name/3371\",[1836,78.691]],[\"parent/3371\",[1835,7.357]],[\"name/3372\",[1837,78.691]],[\"parent/3372\",[1426,3.189]],[\"name/3373\",[381,58.323]],[\"parent/3373\",[1838,6.769]],[\"name/3374\",[1756,67.705]],[\"parent/3374\",[1838,6.769]],[\"name/3375\",[355,62.597]],[\"parent/3375\",[1838,6.769]],[\"name/3376\",[1698,73.583]],[\"parent/3376\",[1838,6.769]],[\"name/3377\",[1839,78.691]],[\"parent/3377\",[1426,3.189]],[\"name/3378\",[381,58.323]],[\"parent/3378\",[1840,6.258]],[\"name/3379\",[1756,67.705]],[\"parent/3379\",[1840,6.258]],[\"name/3380\",[1841,78.691]],[\"parent/3380\",[1840,6.258]],[\"name/3381\",[241,52.542]],[\"parent/3381\",[1840,6.258]],[\"name/3382\",[1597,61.345]],[\"parent/3382\",[1840,6.258]],[\"name/3383\",[1842,78.691]],[\"parent/3383\",[1840,6.258]],[\"name/3384\",[1843,78.691]],[\"parent/3384\",[1840,6.258]],[\"name/3385\",[1844,78.691]],[\"parent/3385\",[1426,3.189]],[\"name/3386\",[1845,78.691]],[\"parent/3386\",[1846,7.357]],[\"name/3387\",[10,53.042]],[\"parent/3387\",[1846,7.357]],[\"name/3388\",[1847,78.691]],[\"parent/3388\",[1426,3.189]],[\"name/3389\",[1736,67.705]],[\"parent/3389\",[1848,6.769]],[\"name/3390\",[1849,78.691]],[\"parent/3390\",[1848,6.769]],[\"name/3391\",[1850,73.583]],[\"parent/3391\",[1848,6.769]],[\"name/3392\",[1851,78.691]],[\"parent/3392\",[1848,6.769]],[\"name/3393\",[1852,78.691]],[\"parent/3393\",[1426,3.189]],[\"name/3394\",[1853,78.691]],[\"parent/3394\",[1854,7.357]],[\"name/3395\",[1855,78.691]],[\"parent/3395\",[1854,7.357]],[\"name/3396\",[1856,78.691]],[\"parent/3396\",[1426,3.189]],[\"name/3397\",[1857,73.583]],[\"parent/3397\",[1858,7.357]],[\"name/3398\",[1859,67.705]],[\"parent/3398\",[1858,7.357]],[\"name/3399\",[1860,78.691]],[\"parent/3399\",[1426,3.189]],[\"name/3400\",[1522,64.028]],[\"parent/3400\",[1861,7.02]],[\"name/3401\",[1862,78.691]],[\"parent/3401\",[1861,7.02]],[\"name/3402\",[1859,67.705]],[\"parent/3402\",[1861,7.02]],[\"name/3403\",[1863,78.691]],[\"parent/3403\",[1426,3.189]],[\"name/3404\",[1857,73.583]],[\"parent/3404\",[1864,7.357]],[\"name/3405\",[1813,73.583]],[\"parent/3405\",[1864,7.357]],[\"name/3406\",[1865,78.691]],[\"parent/3406\",[1426,3.189]],[\"name/3407\",[898,60.233]],[\"parent/3407\",[1866,6.769]],[\"name/3408\",[1867,73.583]],[\"parent/3408\",[1866,6.769]],[\"name/3409\",[1868,78.691]],[\"parent/3409\",[1866,6.769]],[\"name/3410\",[1869,78.691]],[\"parent/3410\",[1866,6.769]],[\"name/3411\",[1870,78.691]],[\"parent/3411\",[1426,3.189]],[\"name/3412\",[1867,73.583]],[\"parent/3412\",[1871,7.357]],[\"name/3413\",[1872,78.691]],[\"parent/3413\",[1871,7.357]],[\"name/3414\",[1873,78.691]],[\"parent/3414\",[1426,3.189]],[\"name/3415\",[349,59.232]],[\"parent/3415\",[1874,6.133]],[\"name/3416\",[1875,78.691]],[\"parent/3416\",[1874,6.133]],[\"name/3417\",[1876,78.691]],[\"parent/3417\",[1874,6.133]],[\"name/3418\",[1877,78.691]],[\"parent/3418\",[1874,6.133]],[\"name/3419\",[1878,78.691]],[\"parent/3419\",[1874,6.133]],[\"name/3420\",[1879,78.691]],[\"parent/3420\",[1874,6.133]],[\"name/3421\",[1880,78.691]],[\"parent/3421\",[1874,6.133]],[\"name/3422\",[1881,78.691]],[\"parent/3422\",[1874,6.133]],[\"name/3423\",[1882,78.691]],[\"parent/3423\",[1426,3.189]],[\"name/3424\",[1883,78.691]],[\"parent/3424\",[1884,6.022]],[\"name/3425\",[199,55.338]],[\"parent/3425\",[1884,6.022]],[\"name/3426\",[1885,78.691]],[\"parent/3426\",[1884,6.022]],[\"name/3427\",[1886,78.691]],[\"parent/3427\",[1884,6.022]],[\"name/3428\",[1887,78.691]],[\"parent/3428\",[1884,6.022]],[\"name/3429\",[1040,70.218]],[\"parent/3429\",[1884,6.022]],[\"name/3430\",[1522,64.028]],[\"parent/3430\",[1884,6.022]],[\"name/3431\",[1888,78.691]],[\"parent/3431\",[1884,6.022]],[\"name/3432\",[1889,78.691]],[\"parent/3432\",[1884,6.022]],[\"name/3433\",[1890,78.691]],[\"parent/3433\",[1426,3.189]],[\"name/3434\",[1891,78.691]],[\"parent/3434\",[1426,3.189]],[\"name/3435\",[1892,78.691]],[\"parent/3435\",[1426,3.189]],[\"name/3436\",[1893,78.691]],[\"parent/3436\",[1894,7.02]],[\"name/3437\",[1532,73.583]],[\"parent/3437\",[1894,7.02]],[\"name/3438\",[1895,78.691]],[\"parent/3438\",[1894,7.02]],[\"name/3439\",[1896,78.691]],[\"parent/3439\",[1426,3.189]],[\"name/3440\",[1897,78.691]],[\"parent/3440\",[1426,3.189]],[\"name/3441\",[1898,78.691]],[\"parent/3441\",[1426,3.189]],[\"name/3442\",[1899,78.691]],[\"parent/3442\",[1900,6.022]],[\"name/3443\",[1901,78.691]],[\"parent/3443\",[1900,6.022]],[\"name/3444\",[30,65.699]],[\"parent/3444\",[1900,6.022]],[\"name/3445\",[341,70.218]],[\"parent/3445\",[1900,6.022]],[\"name/3446\",[1902,78.691]],[\"parent/3446\",[1900,6.022]],[\"name/3447\",[1903,78.691]],[\"parent/3447\",[1900,6.022]],[\"name/3448\",[1904,78.691]],[\"parent/3448\",[1900,6.022]],[\"name/3449\",[1905,78.691]],[\"parent/3449\",[1900,6.022]],[\"name/3450\",[1906,78.691]],[\"parent/3450\",[1900,6.022]],[\"name/3451\",[1907,78.691]],[\"parent/3451\",[1426,3.189]],[\"name/3452\",[1908,78.691]],[\"parent/3452\",[1426,3.189]],[\"name/3453\",[1534,67.705]],[\"parent/3453\",[1909,7.02]],[\"name/3454\",[1536,67.705]],[\"parent/3454\",[1909,7.02]],[\"name/3455\",[30,65.699]],[\"parent/3455\",[1909,7.02]],[\"name/3456\",[1910,78.691]],[\"parent/3456\",[1426,3.189]],[\"name/3457\",[1911,78.691]],[\"parent/3457\",[1912,5.303]],[\"name/3458\",[1913,78.691]],[\"parent/3458\",[1914,6.401]],[\"name/3459\",[1915,78.691]],[\"parent/3459\",[1914,6.401]],[\"name/3460\",[1916,78.691]],[\"parent/3460\",[1914,6.401]],[\"name/3461\",[1917,78.691]],[\"parent/3461\",[1914,6.401]],[\"name/3462\",[1918,73.583]],[\"parent/3462\",[1914,6.401]],[\"name/3463\",[1919,73.583]],[\"parent/3463\",[1914,6.401]],[\"name/3464\",[779,62.597]],[\"parent/3464\",[1912,5.303]],[\"name/3465\",[1920,73.583]],[\"parent/3465\",[1921,6.568]],[\"name/3466\",[1922,78.691]],[\"parent/3466\",[1921,6.568]],[\"name/3467\",[199,55.338]],[\"parent/3467\",[1921,6.568]],[\"name/3468\",[1923,78.691]],[\"parent/3468\",[1924,5.356]],[\"name/3469\",[1925,78.691]],[\"parent/3469\",[1924,5.356]],[\"name/3470\",[1926,78.691]],[\"parent/3470\",[1924,5.356]],[\"name/3471\",[1927,78.691]],[\"parent/3471\",[1924,5.356]],[\"name/3472\",[1928,78.691]],[\"parent/3472\",[1924,5.356]],[\"name/3473\",[1929,78.691]],[\"parent/3473\",[1924,5.356]],[\"name/3474\",[1930,78.691]],[\"parent/3474\",[1924,5.356]],[\"name/3475\",[1931,78.691]],[\"parent/3475\",[1924,5.356]],[\"name/3476\",[1932,78.691]],[\"parent/3476\",[1924,5.356]],[\"name/3477\",[1933,78.691]],[\"parent/3477\",[1924,5.356]],[\"name/3478\",[1934,78.691]],[\"parent/3478\",[1924,5.356]],[\"name/3479\",[1935,78.691]],[\"parent/3479\",[1924,5.356]],[\"name/3480\",[1936,78.691]],[\"parent/3480\",[1924,5.356]],[\"name/3481\",[1937,78.691]],[\"parent/3481\",[1924,5.356]],[\"name/3482\",[1938,78.691]],[\"parent/3482\",[1924,5.356]],[\"name/3483\",[1939,78.691]],[\"parent/3483\",[1924,5.356]],[\"name/3484\",[1940,78.691]],[\"parent/3484\",[1924,5.356]],[\"name/3485\",[1941,78.691]],[\"parent/3485\",[1924,5.356]],[\"name/3486\",[1859,67.705]],[\"parent/3486\",[1921,6.568]],[\"name/3487\",[1942,73.583]],[\"parent/3487\",[1921,6.568]],[\"name/3488\",[1943,61.345]],[\"parent/3488\",[1912,5.303]],[\"name/3489\",[1944,67.705]],[\"parent/3489\",[1945,5.671]],[\"name/3490\",[1946,67.705]],[\"parent/3490\",[1945,5.671]],[\"name/3491\",[1947,67.705]],[\"parent/3491\",[1945,5.671]],[\"name/3492\",[1948,73.583]],[\"parent/3492\",[1945,5.671]],[\"name/3493\",[1949,59.232]],[\"parent/3493\",[1945,5.671]],[\"name/3494\",[1950,70.218]],[\"parent/3494\",[1945,5.671]],[\"name/3495\",[1951,70.218]],[\"parent/3495\",[1945,5.671]],[\"name/3496\",[365,67.705]],[\"parent/3496\",[1945,5.671]],[\"name/3497\",[1952,70.218]],[\"parent/3497\",[1945,5.671]],[\"name/3498\",[1647,65.699]],[\"parent/3498\",[1945,5.671]],[\"name/3499\",[1953,70.218]],[\"parent/3499\",[1945,5.671]],[\"name/3500\",[1954,70.218]],[\"parent/3500\",[1945,5.671]],[\"name/3501\",[1955,67.705]],[\"parent/3501\",[1945,5.671]],[\"name/3502\",[1956,67.705]],[\"parent/3502\",[1912,5.303]],[\"name/3503\",[1398,67.705]],[\"parent/3503\",[1957,6.133]],[\"name/3504\",[898,60.233]],[\"parent/3504\",[1957,6.133]],[\"name/3505\",[1943,61.345]],[\"parent/3505\",[1957,6.133]],[\"name/3506\",[779,62.597]],[\"parent/3506\",[1957,6.133]],[\"name/3507\",[1958,73.583]],[\"parent/3507\",[1957,6.133]],[\"name/3508\",[1959,67.705]],[\"parent/3508\",[1957,6.133]],[\"name/3509\",[1960,65.699]],[\"parent/3509\",[1957,6.133]],[\"name/3510\",[1961,70.218]],[\"parent/3510\",[1957,6.133]],[\"name/3511\",[1960,65.699]],[\"parent/3511\",[1912,5.303]],[\"name/3512\",[1962,78.691]],[\"parent/3512\",[1912,5.303]],[\"name/3513\",[1963,78.691]],[\"parent/3513\",[1912,5.303]],[\"name/3514\",[1964,78.691]],[\"parent/3514\",[1912,5.303]],[\"name/3515\",[1965,78.691]],[\"parent/3515\",[1912,5.303]],[\"name/3516\",[1966,73.583]],[\"parent/3516\",[1967,7.02]],[\"name/3517\",[1968,73.583]],[\"parent/3517\",[1967,7.02]],[\"name/3518\",[199,55.338]],[\"parent/3518\",[1967,7.02]],[\"name/3519\",[1969,78.691]],[\"parent/3519\",[1912,5.303]],[\"name/3520\",[1408,64.028]],[\"parent/3520\",[1970,6.568]],[\"name/3521\",[1971,78.691]],[\"parent/3521\",[1970,6.568]],[\"name/3522\",[1972,78.691]],[\"parent/3522\",[1970,6.568]],[\"name/3523\",[1973,78.691]],[\"parent/3523\",[1970,6.568]],[\"name/3524\",[1974,78.691]],[\"parent/3524\",[1970,6.568]],[\"name/3525\",[1975,78.691]],[\"parent/3525\",[1912,5.303]],[\"name/3526\",[1976,73.583]],[\"parent/3526\",[1912,5.303]],[\"name/3527\",[1055,56.005]],[\"parent/3527\",[1977,7.357]],[\"name/3528\",[1755,70.218]],[\"parent/3528\",[1977,7.357]],[\"name/3529\",[1978,78.691]],[\"parent/3529\",[1912,5.303]],[\"name/3530\",[1055,56.005]],[\"parent/3530\",[1979,6.022]],[\"name/3531\",[1585,59.232]],[\"parent/3531\",[1979,6.022]],[\"name/3532\",[1980,65.699]],[\"parent/3532\",[1979,6.022]],[\"name/3533\",[1981,78.691]],[\"parent/3533\",[1979,6.022]],[\"name/3534\",[1982,65.699]],[\"parent/3534\",[1979,6.022]],[\"name/3535\",[1983,78.691]],[\"parent/3535\",[1979,6.022]],[\"name/3536\",[1984,70.218]],[\"parent/3536\",[1979,6.022]],[\"name/3537\",[1949,59.232]],[\"parent/3537\",[1979,6.022]],[\"name/3538\",[1985,78.691]],[\"parent/3538\",[1979,6.022]],[\"name/3539\",[1986,78.691]],[\"parent/3539\",[1912,5.303]],[\"name/3540\",[1055,56.005]],[\"parent/3540\",[1987,6.568]],[\"name/3541\",[1585,59.232]],[\"parent/3541\",[1987,6.568]],[\"name/3542\",[1980,65.699]],[\"parent/3542\",[1987,6.568]],[\"name/3543\",[1982,65.699]],[\"parent/3543\",[1987,6.568]],[\"name/3544\",[1949,59.232]],[\"parent/3544\",[1987,6.568]],[\"name/3545\",[1988,78.691]],[\"parent/3545\",[1912,5.303]],[\"name/3546\",[1055,56.005]],[\"parent/3546\",[1989,6.568]],[\"name/3547\",[1585,59.232]],[\"parent/3547\",[1989,6.568]],[\"name/3548\",[1980,65.699]],[\"parent/3548\",[1989,6.568]],[\"name/3549\",[1982,65.699]],[\"parent/3549\",[1989,6.568]],[\"name/3550\",[1949,59.232]],[\"parent/3550\",[1989,6.568]],[\"name/3551\",[1990,78.691]],[\"parent/3551\",[1912,5.303]],[\"name/3552\",[1055,56.005]],[\"parent/3552\",[1991,6.568]],[\"name/3553\",[1585,59.232]],[\"parent/3553\",[1991,6.568]],[\"name/3554\",[1980,65.699]],[\"parent/3554\",[1991,6.568]],[\"name/3555\",[1982,65.699]],[\"parent/3555\",[1991,6.568]],[\"name/3556\",[1949,59.232]],[\"parent/3556\",[1991,6.568]],[\"name/3557\",[1992,73.583]],[\"parent/3557\",[1912,5.303]],[\"name/3558\",[1055,56.005]],[\"parent/3558\",[1993,6.568]],[\"name/3559\",[1585,59.232]],[\"parent/3559\",[1993,6.568]],[\"name/3560\",[1980,65.699]],[\"parent/3560\",[1993,6.568]],[\"name/3561\",[1982,65.699]],[\"parent/3561\",[1993,6.568]],[\"name/3562\",[1949,59.232]],[\"parent/3562\",[1993,6.568]],[\"name/3563\",[1994,73.583]],[\"parent/3563\",[1912,5.303]],[\"name/3564\",[1597,61.345]],[\"parent/3564\",[1995,7.357]],[\"name/3565\",[192,62.597]],[\"parent/3565\",[1995,7.357]],[\"name/3566\",[1996,73.583]],[\"parent/3566\",[1912,5.303]],[\"name/3567\",[1997,78.691]],[\"parent/3567\",[1426,3.189]],[\"name/3568\",[1998,78.691]],[\"parent/3568\",[1999,5.16]],[\"name/3569\",[2000,78.691]],[\"parent/3569\",[1999,5.16]],[\"name/3570\",[392,60.233]],[\"parent/3570\",[2001,5.748]],[\"name/3571\",[394,62.597]],[\"parent/3571\",[2001,5.748]],[\"name/3572\",[2002,78.691]],[\"parent/3572\",[2001,5.748]],[\"name/3573\",[2003,78.691]],[\"parent/3573\",[2001,5.748]],[\"name/3574\",[2004,78.691]],[\"parent/3574\",[2001,5.748]],[\"name/3575\",[2005,78.691]],[\"parent/3575\",[2001,5.748]],[\"name/3576\",[1918,73.583]],[\"parent/3576\",[2001,5.748]],[\"name/3577\",[1919,73.583]],[\"parent/3577\",[2001,5.748]],[\"name/3578\",[2006,78.691]],[\"parent/3578\",[2001,5.748]],[\"name/3579\",[2007,78.691]],[\"parent/3579\",[2001,5.748]],[\"name/3580\",[2008,78.691]],[\"parent/3580\",[2001,5.748]],[\"name/3581\",[2009,78.691]],[\"parent/3581\",[2001,5.748]],[\"name/3582\",[2010,78.691]],[\"parent/3582\",[1999,5.16]],[\"name/3583\",[779,62.597]],[\"parent/3583\",[1999,5.16]],[\"name/3584\",[1942,73.583]],[\"parent/3584\",[2011,7.02]],[\"name/3585\",[482,60.233]],[\"parent/3585\",[2011,7.02]],[\"name/3586\",[1859,67.705]],[\"parent/3586\",[2011,7.02]],[\"name/3587\",[1943,61.345]],[\"parent/3587\",[1999,5.16]],[\"name/3588\",[1944,67.705]],[\"parent/3588\",[2012,5.748]],[\"name/3589\",[1946,67.705]],[\"parent/3589\",[2012,5.748]],[\"name/3590\",[1947,67.705]],[\"parent/3590\",[2012,5.748]],[\"name/3591\",[468,59.232]],[\"parent/3591\",[2012,5.748]],[\"name/3592\",[1950,70.218]],[\"parent/3592\",[2012,5.748]],[\"name/3593\",[1951,70.218]],[\"parent/3593\",[2012,5.748]],[\"name/3594\",[365,67.705]],[\"parent/3594\",[2012,5.748]],[\"name/3595\",[1952,70.218]],[\"parent/3595\",[2012,5.748]],[\"name/3596\",[1647,65.699]],[\"parent/3596\",[2012,5.748]],[\"name/3597\",[1953,70.218]],[\"parent/3597\",[2012,5.748]],[\"name/3598\",[1954,70.218]],[\"parent/3598\",[2012,5.748]],[\"name/3599\",[1955,67.705]],[\"parent/3599\",[2012,5.748]],[\"name/3600\",[1956,67.705]],[\"parent/3600\",[1999,5.16]],[\"name/3601\",[1398,67.705]],[\"parent/3601\",[2013,6.401]],[\"name/3602\",[1943,61.345]],[\"parent/3602\",[2013,6.401]],[\"name/3603\",[898,60.233]],[\"parent/3603\",[2013,6.401]],[\"name/3604\",[779,62.597]],[\"parent/3604\",[2013,6.401]],[\"name/3605\",[1958,73.583]],[\"parent/3605\",[2013,6.401]],[\"name/3606\",[1959,67.705]],[\"parent/3606\",[2013,6.401]],[\"name/3607\",[2014,78.691]],[\"parent/3607\",[1999,5.16]],[\"name/3608\",[2015,78.691]],[\"parent/3608\",[1999,5.16]],[\"name/3609\",[2016,78.691]],[\"parent/3609\",[1999,5.16]],[\"name/3610\",[2017,78.691]],[\"parent/3610\",[1999,5.16]],[\"name/3611\",[2018,78.691]],[\"parent/3611\",[1999,5.16]],[\"name/3612\",[2019,78.691]],[\"parent/3612\",[1999,5.16]],[\"name/3613\",[2020,78.691]],[\"parent/3613\",[1999,5.16]],[\"name/3614\",[2021,78.691]],[\"parent/3614\",[2022,7.357]],[\"name/3615\",[10,53.042]],[\"parent/3615\",[2022,7.357]],[\"name/3616\",[2023,78.691]],[\"parent/3616\",[1999,5.16]],[\"name/3617\",[1966,73.583]],[\"parent/3617\",[2024,7.02]],[\"name/3618\",[1968,73.583]],[\"parent/3618\",[2024,7.02]],[\"name/3619\",[199,55.338]],[\"parent/3619\",[2024,7.02]],[\"name/3620\",[2025,78.691]],[\"parent/3620\",[1999,5.16]],[\"name/3621\",[1408,64.028]],[\"parent/3621\",[2026,6.769]],[\"name/3622\",[704,65.699]],[\"parent/3622\",[2026,6.769]],[\"name/3623\",[2027,78.691]],[\"parent/3623\",[2026,6.769]],[\"name/3624\",[2028,78.691]],[\"parent/3624\",[2026,6.769]],[\"name/3625\",[1976,73.583]],[\"parent/3625\",[1999,5.16]],[\"name/3626\",[1055,56.005]],[\"parent/3626\",[2029,7.357]],[\"name/3627\",[1755,70.218]],[\"parent/3627\",[2029,7.357]],[\"name/3628\",[2030,78.691]],[\"parent/3628\",[1999,5.16]],[\"name/3629\",[1055,56.005]],[\"parent/3629\",[2031,6.769]],[\"name/3630\",[1585,59.232]],[\"parent/3630\",[2031,6.769]],[\"name/3631\",[2032,78.691]],[\"parent/3631\",[2031,6.769]],[\"name/3632\",[1949,59.232]],[\"parent/3632\",[2031,6.769]],[\"name/3633\",[2033,78.691]],[\"parent/3633\",[1999,5.16]],[\"name/3634\",[1055,56.005]],[\"parent/3634\",[2034,6.568]],[\"name/3635\",[1585,59.232]],[\"parent/3635\",[2034,6.568]],[\"name/3636\",[2035,78.691]],[\"parent/3636\",[2034,6.568]],[\"name/3637\",[1984,70.218]],[\"parent/3637\",[2034,6.568]],[\"name/3638\",[1949,59.232]],[\"parent/3638\",[2034,6.568]],[\"name/3639\",[1992,73.583]],[\"parent/3639\",[1999,5.16]],[\"name/3640\",[1055,56.005]],[\"parent/3640\",[2036,7.02]],[\"name/3641\",[1585,59.232]],[\"parent/3641\",[2036,7.02]],[\"name/3642\",[1949,59.232]],[\"parent/3642\",[2036,7.02]],[\"name/3643\",[2037,78.691]],[\"parent/3643\",[1999,5.16]],[\"name/3644\",[1055,56.005]],[\"parent/3644\",[2038,7.357]],[\"name/3645\",[1984,70.218]],[\"parent/3645\",[2038,7.357]],[\"name/3646\",[1994,73.583]],[\"parent/3646\",[1999,5.16]],[\"name/3647\",[1597,61.345]],[\"parent/3647\",[2039,7.357]],[\"name/3648\",[192,62.597]],[\"parent/3648\",[2039,7.357]],[\"name/3649\",[1996,73.583]],[\"parent/3649\",[1999,5.16]],[\"name/3650\",[2040,73.583]],[\"parent/3650\",[1426,3.189]],[\"name/3651\",[1960,65.699]],[\"parent/3651\",[2041,6.568]],[\"name/3652\",[1920,73.583]],[\"parent/3652\",[2042,6.133]],[\"name/3653\",[2043,78.691]],[\"parent/3653\",[2042,6.133]],[\"name/3654\",[2044,78.691]],[\"parent/3654\",[2042,6.133]],[\"name/3655\",[2045,78.691]],[\"parent/3655\",[2042,6.133]],[\"name/3656\",[2046,78.691]],[\"parent/3656\",[2042,6.133]],[\"name/3657\",[2047,78.691]],[\"parent/3657\",[2042,6.133]],[\"name/3658\",[2048,78.691]],[\"parent/3658\",[2042,6.133]],[\"name/3659\",[471,57.489]],[\"parent/3659\",[2042,6.133]],[\"name/3660\",[2049,78.691]],[\"parent/3660\",[2041,6.568]],[\"name/3661\",[1943,61.345]],[\"parent/3661\",[2041,6.568]],[\"name/3662\",[1954,70.218]],[\"parent/3662\",[2050,5.922]],[\"name/3663\",[1955,67.705]],[\"parent/3663\",[2050,5.922]],[\"name/3664\",[1944,67.705]],[\"parent/3664\",[2050,5.922]],[\"name/3665\",[1946,67.705]],[\"parent/3665\",[2050,5.922]],[\"name/3666\",[1947,67.705]],[\"parent/3666\",[2050,5.922]],[\"name/3667\",[1474,70.218]],[\"parent/3667\",[2050,5.922]],[\"name/3668\",[365,67.705]],[\"parent/3668\",[2050,5.922]],[\"name/3669\",[1952,70.218]],[\"parent/3669\",[2050,5.922]],[\"name/3670\",[1647,65.699]],[\"parent/3670\",[2050,5.922]],[\"name/3671\",[1953,70.218]],[\"parent/3671\",[2050,5.922]],[\"name/3672\",[1956,67.705]],[\"parent/3672\",[2041,6.568]],[\"name/3673\",[1398,67.705]],[\"parent/3673\",[2051,6.401]],[\"name/3674\",[898,60.233]],[\"parent/3674\",[2051,6.401]],[\"name/3675\",[1960,65.699]],[\"parent/3675\",[2051,6.401]],[\"name/3676\",[1943,61.345]],[\"parent/3676\",[2051,6.401]],[\"name/3677\",[1961,70.218]],[\"parent/3677\",[2051,6.401]],[\"name/3678\",[1959,67.705]],[\"parent/3678\",[2051,6.401]],[\"name/3679\",[2052,78.691]],[\"parent/3679\",[2041,6.568]],[\"name/3680\",[2053,78.691]],[\"parent/3680\",[1426,3.189]],[\"name/3681\",[2054,78.691]],[\"parent/3681\",[2055,4.996]],[\"name/3682\",[776,60.233]],[\"parent/3682\",[2056,6.258]],[\"name/3683\",[2057,78.691]],[\"parent/3683\",[2056,6.258]],[\"name/3684\",[2058,78.691]],[\"parent/3684\",[2056,6.258]],[\"name/3685\",[2059,78.691]],[\"parent/3685\",[2056,6.258]],[\"name/3686\",[2060,78.691]],[\"parent/3686\",[2056,6.258]],[\"name/3687\",[2061,73.583]],[\"parent/3687\",[2056,6.258]],[\"name/3688\",[2062,73.583]],[\"parent/3688\",[2056,6.258]],[\"name/3689\",[2063,78.691]],[\"parent/3689\",[2055,4.996]],[\"name/3690\",[776,60.233]],[\"parent/3690\",[2064,6.401]],[\"name/3691\",[2065,78.691]],[\"parent/3691\",[2064,6.401]],[\"name/3692\",[2066,78.691]],[\"parent/3692\",[2064,6.401]],[\"name/3693\",[2067,78.691]],[\"parent/3693\",[2064,6.401]],[\"name/3694\",[2068,78.691]],[\"parent/3694\",[2064,6.401]],[\"name/3695\",[2069,78.691]],[\"parent/3695\",[2064,6.401]],[\"name/3696\",[2070,78.691]],[\"parent/3696\",[2055,4.996]],[\"name/3697\",[2071,78.691]],[\"parent/3697\",[2072,7.357]],[\"name/3698\",[2073,78.691]],[\"parent/3698\",[2072,7.357]],[\"name/3699\",[2074,78.691]],[\"parent/3699\",[2055,4.996]],[\"name/3700\",[2075,78.691]],[\"parent/3700\",[2076,5.831]],[\"name/3701\",[2077,78.691]],[\"parent/3701\",[2076,5.831]],[\"name/3702\",[2061,73.583]],[\"parent/3702\",[2076,5.831]],[\"name/3703\",[2078,78.691]],[\"parent/3703\",[2076,5.831]],[\"name/3704\",[2079,78.691]],[\"parent/3704\",[2076,5.831]],[\"name/3705\",[2080,78.691]],[\"parent/3705\",[2076,5.831]],[\"name/3706\",[2081,78.691]],[\"parent/3706\",[2076,5.831]],[\"name/3707\",[2082,78.691]],[\"parent/3707\",[2076,5.831]],[\"name/3708\",[2062,73.583]],[\"parent/3708\",[2076,5.831]],[\"name/3709\",[2040,73.583]],[\"parent/3709\",[2076,5.831]],[\"name/3710\",[2083,78.691]],[\"parent/3710\",[2076,5.831]],[\"name/3711\",[2084,78.691]],[\"parent/3711\",[2055,4.996]],[\"name/3712\",[2085,78.691]],[\"parent/3712\",[2086,7.357]],[\"name/3713\",[2087,78.691]],[\"parent/3713\",[2086,7.357]],[\"name/3714\",[2088,78.691]],[\"parent/3714\",[2055,4.996]],[\"name/3715\",[2089,78.691]],[\"parent/3715\",[2055,4.996]],[\"name/3716\",[2090,78.691]],[\"parent/3716\",[2055,4.996]],[\"name/3717\",[2091,78.691]],[\"parent/3717\",[2092,3.898]],[\"name/3718\",[2093,78.691]],[\"parent/3718\",[2092,3.898]],[\"name/3719\",[2094,78.691]],[\"parent/3719\",[2092,3.898]],[\"name/3720\",[2095,78.691]],[\"parent/3720\",[2092,3.898]],[\"name/3721\",[2096,78.691]],[\"parent/3721\",[2092,3.898]],[\"name/3722\",[2097,78.691]],[\"parent/3722\",[2092,3.898]],[\"name/3723\",[6,73.583]],[\"parent/3723\",[2092,3.898]],[\"name/3724\",[2098,78.691]],[\"parent/3724\",[2092,3.898]],[\"name/3725\",[2099,78.691]],[\"parent/3725\",[2092,3.898]],[\"name/3726\",[2100,78.691]],[\"parent/3726\",[2092,3.898]],[\"name/3727\",[2101,78.691]],[\"parent/3727\",[2092,3.898]],[\"name/3728\",[2102,78.691]],[\"parent/3728\",[2092,3.898]],[\"name/3729\",[2103,78.691]],[\"parent/3729\",[2092,3.898]],[\"name/3730\",[2104,78.691]],[\"parent/3730\",[2092,3.898]],[\"name/3731\",[2105,78.691]],[\"parent/3731\",[2092,3.898]],[\"name/3732\",[2106,78.691]],[\"parent/3732\",[2092,3.898]],[\"name/3733\",[2107,78.691]],[\"parent/3733\",[2092,3.898]],[\"name/3734\",[2108,78.691]],[\"parent/3734\",[2092,3.898]],[\"name/3735\",[2109,78.691]],[\"parent/3735\",[2092,3.898]],[\"name/3736\",[2110,78.691]],[\"parent/3736\",[2092,3.898]],[\"name/3737\",[2111,78.691]],[\"parent/3737\",[2092,3.898]],[\"name/3738\",[2112,78.691]],[\"parent/3738\",[2092,3.898]],[\"name/3739\",[2113,78.691]],[\"parent/3739\",[2092,3.898]],[\"name/3740\",[2114,78.691]],[\"parent/3740\",[2092,3.898]],[\"name/3741\",[2115,78.691]],[\"parent/3741\",[2092,3.898]],[\"name/3742\",[2116,78.691]],[\"parent/3742\",[2092,3.898]],[\"name/3743\",[2117,78.691]],[\"parent/3743\",[2092,3.898]],[\"name/3744\",[2118,78.691]],[\"parent/3744\",[2092,3.898]],[\"name/3745\",[2119,78.691]],[\"parent/3745\",[2092,3.898]],[\"name/3746\",[2120,78.691]],[\"parent/3746\",[2092,3.898]],[\"name/3747\",[1568,70.218]],[\"parent/3747\",[2092,3.898]],[\"name/3748\",[2121,78.691]],[\"parent/3748\",[2092,3.898]],[\"name/3749\",[2122,78.691]],[\"parent/3749\",[2092,3.898]],[\"name/3750\",[2123,78.691]],[\"parent/3750\",[2092,3.898]],[\"name/3751\",[2124,78.691]],[\"parent/3751\",[2092,3.898]],[\"name/3752\",[2125,78.691]],[\"parent/3752\",[2092,3.898]],[\"name/3753\",[2126,78.691]],[\"parent/3753\",[2092,3.898]],[\"name/3754\",[2127,78.691]],[\"parent/3754\",[2092,3.898]],[\"name/3755\",[2128,78.691]],[\"parent/3755\",[2092,3.898]],[\"name/3756\",[2129,78.691]],[\"parent/3756\",[2092,3.898]],[\"name/3757\",[2130,78.691]],[\"parent/3757\",[2092,3.898]],[\"name/3758\",[2131,78.691]],[\"parent/3758\",[2092,3.898]],[\"name/3759\",[2132,78.691]],[\"parent/3759\",[2092,3.898]],[\"name/3760\",[2133,78.691]],[\"parent/3760\",[2092,3.898]],[\"name/3761\",[2134,78.691]],[\"parent/3761\",[2092,3.898]],[\"name/3762\",[2135,78.691]],[\"parent/3762\",[2092,3.898]],[\"name/3763\",[2136,78.691]],[\"parent/3763\",[2092,3.898]],[\"name/3764\",[2137,78.691]],[\"parent/3764\",[2092,3.898]],[\"name/3765\",[2138,78.691]],[\"parent/3765\",[2092,3.898]],[\"name/3766\",[2139,78.691]],[\"parent/3766\",[2092,3.898]],[\"name/3767\",[2140,78.691]],[\"parent/3767\",[2092,3.898]],[\"name/3768\",[2141,78.691]],[\"parent/3768\",[2092,3.898]],[\"name/3769\",[2142,78.691]],[\"parent/3769\",[2092,3.898]],[\"name/3770\",[2143,78.691]],[\"parent/3770\",[2092,3.898]],[\"name/3771\",[2144,78.691]],[\"parent/3771\",[2092,3.898]],[\"name/3772\",[2145,78.691]],[\"parent/3772\",[2092,3.898]],[\"name/3773\",[2146,78.691]],[\"parent/3773\",[2092,3.898]],[\"name/3774\",[2147,78.691]],[\"parent/3774\",[2092,3.898]],[\"name/3775\",[2148,78.691]],[\"parent/3775\",[2092,3.898]],[\"name/3776\",[2149,78.691]],[\"parent/3776\",[2092,3.898]],[\"name/3777\",[2150,78.691]],[\"parent/3777\",[2092,3.898]],[\"name/3778\",[2151,78.691]],[\"parent/3778\",[2092,3.898]],[\"name/3779\",[2152,78.691]],[\"parent/3779\",[2092,3.898]],[\"name/3780\",[2153,78.691]],[\"parent/3780\",[2092,3.898]],[\"name/3781\",[2154,78.691]],[\"parent/3781\",[2092,3.898]],[\"name/3782\",[2155,78.691]],[\"parent/3782\",[2092,3.898]],[\"name/3783\",[2156,78.691]],[\"parent/3783\",[2092,3.898]],[\"name/3784\",[2157,78.691]],[\"parent/3784\",[2092,3.898]],[\"name/3785\",[2158,78.691]],[\"parent/3785\",[2092,3.898]],[\"name/3786\",[2159,78.691]],[\"parent/3786\",[2092,3.898]],[\"name/3787\",[2160,78.691]],[\"parent/3787\",[2092,3.898]],[\"name/3788\",[2161,78.691]],[\"parent/3788\",[2092,3.898]],[\"name/3789\",[207,65.699]],[\"parent/3789\",[2092,3.898]],[\"name/3790\",[2162,78.691]],[\"parent/3790\",[2092,3.898]],[\"name/3791\",[2163,78.691]],[\"parent/3791\",[2092,3.898]],[\"name/3792\",[2164,78.691]],[\"parent/3792\",[2092,3.898]],[\"name/3793\",[2165,78.691]],[\"parent/3793\",[2092,3.898]],[\"name/3794\",[2166,78.691]],[\"parent/3794\",[2092,3.898]],[\"name/3795\",[2167,78.691]],[\"parent/3795\",[2092,3.898]],[\"name/3796\",[1960,65.699]],[\"parent/3796\",[2055,4.996]],[\"name/3797\",[2168,78.691]],[\"parent/3797\",[2169,6.568]],[\"name/3798\",[2170,78.691]],[\"parent/3798\",[2169,6.568]],[\"name/3799\",[2171,78.691]],[\"parent/3799\",[2169,6.568]],[\"name/3800\",[2172,78.691]],[\"parent/3800\",[2169,6.568]],[\"name/3801\",[2173,78.691]],[\"parent/3801\",[2169,6.568]],[\"name/3802\",[2174,73.583]],[\"parent/3802\",[2055,4.996]],[\"name/3803\",[2175,78.691]],[\"parent/3803\",[2176,7.868]],[\"name/3804\",[2177,73.583]],[\"parent/3804\",[2055,4.996]],[\"name/3805\",[2178,78.691]],[\"parent/3805\",[2179,6.258]],[\"name/3806\",[2180,78.691]],[\"parent/3806\",[2179,6.258]],[\"name/3807\",[2181,78.691]],[\"parent/3807\",[2179,6.258]],[\"name/3808\",[2182,78.691]],[\"parent/3808\",[2179,6.258]],[\"name/3809\",[2183,78.691]],[\"parent/3809\",[2179,6.258]],[\"name/3810\",[2184,78.691]],[\"parent/3810\",[2179,6.258]],[\"name/3811\",[2185,78.691]],[\"parent/3811\",[2179,6.258]],[\"name/3812\",[2186,78.691]],[\"parent/3812\",[2055,4.996]],[\"name/3813\",[769,73.583]],[\"parent/3813\",[2187,7.357]],[\"name/3814\",[1408,64.028]],[\"parent/3814\",[2187,7.357]],[\"name/3815\",[2188,78.691]],[\"parent/3815\",[2055,4.996]],[\"name/3816\",[2189,78.691]],[\"parent/3816\",[2055,4.996]],[\"name/3817\",[2190,70.218]],[\"parent/3817\",[2191,6.769]],[\"name/3818\",[2192,70.218]],[\"parent/3818\",[2191,6.769]],[\"name/3819\",[213,64.028]],[\"parent/3819\",[2191,6.769]],[\"name/3820\",[341,70.218]],[\"parent/3820\",[2191,6.769]],[\"name/3821\",[2193,78.691]],[\"parent/3821\",[2055,4.996]],[\"name/3822\",[2194,78.691]],[\"parent/3822\",[2195,5.671]],[\"name/3823\",[199,55.338]],[\"parent/3823\",[2195,5.671]],[\"name/3824\",[2196,78.691]],[\"parent/3824\",[2195,5.671]],[\"name/3825\",[199,55.338]],[\"parent/3825\",[2195,5.671]],[\"name/3826\",[701,64.028]],[\"parent/3826\",[2195,5.671]],[\"name/3827\",[703,70.218]],[\"parent/3827\",[2195,5.671]],[\"name/3828\",[2192,70.218]],[\"parent/3828\",[2195,5.671]],[\"name/3829\",[213,64.028]],[\"parent/3829\",[2195,5.671]],[\"name/3830\",[40,65.699]],[\"parent/3830\",[2195,5.671]],[\"name/3831\",[199,55.338]],[\"parent/3831\",[2195,5.671]],[\"name/3832\",[2197,73.583]],[\"parent/3832\",[2198,7.868]],[\"name/3833\",[1522,64.028]],[\"parent/3833\",[2195,5.671]],[\"name/3834\",[915,67.705]],[\"parent/3834\",[2195,5.671]],[\"name/3835\",[2190,70.218]],[\"parent/3835\",[2195,5.671]],[\"name/3836\",[2199,78.691]],[\"parent/3836\",[2055,4.996]],[\"name/3837\",[2192,70.218]],[\"parent/3837\",[2200,6.258]],[\"name/3838\",[213,64.028]],[\"parent/3838\",[2200,6.258]],[\"name/3839\",[40,65.699]],[\"parent/3839\",[2200,6.258]],[\"name/3840\",[199,55.338]],[\"parent/3840\",[2200,6.258]],[\"name/3841\",[2197,73.583]],[\"parent/3841\",[2201,7.868]],[\"name/3842\",[1522,64.028]],[\"parent/3842\",[2200,6.258]],[\"name/3843\",[915,67.705]],[\"parent/3843\",[2200,6.258]],[\"name/3844\",[2190,70.218]],[\"parent/3844\",[2200,6.258]],[\"name/3845\",[2202,78.691]],[\"parent/3845\",[2055,4.996]],[\"name/3846\",[2203,78.691]],[\"parent/3846\",[2204,7.357]],[\"name/3847\",[2205,78.691]],[\"parent/3847\",[2204,7.357]],[\"name/3848\",[2206,78.691]],[\"parent/3848\",[2055,4.996]],[\"name/3849\",[1055,56.005]],[\"parent/3849\",[2207,7.02]],[\"name/3850\",[2208,78.691]],[\"parent/3850\",[2207,7.02]],[\"name/3851\",[723,58.323]],[\"parent/3851\",[2207,7.02]],[\"name/3852\",[1943,61.345]],[\"parent/3852\",[2055,4.996]],[\"name/3853\",[1944,67.705]],[\"parent/3853\",[2209,5.671]],[\"name/3854\",[1946,67.705]],[\"parent/3854\",[2209,5.671]],[\"name/3855\",[1947,67.705]],[\"parent/3855\",[2209,5.671]],[\"name/3856\",[1948,73.583]],[\"parent/3856\",[2209,5.671]],[\"name/3857\",[1949,59.232]],[\"parent/3857\",[2209,5.671]],[\"name/3858\",[1950,70.218]],[\"parent/3858\",[2209,5.671]],[\"name/3859\",[1951,70.218]],[\"parent/3859\",[2209,5.671]],[\"name/3860\",[1647,65.699]],[\"parent/3860\",[2209,5.671]],[\"name/3861\",[1955,67.705]],[\"parent/3861\",[2209,5.671]],[\"name/3862\",[1660,73.583]],[\"parent/3862\",[2209,5.671]],[\"name/3863\",[2210,78.691]],[\"parent/3863\",[2209,5.671]],[\"name/3864\",[2211,78.691]],[\"parent/3864\",[2209,5.671]],[\"name/3865\",[541,60.233]],[\"parent/3865\",[2209,5.671]],[\"name/3866\",[1956,67.705]],[\"parent/3866\",[2055,4.996]],[\"name/3867\",[898,60.233]],[\"parent/3867\",[2212,5.356]],[\"name/3868\",[2213,78.691]],[\"parent/3868\",[2212,5.356]],[\"name/3869\",[2174,73.583]],[\"parent/3869\",[2212,5.356]],[\"name/3870\",[2177,73.583]],[\"parent/3870\",[2212,5.356]],[\"name/3871\",[1943,61.345]],[\"parent/3871\",[2212,5.356]],[\"name/3872\",[1959,67.705]],[\"parent/3872\",[2212,5.356]],[\"name/3873\",[2214,78.691]],[\"parent/3873\",[2212,5.356]],[\"name/3874\",[2215,78.691]],[\"parent/3874\",[2212,5.356]],[\"name/3875\",[2216,78.691]],[\"parent/3875\",[2212,5.356]],[\"name/3876\",[2217,78.691]],[\"parent/3876\",[2212,5.356]],[\"name/3877\",[2218,78.691]],[\"parent/3877\",[2212,5.356]],[\"name/3878\",[2219,78.691]],[\"parent/3878\",[2212,5.356]],[\"name/3879\",[1961,70.218]],[\"parent/3879\",[2212,5.356]],[\"name/3880\",[2220,78.691]],[\"parent/3880\",[2212,5.356]],[\"name/3881\",[2221,78.691]],[\"parent/3881\",[2212,5.356]],[\"name/3882\",[2222,78.691]],[\"parent/3882\",[2212,5.356]],[\"name/3883\",[2223,78.691]],[\"parent/3883\",[2212,5.356]],[\"name/3884\",[2224,78.691]],[\"parent/3884\",[2212,5.356]],[\"name/3885\",[2225,78.691]],[\"parent/3885\",[2055,4.996]],[\"name/3886\",[2226,78.691]],[\"parent/3886\",[2227,5.205]],[\"name/3887\",[2228,78.691]],[\"parent/3887\",[2227,5.205]],[\"name/3888\",[2229,78.691]],[\"parent/3888\",[2227,5.205]],[\"name/3889\",[2230,78.691]],[\"parent/3889\",[2227,5.205]],[\"name/3890\",[2231,78.691]],[\"parent/3890\",[2227,5.205]],[\"name/3891\",[2232,78.691]],[\"parent/3891\",[2227,5.205]],[\"name/3892\",[2233,78.691]],[\"parent/3892\",[2227,5.205]],[\"name/3893\",[2234,78.691]],[\"parent/3893\",[2227,5.205]],[\"name/3894\",[2235,78.691]],[\"parent/3894\",[2227,5.205]],[\"name/3895\",[2236,78.691]],[\"parent/3895\",[2227,5.205]],[\"name/3896\",[2237,78.691]],[\"parent/3896\",[2227,5.205]],[\"name/3897\",[2238,78.691]],[\"parent/3897\",[2227,5.205]],[\"name/3898\",[2239,78.691]],[\"parent/3898\",[2227,5.205]],[\"name/3899\",[2240,78.691]],[\"parent/3899\",[2227,5.205]],[\"name/3900\",[2241,78.691]],[\"parent/3900\",[2227,5.205]],[\"name/3901\",[2242,78.691]],[\"parent/3901\",[2227,5.205]],[\"name/3902\",[2243,78.691]],[\"parent/3902\",[2227,5.205]],[\"name/3903\",[2244,78.691]],[\"parent/3903\",[2227,5.205]],[\"name/3904\",[2245,78.691]],[\"parent/3904\",[2227,5.205]],[\"name/3905\",[2246,78.691]],[\"parent/3905\",[2227,5.205]],[\"name/3906\",[1850,73.583]],[\"parent/3906\",[2227,5.205]],[\"name/3907\",[2247,78.691]],[\"parent/3907\",[2055,4.996]],[\"name/3908\",[2248,78.691]],[\"parent/3908\",[2055,4.996]],[\"name/3909\",[2249,78.691]],[\"parent/3909\",[2055,4.996]],[\"name/3910\",[2250,78.691]],[\"parent/3910\",[2055,4.996]],[\"name/3911\",[2251,78.691]],[\"parent/3911\",[2055,4.996]],[\"name/3912\",[2252,78.691]],[\"parent/3912\",[1,4.856]],[\"name/3913\",[2253,78.691]],[\"parent/3913\",[2254,7.02]],[\"name/3914\",[1408,64.028]],[\"parent/3914\",[2255,7.868]],[\"name/3915\",[2256,78.691]],[\"parent/3915\",[2254,7.02]],[\"name/3916\",[36,65.699]],[\"parent/3916\",[2257,7.02]],[\"name/3917\",[1408,64.028]],[\"parent/3917\",[2257,7.02]],[\"name/3918\",[604,67.705]],[\"parent/3918\",[2257,7.02]],[\"name/3919\",[2258,78.691]],[\"parent/3919\",[2254,7.02]],[\"name/3920\",[382,73.583]],[\"parent/3920\",[2259,7.357]],[\"name/3921\",[2260,78.691]],[\"parent/3921\",[2259,7.357]]],\"invertedIndex\":[[\"__electriccharactersupport\",{\"_index\":1512,\"name\":{\"2997\":{}},\"parent\":{}}],[\"__type\",{\"_index\":199,\"name\":{\"199\":{},\"435\":{},\"1292\":{},\"1354\":{},\"1854\":{},\"2105\":{},\"2998\":{},\"3425\":{},\"3467\":{},\"3518\":{},\"3619\":{},\"3823\":{},\"3825\":{},\"3831\":{},\"3840\":{}},\"parent\":{}}],[\"_barefontinfobrand\",{\"_index\":1417,\"name\":{\"2887\":{},\"2898\":{}},\"parent\":{}}],[\"_editorstylingbrand\",{\"_index\":1407,\"name\":{\"2876\":{}},\"parent\":{}}],[\"_findmatchbrand\",{\"_index\":812,\"name\":{\"1115\":{}},\"parent\":{}}],[\"_standardkeyboardeventbrand\",{\"_index\":204,\"name\":{\"203\":{}},\"parent\":{}}],[\"_textmodelresolvedoptionsbrand\",{\"_index\":799,\"name\":{\"1096\":{}},\"parent\":{}}],[\"_tokenbrand\",{\"_index\":301,\"name\":{\"373\":{}},\"parent\":{}}],[\"abnt_c1\",{\"_index\":168,\"name\":{\"167\":{}},\"parent\":{}}],[\"abnt_c2\",{\"_index\":169,\"name\":{\"168\":{}},\"parent\":{}}],[\"above\",{\"_index\":1105,\"name\":{\"1769\":{},\"2407\":{}},\"parent\":{}}],[\"acceptsuggestiononcommitcharacter\",{\"_index\":502,\"name\":{\"574\":{},\"728\":{},\"1508\":{},\"1658\":{},\"1964\":{},\"2106\":{},\"2344\":{},\"2650\":{}},\"parent\":{}}],[\"acceptsuggestiononenter\",{\"_index\":501,\"name\":{\"573\":{},\"727\":{},\"1507\":{},\"1657\":{},\"1965\":{},\"2107\":{},\"2343\":{},\"2649\":{}},\"parent\":{}}],[\"accessibilityhelpurl\",{\"_index\":408,\"name\":{\"479\":{}},\"parent\":{}}],[\"accessibilitypagesize\",{\"_index\":481,\"name\":{\"553\":{},\"707\":{},\"1487\":{},\"1637\":{},\"1967\":{},\"2109\":{},\"2323\":{},\"2629\":{}},\"parent\":{}}],[\"accessibilitysupport\",{\"_index\":480,\"name\":{\"552\":{},\"706\":{},\"1403\":{},\"1486\":{},\"1636\":{},\"1966\":{},\"2108\":{},\"2322\":{},\"2628\":{}},\"parent\":{}}],[\"action\",{\"_index\":1532,\"name\":{\"3015\":{},\"3437\":{}},\"parent\":{}}],[\"actions\",{\"_index\":1652,\"name\":{\"3154\":{}},\"parent\":{}}],[\"activeparameter\",{\"_index\":1659,\"name\":{\"3163\":{},\"3167\":{}},\"parent\":{}}],[\"activesignature\",{\"_index\":1663,\"name\":{\"3166\":{}},\"parent\":{}}],[\"activesignaturehelp\",{\"_index\":1672,\"name\":{\"3179\":{}},\"parent\":{}}],[\"addaction\",{\"_index\":568,\"name\":{\"789\":{},\"907\":{}},\"parent\":{}}],[\"addcommand\",{\"_index\":314,\"name\":{\"386\":{},\"787\":{},\"905\":{}},\"parent\":{}}],[\"addcontentwidget\",{\"_index\":633,\"name\":{\"856\":{},\"2774\":{}},\"parent\":{}}],[\"addeditoperation\",{\"_index\":924,\"name\":{\"1248\":{}},\"parent\":{}}],[\"addeditoraction\",{\"_index\":315,\"name\":{\"387\":{}},\"parent\":{}}],[\"addextralib\",{\"_index\":2215,\"name\":{\"3874\":{}},\"parent\":{}}],[\"addextraspaceontop\",{\"_index\":1085,\"name\":{\"1750\":{}},\"parent\":{}}],[\"additionaltextedits\",{\"_index\":1604,\"name\":{\"3100\":{},\"3131\":{},\"3294\":{}},\"parent\":{}}],[\"addkeybindingrule\",{\"_index\":316,\"name\":{\"388\":{}},\"parent\":{}}],[\"addkeybindingrules\",{\"_index\":317,\"name\":{\"389\":{}},\"parent\":{}}],[\"addoverlaywidget\",{\"_index\":636,\"name\":{\"859\":{},\"2777\":{}},\"parent\":{}}],[\"addtrackededitoperation\",{\"_index\":926,\"name\":{\"1249\":{}},\"parent\":{}}],[\"addzone\",{\"_index\":1308,\"name\":{\"2402\":{}},\"parent\":{}}],[\"advanced\",{\"_index\":1041,\"name\":{\"1414\":{}},\"parent\":{}}],[\"affectsminimap\",{\"_index\":1009,\"name\":{\"1375\":{}},\"parent\":{}}],[\"affectsoverviewruler\",{\"_index\":1011,\"name\":{\"1376\":{}},\"parent\":{}}],[\"after\",{\"_index\":766,\"name\":{\"1055\":{}},\"parent\":{}}],[\"aftercolumn\",{\"_index\":1297,\"name\":{\"2391\":{}},\"parent\":{}}],[\"aftercolumnaffinity\",{\"_index\":1298,\"name\":{\"2392\":{}},\"parent\":{}}],[\"aftercontentclassname\",{\"_index\":765,\"name\":{\"1054\":{}},\"parent\":{}}],[\"afterlinenumber\",{\"_index\":1295,\"name\":{\"2390\":{},\"2482\":{}},\"parent\":{}}],[\"afterrender\",{\"_index\":1324,\"name\":{\"2421\":{}},\"parent\":{}}],[\"aftertext\",{\"_index\":1530,\"name\":{\"3013\":{}},\"parent\":{}}],[\"alias\",{\"_index\":954,\"name\":{\"1274\":{}},\"parent\":{}}],[\"aliases\",{\"_index\":1879,\"name\":{\"3420\":{}},\"parent\":{}}],[\"allowcomments\",{\"_index\":2043,\"name\":{\"3653\":{}},\"parent\":{}}],[\"allowedcharacters\",{\"_index\":1207,\"name\":{\"1893\":{}},\"parent\":{}}],[\"alloweditoroverflow\",{\"_index\":1321,\"name\":{\"2415\":{}},\"parent\":{}}],[\"allowedlocales\",{\"_index\":1208,\"name\":{\"1894\":{}},\"parent\":{}}],[\"allowjs\",{\"_index\":2091,\"name\":{\"3717\":{}},\"parent\":{}}],[\"allowsyntheticdefaultimports\",{\"_index\":2093,\"name\":{\"3718\":{}},\"parent\":{}}],[\"allowumdglobalaccess\",{\"_index\":2094,\"name\":{\"3719\":{}},\"parent\":{}}],[\"allowunreachablecode\",{\"_index\":2095,\"name\":{\"3720\":{}},\"parent\":{}}],[\"allowunusedlabels\",{\"_index\":2096,\"name\":{\"3721\":{}},\"parent\":{}}],[\"alpha\",{\"_index\":1768,\"name\":{\"3290\":{}},\"parent\":{}}],[\"alt\",{\"_index\":64,\"name\":{\"63\":{},\"188\":{}},\"parent\":{}}],[\"alternativedeclarationcommand\",{\"_index\":1098,\"name\":{\"1762\":{}},\"parent\":{}}],[\"alternativedefinitioncommand\",{\"_index\":1096,\"name\":{\"1760\":{}},\"parent\":{}}],[\"alternativeimplementationcommand\",{\"_index\":1099,\"name\":{\"1763\":{}},\"parent\":{}}],[\"alternativereferencecommand\",{\"_index\":1100,\"name\":{\"1764\":{}},\"parent\":{}}],[\"alternativetypedefinitioncommand\",{\"_index\":1097,\"name\":{\"1761\":{}},\"parent\":{}}],[\"altgraphkey\",{\"_index\":212,\"name\":{\"210\":{}},\"parent\":{}}],[\"altkey\",{\"_index\":210,\"name\":{\"208\":{},\"228\":{}},\"parent\":{}}],[\"alwaysconsumemousewheel\",{\"_index\":1191,\"name\":{\"1866\":{},\"1880\":{}},\"parent\":{}}],[\"alwaysgrowswhentypingatedges\",{\"_index\":815,\"name\":{\"1119\":{}},\"parent\":{}}],[\"alwaysrevealfirst\",{\"_index\":347,\"name\":{\"418\":{}},\"parent\":{}}],[\"alwaysstrict\",{\"_index\":2097,\"name\":{\"3722\":{}},\"parent\":{}}],[\"ambiguouscharacters\",{\"_index\":1204,\"name\":{\"1890\":{}},\"parent\":{}}],[\"amd\",{\"_index\":2058,\"name\":{\"3684\":{}},\"parent\":{}}],[\"appendtext\",{\"_index\":1549,\"name\":{\"3034\":{}},\"parent\":{}}],[\"applyedits\",{\"_index\":866,\"name\":{\"1177\":{}},\"parent\":{}}],[\"applyfontinfo\",{\"_index\":644,\"name\":{\"867\":{},\"2785\":{}},\"parent\":{}}],[\"applyupdate\",{\"_index\":1057,\"name\":{\"1724\":{}},\"parent\":{}}],[\"applyupdateresult\",{\"_index\":1058,\"name\":{\"1725\":{}},\"parent\":{}}],[\"areintersecting\",{\"_index\":272,\"name\":{\"283\":{},\"335\":{}},\"parent\":{}}],[\"areintersectingortouching\",{\"_index\":271,\"name\":{\"282\":{},\"334\":{}},\"parent\":{}}],[\"arguments\",{\"_index\":1825,\"name\":{\"3357\":{}},\"parent\":{}}],[\"argumentsincolorfunction\",{\"_index\":1934,\"name\":{\"3478\":{}},\"parent\":{}}],[\"ariacontainerelement\",{\"_index\":409,\"name\":{\"480\":{}},\"parent\":{}}],[\"arialabel\",{\"_index\":413,\"name\":{\"484\":{},\"638\":{},\"1418\":{},\"1568\":{},\"1968\":{},\"2110\":{},\"2254\":{},\"2560\":{}},\"parent\":{}}],[\"array\",{\"_index\":1724,\"name\":{\"3237\":{}},\"parent\":{}}],[\"arrowsize\",{\"_index\":1183,\"name\":{\"1859\":{},\"1873\":{}},\"parent\":{}}],[\"atdirectives\",{\"_index\":1972,\"name\":{\"3522\":{}},\"parent\":{}}],[\"attacheddata\",{\"_index\":771,\"name\":{\"1061\":{}},\"parent\":{}}],[\"attributes\",{\"_index\":2032,\"name\":{\"3631\":{}},\"parent\":{}}],[\"audiovolumedown\",{\"_index\":172,\"name\":{\"171\":{}},\"parent\":{}}],[\"audiovolumemute\",{\"_index\":170,\"name\":{\"169\":{}},\"parent\":{}}],[\"audiovolumeup\",{\"_index\":171,\"name\":{\"170\":{}},\"parent\":{}}],[\"authority\",{\"_index\":45,\"name\":{\"41\":{},\"51\":{}},\"parent\":{}}],[\"auto\",{\"_index\":715,\"name\":{\"1003\":{},\"3152\":{}},\"parent\":{}}],[\"autoclosebefore\",{\"_index\":1511,\"name\":{\"2995\":{}},\"parent\":{}}],[\"autoclosingbrackets\",{\"_index\":490,\"name\":{\"562\":{},\"716\":{},\"1496\":{},\"1646\":{},\"1969\":{},\"2111\":{},\"2332\":{},\"2638\":{}},\"parent\":{}}],[\"autoclosingdelete\",{\"_index\":492,\"name\":{\"564\":{},\"718\":{},\"1498\":{},\"1648\":{},\"1970\":{},\"2112\":{},\"2334\":{},\"2640\":{}},\"parent\":{}}],[\"autoclosingovertype\",{\"_index\":493,\"name\":{\"565\":{},\"719\":{},\"1499\":{},\"1649\":{},\"1971\":{},\"2113\":{},\"2335\":{},\"2641\":{}},\"parent\":{}}],[\"autoclosingpairs\",{\"_index\":1508,\"name\":{\"2992\":{}},\"parent\":{}}],[\"autoclosingquotes\",{\"_index\":491,\"name\":{\"563\":{},\"717\":{},\"1497\":{},\"1647\":{},\"1972\":{},\"2114\":{},\"2333\":{},\"2639\":{}},\"parent\":{}}],[\"autodetecthighcontrast\",{\"_index\":404,\"name\":{\"472\":{},\"478\":{},\"631\":{}},\"parent\":{}}],[\"autofindinselection\",{\"_index\":1084,\"name\":{\"1749\":{}},\"parent\":{}}],[\"autoformattriggercharacters\",{\"_index\":1750,\"name\":{\"3274\":{}},\"parent\":{}}],[\"autohide\",{\"_index\":1148,\"name\":{\"1822\":{}},\"parent\":{}}],[\"autoindent\",{\"_index\":495,\"name\":{\"567\":{},\"721\":{},\"1501\":{},\"1651\":{},\"1973\":{},\"2115\":{},\"2337\":{},\"2643\":{}},\"parent\":{}}],[\"automatic\",{\"_index\":1623,\"name\":{\"3118\":{}},\"parent\":{}}],[\"automaticlayout\",{\"_index\":456,\"name\":{\"527\":{},\"681\":{},\"1461\":{},\"1611\":{},\"1974\":{},\"2116\":{},\"2297\":{},\"2603\":{}},\"parent\":{}}],[\"autosurround\",{\"_index\":494,\"name\":{\"566\":{},\"720\":{},\"1500\":{},\"1650\":{},\"1975\":{},\"2117\":{},\"2336\":{},\"2642\":{}},\"parent\":{}}],[\"background\",{\"_index\":371,\"name\":{\"439\":{}},\"parent\":{}}],[\"backquote\",{\"_index\":144,\"name\":{\"143\":{}},\"parent\":{}}],[\"backslash\",{\"_index\":146,\"name\":{\"145\":{}},\"parent\":{}}],[\"backspace\",{\"_index\":59,\"name\":{\"58\":{}},\"parent\":{}}],[\"barefontinfo\",{\"_index\":1420,\"name\":{\"2896\":{}},\"parent\":{}}],[\"base\",{\"_index\":360,\"name\":{\"429\":{},\"2945\":{}},\"parent\":{}}],[\"baseuri\",{\"_index\":197,\"name\":{\"197\":{}},\"parent\":{}}],[\"baseurl\",{\"_index\":6,\"name\":{\"5\":{},\"3723\":{}},\"parent\":{}}],[\"before\",{\"_index\":767,\"name\":{\"1056\":{}},\"parent\":{}}],[\"beforecontentclassname\",{\"_index\":764,\"name\":{\"1053\":{}},\"parent\":{}}],[\"beforerender\",{\"_index\":1323,\"name\":{\"2420\":{}},\"parent\":{}}],[\"beforetext\",{\"_index\":1528,\"name\":{\"3012\":{}},\"parent\":{}}],[\"below\",{\"_index\":1315,\"name\":{\"2408\":{}},\"parent\":{}}],[\"blink\",{\"_index\":1068,\"name\":{\"1734\":{}},\"parent\":{}}],[\"block\",{\"_index\":1075,\"name\":{\"1741\":{}},\"parent\":{}}],[\"blockclassname\",{\"_index\":750,\"name\":{\"1038\":{}},\"parent\":{}}],[\"blockcomment\",{\"_index\":1502,\"name\":{\"2985\":{}},\"parent\":{}}],[\"blockisafterend\",{\"_index\":751,\"name\":{\"1039\":{}},\"parent\":{}}],[\"blockoutline\",{\"_index\":1078,\"name\":{\"1744\":{}},\"parent\":{}}],[\"blocks\",{\"_index\":1111,\"name\":{\"1778\":{}},\"parent\":{}}],[\"blue\",{\"_index\":1767,\"name\":{\"3289\":{}},\"parent\":{}}],[\"boolean\",{\"_index\":1723,\"name\":{\"3236\":{}},\"parent\":{}}],[\"both\",{\"_index\":774,\"name\":{\"1064\":{}},\"parent\":{}}],[\"bottom\",{\"_index\":1157,\"name\":{\"1831\":{}},\"parent\":{}}],[\"bottom_right_corner\",{\"_index\":1328,\"name\":{\"2424\":{}},\"parent\":{}}],[\"boxmodel\",{\"_index\":1929,\"name\":{\"3473\":{}},\"parent\":{}}],[\"bracestyle\",{\"_index\":1917,\"name\":{\"3461\":{}},\"parent\":{}}],[\"bracket\",{\"_index\":1904,\"name\":{\"3448\":{}},\"parent\":{}}],[\"bracketcolorizationoptions\",{\"_index\":809,\"name\":{\"1112\":{}},\"parent\":{}}],[\"bracketleft\",{\"_index\":145,\"name\":{\"144\":{}},\"parent\":{}}],[\"bracketpaircolorization\",{\"_index\":545,\"name\":{\"617\":{},\"771\":{},\"1551\":{},\"1701\":{},\"1976\":{},\"2118\":{},\"2387\":{},\"2693\":{}},\"parent\":{}}],[\"bracketpaircolorizationoptions\",{\"_index\":802,\"name\":{\"1102\":{},\"1104\":{}},\"parent\":{}}],[\"bracketpairguides\",{\"_index\":1286,\"name\":{\"2119\":{}},\"parent\":{}}],[\"bracketpairs\",{\"_index\":1216,\"name\":{\"1903\":{}},\"parent\":{}}],[\"bracketpairshorizontal\",{\"_index\":1218,\"name\":{\"1904\":{}},\"parent\":{}}],[\"bracketright\",{\"_index\":147,\"name\":{\"146\":{}},\"parent\":{}}],[\"brackets\",{\"_index\":1040,\"name\":{\"1413\":{},\"2988\":{},\"3429\":{}},\"parent\":{}}],[\"browserback\",{\"_index\":175,\"name\":{\"174\":{}},\"parent\":{}}],[\"browserevent\",{\"_index\":206,\"name\":{\"204\":{},\"217\":{}},\"parent\":{}}],[\"browserforward\",{\"_index\":176,\"name\":{\"175\":{}},\"parent\":{}}],[\"browserhome\",{\"_index\":174,\"name\":{\"173\":{}},\"parent\":{}}],[\"browsers\",{\"_index\":1980,\"name\":{\"3532\":{},\"3542\":{},\"3548\":{},\"3554\":{},\"3560\":{}},\"parent\":{}}],[\"browsersearch\",{\"_index\":173,\"name\":{\"172\":{}},\"parent\":{}}],[\"builtintheme\",{\"_index\":358,\"name\":{\"427\":{}},\"parent\":{}}],[\"buttons\",{\"_index\":222,\"name\":{\"221\":{}},\"parent\":{}}],[\"cancel\",{\"_index\":31,\"name\":{\"27\":{}},\"parent\":{}}],[\"cancellationtoken\",{\"_index\":32,\"name\":{\"29\":{}},\"parent\":{}}],[\"cancellationtokensource\",{\"_index\":28,\"name\":{\"24\":{}},\"parent\":{}}],[\"cannavigate\",{\"_index\":339,\"name\":{\"411\":{}},\"parent\":{}}],[\"canusehalfwidthrightwardsarrow\",{\"_index\":1412,\"name\":{\"2882\":{}},\"parent\":{}}],[\"capslock\",{\"_index\":66,\"name\":{\"65\":{}},\"parent\":{}}],[\"carriagereturnlinefeed\",{\"_index\":2071,\"name\":{\"3697\":{}},\"parent\":{}}],[\"cases\",{\"_index\":1901,\"name\":{\"3443\":{}},\"parent\":{}}],[\"category\",{\"_index\":2192,\"name\":{\"3818\":{},\"3828\":{},\"3837\":{}},\"parent\":{}}],[\"center\",{\"_index\":731,\"name\":{\"1018\":{}},\"parent\":{}}],[\"changes\",{\"_index\":906,\"name\":{\"1223\":{},\"1368\":{}},\"parent\":{}}],[\"changeviewzones\",{\"_index\":639,\"name\":{\"862\":{},\"2780\":{}},\"parent\":{}}],[\"characterpair\",{\"_index\":1537,\"name\":{\"3019\":{}},\"parent\":{}}],[\"charchanges\",{\"_index\":893,\"name\":{\"1209\":{}},\"parent\":{}}],[\"charset\",{\"_index\":2098,\"name\":{\"3724\":{}},\"parent\":{}}],[\"checkjs\",{\"_index\":2099,\"name\":{\"3725\":{}},\"parent\":{}}],[\"children\",{\"_index\":1734,\"name\":{\"3256\":{}},\"parent\":{}}],[\"chord\",{\"_index\":190,\"name\":{\"190\":{}},\"parent\":{}}],[\"class\",{\"_index\":1565,\"name\":{\"3051\":{},\"3224\":{}},\"parent\":{}}],[\"classic\",{\"_index\":2085,\"name\":{\"3712\":{}},\"parent\":{}}],[\"classname\",{\"_index\":749,\"name\":{\"1037\":{}},\"parent\":{}}],[\"clear\",{\"_index\":184,\"name\":{\"183\":{},\"1348\":{}},\"parent\":{}}],[\"clone\",{\"_index\":249,\"name\":{\"260\":{},\"3037\":{}},\"parent\":{}}],[\"close\",{\"_index\":1536,\"name\":{\"3018\":{},\"3022\":{},\"3026\":{},\"3454\":{}},\"parent\":{}}],[\"code\",{\"_index\":213,\"name\":{\"212\":{},\"967\":{},\"978\":{},\"3819\":{},\"3829\":{},\"3838\":{}},\"parent\":{}}],[\"codeaction\",{\"_index\":1643,\"name\":{\"3142\":{}},\"parent\":{}}],[\"codeactioncontext\",{\"_index\":1487,\"name\":{\"2973\":{}},\"parent\":{}}],[\"codeactionlist\",{\"_index\":1651,\"name\":{\"3153\":{}},\"parent\":{}}],[\"codeactionprovider\",{\"_index\":1491,\"name\":{\"2977\":{}},\"parent\":{}}],[\"codeactionprovidermetadata\",{\"_index\":1495,\"name\":{\"2980\":{}},\"parent\":{}}],[\"codeactions\",{\"_index\":2211,\"name\":{\"3864\":{}},\"parent\":{}}],[\"codeactionsonsavetimeout\",{\"_index\":516,\"name\":{\"588\":{},\"742\":{},\"1522\":{},\"1672\":{},\"2358\":{},\"2664\":{}},\"parent\":{}}],[\"codeactiontriggertype\",{\"_index\":1649,\"name\":{\"3150\":{}},\"parent\":{}}],[\"codelens\",{\"_index\":512,\"name\":{\"584\":{},\"738\":{},\"1518\":{},\"1668\":{},\"1978\":{},\"2121\":{},\"2354\":{},\"2660\":{},\"3358\":{}},\"parent\":{}}],[\"codelensfontfamily\",{\"_index\":513,\"name\":{\"585\":{},\"739\":{},\"1519\":{},\"1669\":{},\"1979\":{},\"2122\":{},\"2355\":{},\"2661\":{}},\"parent\":{}}],[\"codelensfontsize\",{\"_index\":514,\"name\":{\"586\":{},\"740\":{},\"1520\":{},\"1670\":{},\"1980\":{},\"2123\":{},\"2356\":{},\"2662\":{}},\"parent\":{}}],[\"codelenslist\",{\"_index\":1827,\"name\":{\"3362\":{}},\"parent\":{}}],[\"codelensprovider\",{\"_index\":1830,\"name\":{\"3365\":{}},\"parent\":{}}],[\"collapsetoend\",{\"_index\":268,\"name\":{\"278\":{},\"305\":{},\"331\":{},\"365\":{}},\"parent\":{}}],[\"collapsetostart\",{\"_index\":267,\"name\":{\"277\":{},\"304\":{},\"330\":{},\"364\":{}},\"parent\":{}}],[\"color\",{\"_index\":739,\"name\":{\"1025\":{},\"1029\":{},\"1033\":{},\"1857\":{},\"3065\":{},\"3297\":{}},\"parent\":{}}],[\"colordecorators\",{\"_index\":469,\"name\":{\"540\":{},\"694\":{},\"1474\":{},\"1624\":{},\"1981\":{},\"2124\":{},\"2310\":{},\"2616\":{}},\"parent\":{}}],[\"colordecoratorslimit\",{\"_index\":470,\"name\":{\"541\":{},\"695\":{},\"1475\":{},\"1625\":{},\"1982\":{},\"2125\":{},\"2311\":{},\"2617\":{}},\"parent\":{}}],[\"colorize\",{\"_index\":331,\"name\":{\"403\":{}},\"parent\":{}}],[\"colorizedbracketpairs\",{\"_index\":1510,\"name\":{\"2994\":{}},\"parent\":{}}],[\"colorizeelement\",{\"_index\":330,\"name\":{\"402\":{}},\"parent\":{}}],[\"colorizemodelline\",{\"_index\":332,\"name\":{\"404\":{}},\"parent\":{}}],[\"colors\",{\"_index\":365,\"name\":{\"433\":{},\"3496\":{},\"3594\":{},\"3668\":{}},\"parent\":{}}],[\"column\",{\"_index\":240,\"name\":{\"244\":{},\"254\":{},\"1856\":{}},\"parent\":{}}],[\"columnselection\",{\"_index\":475,\"name\":{\"547\":{},\"701\":{},\"1481\":{},\"1631\":{},\"1983\":{},\"2126\":{},\"2317\":{},\"2623\":{}},\"parent\":{}}],[\"comma\",{\"_index\":140,\"name\":{\"139\":{}},\"parent\":{}}],[\"command\",{\"_index\":355,\"name\":{\"424\":{},\"3101\":{},\"3133\":{},\"3144\":{},\"3353\":{},\"3361\":{},\"3375\":{}},\"parent\":{}}],[\"commandargs\",{\"_index\":356,\"name\":{\"425\":{}},\"parent\":{}}],[\"commands\",{\"_index\":1637,\"name\":{\"3137\":{}},\"parent\":{}}],[\"comment\",{\"_index\":1788,\"name\":{\"3314\":{}},\"parent\":{}}],[\"commentrule\",{\"_index\":1499,\"name\":{\"2983\":{}},\"parent\":{}}],[\"comments\",{\"_index\":471,\"name\":{\"542\":{},\"696\":{},\"1476\":{},\"1626\":{},\"1838\":{},\"1842\":{},\"1984\":{},\"2127\":{},\"2312\":{},\"2618\":{},\"2987\":{},\"3659\":{}},\"parent\":{}}],[\"commitcharacters\",{\"_index\":1603,\"name\":{\"3099\":{}},\"parent\":{}}],[\"commonjs\",{\"_index\":2057,\"name\":{\"3683\":{}},\"parent\":{}}],[\"compare\",{\"_index\":245,\"name\":{\"249\":{}},\"parent\":{}}],[\"comparerangesusingends\",{\"_index\":274,\"name\":{\"285\":{},\"337\":{}},\"parent\":{}}],[\"comparerangesusingstarts\",{\"_index\":273,\"name\":{\"284\":{},\"336\":{}},\"parent\":{}}],[\"compatiblevendorprefixes\",{\"_index\":1923,\"name\":{\"3468\":{}},\"parent\":{}}],[\"compileroptions\",{\"_index\":2090,\"name\":{\"3716\":{}},\"parent\":{}}],[\"compileroptionsvalue\",{\"_index\":2089,\"name\":{\"3715\":{}},\"parent\":{}}],[\"completebracketpairs\",{\"_index\":1633,\"name\":{\"3134\":{}},\"parent\":{}}],[\"completionconfiguration\",{\"_index\":2010,\"name\":{\"3582\":{}},\"parent\":{}}],[\"completioncontext\",{\"_index\":1614,\"name\":{\"3110\":{}},\"parent\":{}}],[\"completionitem\",{\"_index\":1595,\"name\":{\"3087\":{}},\"parent\":{}}],[\"completioniteminserttextrule\",{\"_index\":1588,\"name\":{\"3080\":{}},\"parent\":{}}],[\"completionitemkind\",{\"_index\":1559,\"name\":{\"3045\":{}},\"parent\":{}}],[\"completionitemlabel\",{\"_index\":1583,\"name\":{\"3074\":{}},\"parent\":{}}],[\"completionitemprovider\",{\"_index\":1617,\"name\":{\"3113\":{}},\"parent\":{}}],[\"completionitemranges\",{\"_index\":1592,\"name\":{\"3084\":{}},\"parent\":{}}],[\"completionitems\",{\"_index\":1944,\"name\":{\"3489\":{},\"3588\":{},\"3664\":{},\"3853\":{}},\"parent\":{}}],[\"completionitemtag\",{\"_index\":1586,\"name\":{\"3078\":{}},\"parent\":{}}],[\"completionkind\",{\"_index\":1630,\"name\":{\"3127\":{}},\"parent\":{}}],[\"completionlist\",{\"_index\":1605,\"name\":{\"3102\":{}},\"parent\":{}}],[\"completiontriggerkind\",{\"_index\":1609,\"name\":{\"3106\":{}},\"parent\":{}}],[\"composite\",{\"_index\":2146,\"name\":{\"3773\":{}},\"parent\":{}}],[\"computecursorstate\",{\"_index\":935,\"name\":{\"1256\":{}},\"parent\":{}}],[\"computededitoroptionvalue\",{\"_index\":1290,\"name\":{\"2248\":{}},\"parent\":{}}],[\"computediff\",{\"_index\":896,\"name\":{\"1215\":{}},\"parent\":{}}],[\"configuration\",{\"_index\":1881,\"name\":{\"3422\":{}},\"parent\":{}}],[\"configurationchangedevent\",{\"_index\":1048,\"name\":{\"1715\":{}},\"parent\":{}}],[\"constant\",{\"_index\":1572,\"name\":{\"3060\":{},\"3233\":{}},\"parent\":{}}],[\"constructor\",{\"_index\":14,\"name\":{\"12\":{},\"25\":{},\"39\":{},\"191\":{},\"252\":{},\"287\":{},\"339\":{},\"372\":{},\"1095\":{},\"1114\":{},\"1225\":{},\"1231\":{},\"1240\":{},\"1716\":{},\"1726\":{},\"2875\":{},\"2897\":{},\"3048\":{},\"3228\":{},\"3317\":{}},\"parent\":{}}],[\"containername\",{\"_index\":1732,\"name\":{\"3253\":{}},\"parent\":{}}],[\"containsposition\",{\"_index\":259,\"name\":{\"269\":{},\"293\":{},\"322\":{},\"356\":{}},\"parent\":{}}],[\"containsrange\",{\"_index\":260,\"name\":{\"270\":{},\"294\":{},\"323\":{},\"357\":{}},\"parent\":{}}],[\"content\",{\"_index\":769,\"name\":{\"1058\":{},\"3813\":{}},\"parent\":{}}],[\"content_empty\",{\"_index\":1342,\"name\":{\"2440\":{}},\"parent\":{}}],[\"content_text\",{\"_index\":1341,\"name\":{\"2439\":{}},\"parent\":{}}],[\"content_view_zone\",{\"_index\":1343,\"name\":{\"2441\":{}},\"parent\":{}}],[\"content_widget\",{\"_index\":1344,\"name\":{\"2442\":{}},\"parent\":{}}],[\"contentchange\",{\"_index\":1668,\"name\":{\"3174\":{}},\"parent\":{}}],[\"contentflush\",{\"_index\":1017,\"name\":{\"1384\":{}},\"parent\":{}}],[\"contentheight\",{\"_index\":947,\"name\":{\"1265\":{}},\"parent\":{}}],[\"contentheightchanged\",{\"_index\":949,\"name\":{\"1267\":{}},\"parent\":{}}],[\"contentleft\",{\"_index\":1120,\"name\":{\"1788\":{}},\"parent\":{}}],[\"contents\",{\"_index\":1554,\"name\":{\"3041\":{}},\"parent\":{}}],[\"contentsbase64\",{\"_index\":1804,\"name\":{\"3332\":{}},\"parent\":{}}],[\"contentunformatted\",{\"_index\":2004,\"name\":{\"3574\":{}},\"parent\":{}}],[\"contentwidgetpositionpreference\",{\"_index\":1312,\"name\":{\"2405\":{}},\"parent\":{}}],[\"contentwidth\",{\"_index\":945,\"name\":{\"1264\":{},\"1789\":{}},\"parent\":{}}],[\"contentwidthchanged\",{\"_index\":948,\"name\":{\"1266\":{}},\"parent\":{}}],[\"contextkeyvalue\",{\"_index\":693,\"name\":{\"961\":{}},\"parent\":{}}],[\"contextmenu\",{\"_index\":116,\"name\":{\"115\":{},\"543\":{},\"697\":{},\"1477\":{},\"1627\":{},\"1985\":{},\"2128\":{},\"2313\":{},\"2619\":{}},\"parent\":{}}],[\"contextmenugroupid\",{\"_index\":389,\"name\":{\"457\":{}},\"parent\":{}}],[\"contextmenuorder\",{\"_index\":390,\"name\":{\"458\":{}},\"parent\":{}}],[\"contributionsstate\",{\"_index\":970,\"name\":{\"1291\":{}},\"parent\":{}}],[\"copy\",{\"_index\":1801,\"name\":{\"3328\":{}},\"parent\":{}}],[\"copywithsyntaxhighlighting\",{\"_index\":505,\"name\":{\"577\":{},\"731\":{},\"1511\":{},\"1661\":{},\"1986\":{},\"2129\":{},\"2347\":{},\"2653\":{}},\"parent\":{}}],[\"create\",{\"_index\":306,\"name\":{\"379\":{},\"2965\":{}},\"parent\":{}}],[\"createcontextkey\",{\"_index\":567,\"name\":{\"788\":{},\"906\":{}},\"parent\":{}}],[\"createdata\",{\"_index\":380,\"name\":{\"447\":{}},\"parent\":{}}],[\"createdecorationscollection\",{\"_index\":678,\"name\":{\"903\":{},\"955\":{},\"1340\":{},\"2822\":{},\"2873\":{}},\"parent\":{}}],[\"creatediffeditor\",{\"_index\":312,\"name\":{\"384\":{}},\"parent\":{}}],[\"creatediffnavigator\",{\"_index\":313,\"name\":{\"385\":{}},\"parent\":{}}],[\"createmodel\",{\"_index\":318,\"name\":{\"390\":{}},\"parent\":{}}],[\"createsnapshot\",{\"_index\":827,\"name\":{\"1133\":{}},\"parent\":{}}],[\"createwebworker\",{\"_index\":329,\"name\":{\"401\":{}},\"parent\":{}}],[\"createwithdirection\",{\"_index\":291,\"name\":{\"320\":{}},\"parent\":{}}],[\"crlf\",{\"_index\":787,\"name\":{\"1079\":{},\"1082\":{},\"1085\":{}},\"parent\":{}}],[\"css\",{\"_index\":1910,\"name\":{\"3456\":{}},\"parent\":{}}],[\"cssdataconfiguration\",{\"_index\":1965,\"name\":{\"3515\":{}},\"parent\":{}}],[\"cssdatav1\",{\"_index\":1969,\"name\":{\"3519\":{}},\"parent\":{}}],[\"cssdefaults\",{\"_index\":1962,\"name\":{\"3512\":{}},\"parent\":{}}],[\"cssformatconfiguration\",{\"_index\":1911,\"name\":{\"3457\":{}},\"parent\":{}}],[\"ctrl\",{\"_index\":63,\"name\":{\"62\":{}},\"parent\":{}}],[\"ctrlcmd\",{\"_index\":187,\"name\":{\"186\":{}},\"parent\":{}}],[\"ctrlkey\",{\"_index\":208,\"name\":{\"206\":{},\"226\":{}},\"parent\":{}}],[\"cursorblinking\",{\"_index\":442,\"name\":{\"513\":{},\"667\":{},\"1447\":{},\"1597\":{},\"1987\":{},\"2130\":{},\"2283\":{},\"2589\":{}},\"parent\":{}}],[\"cursorchangereason\",{\"_index\":1014,\"name\":{\"1382\":{}},\"parent\":{}}],[\"cursormoveontype\",{\"_index\":1081,\"name\":{\"1747\":{}},\"parent\":{}}],[\"cursorsmoothcaretanimation\",{\"_index\":445,\"name\":{\"516\":{},\"670\":{},\"1450\":{},\"1600\":{},\"1988\":{},\"2131\":{},\"2286\":{},\"2592\":{}},\"parent\":{}}],[\"cursorstate\",{\"_index\":967,\"name\":{\"1289\":{}},\"parent\":{}}],[\"cursorstops\",{\"_index\":772,\"name\":{\"1062\":{}},\"parent\":{}}],[\"cursorstyle\",{\"_index\":446,\"name\":{\"517\":{},\"671\":{},\"1451\":{},\"1601\":{},\"1989\":{},\"2132\":{},\"2287\":{},\"2593\":{}},\"parent\":{}}],[\"cursorsurroundinglines\",{\"_index\":419,\"name\":{\"490\":{},\"644\":{},\"1424\":{},\"1574\":{},\"1990\":{},\"2133\":{},\"2260\":{},\"2566\":{}},\"parent\":{}}],[\"cursorsurroundinglinesstyle\",{\"_index\":420,\"name\":{\"491\":{},\"645\":{},\"1425\":{},\"1575\":{},\"1991\":{},\"2134\":{},\"2261\":{},\"2567\":{}},\"parent\":{}}],[\"cursorwidth\",{\"_index\":447,\"name\":{\"518\":{},\"672\":{},\"1452\":{},\"1602\":{},\"1992\":{},\"2135\":{},\"2288\":{},\"2594\":{}},\"parent\":{}}],[\"custom\",{\"_index\":1175,\"name\":{\"1850\":{}},\"parent\":{}}],[\"customcolor\",{\"_index\":1577,\"name\":{\"3068\":{}},\"parent\":{}}],[\"customworkerpath\",{\"_index\":2175,\"name\":{\"3803\":{}},\"parent\":{}}],[\"cycle\",{\"_index\":1160,\"name\":{\"1834\":{}},\"parent\":{}}],[\"darkcolor\",{\"_index\":741,\"name\":{\"1026\":{},\"1030\":{},\"1034\":{}},\"parent\":{}}],[\"data\",{\"_index\":1859,\"name\":{\"3398\":{},\"3402\":{},\"3486\":{},\"3586\":{}},\"parent\":{}}],[\"dataproviders\",{\"_index\":1968,\"name\":{\"3517\":{},\"3618\":{}},\"parent\":{}}],[\"declaration\",{\"_index\":2100,\"name\":{\"3726\":{}},\"parent\":{}}],[\"declarationdir\",{\"_index\":2103,\"name\":{\"3729\":{}},\"parent\":{}}],[\"declarationmap\",{\"_index\":2101,\"name\":{\"3727\":{}},\"parent\":{}}],[\"declarationprovider\",{\"_index\":1708,\"name\":{\"3213\":{}},\"parent\":{}}],[\"decorationsleft\",{\"_index\":1118,\"name\":{\"1786\":{}},\"parent\":{}}],[\"decorationswidth\",{\"_index\":1119,\"name\":{\"1787\":{}},\"parent\":{}}],[\"decreaseindentpattern\",{\"_index\":1516,\"name\":{\"3001\":{}},\"parent\":{}}],[\"deepindent\",{\"_index\":1268,\"name\":{\"1955\":{}},\"parent\":{}}],[\"defaultendofline\",{\"_index\":788,\"name\":{\"1080\":{}},\"parent\":{}}],[\"defaulteol\",{\"_index\":801,\"name\":{\"1100\":{}},\"parent\":{}}],[\"defaults\",{\"_index\":2021,\"name\":{\"3614\":{}},\"parent\":{}}],[\"defaulttoken\",{\"_index\":1887,\"name\":{\"3428\":{}},\"parent\":{}}],[\"defaultvalue\",{\"_index\":1056,\"name\":{\"1723\":{}},\"parent\":{}}],[\"definetheme\",{\"_index\":334,\"name\":{\"406\":{}},\"parent\":{}}],[\"definition\",{\"_index\":1704,\"name\":{\"3210\":{}},\"parent\":{}}],[\"definitionlinkopensinpeek\",{\"_index\":538,\"name\":{\"610\":{},\"764\":{},\"1544\":{},\"1694\":{},\"2047\":{},\"2190\":{},\"2380\":{},\"2686\":{}},\"parent\":{}}],[\"definitionprovider\",{\"_index\":1705,\"name\":{\"3211\":{}},\"parent\":{}}],[\"definitions\",{\"_index\":1948,\"name\":{\"3492\":{},\"3856\":{}},\"parent\":{}}],[\"delay\",{\"_index\":1103,\"name\":{\"1767\":{}},\"parent\":{}}],[\"delete\",{\"_index\":78,\"name\":{\"77\":{}},\"parent\":{}}],[\"deletecount\",{\"_index\":1862,\"name\":{\"3401\":{}},\"parent\":{}}],[\"delta\",{\"_index\":248,\"name\":{\"256\":{},\"306\":{},\"366\":{},\"1235\":{}},\"parent\":{}}],[\"deltadecorations\",{\"_index\":623,\"name\":{\"846\":{},\"1161\":{},\"2764\":{}},\"parent\":{}}],[\"dependsonkblayout\",{\"_index\":56,\"name\":{\"56\":{}},\"parent\":{}}],[\"deprecated\",{\"_index\":21,\"name\":{\"18\":{},\"3079\":{},\"3247\":{}},\"parent\":{}}],[\"description\",{\"_index\":1585,\"name\":{\"3077\":{},\"3322\":{},\"3531\":{},\"3541\":{},\"3547\":{},\"3553\":{},\"3559\":{},\"3630\":{},\"3635\":{},\"3641\":{}},\"parent\":{}}],[\"detail\",{\"_index\":223,\"name\":{\"223\":{},\"2474\":{},\"2487\":{},\"2496\":{},\"2506\":{},\"2513\":{},\"2520\":{},\"3076\":{},\"3091\":{},\"3250\":{}},\"parent\":{}}],[\"detectindentation\",{\"_index\":395,\"name\":{\"463\":{},\"621\":{},\"1172\":{}},\"parent\":{}}],[\"diagnostic\",{\"_index\":2193,\"name\":{\"3821\":{}},\"parent\":{}}],[\"diagnosticcodestoignore\",{\"_index\":2173,\"name\":{\"3801\":{}},\"parent\":{}}],[\"diagnosticmessagechain\",{\"_index\":2189,\"name\":{\"3816\":{}},\"parent\":{}}],[\"diagnosticrelatedinformation\",{\"_index\":2199,\"name\":{\"3836\":{}},\"parent\":{}}],[\"diagnostics\",{\"_index\":1647,\"name\":{\"3146\":{},\"3498\":{},\"3596\":{},\"3670\":{},\"3860\":{}},\"parent\":{}}],[\"diagnosticsoptions\",{\"_index\":1960,\"name\":{\"3509\":{},\"3511\":{},\"3651\":{},\"3675\":{},\"3796\":{}},\"parent\":{}}],[\"didchange\",{\"_index\":1061,\"name\":{\"1728\":{}},\"parent\":{}}],[\"diffalgorithm\",{\"_index\":563,\"name\":{\"784\":{},\"1565\":{},\"1714\":{},\"2706\":{}},\"parent\":{}}],[\"diffcodelens\",{\"_index\":560,\"name\":{\"781\":{},\"1562\":{},\"1711\":{},\"2703\":{}},\"parent\":{}}],[\"diffwordwrap\",{\"_index\":562,\"name\":{\"783\":{},\"1564\":{},\"1713\":{},\"2705\":{}},\"parent\":{}}],[\"digit0\",{\"_index\":79,\"name\":{\"78\":{}},\"parent\":{}}],[\"digit1\",{\"_index\":80,\"name\":{\"79\":{}},\"parent\":{}}],[\"digit2\",{\"_index\":81,\"name\":{\"80\":{}},\"parent\":{}}],[\"digit3\",{\"_index\":82,\"name\":{\"81\":{}},\"parent\":{}}],[\"digit4\",{\"_index\":83,\"name\":{\"82\":{}},\"parent\":{}}],[\"digit5\",{\"_index\":84,\"name\":{\"83\":{}},\"parent\":{}}],[\"digit6\",{\"_index\":85,\"name\":{\"84\":{}},\"parent\":{}}],[\"digit7\",{\"_index\":86,\"name\":{\"85\":{}},\"parent\":{}}],[\"digit8\",{\"_index\":87,\"name\":{\"86\":{}},\"parent\":{}}],[\"digit9\",{\"_index\":88,\"name\":{\"87\":{}},\"parent\":{}}],[\"dimension\",{\"_index\":410,\"name\":{\"481\":{},\"632\":{},\"2251\":{},\"2554\":{}},\"parent\":{}}],[\"disabled\",{\"_index\":1033,\"name\":{\"1405\":{},\"3149\":{}},\"parent\":{}}],[\"disablelayerhinting\",{\"_index\":450,\"name\":{\"521\":{},\"675\":{},\"1455\":{},\"1605\":{},\"1993\":{},\"2136\":{},\"2291\":{},\"2597\":{}},\"parent\":{}}],[\"disablemonospaceoptimizations\",{\"_index\":451,\"name\":{\"522\":{},\"676\":{},\"1456\":{},\"1606\":{},\"1994\":{},\"2137\":{},\"2292\":{},\"2598\":{}},\"parent\":{}}],[\"disablesizelimit\",{\"_index\":2104,\"name\":{\"3730\":{}},\"parent\":{}}],[\"disablesourceofprojectreferenceredirect\",{\"_index\":2105,\"name\":{\"3731\":{}},\"parent\":{}}],[\"displayname\",{\"_index\":1736,\"name\":{\"3258\":{},\"3268\":{},\"3271\":{},\"3389\":{}},\"parent\":{}}],[\"dispose\",{\"_index\":10,\"name\":{\"9\":{},\"15\":{},\"28\":{},\"414\":{},\"442\":{},\"870\":{},\"922\":{},\"1186\":{},\"1302\":{},\"1350\":{},\"2788\":{},\"2840\":{},\"3105\":{},\"3155\":{},\"3170\":{},\"3282\":{},\"3364\":{},\"3387\":{},\"3615\":{}},\"parent\":{}}],[\"doccomment\",{\"_index\":1513,\"name\":{\"2999\":{}},\"parent\":{}}],[\"documentation\",{\"_index\":1498,\"name\":{\"2982\":{},\"3092\":{},\"3158\":{},\"3161\":{}},\"parent\":{}}],[\"documentcolorprovider\",{\"_index\":1773,\"name\":{\"3298\":{}},\"parent\":{}}],[\"documentformattingeditprovider\",{\"_index\":1743,\"name\":{\"3267\":{}},\"parent\":{}}],[\"documentformattingedits\",{\"_index\":1954,\"name\":{\"3500\":{},\"3598\":{},\"3662\":{}},\"parent\":{}}],[\"documenthighlight\",{\"_index\":1681,\"name\":{\"3188\":{}},\"parent\":{}}],[\"documenthighlightkind\",{\"_index\":1678,\"name\":{\"3184\":{}},\"parent\":{}}],[\"documenthighlightprovider\",{\"_index\":1683,\"name\":{\"3191\":{}},\"parent\":{}}],[\"documenthighlights\",{\"_index\":1950,\"name\":{\"3494\":{},\"3592\":{},\"3858\":{}},\"parent\":{}}],[\"documentrangeformattingeditprovider\",{\"_index\":1746,\"name\":{\"3270\":{}},\"parent\":{}}],[\"documentrangeformattingedits\",{\"_index\":1955,\"name\":{\"3501\":{},\"3599\":{},\"3663\":{},\"3861\":{}},\"parent\":{}}],[\"documentrangesemantictokensprovider\",{\"_index\":1870,\"name\":{\"3411\":{}},\"parent\":{}}],[\"documentsemantictokensprovider\",{\"_index\":1865,\"name\":{\"3406\":{}},\"parent\":{}}],[\"documentsymbol\",{\"_index\":1730,\"name\":{\"3248\":{}},\"parent\":{}}],[\"documentsymbolprovider\",{\"_index\":1735,\"name\":{\"3257\":{}},\"parent\":{}}],[\"documentsymbols\",{\"_index\":1947,\"name\":{\"3491\":{},\"3590\":{},\"3666\":{},\"3855\":{}},\"parent\":{}}],[\"domnode\",{\"_index\":1303,\"name\":{\"2397\":{}},\"parent\":{}}],[\"domreadonly\",{\"_index\":431,\"name\":{\"502\":{},\"656\":{},\"1436\":{},\"1586\":{},\"1995\":{},\"2138\":{},\"2272\":{},\"2578\":{}},\"parent\":{}}],[\"downarrow\",{\"_index\":76,\"name\":{\"75\":{}},\"parent\":{}}],[\"downleveliteration\",{\"_index\":2106,\"name\":{\"3732\":{}},\"parent\":{}}],[\"draganddrop\",{\"_index\":499,\"name\":{\"571\":{},\"725\":{},\"1505\":{},\"1655\":{},\"1996\":{},\"2139\":{},\"2341\":{},\"2647\":{}},\"parent\":{}}],[\"dropintoeditor\",{\"_index\":546,\"name\":{\"618\":{},\"772\":{},\"1552\":{},\"1702\":{},\"1997\":{},\"2141\":{},\"2388\":{},\"2694\":{}},\"parent\":{}}],[\"duplicateproperties\",{\"_index\":1926,\"name\":{\"3470\":{}},\"parent\":{}}],[\"edit\",{\"_index\":1646,\"name\":{\"3145\":{}},\"parent\":{}}],[\"editor\",{\"_index\":305,\"name\":{\"378\":{}},\"parent\":{}}],[\"editorautoclosingeditstrategy\",{\"_index\":1036,\"name\":{\"1409\":{}},\"parent\":{}}],[\"editorautoclosingstrategy\",{\"_index\":1034,\"name\":{\"1407\":{}},\"parent\":{}}],[\"editorautoindentstrategy\",{\"_index\":1037,\"name\":{\"1410\":{}},\"parent\":{}}],[\"editorautosurroundstrategy\",{\"_index\":1035,\"name\":{\"1408\":{}},\"parent\":{}}],[\"editorclassname\",{\"_index\":1278,\"name\":{\"2099\":{},\"2239\":{}},\"parent\":{}}],[\"editorlayoutinfo\",{\"_index\":1112,\"name\":{\"1779\":{}},\"parent\":{}}],[\"editorminimaplayoutinfo\",{\"_index\":1127,\"name\":{\"1798\":{}},\"parent\":{}}],[\"editoroption\",{\"_index\":1274,\"name\":{\"1963\":{}},\"parent\":{}}],[\"editoroptions\",{\"_index\":1283,\"name\":{\"2104\":{}},\"parent\":{}}],[\"editoroptionstype\",{\"_index\":1288,\"name\":{\"2246\":{}},\"parent\":{}}],[\"editortype\",{\"_index\":987,\"name\":{\"1353\":{}},\"parent\":{}}],[\"editorwrappinginfo\",{\"_index\":1269,\"name\":{\"1956\":{}},\"parent\":{}}],[\"edits\",{\"_index\":1813,\"name\":{\"3344\":{},\"3405\":{}},\"parent\":{}}],[\"element\",{\"_index\":1349,\"name\":{\"2448\":{},\"2454\":{},\"2462\":{},\"2475\":{},\"2488\":{},\"2497\":{},\"2507\":{},\"2514\":{},\"2521\":{},\"2527\":{},\"2531\":{},\"2539\":{}},\"parent\":{}}],[\"emitbom\",{\"_index\":2107,\"name\":{\"3733\":{}},\"parent\":{}}],[\"emitdeclarationonly\",{\"_index\":2102,\"name\":{\"3728\":{}},\"parent\":{}}],[\"emitdecoratormetadata\",{\"_index\":2108,\"name\":{\"3734\":{}},\"parent\":{}}],[\"emitoutput\",{\"_index\":2202,\"name\":{\"3845\":{}},\"parent\":{}}],[\"emitskipped\",{\"_index\":2205,\"name\":{\"3847\":{}},\"parent\":{}}],[\"emitter\",{\"_index\":13,\"name\":{\"11\":{}},\"parent\":{}}],[\"emptyrules\",{\"_index\":1927,\"name\":{\"3471\":{}},\"parent\":{}}],[\"emptyselectionclipboard\",{\"_index\":504,\"name\":{\"576\":{},\"730\":{},\"1510\":{},\"1660\":{},\"1998\":{},\"2140\":{},\"2346\":{},\"2652\":{}},\"parent\":{}}],[\"enabled\",{\"_index\":804,\"name\":{\"1105\":{},\"1406\":{},\"1766\":{},\"1811\":{},\"1813\":{},\"1816\":{},\"1821\":{},\"1833\":{},\"1896\":{},\"1900\":{},\"1962\":{}},\"parent\":{}}],[\"enabledcommands\",{\"_index\":201,\"name\":{\"201\":{}},\"parent\":{}}],[\"enableschemarequest\",{\"_index\":2045,\"name\":{\"3655\":{}},\"parent\":{}}],[\"enablesplitviewresizing\",{\"_index\":552,\"name\":{\"773\":{},\"1554\":{},\"1703\":{},\"2695\":{}},\"parent\":{}}],[\"encodedtokenscolors\",{\"_index\":364,\"name\":{\"432\":{}},\"parent\":{}}],[\"encodedtokensprovider\",{\"_index\":1484,\"name\":{\"2969\":{}},\"parent\":{}}],[\"end\",{\"_index\":71,\"name\":{\"70\":{},\"3007\":{},\"3311\":{}},\"parent\":{}}],[\"endcolumn\",{\"_index\":255,\"name\":{\"266\":{},\"291\":{},\"354\":{},\"973\":{},\"985\":{},\"995\":{},\"1015\":{}},\"parent\":{}}],[\"endlinenumber\",{\"_index\":254,\"name\":{\"265\":{},\"290\":{},\"353\":{},\"972\":{},\"984\":{},\"994\":{}},\"parent\":{}}],[\"endlinenumberexclusive\",{\"_index\":914,\"name\":{\"1233\":{}},\"parent\":{}}],[\"endoflinepreference\",{\"_index\":783,\"name\":{\"1076\":{}},\"parent\":{}}],[\"endoflinesequence\",{\"_index\":790,\"name\":{\"1083\":{}},\"parent\":{}}],[\"endstate\",{\"_index\":1476,\"name\":{\"2960\":{},\"2963\":{}},\"parent\":{}}],[\"endwithnewline\",{\"_index\":2007,\"name\":{\"3579\":{}},\"parent\":{}}],[\"enter\",{\"_index\":61,\"name\":{\"60\":{}},\"parent\":{}}],[\"enteraction\",{\"_index\":1547,\"name\":{\"3032\":{}},\"parent\":{}}],[\"entrystatus\",{\"_index\":1975,\"name\":{\"3525\":{}},\"parent\":{}}],[\"enum\",{\"_index\":1573,\"name\":{\"3061\":{},\"3229\":{}},\"parent\":{}}],[\"enummember\",{\"_index\":1574,\"name\":{\"3062\":{},\"3241\":{}},\"parent\":{}}],[\"environment\",{\"_index\":3,\"name\":{\"3\":{}},\"parent\":{}}],[\"eol\",{\"_index\":1003,\"name\":{\"1369\":{},\"3263\":{}},\"parent\":{}}],[\"equal\",{\"_index\":139,\"name\":{\"138\":{}},\"parent\":{}}],[\"equals\",{\"_index\":214,\"name\":{\"213\":{},\"246\":{},\"257\":{},\"3038\":{}},\"parent\":{}}],[\"equalsrange\",{\"_index\":264,\"name\":{\"274\":{},\"298\":{},\"327\":{},\"361\":{}},\"parent\":{}}],[\"equalsselection\",{\"_index\":292,\"name\":{\"345\":{}},\"parent\":{}}],[\"equivalentlinenumber\",{\"_index\":1403,\"name\":{\"2824\":{}},\"parent\":{}}],[\"error\",{\"_index\":27,\"name\":{\"23\":{}},\"parent\":{}}],[\"es2015\",{\"_index\":2061,\"name\":{\"3687\":{},\"3702\":{}},\"parent\":{}}],[\"es2016\",{\"_index\":2078,\"name\":{\"3703\":{}},\"parent\":{}}],[\"es2017\",{\"_index\":2079,\"name\":{\"3704\":{}},\"parent\":{}}],[\"es2018\",{\"_index\":2080,\"name\":{\"3705\":{}},\"parent\":{}}],[\"es2019\",{\"_index\":2081,\"name\":{\"3706\":{}},\"parent\":{}}],[\"es2020\",{\"_index\":2082,\"name\":{\"3707\":{}},\"parent\":{}}],[\"es3\",{\"_index\":2075,\"name\":{\"3700\":{}},\"parent\":{}}],[\"es5\",{\"_index\":2077,\"name\":{\"3701\":{}},\"parent\":{}}],[\"escape\",{\"_index\":67,\"name\":{\"66\":{}},\"parent\":{}}],[\"esmoduleinterop\",{\"_index\":2166,\"name\":{\"3794\":{}},\"parent\":{}}],[\"esnext\",{\"_index\":2062,\"name\":{\"3688\":{},\"3708\":{}},\"parent\":{}}],[\"event\",{\"_index\":16,\"name\":{\"13\":{},\"2545\":{},\"2548\":{},\"3056\":{},\"3243\":{}},\"parent\":{}}],[\"exact\",{\"_index\":1313,\"name\":{\"2406\":{}},\"parent\":{}}],[\"exclusive\",{\"_index\":1468,\"name\":{\"2954\":{}},\"parent\":{}}],[\"executecommand\",{\"_index\":616,\"name\":{\"839\":{},\"2757\":{}},\"parent\":{}}],[\"executecommands\",{\"_index\":620,\"name\":{\"843\":{},\"2761\":{}},\"parent\":{}}],[\"executeedits\",{\"_index\":619,\"name\":{\"842\":{},\"2760\":{}},\"parent\":{}}],[\"expand\",{\"_index\":1070,\"name\":{\"1737\":{}},\"parent\":{}}],[\"experimentaldecorators\",{\"_index\":2109,\"name\":{\"3735\":{}},\"parent\":{}}],[\"experimentalwhitespacerendering\",{\"_index\":525,\"name\":{\"597\":{},\"751\":{},\"1531\":{},\"1681\":{},\"1999\":{},\"2143\":{},\"2367\":{},\"2673\":{}},\"parent\":{}}],[\"explicit\",{\"_index\":1019,\"name\":{\"1386\":{},\"3119\":{}},\"parent\":{}}],[\"extensions\",{\"_index\":1875,\"name\":{\"3416\":{}},\"parent\":{}}],[\"extraeditorclassname\",{\"_index\":429,\"name\":{\"500\":{},\"654\":{},\"1434\":{},\"1584\":{},\"2000\":{},\"2144\":{},\"2270\":{},\"2576\":{}},\"parent\":{}}],[\"extraliners\",{\"_index\":2008,\"name\":{\"3580\":{}},\"parent\":{}}],[\"f1\",{\"_index\":117,\"name\":{\"116\":{}},\"parent\":{}}],[\"f10\",{\"_index\":126,\"name\":{\"125\":{}},\"parent\":{}}],[\"f11\",{\"_index\":127,\"name\":{\"126\":{}},\"parent\":{}}],[\"f12\",{\"_index\":128,\"name\":{\"127\":{}},\"parent\":{}}],[\"f13\",{\"_index\":129,\"name\":{\"128\":{}},\"parent\":{}}],[\"f14\",{\"_index\":130,\"name\":{\"129\":{}},\"parent\":{}}],[\"f15\",{\"_index\":131,\"name\":{\"130\":{}},\"parent\":{}}],[\"f16\",{\"_index\":132,\"name\":{\"131\":{}},\"parent\":{}}],[\"f17\",{\"_index\":133,\"name\":{\"132\":{}},\"parent\":{}}],[\"f18\",{\"_index\":134,\"name\":{\"133\":{}},\"parent\":{}}],[\"f19\",{\"_index\":135,\"name\":{\"134\":{}},\"parent\":{}}],[\"f2\",{\"_index\":118,\"name\":{\"117\":{}},\"parent\":{}}],[\"f3\",{\"_index\":119,\"name\":{\"118\":{}},\"parent\":{}}],[\"f4\",{\"_index\":120,\"name\":{\"119\":{}},\"parent\":{}}],[\"f5\",{\"_index\":121,\"name\":{\"120\":{}},\"parent\":{}}],[\"f6\",{\"_index\":122,\"name\":{\"121\":{}},\"parent\":{}}],[\"f7\",{\"_index\":123,\"name\":{\"122\":{}},\"parent\":{}}],[\"f8\",{\"_index\":124,\"name\":{\"123\":{}},\"parent\":{}}],[\"f9\",{\"_index\":125,\"name\":{\"124\":{}},\"parent\":{}}],[\"fastscrollsensitivity\",{\"_index\":473,\"name\":{\"545\":{},\"699\":{},\"1479\":{},\"1629\":{},\"2001\":{},\"2145\":{},\"2315\":{},\"2621\":{}},\"parent\":{}}],[\"field\",{\"_index\":1563,\"name\":{\"3049\":{},\"3227\":{}},\"parent\":{}}],[\"file\",{\"_index\":40,\"name\":{\"35\":{},\"3066\":{},\"3220\":{},\"3830\":{},\"3839\":{}},\"parent\":{}}],[\"filename\",{\"_index\":2197,\"name\":{\"3832\":{},\"3841\":{}},\"parent\":{}}],[\"filenamepatterns\",{\"_index\":1877,\"name\":{\"3418\":{}},\"parent\":{}}],[\"filenames\",{\"_index\":1876,\"name\":{\"3417\":{}},\"parent\":{}}],[\"filtergraceful\",{\"_index\":1225,\"name\":{\"1910\":{}},\"parent\":{}}],[\"filtertext\",{\"_index\":1599,\"name\":{\"3094\":{},\"3130\":{}},\"parent\":{}}],[\"find\",{\"_index\":438,\"name\":{\"509\":{},\"663\":{},\"1443\":{},\"1593\":{},\"2002\":{},\"2146\":{},\"2279\":{},\"2585\":{}},\"parent\":{}}],[\"findcomputededitoroptionvaluebyid\",{\"_index\":1291,\"name\":{\"2249\":{}},\"parent\":{}}],[\"findeditoroptionskeybyid\",{\"_index\":1289,\"name\":{\"2247\":{}},\"parent\":{}}],[\"findmatch\",{\"_index\":810,\"name\":{\"1113\":{}},\"parent\":{}}],[\"findmatches\",{\"_index\":849,\"name\":{\"1155\":{}},\"parent\":{}}],[\"findnextmatch\",{\"_index\":850,\"name\":{\"1156\":{}},\"parent\":{}}],[\"findpreviousmatch\",{\"_index\":851,\"name\":{\"1157\":{}},\"parent\":{}}],[\"findrenamelocations\",{\"_index\":2243,\"name\":{\"3902\":{}},\"parent\":{}}],[\"fire\",{\"_index\":17,\"name\":{\"14\":{}},\"parent\":{}}],[\"firstline\",{\"_index\":1878,\"name\":{\"3419\":{}},\"parent\":{}}],[\"firstlinedecorationclassname\",{\"_index\":760,\"name\":{\"1049\":{}},\"parent\":{}}],[\"firstposition\",{\"_index\":964,\"name\":{\"1286\":{}},\"parent\":{}}],[\"firstpositiondeltatop\",{\"_index\":965,\"name\":{\"1287\":{}},\"parent\":{}}],[\"fixedoverflowwidgets\",{\"_index\":439,\"name\":{\"510\":{},\"664\":{},\"1444\":{},\"1594\":{},\"2003\":{},\"2147\":{},\"2280\":{},\"2586\":{}},\"parent\":{}}],[\"float\",{\"_index\":1940,\"name\":{\"3484\":{}},\"parent\":{}}],[\"focus\",{\"_index\":650,\"name\":{\"874\":{},\"926\":{},\"1307\":{},\"2793\":{},\"2844\":{}},\"parent\":{}}],[\"folder\",{\"_index\":1578,\"name\":{\"3069\":{},\"3329\":{}},\"parent\":{}}],[\"folding\",{\"_index\":517,\"name\":{\"589\":{},\"743\":{},\"1523\":{},\"1673\":{},\"2004\":{},\"2148\":{},\"2359\":{},\"2665\":{},\"2996\":{}},\"parent\":{}}],[\"foldingcontext\",{\"_index\":1781,\"name\":{\"3305\":{}},\"parent\":{}}],[\"foldinghighlight\",{\"_index\":519,\"name\":{\"591\":{},\"745\":{},\"1525\":{},\"1675\":{},\"2006\":{},\"2150\":{},\"2361\":{},\"2667\":{}},\"parent\":{}}],[\"foldingimportsbydefault\",{\"_index\":520,\"name\":{\"592\":{},\"746\":{},\"1526\":{},\"1676\":{},\"2007\":{},\"2151\":{},\"2362\":{},\"2668\":{}},\"parent\":{}}],[\"foldingmarkers\",{\"_index\":1521,\"name\":{\"3005\":{}},\"parent\":{}}],[\"foldingmaximumregions\",{\"_index\":521,\"name\":{\"593\":{},\"747\":{},\"1527\":{},\"1677\":{},\"2008\":{},\"2152\":{},\"2363\":{},\"2669\":{}},\"parent\":{}}],[\"foldingrange\",{\"_index\":1785,\"name\":{\"3309\":{}},\"parent\":{}}],[\"foldingrangekind\",{\"_index\":1787,\"name\":{\"3313\":{}},\"parent\":{}}],[\"foldingrangeprovider\",{\"_index\":1782,\"name\":{\"3306\":{}},\"parent\":{}}],[\"foldingranges\",{\"_index\":1952,\"name\":{\"3497\":{},\"3595\":{},\"3669\":{}},\"parent\":{}}],[\"foldingrules\",{\"_index\":1524,\"name\":{\"3008\":{}},\"parent\":{}}],[\"foldingstrategy\",{\"_index\":518,\"name\":{\"590\":{},\"744\":{},\"1524\":{},\"1674\":{},\"2005\":{},\"2149\":{},\"2360\":{},\"2666\":{}},\"parent\":{}}],[\"followscaret\",{\"_index\":344,\"name\":{\"416\":{}},\"parent\":{}}],[\"fontfaceproperties\",{\"_index\":1932,\"name\":{\"3476\":{}},\"parent\":{}}],[\"fontfamily\",{\"_index\":531,\"name\":{\"603\":{},\"757\":{},\"1537\":{},\"1687\":{},\"1818\":{},\"2010\":{},\"2154\":{},\"2373\":{},\"2679\":{},\"2889\":{},\"2900\":{}},\"parent\":{}}],[\"fontfeaturesettings\",{\"_index\":1418,\"name\":{\"2892\":{},\"2903\":{}},\"parent\":{}}],[\"fontinfo\",{\"_index\":1276,\"name\":{\"2011\":{},\"2155\":{},\"2874\":{}},\"parent\":{}}],[\"fontligatures\",{\"_index\":448,\"name\":{\"519\":{},\"673\":{},\"1453\":{},\"1603\":{},\"2012\":{},\"2289\":{},\"2595\":{}},\"parent\":{}}],[\"fontligatures2\",{\"_index\":1287,\"name\":{\"2156\":{}},\"parent\":{}}],[\"fontsize\",{\"_index\":533,\"name\":{\"605\":{},\"759\":{},\"1539\":{},\"1689\":{},\"1817\":{},\"2013\":{},\"2157\":{},\"2375\":{},\"2681\":{},\"2891\":{},\"2902\":{}},\"parent\":{}}],[\"fontstyle\",{\"_index\":372,\"name\":{\"440\":{}},\"parent\":{}}],[\"fontvariations\",{\"_index\":449,\"name\":{\"520\":{},\"674\":{},\"1454\":{},\"1604\":{},\"2015\":{},\"2159\":{},\"2290\":{},\"2596\":{}},\"parent\":{}}],[\"fontvariationsettings\",{\"_index\":1419,\"name\":{\"2893\":{},\"2904\":{}},\"parent\":{}}],[\"fontweight\",{\"_index\":532,\"name\":{\"604\":{},\"758\":{},\"1538\":{},\"1688\":{},\"2014\":{},\"2158\":{},\"2374\":{},\"2680\":{},\"2890\":{},\"2901\":{}},\"parent\":{}}],[\"forceconsistentcasinginfilenames\",{\"_index\":2110,\"name\":{\"3736\":{}},\"parent\":{}}],[\"forcemovemarkers\",{\"_index\":724,\"name\":{\"1011\":{},\"1089\":{}},\"parent\":{}}],[\"foreground\",{\"_index\":370,\"name\":{\"438\":{}},\"parent\":{}}],[\"format\",{\"_index\":1942,\"name\":{\"3487\":{},\"3584\":{}},\"parent\":{}}],[\"formatonpaste\",{\"_index\":498,\"name\":{\"570\":{},\"724\":{},\"1504\":{},\"1654\":{},\"2016\":{},\"2160\":{},\"2340\":{},\"2646\":{}},\"parent\":{}}],[\"formatontype\",{\"_index\":497,\"name\":{\"569\":{},\"723\":{},\"1503\":{},\"1653\":{},\"2017\":{},\"2161\":{},\"2339\":{},\"2645\":{}},\"parent\":{}}],[\"formattingoptions\",{\"_index\":1741,\"name\":{\"3264\":{}},\"parent\":{}}],[\"fragment\",{\"_index\":48,\"name\":{\"44\":{},\"54\":{}},\"parent\":{}}],[\"freeinlinecompletions\",{\"_index\":1642,\"name\":{\"3141\":{}},\"parent\":{}}],[\"from\",{\"_index\":41,\"name\":{\"36\":{}},\"parent\":{}}],[\"frompositions\",{\"_index\":269,\"name\":{\"279\":{},\"315\":{}},\"parent\":{}}],[\"fromrange\",{\"_index\":287,\"name\":{\"316\":{}},\"parent\":{}}],[\"fspath\",{\"_index\":49,\"name\":{\"45\":{}},\"parent\":{}}],[\"full\",{\"_index\":733,\"name\":{\"1020\":{},\"1415\":{}},\"parent\":{}}],[\"function\",{\"_index\":1562,\"name\":{\"3047\":{},\"3231\":{}},\"parent\":{}}],[\"get\",{\"_index\":692,\"name\":{\"960\":{},\"1719\":{}},\"parent\":{}}],[\"getaction\",{\"_index\":615,\"name\":{\"838\":{},\"2756\":{}},\"parent\":{}}],[\"getalldecorations\",{\"_index\":858,\"name\":{\"1167\":{}},\"parent\":{}}],[\"getalternativeversionid\",{\"_index\":826,\"name\":{\"1130\":{}},\"parent\":{}}],[\"getbottomforlinenumber\",{\"_index\":628,\"name\":{\"851\":{},\"2769\":{}},\"parent\":{}}],[\"getcharactercountinrange\",{\"_index\":831,\"name\":{\"1137\":{}},\"parent\":{}}],[\"getcodefixesatposition\",{\"_index\":2246,\"name\":{\"3905\":{}},\"parent\":{}}],[\"getcompileroptions\",{\"_index\":2217,\"name\":{\"3876\":{}},\"parent\":{}}],[\"getcompileroptionsdiagnostics\",{\"_index\":2231,\"name\":{\"3890\":{}},\"parent\":{}}],[\"getcompletionentrydetails\",{\"_index\":2233,\"name\":{\"3892\":{}},\"parent\":{}}],[\"getcompletionsatposition\",{\"_index\":2232,\"name\":{\"3891\":{}},\"parent\":{}}],[\"getcontainerdomnode\",{\"_index\":631,\"name\":{\"854\":{},\"910\":{},\"2772\":{},\"2826\":{}},\"parent\":{}}],[\"getcontentheight\",{\"_index\":609,\"name\":{\"832\":{},\"2750\":{}},\"parent\":{}}],[\"getcontentwidth\",{\"_index\":606,\"name\":{\"829\":{},\"2747\":{}},\"parent\":{}}],[\"getcontribution\",{\"_index\":599,\"name\":{\"821\":{},\"2739\":{}},\"parent\":{}}],[\"getdecorationoptions\",{\"_index\":855,\"name\":{\"1162\":{}},\"parent\":{}}],[\"getdecorationrange\",{\"_index\":856,\"name\":{\"1163\":{}},\"parent\":{}}],[\"getdecorationsinrange\",{\"_index\":622,\"name\":{\"845\":{},\"1166\":{},\"2763\":{}},\"parent\":{}}],[\"getdefinitionatposition\",{\"_index\":2237,\"name\":{\"3896\":{}},\"parent\":{}}],[\"getdiagnosticsoptions\",{\"_index\":2219,\"name\":{\"3878\":{}},\"parent\":{}}],[\"getdiffeditors\",{\"_index\":311,\"name\":{\"383\":{}},\"parent\":{}}],[\"getdifflineinformationformodified\",{\"_index\":686,\"name\":{\"919\":{},\"2837\":{}},\"parent\":{}}],[\"getdifflineinformationfororiginal\",{\"_index\":685,\"name\":{\"918\":{},\"2836\":{}},\"parent\":{}}],[\"getdirection\",{\"_index\":293,\"name\":{\"346\":{}},\"parent\":{}}],[\"getdomnode\",{\"_index\":632,\"name\":{\"855\":{},\"2418\":{},\"2430\":{},\"2773\":{}},\"parent\":{}}],[\"geteagermodelsync\",{\"_index\":2223,\"name\":{\"3883\":{}},\"parent\":{}}],[\"geteditoperations\",{\"_index\":933,\"name\":{\"1255\":{}},\"parent\":{}}],[\"geteditors\",{\"_index\":310,\"name\":{\"382\":{}},\"parent\":{}}],[\"geteditortype\",{\"_index\":648,\"name\":{\"872\":{},\"924\":{},\"1304\":{},\"2790\":{},\"2842\":{}},\"parent\":{}}],[\"getemitoutput\",{\"_index\":2245,\"name\":{\"3904\":{}},\"parent\":{}}],[\"getencodedlanguageid\",{\"_index\":1428,\"name\":{\"2912\":{}},\"parent\":{}}],[\"getendoflinesequence\",{\"_index\":837,\"name\":{\"1143\":{}},\"parent\":{}}],[\"getendposition\",{\"_index\":265,\"name\":{\"275\":{},\"299\":{},\"328\":{},\"362\":{}},\"parent\":{}}],[\"geteol\",{\"_index\":836,\"name\":{\"1142\":{}},\"parent\":{}}],[\"getextralibs\",{\"_index\":2214,\"name\":{\"3873\":{}},\"parent\":{}}],[\"getformattingeditsafterkeystroke\",{\"_index\":2242,\"name\":{\"3901\":{}},\"parent\":{}}],[\"getformattingeditsfordocument\",{\"_index\":2240,\"name\":{\"3899\":{}},\"parent\":{}}],[\"getformattingeditsforrange\",{\"_index\":2241,\"name\":{\"3900\":{}},\"parent\":{}}],[\"getfullmodelrange\",{\"_index\":847,\"name\":{\"1153\":{}},\"parent\":{}}],[\"getid\",{\"_index\":647,\"name\":{\"871\":{},\"923\":{},\"1303\":{},\"2417\":{},\"2429\":{},\"2789\":{},\"2841\":{}},\"parent\":{}}],[\"getinitialstate\",{\"_index\":1482,\"name\":{\"2967\":{},\"2970\":{}},\"parent\":{}}],[\"getinjectedtextdecorations\",{\"_index\":860,\"name\":{\"1169\":{}},\"parent\":{}}],[\"getinverseeditoperations\",{\"_index\":929,\"name\":{\"1252\":{}},\"parent\":{}}],[\"getjavascriptworker\",{\"_index\":2251,\"name\":{\"3911\":{}},\"parent\":{}}],[\"getlanguageid\",{\"_index\":852,\"name\":{\"1158\":{}},\"parent\":{}}],[\"getlanguages\",{\"_index\":1427,\"name\":{\"2911\":{}},\"parent\":{}}],[\"getlayoutinfo\",{\"_index\":625,\"name\":{\"848\":{},\"2766\":{}},\"parent\":{}}],[\"getlegend\",{\"_index\":1867,\"name\":{\"3408\":{},\"3412\":{}},\"parent\":{}}],[\"getlinechanges\",{\"_index\":684,\"name\":{\"917\":{},\"2835\":{}},\"parent\":{}}],[\"getlinecontent\",{\"_index\":833,\"name\":{\"1139\":{}},\"parent\":{}}],[\"getlinecount\",{\"_index\":832,\"name\":{\"1138\":{}},\"parent\":{}}],[\"getlinedecorations\",{\"_index\":621,\"name\":{\"844\":{},\"1164\":{},\"2762\":{}},\"parent\":{}}],[\"getlinefirstnonwhitespacecolumn\",{\"_index\":840,\"name\":{\"1146\":{}},\"parent\":{}}],[\"getlinelastnonwhitespacecolumn\",{\"_index\":841,\"name\":{\"1147\":{}},\"parent\":{}}],[\"getlinelength\",{\"_index\":834,\"name\":{\"1140\":{}},\"parent\":{}}],[\"getlinemaxcolumn\",{\"_index\":839,\"name\":{\"1145\":{}},\"parent\":{}}],[\"getlinemincolumn\",{\"_index\":838,\"name\":{\"1144\":{}},\"parent\":{}}],[\"getlinescontent\",{\"_index\":835,\"name\":{\"1141\":{}},\"parent\":{}}],[\"getlinesdecorations\",{\"_index\":857,\"name\":{\"1165\":{}},\"parent\":{}}],[\"getmirrormodels\",{\"_index\":2260,\"name\":{\"3921\":{}},\"parent\":{}}],[\"getmodel\",{\"_index\":324,\"name\":{\"396\":{},\"822\":{},\"915\":{},\"1338\":{},\"2740\":{},\"2831\":{}},\"parent\":{}}],[\"getmodelmarkers\",{\"_index\":322,\"name\":{\"394\":{}},\"parent\":{}}],[\"getmodels\",{\"_index\":325,\"name\":{\"397\":{}},\"parent\":{}}],[\"getmodifiededitor\",{\"_index\":682,\"name\":{\"909\":{},\"2834\":{}},\"parent\":{}}],[\"getnavigationbaritems\",{\"_index\":2239,\"name\":{\"3898\":{}},\"parent\":{}}],[\"getoccurrencesatposition\",{\"_index\":2236,\"name\":{\"3895\":{}},\"parent\":{}}],[\"getoffsetat\",{\"_index\":845,\"name\":{\"1151\":{}},\"parent\":{}}],[\"getoffsetforcolumn\",{\"_index\":640,\"name\":{\"863\":{},\"2781\":{}},\"parent\":{}}],[\"getoption\",{\"_index\":602,\"name\":{\"825\":{},\"2743\":{}},\"parent\":{}}],[\"getoptions\",{\"_index\":601,\"name\":{\"824\":{},\"1128\":{},\"2742\":{}},\"parent\":{}}],[\"getoriginaleditor\",{\"_index\":681,\"name\":{\"908\":{},\"2833\":{}},\"parent\":{}}],[\"getoverviewrulerdecorations\",{\"_index\":859,\"name\":{\"1168\":{}},\"parent\":{}}],[\"getposition\",{\"_index\":294,\"name\":{\"348\":{},\"878\":{},\"930\":{},\"1313\":{},\"2419\":{},\"2431\":{},\"2797\":{},\"2848\":{}},\"parent\":{}}],[\"getpositionat\",{\"_index\":846,\"name\":{\"1152\":{}},\"parent\":{}}],[\"getproxy\",{\"_index\":375,\"name\":{\"443\":{}},\"parent\":{}}],[\"getquickinfoatposition\",{\"_index\":2235,\"name\":{\"3894\":{}},\"parent\":{}}],[\"getrange\",{\"_index\":982,\"name\":{\"1344\":{}},\"parent\":{}}],[\"getranges\",{\"_index\":983,\"name\":{\"1345\":{}},\"parent\":{}}],[\"getrawoptions\",{\"_index\":603,\"name\":{\"826\":{},\"2744\":{}},\"parent\":{}}],[\"getreferencesatposition\",{\"_index\":2238,\"name\":{\"3897\":{}},\"parent\":{}}],[\"getrenameinfo\",{\"_index\":2244,\"name\":{\"3903\":{}},\"parent\":{}}],[\"getscripttext\",{\"_index\":2230,\"name\":{\"3889\":{}},\"parent\":{}}],[\"getscrolledvisibleposition\",{\"_index\":643,\"name\":{\"866\":{},\"2784\":{}},\"parent\":{}}],[\"getscrollheight\",{\"_index\":610,\"name\":{\"833\":{},\"2751\":{}},\"parent\":{}}],[\"getscrollleft\",{\"_index\":608,\"name\":{\"831\":{},\"2749\":{}},\"parent\":{}}],[\"getscrolltop\",{\"_index\":611,\"name\":{\"834\":{},\"2752\":{}},\"parent\":{}}],[\"getscrollwidth\",{\"_index\":607,\"name\":{\"830\":{},\"2748\":{}},\"parent\":{}}],[\"getselection\",{\"_index\":663,\"name\":{\"888\":{},\"940\":{},\"1323\":{},\"2807\":{},\"2858\":{}},\"parent\":{}}],[\"getselections\",{\"_index\":664,\"name\":{\"889\":{},\"941\":{},\"1324\":{},\"2808\":{},\"2859\":{}},\"parent\":{}}],[\"getselectionstart\",{\"_index\":295,\"name\":{\"349\":{}},\"parent\":{}}],[\"getsemanticdiagnostics\",{\"_index\":2228,\"name\":{\"3887\":{}},\"parent\":{}}],[\"getsignaturehelpitems\",{\"_index\":2234,\"name\":{\"3893\":{}},\"parent\":{}}],[\"getstartposition\",{\"_index\":266,\"name\":{\"276\":{},\"300\":{},\"329\":{},\"363\":{}},\"parent\":{}}],[\"getsuggestiondiagnostics\",{\"_index\":2229,\"name\":{\"3888\":{}},\"parent\":{}}],[\"getsupportedactions\",{\"_index\":652,\"name\":{\"876\":{},\"928\":{},\"1309\":{},\"2795\":{},\"2846\":{}},\"parent\":{}}],[\"getsyntacticdiagnostics\",{\"_index\":2226,\"name\":{\"3886\":{}},\"parent\":{}}],[\"gettargetatclientpoint\",{\"_index\":642,\"name\":{\"865\":{},\"2783\":{}},\"parent\":{}}],[\"gettopforlinenumber\",{\"_index\":627,\"name\":{\"850\":{},\"2768\":{}},\"parent\":{}}],[\"gettopforposition\",{\"_index\":629,\"name\":{\"852\":{},\"2770\":{}},\"parent\":{}}],[\"gettrackedselection\",{\"_index\":931,\"name\":{\"1253\":{}},\"parent\":{}}],[\"gettypescriptworker\",{\"_index\":2250,\"name\":{\"3910\":{}},\"parent\":{}}],[\"getvalue\",{\"_index\":604,\"name\":{\"827\":{},\"1132\":{},\"2745\":{},\"3918\":{}},\"parent\":{}}],[\"getvalueinrange\",{\"_index\":829,\"name\":{\"1135\":{}},\"parent\":{}}],[\"getvaluelength\",{\"_index\":828,\"name\":{\"1134\":{}},\"parent\":{}}],[\"getvaluelengthinrange\",{\"_index\":830,\"name\":{\"1136\":{}},\"parent\":{}}],[\"getversionid\",{\"_index\":825,\"name\":{\"1129\":{}},\"parent\":{}}],[\"getvisiblecolumnfromposition\",{\"_index\":653,\"name\":{\"877\":{},\"929\":{},\"1312\":{},\"2796\":{},\"2847\":{}},\"parent\":{}}],[\"getvisibleranges\",{\"_index\":626,\"name\":{\"849\":{},\"2767\":{}},\"parent\":{}}],[\"getwordatposition\",{\"_index\":853,\"name\":{\"1159\":{}},\"parent\":{}}],[\"getworduntilposition\",{\"_index\":854,\"name\":{\"1160\":{}},\"parent\":{}}],[\"getworker\",{\"_index\":7,\"name\":{\"6\":{}},\"parent\":{}}],[\"getworkerurl\",{\"_index\":8,\"name\":{\"7\":{}},\"parent\":{}}],[\"globalapi\",{\"_index\":4,\"name\":{\"4\":{}},\"parent\":{}}],[\"globalattributes\",{\"_index\":2027,\"name\":{\"3623\":{}},\"parent\":{}}],[\"glyphmargin\",{\"_index\":425,\"name\":{\"496\":{},\"650\":{},\"1430\":{},\"1580\":{},\"2018\":{},\"2162\":{},\"2266\":{},\"2572\":{}},\"parent\":{}}],[\"glyphmarginclassname\",{\"_index\":758,\"name\":{\"1047\":{}},\"parent\":{}}],[\"glyphmarginhovermessage\",{\"_index\":752,\"name\":{\"1040\":{}},\"parent\":{}}],[\"glyphmarginleft\",{\"_index\":1114,\"name\":{\"1782\":{},\"2466\":{}},\"parent\":{}}],[\"glyphmarginwidth\",{\"_index\":1115,\"name\":{\"1783\":{},\"2467\":{}},\"parent\":{}}],[\"goback\",{\"_index\":1903,\"name\":{\"3447\":{}},\"parent\":{}}],[\"gotolocation\",{\"_index\":485,\"name\":{\"557\":{},\"711\":{},\"1491\":{},\"1641\":{},\"2019\":{},\"2163\":{},\"2327\":{},\"2633\":{}},\"parent\":{}}],[\"gotolocationvalues\",{\"_index\":1087,\"name\":{\"1752\":{}},\"parent\":{}}],[\"green\",{\"_index\":1766,\"name\":{\"3288\":{}},\"parent\":{}}],[\"group\",{\"_index\":1899,\"name\":{\"3442\":{}},\"parent\":{}}],[\"growsonlywhentypingafter\",{\"_index\":819,\"name\":{\"1122\":{}},\"parent\":{}}],[\"growsonlywhentypingbefore\",{\"_index\":818,\"name\":{\"1121\":{}},\"parent\":{}}],[\"guides\",{\"_index\":543,\"name\":{\"615\":{},\"769\":{},\"1549\":{},\"1699\":{},\"1977\":{},\"2385\":{},\"2691\":{}},\"parent\":{}}],[\"gutter\",{\"_index\":737,\"name\":{\"1023\":{}},\"parent\":{}}],[\"gutter_glyph_margin\",{\"_index\":1337,\"name\":{\"2435\":{}},\"parent\":{}}],[\"gutter_line_decorations\",{\"_index\":1339,\"name\":{\"2437\":{}},\"parent\":{}}],[\"gutter_line_numbers\",{\"_index\":1338,\"name\":{\"2436\":{}},\"parent\":{}}],[\"gutter_view_zone\",{\"_index\":1340,\"name\":{\"2438\":{}},\"parent\":{}}],[\"handlebardefaults\",{\"_index\":2017,\"name\":{\"3610\":{}},\"parent\":{}}],[\"handlebarlanguageservice\",{\"_index\":2016,\"name\":{\"3609\":{}},\"parent\":{}}],[\"handleitemdidshow\",{\"_index\":1641,\"name\":{\"3140\":{}},\"parent\":{}}],[\"handlemousewheel\",{\"_index\":1190,\"name\":{\"1865\":{},\"1879\":{}},\"parent\":{}}],[\"has\",{\"_index\":984,\"name\":{\"1346\":{}},\"parent\":{}}],[\"hasaccesstoallmodels\",{\"_index\":1467,\"name\":{\"2953\":{}},\"parent\":{}}],[\"haschanged\",{\"_index\":1050,\"name\":{\"1717\":{}},\"parent\":{}}],[\"hastextfocus\",{\"_index\":651,\"name\":{\"875\":{},\"927\":{},\"1308\":{},\"2794\":{},\"2845\":{}},\"parent\":{}}],[\"haswidgetfocus\",{\"_index\":598,\"name\":{\"820\":{},\"2738\":{}},\"parent\":{}}],[\"height\",{\"_index\":922,\"name\":{\"1246\":{},\"1772\":{},\"1781\":{}},\"parent\":{}}],[\"heightinlines\",{\"_index\":1300,\"name\":{\"2394\":{}},\"parent\":{}}],[\"heightinpx\",{\"_index\":1301,\"name\":{\"2395\":{}},\"parent\":{}}],[\"hexcolorlength\",{\"_index\":1933,\"name\":{\"3477\":{}},\"parent\":{}}],[\"hidden\",{\"_index\":717,\"name\":{\"1004\":{},\"1733\":{}},\"parent\":{}}],[\"hidecursorinoverviewruler\",{\"_index\":452,\"name\":{\"523\":{},\"677\":{},\"1457\":{},\"1607\":{},\"2020\":{},\"2164\":{},\"2293\":{},\"2599\":{}},\"parent\":{}}],[\"highlightactivebracketpair\",{\"_index\":1219,\"name\":{\"1905\":{}},\"parent\":{}}],[\"highlightactiveindentation\",{\"_index\":1221,\"name\":{\"1907\":{}},\"parent\":{}}],[\"hint\",{\"_index\":23,\"name\":{\"20\":{}},\"parent\":{}}],[\"hints\",{\"_index\":1845,\"name\":{\"3386\":{}},\"parent\":{}}],[\"home\",{\"_index\":72,\"name\":{\"71\":{}},\"parent\":{}}],[\"horizontal\",{\"_index\":1186,\"name\":{\"1861\":{},\"1875\":{}},\"parent\":{}}],[\"horizontaldistancetotext\",{\"_index\":1376,\"name\":{\"2501\":{}},\"parent\":{}}],[\"horizontalhasarrows\",{\"_index\":1189,\"name\":{\"1864\":{},\"1878\":{}},\"parent\":{}}],[\"horizontalscrollbarheight\",{\"_index\":1126,\"name\":{\"1796\":{}},\"parent\":{}}],[\"horizontalscrollbarsize\",{\"_index\":1192,\"name\":{\"1867\":{},\"1881\":{}},\"parent\":{}}],[\"horizontalslidersize\",{\"_index\":1195,\"name\":{\"1870\":{},\"1882\":{}},\"parent\":{}}],[\"host\",{\"_index\":382,\"name\":{\"449\":{},\"3920\":{}},\"parent\":{}}],[\"hover\",{\"_index\":467,\"name\":{\"538\":{},\"692\":{},\"1472\":{},\"1622\":{},\"2021\":{},\"2165\":{},\"2308\":{},\"2614\":{},\"3040\":{}},\"parent\":{}}],[\"hovermessage\",{\"_index\":753,\"name\":{\"1041\":{}},\"parent\":{}}],[\"hoverprovider\",{\"_index\":1556,\"name\":{\"3043\":{}},\"parent\":{}}],[\"hovers\",{\"_index\":1946,\"name\":{\"3490\":{},\"3589\":{},\"3665\":{},\"3854\":{}},\"parent\":{}}],[\"html\",{\"_index\":1997,\"name\":{\"3567\":{}},\"parent\":{}}],[\"htmldataconfiguration\",{\"_index\":2023,\"name\":{\"3616\":{}},\"parent\":{}}],[\"htmldatav1\",{\"_index\":2025,\"name\":{\"3620\":{}},\"parent\":{}}],[\"htmldefaults\",{\"_index\":2015,\"name\":{\"3608\":{}},\"parent\":{}}],[\"htmlformatconfiguration\",{\"_index\":2000,\"name\":{\"3569\":{}},\"parent\":{}}],[\"htmllanguageservice\",{\"_index\":2014,\"name\":{\"3607\":{}},\"parent\":{}}],[\"iactiondescriptor\",{\"_index\":384,\"name\":{\"451\":{}},\"parent\":{}}],[\"iatdirectivedata\",{\"_index\":1986,\"name\":{\"3539\":{}},\"parent\":{}}],[\"iattributedata\",{\"_index\":2033,\"name\":{\"3633\":{}},\"parent\":{}}],[\"iautoclosingpair\",{\"_index\":1538,\"name\":{\"3020\":{}},\"parent\":{}}],[\"iautoclosingpairconditional\",{\"_index\":1540,\"name\":{\"3023\":{}},\"parent\":{}}],[\"ibasemousetarget\",{\"_index\":1348,\"name\":{\"2447\":{}},\"parent\":{}}],[\"ibracketpaircolorizationoptions\",{\"_index\":1213,\"name\":{\"1899\":{}},\"parent\":{}}],[\"ichange\",{\"_index\":880,\"name\":{\"1194\":{}},\"parent\":{}}],[\"icharchange\",{\"_index\":886,\"name\":{\"1199\":{}},\"parent\":{}}],[\"icodeeditor\",{\"_index\":989,\"name\":{\"1355\":{},\"2707\":{}},\"parent\":{}}],[\"icodeeditorviewstate\",{\"_index\":966,\"name\":{\"1288\":{}},\"parent\":{}}],[\"icolor\",{\"_index\":1763,\"name\":{\"3286\":{}},\"parent\":{}}],[\"icolorinformation\",{\"_index\":1771,\"name\":{\"3295\":{}},\"parent\":{}}],[\"icolorizerelementoptions\",{\"_index\":711,\"name\":{\"998\":{}},\"parent\":{}}],[\"icolorizeroptions\",{\"_index\":709,\"name\":{\"996\":{}},\"parent\":{}}],[\"icolorpresentation\",{\"_index\":1769,\"name\":{\"3291\":{}},\"parent\":{}}],[\"icolors\",{\"_index\":366,\"name\":{\"434\":{}},\"parent\":{}}],[\"icommand\",{\"_index\":932,\"name\":{\"1254\":{}},\"parent\":{}}],[\"icommanddescriptor\",{\"_index\":348,\"name\":{\"419\":{}},\"parent\":{}}],[\"icommandhandler\",{\"_index\":687,\"name\":{\"956\":{}},\"parent\":{}}],[\"icomputededitoroptions\",{\"_index\":1051,\"name\":{\"1718\":{}},\"parent\":{}}],[\"icontentsizechangedevent\",{\"_index\":944,\"name\":{\"1263\":{}},\"parent\":{}}],[\"icontentwidget\",{\"_index\":1320,\"name\":{\"2414\":{}},\"parent\":{}}],[\"icontentwidgetposition\",{\"_index\":1316,\"name\":{\"2409\":{}},\"parent\":{}}],[\"icontextkey\",{\"_index\":688,\"name\":{\"957\":{}},\"parent\":{}}],[\"icursorpositionchangedevent\",{\"_index\":1023,\"name\":{\"1390\":{}},\"parent\":{}}],[\"icursorselectionchangedevent\",{\"_index\":1027,\"name\":{\"1395\":{}},\"parent\":{}}],[\"icursorstate\",{\"_index\":957,\"name\":{\"1278\":{}},\"parent\":{}}],[\"icursorstatecomputer\",{\"_index\":796,\"name\":{\"1093\":{}},\"parent\":{}}],[\"icursorstatecomputerdata\",{\"_index\":928,\"name\":{\"1251\":{}},\"parent\":{}}],[\"id\",{\"_index\":349,\"name\":{\"420\":{},\"452\":{},\"1007\":{},\"1072\":{},\"1127\":{},\"1272\":{},\"1721\":{},\"3354\":{},\"3360\":{},\"3415\":{}},\"parent\":{}}],[\"idecorationoptions\",{\"_index\":738,\"name\":{\"1024\":{}},\"parent\":{}}],[\"identical\",{\"_index\":903,\"name\":{\"1221\":{}},\"parent\":{}}],[\"idiffeditor\",{\"_index\":991,\"name\":{\"1356\":{},\"2825\":{}},\"parent\":{}}],[\"idiffeditorbaseoptions\",{\"_index\":1044,\"name\":{\"1553\":{}},\"parent\":{}}],[\"idiffeditorconstructionoptions\",{\"_index\":1399,\"name\":{\"2553\":{}},\"parent\":{}}],[\"idiffeditormodel\",{\"_index\":936,\"name\":{\"1257\":{}},\"parent\":{}}],[\"idiffeditoroptions\",{\"_index\":1046,\"name\":{\"1566\":{}},\"parent\":{}}],[\"idiffeditorviewstate\",{\"_index\":971,\"name\":{\"1293\":{}},\"parent\":{}}],[\"idifflineinformation\",{\"_index\":1402,\"name\":{\"2823\":{}},\"parent\":{}}],[\"idiffnavigator\",{\"_index\":338,\"name\":{\"410\":{}},\"parent\":{}}],[\"idiffnavigatoroptions\",{\"_index\":343,\"name\":{\"415\":{}},\"parent\":{}}],[\"idimension\",{\"_index\":919,\"name\":{\"1244\":{}},\"parent\":{}}],[\"idisposable\",{\"_index\":9,\"name\":{\"8\":{}},\"parent\":{}}],[\"idoccomment\",{\"_index\":1533,\"name\":{\"3016\":{}},\"parent\":{}}],[\"idocumentdiff\",{\"_index\":902,\"name\":{\"1220\":{}},\"parent\":{}}],[\"idocumentdiffprovider\",{\"_index\":895,\"name\":{\"1214\":{}},\"parent\":{}}],[\"idocumentdiffprovideroptions\",{\"_index\":899,\"name\":{\"1217\":{}},\"parent\":{}}],[\"idropintoeditoroptions\",{\"_index\":1272,\"name\":{\"1961\":{}},\"parent\":{}}],[\"idselector\",{\"_index\":1941,\"name\":{\"3485\":{}},\"parent\":{}}],[\"ieditoperationbuilder\",{\"_index\":923,\"name\":{\"1247\":{}},\"parent\":{}}],[\"ieditor\",{\"_index\":978,\"name\":{\"1300\":{}},\"parent\":{}}],[\"ieditoraction\",{\"_index\":952,\"name\":{\"1271\":{}},\"parent\":{}}],[\"ieditorcommentsoptions\",{\"_index\":1062,\"name\":{\"1729\":{}},\"parent\":{}}],[\"ieditorconstructionoptions\",{\"_index\":1292,\"name\":{\"2250\":{}},\"parent\":{}}],[\"ieditorcontribution\",{\"_index\":985,\"name\":{\"1349\":{}},\"parent\":{}}],[\"ieditordecorationscollection\",{\"_index\":980,\"name\":{\"1341\":{}},\"parent\":{}}],[\"ieditorfindoptions\",{\"_index\":1080,\"name\":{\"1746\":{}},\"parent\":{}}],[\"ieditorhoveroptions\",{\"_index\":1101,\"name\":{\"1765\":{}},\"parent\":{}}],[\"ieditorinlayhintsoptions\",{\"_index\":1144,\"name\":{\"1815\":{}},\"parent\":{}}],[\"ieditorlightbulboptions\",{\"_index\":1139,\"name\":{\"1810\":{}},\"parent\":{}}],[\"ieditorminimapoptions\",{\"_index\":1146,\"name\":{\"1820\":{}},\"parent\":{}}],[\"ieditormodel\",{\"_index\":956,\"name\":{\"1277\":{}},\"parent\":{}}],[\"ieditormouseevent\",{\"_index\":1392,\"name\":{\"2544\":{}},\"parent\":{}}],[\"ieditoroption\",{\"_index\":1053,\"name\":{\"1720\":{}},\"parent\":{}}],[\"ieditoroptions\",{\"_index\":1042,\"name\":{\"1416\":{}},\"parent\":{}}],[\"ieditoroverrideservices\",{\"_index\":694,\"name\":{\"962\":{}},\"parent\":{}}],[\"ieditorpaddingoptions\",{\"_index\":1155,\"name\":{\"1829\":{}},\"parent\":{}}],[\"ieditorparameterhintoptions\",{\"_index\":1158,\"name\":{\"1832\":{}},\"parent\":{}}],[\"ieditorscrollbaroptions\",{\"_index\":1182,\"name\":{\"1858\":{}},\"parent\":{}}],[\"ieditorstickyscrolloptions\",{\"_index\":1141,\"name\":{\"1812\":{}},\"parent\":{}}],[\"ieditorviewstate\",{\"_index\":973,\"name\":{\"1296\":{}},\"parent\":{}}],[\"iehack\",{\"_index\":1936,\"name\":{\"3480\":{}},\"parent\":{}}],[\"iencodedlinetokens\",{\"_index\":1477,\"name\":{\"2961\":{}},\"parent\":{}}],[\"ievent\",{\"_index\":12,\"name\":{\"10\":{}},\"parent\":{}}],[\"iexpandedmonarchlanguageaction\",{\"_index\":1898,\"name\":{\"3441\":{}},\"parent\":{}}],[\"iexpandedmonarchlanguagerule\",{\"_index\":1892,\"name\":{\"3435\":{}},\"parent\":{}}],[\"iextralib\",{\"_index\":2186,\"name\":{\"3812\":{}},\"parent\":{}}],[\"iextralibs\",{\"_index\":2188,\"name\":{\"3815\":{}},\"parent\":{}}],[\"iglobaleditoroptions\",{\"_index\":391,\"name\":{\"460\":{}},\"parent\":{}}],[\"ignorecase\",{\"_index\":1885,\"name\":{\"3426\":{}},\"parent\":{}}],[\"ignorecharchanges\",{\"_index\":346,\"name\":{\"417\":{}},\"parent\":{}}],[\"ignoreemptylines\",{\"_index\":1065,\"name\":{\"1731\":{}},\"parent\":{}}],[\"ignoreifexists\",{\"_index\":1799,\"name\":{\"3326\":{}},\"parent\":{}}],[\"ignoreifnotexists\",{\"_index\":1798,\"name\":{\"3325\":{}},\"parent\":{}}],[\"ignoretrimwhitespace\",{\"_index\":556,\"name\":{\"777\":{},\"1218\":{},\"1558\":{},\"1707\":{},\"2699\":{}},\"parent\":{}}],[\"igotolocationoptions\",{\"_index\":1088,\"name\":{\"1753\":{}},\"parent\":{}}],[\"iguidesoptions\",{\"_index\":1215,\"name\":{\"1902\":{}},\"parent\":{}}],[\"iidentifiedsingleeditoperation\",{\"_index\":792,\"name\":{\"1086\":{}},\"parent\":{}}],[\"iinlinesuggestoptions\",{\"_index\":1209,\"name\":{\"1895\":{}},\"parent\":{}}],[\"ikeybindingrule\",{\"_index\":352,\"name\":{\"422\":{}},\"parent\":{}}],[\"ikeyboardevent\",{\"_index\":203,\"name\":{\"202\":{}},\"parent\":{}}],[\"ilanguageextensionpoint\",{\"_index\":1873,\"name\":{\"3414\":{}},\"parent\":{}}],[\"ilinechange\",{\"_index\":892,\"name\":{\"1208\":{}},\"parent\":{}}],[\"ilinetokens\",{\"_index\":1473,\"name\":{\"2958\":{}},\"parent\":{}}],[\"ilink\",{\"_index\":1753,\"name\":{\"3276\":{}},\"parent\":{}}],[\"ilinkslist\",{\"_index\":1757,\"name\":{\"3280\":{}},\"parent\":{}}],[\"imarkdownstring\",{\"_index\":191,\"name\":{\"192\":{}},\"parent\":{}}],[\"imarker\",{\"_index\":695,\"name\":{\"963\":{}},\"parent\":{}}],[\"imarkerdata\",{\"_index\":705,\"name\":{\"977\":{}},\"parent\":{}}],[\"imirrormodel\",{\"_index\":2256,\"name\":{\"3915\":{}},\"parent\":{}}],[\"imirrortextmodel\",{\"_index\":2253,\"name\":{\"3913\":{}},\"parent\":{}}],[\"immediate\",{\"_index\":977,\"name\":{\"1299\":{}},\"parent\":{}}],[\"imodel\",{\"_index\":1423,\"name\":{\"2908\":{}},\"parent\":{}}],[\"imodelchangedevent\",{\"_index\":940,\"name\":{\"1260\":{}},\"parent\":{}}],[\"imodelcontentchange\",{\"_index\":997,\"name\":{\"1362\":{}},\"parent\":{}}],[\"imodelcontentchangedevent\",{\"_index\":1001,\"name\":{\"1367\":{}},\"parent\":{}}],[\"imodeldecoration\",{\"_index\":780,\"name\":{\"1071\":{}},\"parent\":{}}],[\"imodeldecorationminimapoptions\",{\"_index\":744,\"name\":{\"1031\":{}},\"parent\":{}}],[\"imodeldecorationoptions\",{\"_index\":746,\"name\":{\"1035\":{}},\"parent\":{}}],[\"imodeldecorationoverviewruleroptions\",{\"_index\":742,\"name\":{\"1027\":{}},\"parent\":{}}],[\"imodeldecorationschangedevent\",{\"_index\":1008,\"name\":{\"1374\":{}},\"parent\":{}}],[\"imodeldeltadecoration\",{\"_index\":777,\"name\":{\"1068\":{}},\"parent\":{}}],[\"imodellanguagechangedevent\",{\"_index\":992,\"name\":{\"1357\":{}},\"parent\":{}}],[\"imodellanguageconfigurationchangedevent\",{\"_index\":996,\"name\":{\"1361\":{}},\"parent\":{}}],[\"imodeloptionschangedevent\",{\"_index\":1012,\"name\":{\"1377\":{}},\"parent\":{}}],[\"imonarchlanguage\",{\"_index\":1882,\"name\":{\"3423\":{}},\"parent\":{}}],[\"imonarchlanguageaction\",{\"_index\":1907,\"name\":{\"3451\":{}},\"parent\":{}}],[\"imonarchlanguagebracket\",{\"_index\":1908,\"name\":{\"3452\":{}},\"parent\":{}}],[\"imonarchlanguagerule\",{\"_index\":1896,\"name\":{\"3439\":{}},\"parent\":{}}],[\"imouseevent\",{\"_index\":217,\"name\":{\"216\":{}},\"parent\":{}}],[\"imousetarget\",{\"_index\":1391,\"name\":{\"2543\":{}},\"parent\":{}}],[\"imousetargetcontentempty\",{\"_index\":1377,\"name\":{\"2502\":{}},\"parent\":{}}],[\"imousetargetcontentemptydata\",{\"_index\":1374,\"name\":{\"2499\":{}},\"parent\":{}}],[\"imousetargetcontenttext\",{\"_index\":1372,\"name\":{\"2492\":{}},\"parent\":{}}],[\"imousetargetcontenttextdata\",{\"_index\":1369,\"name\":{\"2490\":{}},\"parent\":{}}],[\"imousetargetcontentwidget\",{\"_index\":1379,\"name\":{\"2509\":{}},\"parent\":{}}],[\"imousetargetmargin\",{\"_index\":1360,\"name\":{\"2470\":{}},\"parent\":{}}],[\"imousetargetmargindata\",{\"_index\":1356,\"name\":{\"2464\":{}},\"parent\":{}}],[\"imousetargetoutsideeditor\",{\"_index\":1387,\"name\":{\"2535\":{}},\"parent\":{}}],[\"imousetargetoverlaywidget\",{\"_index\":1381,\"name\":{\"2516\":{}},\"parent\":{}}],[\"imousetargetoverviewruler\",{\"_index\":1385,\"name\":{\"2529\":{}},\"parent\":{}}],[\"imousetargetscrollbar\",{\"_index\":1383,\"name\":{\"2523\":{}},\"parent\":{}}],[\"imousetargettextarea\",{\"_index\":1354,\"name\":{\"2458\":{}},\"parent\":{}}],[\"imousetargetunknown\",{\"_index\":1352,\"name\":{\"2452\":{}},\"parent\":{}}],[\"imousetargetviewzone\",{\"_index\":1367,\"name\":{\"2483\":{}},\"parent\":{}}],[\"imousetargetviewzonedata\",{\"_index\":1362,\"name\":{\"2477\":{}},\"parent\":{}}],[\"implementationprovider\",{\"_index\":1711,\"name\":{\"3215\":{}},\"parent\":{}}],[\"important\",{\"_index\":1939,\"name\":{\"3483\":{}},\"parent\":{}}],[\"importhelpers\",{\"_index\":2111,\"name\":{\"3737\":{}},\"parent\":{}}],[\"imports\",{\"_index\":1790,\"name\":{\"3315\":{}},\"parent\":{}}],[\"importstatement\",{\"_index\":1928,\"name\":{\"3472\":{}},\"parent\":{}}],[\"include\",{\"_index\":1895,\"name\":{\"3438\":{}},\"parent\":{}}],[\"includecomments\",{\"_index\":1205,\"name\":{\"1891\":{}},\"parent\":{}}],[\"includedeclaration\",{\"_index\":1693,\"name\":{\"3199\":{}},\"parent\":{}}],[\"includeinlayenummembervaluehints\",{\"_index\":2185,\"name\":{\"3811\":{}},\"parent\":{}}],[\"includeinlayfunctionlikereturntypehints\",{\"_index\":2184,\"name\":{\"3810\":{}},\"parent\":{}}],[\"includeinlayfunctionparametertypehints\",{\"_index\":2181,\"name\":{\"3807\":{}},\"parent\":{}}],[\"includeinlayparameternamehints\",{\"_index\":2178,\"name\":{\"3805\":{}},\"parent\":{}}],[\"includeinlayparameternamehintswhenargumentmatchesname\",{\"_index\":2180,\"name\":{\"3806\":{}},\"parent\":{}}],[\"includeinlaypropertydeclarationtypehints\",{\"_index\":2183,\"name\":{\"3809\":{}},\"parent\":{}}],[\"includeinlayvariabletypehints\",{\"_index\":2182,\"name\":{\"3808\":{}},\"parent\":{}}],[\"includelf\",{\"_index\":1889,\"name\":{\"3432\":{}},\"parent\":{}}],[\"includestrings\",{\"_index\":1206,\"name\":{\"1892\":{}},\"parent\":{}}],[\"incomplete\",{\"_index\":1608,\"name\":{\"3104\":{}},\"parent\":{}}],[\"increaseindentpattern\",{\"_index\":1518,\"name\":{\"3002\":{}},\"parent\":{}}],[\"indent\",{\"_index\":1267,\"name\":{\"1954\":{},\"3029\":{}},\"parent\":{}}],[\"indentaction\",{\"_index\":1543,\"name\":{\"3027\":{},\"3033\":{}},\"parent\":{}}],[\"indentation\",{\"_index\":1220,\"name\":{\"1906\":{}},\"parent\":{}}],[\"indentationrule\",{\"_index\":1515,\"name\":{\"3000\":{}},\"parent\":{}}],[\"indentationrules\",{\"_index\":1506,\"name\":{\"2990\":{}},\"parent\":{}}],[\"indenthandlebars\",{\"_index\":2006,\"name\":{\"3578\":{}},\"parent\":{}}],[\"indentinnerhtml\",{\"_index\":2005,\"name\":{\"3575\":{}},\"parent\":{}}],[\"indentnextlinepattern\",{\"_index\":1519,\"name\":{\"3003\":{}},\"parent\":{}}],[\"indentoutdent\",{\"_index\":1545,\"name\":{\"3030\":{}},\"parent\":{}}],[\"indentsize\",{\"_index\":800,\"name\":{\"1098\":{},\"1109\":{},\"1379\":{}},\"parent\":{}}],[\"independentcolorpoolperbrackettype\",{\"_index\":806,\"name\":{\"1106\":{},\"1901\":{}},\"parent\":{}}],[\"indiffeditor\",{\"_index\":412,\"name\":{\"483\":{},\"637\":{},\"1417\":{},\"1567\":{},\"2022\":{},\"2166\":{},\"2253\":{},\"2559\":{}},\"parent\":{}}],[\"inewscrollposition\",{\"_index\":950,\"name\":{\"1268\":{}},\"parent\":{}}],[\"info\",{\"_index\":25,\"name\":{\"21\":{}},\"parent\":{}}],[\"inherit\",{\"_index\":362,\"name\":{\"430\":{}},\"parent\":{}}],[\"injectedtextcursorstops\",{\"_index\":773,\"name\":{\"1063\":{}},\"parent\":{}}],[\"injectedtextoptions\",{\"_index\":768,\"name\":{\"1057\":{}},\"parent\":{}}],[\"inlayhint\",{\"_index\":1839,\"name\":{\"3377\":{}},\"parent\":{}}],[\"inlayhintkind\",{\"_index\":1834,\"name\":{\"3369\":{}},\"parent\":{}}],[\"inlayhintlabelpart\",{\"_index\":1837,\"name\":{\"3372\":{}},\"parent\":{}}],[\"inlayhintlist\",{\"_index\":1844,\"name\":{\"3385\":{}},\"parent\":{}}],[\"inlayhints\",{\"_index\":541,\"name\":{\"613\":{},\"767\":{},\"1547\":{},\"1697\":{},\"2098\":{},\"2214\":{},\"2383\":{},\"2689\":{},\"3865\":{}},\"parent\":{}}],[\"inlayhintsoptions\",{\"_index\":2177,\"name\":{\"3804\":{},\"3870\":{}},\"parent\":{}}],[\"inlayhintsprovider\",{\"_index\":1847,\"name\":{\"3388\":{}},\"parent\":{}}],[\"inline\",{\"_index\":735,\"name\":{\"1022\":{}},\"parent\":{}}],[\"inlineclassname\",{\"_index\":762,\"name\":{\"1051\":{},\"1059\":{}},\"parent\":{}}],[\"inlineclassnameaffectsletterspacing\",{\"_index\":763,\"name\":{\"1052\":{},\"1060\":{}},\"parent\":{}}],[\"inlinecompletion\",{\"_index\":1631,\"name\":{\"3128\":{}},\"parent\":{}}],[\"inlinecompletioncontext\",{\"_index\":1625,\"name\":{\"3120\":{}},\"parent\":{}}],[\"inlinecompletions\",{\"_index\":1634,\"name\":{\"3135\":{}},\"parent\":{}}],[\"inlinecompletionsprovider\",{\"_index\":1638,\"name\":{\"3138\":{}},\"parent\":{}}],[\"inlinecompletiontriggerkind\",{\"_index\":1622,\"name\":{\"3117\":{}},\"parent\":{}}],[\"inlinesourcemap\",{\"_index\":2112,\"name\":{\"3738\":{}},\"parent\":{}}],[\"inlinesources\",{\"_index\":2113,\"name\":{\"3739\":{}},\"parent\":{}}],[\"inlinesuggest\",{\"_index\":483,\"name\":{\"555\":{},\"709\":{},\"1489\":{},\"1639\":{},\"2023\":{},\"2220\":{},\"2325\":{},\"2631\":{}},\"parent\":{}}],[\"innerchanges\",{\"_index\":911,\"name\":{\"1228\":{}},\"parent\":{}}],[\"inselectionmode\",{\"_index\":958,\"name\":{\"1279\":{}},\"parent\":{}}],[\"insert\",{\"_index\":77,\"name\":{\"76\":{},\"3085\":{}},\"parent\":{}}],[\"insertassnippet\",{\"_index\":1591,\"name\":{\"3083\":{}},\"parent\":{}}],[\"insertmode\",{\"_index\":1223,\"name\":{\"1909\":{}},\"parent\":{}}],[\"insertspace\",{\"_index\":1063,\"name\":{\"1730\":{}},\"parent\":{}}],[\"insertspaces\",{\"_index\":394,\"name\":{\"462\":{},\"620\":{},\"1099\":{},\"1110\":{},\"1380\":{},\"3266\":{},\"3571\":{}},\"parent\":{}}],[\"inserttext\",{\"_index\":1601,\"name\":{\"3096\":{},\"3129\":{}},\"parent\":{}}],[\"inserttextrules\",{\"_index\":1602,\"name\":{\"3097\":{}},\"parent\":{}}],[\"interface\",{\"_index\":1567,\"name\":{\"3053\":{},\"3230\":{}},\"parent\":{}}],[\"internaleditorrenderlinenumbersoptions\",{\"_index\":1176,\"name\":{\"1851\":{}},\"parent\":{}}],[\"internaleditorscrollbaroptions\",{\"_index\":1197,\"name\":{\"1872\":{}},\"parent\":{}}],[\"internalquicksuggestionsoptions\",{\"_index\":1166,\"name\":{\"1840\":{}},\"parent\":{}}],[\"intersectranges\",{\"_index\":263,\"name\":{\"273\":{},\"297\":{},\"326\":{},\"360\":{}},\"parent\":{}}],[\"interval\",{\"_index\":1174,\"name\":{\"1849\":{}},\"parent\":{}}],[\"intlbackslash\",{\"_index\":150,\"name\":{\"149\":{}},\"parent\":{}}],[\"inuntrustedworkspace\",{\"_index\":1199,\"name\":{\"1886\":{}},\"parent\":{}}],[\"invisiblecharacters\",{\"_index\":1203,\"name\":{\"1889\":{}},\"parent\":{}}],[\"invoke\",{\"_index\":1610,\"name\":{\"3107\":{},\"3151\":{},\"3172\":{}},\"parent\":{}}],[\"ioverlaywidget\",{\"_index\":1332,\"name\":{\"2428\":{}},\"parent\":{}}],[\"ioverlaywidgetposition\",{\"_index\":1330,\"name\":{\"2426\":{}},\"parent\":{}}],[\"ipartialeditormouseevent\",{\"_index\":1394,\"name\":{\"2547\":{}},\"parent\":{}}],[\"ipasteevent\",{\"_index\":1396,\"name\":{\"2550\":{}},\"parent\":{}}],[\"iposition\",{\"_index\":237,\"name\":{\"242\":{}},\"parent\":{}}],[\"ipropertydata\",{\"_index\":1978,\"name\":{\"3529\":{}},\"parent\":{}}],[\"ipseudoclassdata\",{\"_index\":1988,\"name\":{\"3545\":{}},\"parent\":{}}],[\"ipseudoelementdata\",{\"_index\":1990,\"name\":{\"3551\":{}},\"parent\":{}}],[\"iquicksuggestionsoptions\",{\"_index\":1162,\"name\":{\"1836\":{}},\"parent\":{}}],[\"irange\",{\"_index\":250,\"name\":{\"262\":{}},\"parent\":{}}],[\"ireadonlymodel\",{\"_index\":1422,\"name\":{\"2907\":{}},\"parent\":{}}],[\"ireference\",{\"_index\":1976,\"name\":{\"3526\":{},\"3625\":{}},\"parent\":{}}],[\"irelatedinformation\",{\"_index\":707,\"name\":{\"989\":{}},\"parent\":{}}],[\"irelativepattern\",{\"_index\":1460,\"name\":{\"2944\":{}},\"parent\":{}}],[\"iruleroption\",{\"_index\":1180,\"name\":{\"1855\":{}},\"parent\":{}}],[\"isafterlines\",{\"_index\":1357,\"name\":{\"2465\":{},\"2500\":{}},\"parent\":{}}],[\"isattachedtoeditor\",{\"_index\":875,\"name\":{\"1187\":{}},\"parent\":{}}],[\"isbefore\",{\"_index\":243,\"name\":{\"247\":{},\"258\":{}},\"parent\":{}}],[\"isbeforeorequal\",{\"_index\":244,\"name\":{\"248\":{},\"259\":{}},\"parent\":{}}],[\"iscancellationrequested\",{\"_index\":33,\"name\":{\"30\":{}},\"parent\":{}}],[\"iscrollevent\",{\"_index\":227,\"name\":{\"233\":{}},\"parent\":{}}],[\"isdisposed\",{\"_index\":848,\"name\":{\"1154\":{}},\"parent\":{}}],[\"isdominatedbylonglines\",{\"_index\":1270,\"name\":{\"1957\":{}},\"parent\":{}}],[\"iselection\",{\"_index\":278,\"name\":{\"308\":{}},\"parent\":{}}],[\"isempty\",{\"_index\":257,\"name\":{\"268\":{},\"292\":{},\"321\":{},\"355\":{},\"1234\":{}},\"parent\":{}}],[\"isflush\",{\"_index\":1007,\"name\":{\"1373\":{}},\"parent\":{}}],[\"ishortmonarchlanguageaction\",{\"_index\":1897,\"name\":{\"3440\":{}},\"parent\":{}}],[\"ishortmonarchlanguagerule1\",{\"_index\":1890,\"name\":{\"3433\":{}},\"parent\":{}}],[\"ishortmonarchlanguagerule2\",{\"_index\":1891,\"name\":{\"3434\":{}},\"parent\":{}}],[\"isinembeddededitor\",{\"_index\":551,\"name\":{\"636\":{},\"2558\":{}},\"parent\":{}}],[\"isingleeditoperation\",{\"_index\":721,\"name\":{\"1008\":{}},\"parent\":{}}],[\"isiposition\",{\"_index\":247,\"name\":{\"251\":{}},\"parent\":{}}],[\"isirange\",{\"_index\":270,\"name\":{\"281\":{},\"333\":{}},\"parent\":{}}],[\"isiselection\",{\"_index\":290,\"name\":{\"319\":{}},\"parent\":{}}],[\"ismartselectoptions\",{\"_index\":1262,\"name\":{\"1949\":{}},\"parent\":{}}],[\"ismonospace\",{\"_index\":1409,\"name\":{\"2879\":{}},\"parent\":{}}],[\"isolatedmodules\",{\"_index\":2114,\"name\":{\"3740\":{}},\"parent\":{}}],[\"ispreferred\",{\"_index\":1648,\"name\":{\"3148\":{}},\"parent\":{}}],[\"isredoing\",{\"_index\":1006,\"name\":{\"1372\":{}},\"parent\":{}}],[\"isretrigger\",{\"_index\":1671,\"name\":{\"3178\":{}},\"parent\":{}}],[\"issnippettext\",{\"_index\":1629,\"name\":{\"3126\":{}},\"parent\":{}}],[\"issue\",{\"_index\":1581,\"name\":{\"3072\":{}},\"parent\":{}}],[\"issupported\",{\"_index\":955,\"name\":{\"1275\":{}},\"parent\":{}}],[\"istandalonecodeeditor\",{\"_index\":564,\"name\":{\"785\":{}},\"parent\":{}}],[\"istandalonediffeditor\",{\"_index\":679,\"name\":{\"904\":{}},\"parent\":{}}],[\"istandalonediffeditorconstructionoptions\",{\"_index\":547,\"name\":{\"629\":{}},\"parent\":{}}],[\"istandaloneeditorconstructionoptions\",{\"_index\":405,\"name\":{\"473\":{}},\"parent\":{}}],[\"istandalonethemedata\",{\"_index\":359,\"name\":{\"428\":{}},\"parent\":{}}],[\"istate\",{\"_index\":1551,\"name\":{\"3036\":{}},\"parent\":{}}],[\"istrusted\",{\"_index\":194,\"name\":{\"194\":{},\"2878\":{}},\"parent\":{}}],[\"isuggestoptions\",{\"_index\":1222,\"name\":{\"1908\":{}},\"parent\":{}}],[\"isundoing\",{\"_index\":1005,\"name\":{\"1371\":{}},\"parent\":{}}],[\"isuri\",{\"_index\":37,\"name\":{\"33\":{}},\"parent\":{}}],[\"isviewportwrapping\",{\"_index\":1123,\"name\":{\"1793\":{},\"1959\":{}},\"parent\":{}}],[\"iswholeline\",{\"_index\":754,\"name\":{\"1042\":{}},\"parent\":{}}],[\"iswordwrapminified\",{\"_index\":1122,\"name\":{\"1792\":{},\"1958\":{}},\"parent\":{}}],[\"itagdata\",{\"_index\":2030,\"name\":{\"3628\":{}},\"parent\":{}}],[\"items\",{\"_index\":1635,\"name\":{\"3136\":{}},\"parent\":{}}],[\"itextmodel\",{\"_index\":823,\"name\":{\"1125\":{}},\"parent\":{}}],[\"itextmodelupdateoptions\",{\"_index\":807,\"name\":{\"1107\":{}},\"parent\":{}}],[\"itextsnapshot\",{\"_index\":820,\"name\":{\"1123\":{}},\"parent\":{}}],[\"itoken\",{\"_index\":1469,\"name\":{\"2955\":{}},\"parent\":{}}],[\"itokenthemerule\",{\"_index\":368,\"name\":{\"436\":{}},\"parent\":{}}],[\"iunicodehighlightoptions\",{\"_index\":1200,\"name\":{\"1887\":{}},\"parent\":{}}],[\"ivalideditoperation\",{\"_index\":794,\"name\":{\"1090\":{}},\"parent\":{}}],[\"ivaluedata\",{\"_index\":1992,\"name\":{\"3557\":{},\"3639\":{}},\"parent\":{}}],[\"ivalueset\",{\"_index\":2037,\"name\":{\"3643\":{}},\"parent\":{}}],[\"iviewstate\",{\"_index\":961,\"name\":{\"1282\":{}},\"parent\":{}}],[\"iviewzone\",{\"_index\":1294,\"name\":{\"2389\":{}},\"parent\":{}}],[\"iviewzonechangeaccessor\",{\"_index\":1307,\"name\":{\"2401\":{}},\"parent\":{}}],[\"iwebworkeroptions\",{\"_index\":377,\"name\":{\"445\":{}},\"parent\":{}}],[\"iwordatposition\",{\"_index\":725,\"name\":{\"1012\":{}},\"parent\":{}}],[\"iworkercontext\",{\"_index\":2258,\"name\":{\"3919\":{}},\"parent\":{}}],[\"iworkspacefileedit\",{\"_index\":1805,\"name\":{\"3333\":{}},\"parent\":{}}],[\"iworkspacetextedit\",{\"_index\":1810,\"name\":{\"3338\":{}},\"parent\":{}}],[\"javascriptdefaults\",{\"_index\":2249,\"name\":{\"3909\":{}},\"parent\":{}}],[\"join\",{\"_index\":916,\"name\":{\"1237\":{}},\"parent\":{}}],[\"joinpath\",{\"_index\":42,\"name\":{\"37\":{}},\"parent\":{}}],[\"json\",{\"_index\":2040,\"name\":{\"3650\":{},\"3709\":{}},\"parent\":{}}],[\"jsondefaults\",{\"_index\":2052,\"name\":{\"3679\":{}},\"parent\":{}}],[\"jsx\",{\"_index\":2115,\"name\":{\"3741\":{}},\"parent\":{}}],[\"jsxemit\",{\"_index\":2063,\"name\":{\"3689\":{}},\"parent\":{}}],[\"jsxfactory\",{\"_index\":2145,\"name\":{\"3772\":{}},\"parent\":{}}],[\"keep\",{\"_index\":1039,\"name\":{\"1412\":{}},\"parent\":{}}],[\"keepidlemodels\",{\"_index\":383,\"name\":{\"450\":{}},\"parent\":{}}],[\"keepwhitespace\",{\"_index\":1590,\"name\":{\"3082\":{}},\"parent\":{}}],[\"key\",{\"_index\":1726,\"name\":{\"3239\":{}},\"parent\":{}}],[\"key_in_composition\",{\"_index\":167,\"name\":{\"166\":{}},\"parent\":{}}],[\"keya\",{\"_index\":89,\"name\":{\"88\":{}},\"parent\":{}}],[\"keyb\",{\"_index\":90,\"name\":{\"89\":{}},\"parent\":{}}],[\"keybinding\",{\"_index\":353,\"name\":{\"423\":{}},\"parent\":{}}],[\"keybindingcontext\",{\"_index\":388,\"name\":{\"456\":{}},\"parent\":{}}],[\"keybindings\",{\"_index\":387,\"name\":{\"455\":{}},\"parent\":{}}],[\"keyc\",{\"_index\":91,\"name\":{\"90\":{}},\"parent\":{}}],[\"keycode\",{\"_index\":55,\"name\":{\"55\":{},\"211\":{}},\"parent\":{}}],[\"keyd\",{\"_index\":92,\"name\":{\"91\":{}},\"parent\":{}}],[\"keye\",{\"_index\":93,\"name\":{\"92\":{}},\"parent\":{}}],[\"keyf\",{\"_index\":94,\"name\":{\"93\":{}},\"parent\":{}}],[\"keyg\",{\"_index\":95,\"name\":{\"94\":{}},\"parent\":{}}],[\"keyh\",{\"_index\":96,\"name\":{\"95\":{}},\"parent\":{}}],[\"keyi\",{\"_index\":97,\"name\":{\"96\":{}},\"parent\":{}}],[\"keyj\",{\"_index\":98,\"name\":{\"97\":{}},\"parent\":{}}],[\"keyk\",{\"_index\":99,\"name\":{\"98\":{}},\"parent\":{}}],[\"keyl\",{\"_index\":100,\"name\":{\"99\":{}},\"parent\":{}}],[\"keym\",{\"_index\":101,\"name\":{\"100\":{}},\"parent\":{}}],[\"keymod\",{\"_index\":186,\"name\":{\"185\":{}},\"parent\":{}}],[\"keyn\",{\"_index\":102,\"name\":{\"101\":{}},\"parent\":{}}],[\"keyo\",{\"_index\":103,\"name\":{\"102\":{}},\"parent\":{}}],[\"keyofstringsonly\",{\"_index\":2116,\"name\":{\"3742\":{}},\"parent\":{}}],[\"keyp\",{\"_index\":104,\"name\":{\"103\":{}},\"parent\":{}}],[\"keyq\",{\"_index\":105,\"name\":{\"104\":{}},\"parent\":{}}],[\"keyr\",{\"_index\":106,\"name\":{\"105\":{}},\"parent\":{}}],[\"keys\",{\"_index\":107,\"name\":{\"106\":{}},\"parent\":{}}],[\"keyt\",{\"_index\":108,\"name\":{\"107\":{}},\"parent\":{}}],[\"keyu\",{\"_index\":109,\"name\":{\"108\":{}},\"parent\":{}}],[\"keyv\",{\"_index\":110,\"name\":{\"109\":{}},\"parent\":{}}],[\"keyw\",{\"_index\":111,\"name\":{\"110\":{}},\"parent\":{}}],[\"keyword\",{\"_index\":1575,\"name\":{\"3063\":{}},\"parent\":{}}],[\"keyx\",{\"_index\":112,\"name\":{\"111\":{}},\"parent\":{}}],[\"keyy\",{\"_index\":113,\"name\":{\"112\":{}},\"parent\":{}}],[\"keyz\",{\"_index\":114,\"name\":{\"113\":{}},\"parent\":{}}],[\"kind\",{\"_index\":1597,\"name\":{\"3089\":{},\"3147\":{},\"3190\":{},\"3251\":{},\"3312\":{},\"3382\":{},\"3564\":{},\"3647\":{}},\"parent\":{}}],[\"label\",{\"_index\":381,\"name\":{\"448\":{},\"453\":{},\"1273\":{},\"3075\":{},\"3088\":{},\"3157\":{},\"3160\":{},\"3292\":{},\"3321\":{},\"3373\":{},\"3378\":{}},\"parent\":{}}],[\"language\",{\"_index\":304,\"name\":{\"376\":{},\"476\":{},\"2949\":{}},\"parent\":{}}],[\"languageconfiguration\",{\"_index\":1503,\"name\":{\"2986\":{}},\"parent\":{}}],[\"languagefilter\",{\"_index\":1464,\"name\":{\"2948\":{}},\"parent\":{}}],[\"languageid\",{\"_index\":1398,\"name\":{\"2552\":{},\"3503\":{},\"3601\":{},\"3673\":{}},\"parent\":{}}],[\"languages\",{\"_index\":1424,\"name\":{\"2909\":{}},\"parent\":{}}],[\"languageselector\",{\"_index\":1463,\"name\":{\"2947\":{}},\"parent\":{}}],[\"languageservicedefaults\",{\"_index\":1956,\"name\":{\"3502\":{},\"3600\":{},\"3672\":{},\"3866\":{}},\"parent\":{}}],[\"languageserviceregistration\",{\"_index\":2020,\"name\":{\"3613\":{}},\"parent\":{}}],[\"largefileoptimizations\",{\"_index\":397,\"name\":{\"465\":{},\"623\":{}},\"parent\":{}}],[\"latest\",{\"_index\":2083,\"name\":{\"3710\":{}},\"parent\":{}}],[\"launchapp2\",{\"_index\":183,\"name\":{\"182\":{}},\"parent\":{}}],[\"launchmail\",{\"_index\":182,\"name\":{\"181\":{}},\"parent\":{}}],[\"launchmediaplayer\",{\"_index\":181,\"name\":{\"180\":{}},\"parent\":{}}],[\"layout\",{\"_index\":649,\"name\":{\"873\":{},\"925\":{},\"1306\":{},\"2792\":{},\"2843\":{}},\"parent\":{}}],[\"layoutcontentwidget\",{\"_index\":634,\"name\":{\"857\":{},\"2775\":{}},\"parent\":{}}],[\"layoutinfo\",{\"_index\":1281,\"name\":{\"2102\":{},\"2242\":{}},\"parent\":{}}],[\"layoutoverlaywidget\",{\"_index\":637,\"name\":{\"860\":{},\"2778\":{}},\"parent\":{}}],[\"layoutzone\",{\"_index\":1311,\"name\":{\"2404\":{}},\"parent\":{}}],[\"left\",{\"_index\":729,\"name\":{\"1017\":{},\"1066\":{},\"1189\":{}},\"parent\":{}}],[\"leftarrow\",{\"_index\":73,\"name\":{\"72\":{}},\"parent\":{}}],[\"leftbutton\",{\"_index\":219,\"name\":{\"218\":{}},\"parent\":{}}],[\"leftofinjectedtext\",{\"_index\":878,\"name\":{\"1192\":{}},\"parent\":{}}],[\"length\",{\"_index\":915,\"name\":{\"1236\":{},\"1343\":{},\"3834\":{},\"3843\":{}},\"parent\":{}}],[\"lenses\",{\"_index\":1828,\"name\":{\"3363\":{}},\"parent\":{}}],[\"lessdefaults\",{\"_index\":1964,\"name\":{\"3514\":{}},\"parent\":{}}],[\"letterspacing\",{\"_index\":535,\"name\":{\"607\":{},\"761\":{},\"1541\":{},\"1691\":{},\"2024\":{},\"2167\":{},\"2377\":{},\"2683\":{},\"2895\":{},\"2906\":{}},\"parent\":{}}],[\"lf\",{\"_index\":786,\"name\":{\"1078\":{},\"1081\":{},\"1084\":{}},\"parent\":{}}],[\"lib\",{\"_index\":2117,\"name\":{\"3743\":{}},\"parent\":{}}],[\"lift\",{\"_index\":246,\"name\":{\"250\":{},\"280\":{},\"332\":{}},\"parent\":{}}],[\"liftselection\",{\"_index\":288,\"name\":{\"317\":{}},\"parent\":{}}],[\"lightbulb\",{\"_index\":515,\"name\":{\"587\":{},\"741\":{},\"1521\":{},\"1671\":{},\"2025\":{},\"2168\":{},\"2357\":{},\"2663\":{}},\"parent\":{}}],[\"line\",{\"_index\":1073,\"name\":{\"1740\":{}},\"parent\":{}}],[\"linecomment\",{\"_index\":1500,\"name\":{\"2984\":{}},\"parent\":{}}],[\"linedecorationswidth\",{\"_index\":426,\"name\":{\"497\":{},\"651\":{},\"1431\":{},\"1581\":{},\"2026\":{},\"2169\":{},\"2267\":{},\"2573\":{}},\"parent\":{}}],[\"linefeed\",{\"_index\":2073,\"name\":{\"3698\":{}},\"parent\":{}}],[\"lineheight\",{\"_index\":534,\"name\":{\"606\":{},\"760\":{},\"1540\":{},\"1690\":{},\"2027\":{},\"2170\":{},\"2376\":{},\"2682\":{},\"2894\":{},\"2905\":{}},\"parent\":{}}],[\"linenumber\",{\"_index\":238,\"name\":{\"243\":{},\"253\":{}},\"parent\":{}}],[\"linenumbers\",{\"_index\":418,\"name\":{\"489\":{},\"643\":{},\"1423\":{},\"1573\":{},\"2028\":{},\"2171\":{},\"2259\":{},\"2565\":{}},\"parent\":{}}],[\"linenumbersleft\",{\"_index\":1116,\"name\":{\"1784\":{}},\"parent\":{}}],[\"linenumbersminchars\",{\"_index\":424,\"name\":{\"495\":{},\"649\":{},\"1429\":{},\"1579\":{},\"2029\":{},\"2172\":{},\"2265\":{},\"2571\":{}},\"parent\":{}}],[\"linenumberstype\",{\"_index\":1168,\"name\":{\"1844\":{}},\"parent\":{}}],[\"linenumberswidth\",{\"_index\":1117,\"name\":{\"1785\":{},\"2468\":{}},\"parent\":{}}],[\"linerange\",{\"_index\":912,\"name\":{\"1230\":{}},\"parent\":{}}],[\"linerangemapping\",{\"_index\":907,\"name\":{\"1224\":{}},\"parent\":{}}],[\"linesdecorationsclassname\",{\"_index\":759,\"name\":{\"1048\":{}},\"parent\":{}}],[\"linethin\",{\"_index\":1077,\"name\":{\"1743\":{}},\"parent\":{}}],[\"linkedediting\",{\"_index\":432,\"name\":{\"503\":{},\"657\":{},\"1437\":{},\"1587\":{},\"2030\":{},\"2173\":{},\"2273\":{},\"2579\":{}},\"parent\":{}}],[\"linkededitingrangeprovider\",{\"_index\":1686,\"name\":{\"3193\":{}},\"parent\":{}}],[\"linkededitingranges\",{\"_index\":1689,\"name\":{\"3195\":{}},\"parent\":{}}],[\"linkprovider\",{\"_index\":1759,\"name\":{\"3283\":{}},\"parent\":{}}],[\"links\",{\"_index\":468,\"name\":{\"539\":{},\"693\":{},\"1473\":{},\"1623\":{},\"2031\":{},\"2174\":{},\"2309\":{},\"2615\":{},\"3281\":{},\"3591\":{}},\"parent\":{}}],[\"lint\",{\"_index\":1922,\"name\":{\"3466\":{}},\"parent\":{}}],[\"locale\",{\"_index\":2118,\"name\":{\"3744\":{}},\"parent\":{}}],[\"localitybonus\",{\"_index\":1227,\"name\":{\"1912\":{}},\"parent\":{}}],[\"location\",{\"_index\":1698,\"name\":{\"3202\":{},\"3376\":{}},\"parent\":{}}],[\"locationlink\",{\"_index\":1700,\"name\":{\"3205\":{}},\"parent\":{}}],[\"log\",{\"_index\":1906,\"name\":{\"3450\":{}},\"parent\":{}}],[\"loop\",{\"_index\":1086,\"name\":{\"1751\":{}},\"parent\":{}}],[\"ltr\",{\"_index\":297,\"name\":{\"369\":{}},\"parent\":{}}],[\"maplike\",{\"_index\":2088,\"name\":{\"3714\":{}},\"parent\":{}}],[\"maproot\",{\"_index\":2119,\"name\":{\"3745\":{}},\"parent\":{}}],[\"marginclassname\",{\"_index\":761,\"name\":{\"1050\":{}},\"parent\":{}}],[\"margindomnode\",{\"_index\":1304,\"name\":{\"2398\":{}},\"parent\":{}}],[\"markdownstringtrustedoptions\",{\"_index\":200,\"name\":{\"200\":{}},\"parent\":{}}],[\"markers\",{\"_index\":1488,\"name\":{\"2974\":{},\"3010\":{}},\"parent\":{}}],[\"markerseverity\",{\"_index\":22,\"name\":{\"19\":{}},\"parent\":{}}],[\"markertag\",{\"_index\":18,\"name\":{\"16\":{}},\"parent\":{}}],[\"markupcontent\",{\"_index\":1994,\"name\":{\"3563\":{},\"3646\":{}},\"parent\":{}}],[\"markupkind\",{\"_index\":1996,\"name\":{\"3566\":{},\"3649\":{}},\"parent\":{}}],[\"matchbrackets\",{\"_index\":524,\"name\":{\"596\":{},\"750\":{},\"1530\":{},\"1680\":{},\"2032\":{},\"2175\":{},\"2366\":{},\"2672\":{}},\"parent\":{}}],[\"matches\",{\"_index\":813,\"name\":{\"1117\":{}},\"parent\":{}}],[\"matchonwordstartonly\",{\"_index\":540,\"name\":{\"612\":{},\"766\":{},\"1546\":{},\"1696\":{},\"1924\":{},\"2382\":{},\"2688\":{}},\"parent\":{}}],[\"max_value\",{\"_index\":185,\"name\":{\"184\":{}},\"parent\":{}}],[\"maxcolumn\",{\"_index\":1153,\"name\":{\"1827\":{}},\"parent\":{}}],[\"maxcomputationtime\",{\"_index\":554,\"name\":{\"775\":{},\"1556\":{},\"1705\":{},\"2697\":{}},\"parent\":{}}],[\"maxcomputationtimems\",{\"_index\":901,\"name\":{\"1219\":{}},\"parent\":{}}],[\"maxdigitwidth\",{\"_index\":1416,\"name\":{\"2886\":{}},\"parent\":{}}],[\"maxfilesize\",{\"_index\":555,\"name\":{\"776\":{},\"1557\":{},\"1706\":{},\"2698\":{}},\"parent\":{}}],[\"maxlinecount\",{\"_index\":1143,\"name\":{\"1814\":{}},\"parent\":{}}],[\"maxnodemodulejsdepth\",{\"_index\":2120,\"name\":{\"3746\":{}},\"parent\":{}}],[\"maxpreservenewlines\",{\"_index\":1919,\"name\":{\"3463\":{},\"3577\":{}},\"parent\":{}}],[\"maxsize\",{\"_index\":1803,\"name\":{\"3331\":{}},\"parent\":{}}],[\"maxtokenizationlinelength\",{\"_index\":402,\"name\":{\"470\":{},\"628\":{}},\"parent\":{}}],[\"mediaplaypause\",{\"_index\":180,\"name\":{\"179\":{}},\"parent\":{}}],[\"mediastop\",{\"_index\":179,\"name\":{\"178\":{}},\"parent\":{}}],[\"mediatracknext\",{\"_index\":177,\"name\":{\"176\":{}},\"parent\":{}}],[\"mediatrackprevious\",{\"_index\":178,\"name\":{\"177\":{}},\"parent\":{}}],[\"message\",{\"_index\":700,\"name\":{\"968\":{},\"980\":{},\"991\":{}},\"parent\":{}}],[\"messagetext\",{\"_index\":2190,\"name\":{\"3817\":{},\"3835\":{},\"3844\":{}},\"parent\":{}}],[\"meta\",{\"_index\":115,\"name\":{\"114\":{}},\"parent\":{}}],[\"metadata\",{\"_index\":1809,\"name\":{\"3337\":{},\"3342\":{}},\"parent\":{}}],[\"metakey\",{\"_index\":211,\"name\":{\"209\":{},\"229\":{}},\"parent\":{}}],[\"method\",{\"_index\":1560,\"name\":{\"3046\":{},\"3225\":{}},\"parent\":{}}],[\"middlebutton\",{\"_index\":220,\"name\":{\"219\":{}},\"parent\":{}}],[\"middotwidth\",{\"_index\":1414,\"name\":{\"2884\":{}},\"parent\":{}}],[\"mightbeforeignelement\",{\"_index\":1370,\"name\":{\"2491\":{}},\"parent\":{}}],[\"mimetype\",{\"_index\":713,\"name\":{\"1000\":{}},\"parent\":{}}],[\"mimetypes\",{\"_index\":1880,\"name\":{\"3421\":{}},\"parent\":{}}],[\"minimap\",{\"_index\":437,\"name\":{\"508\":{},\"662\":{},\"1046\":{},\"1442\":{},\"1592\":{},\"1790\":{},\"2033\":{},\"2176\":{},\"2278\":{},\"2584\":{}},\"parent\":{}}],[\"minimapcanvasinnerheight\",{\"_index\":1136,\"name\":{\"1807\":{}},\"parent\":{}}],[\"minimapcanvasinnerwidth\",{\"_index\":1135,\"name\":{\"1806\":{}},\"parent\":{}}],[\"minimapcanvasouterheight\",{\"_index\":1138,\"name\":{\"1809\":{}},\"parent\":{}}],[\"minimapcanvasouterwidth\",{\"_index\":1137,\"name\":{\"1808\":{}},\"parent\":{}}],[\"minimapheightiseditorheight\",{\"_index\":1131,\"name\":{\"1802\":{}},\"parent\":{}}],[\"minimapissampling\",{\"_index\":1132,\"name\":{\"1803\":{}},\"parent\":{}}],[\"minimapleft\",{\"_index\":1129,\"name\":{\"1800\":{}},\"parent\":{}}],[\"minimaplineheight\",{\"_index\":1134,\"name\":{\"1805\":{}},\"parent\":{}}],[\"minimapposition\",{\"_index\":734,\"name\":{\"1021\":{}},\"parent\":{}}],[\"minimapscale\",{\"_index\":1133,\"name\":{\"1804\":{}},\"parent\":{}}],[\"minimapwidth\",{\"_index\":1130,\"name\":{\"1801\":{}},\"parent\":{}}],[\"minus\",{\"_index\":141,\"name\":{\"140\":{}},\"parent\":{}}],[\"minwidthinpx\",{\"_index\":1302,\"name\":{\"2396\":{}},\"parent\":{}}],[\"mode\",{\"_index\":1211,\"name\":{\"1897\":{}},\"parent\":{}}],[\"modeconfiguration\",{\"_index\":1943,\"name\":{\"3488\":{},\"3505\":{},\"3587\":{},\"3602\":{},\"3661\":{},\"3676\":{},\"3852\":{},\"3871\":{}},\"parent\":{}}],[\"model\",{\"_index\":406,\"name\":{\"474\":{}},\"parent\":{}}],[\"modelversionid\",{\"_index\":702,\"name\":{\"974\":{},\"986\":{},\"1398\":{}},\"parent\":{}}],[\"modified\",{\"_index\":939,\"name\":{\"1259\":{},\"1295\":{}},\"parent\":{}}],[\"modifiedarialabel\",{\"_index\":550,\"name\":{\"635\":{},\"2557\":{}},\"parent\":{}}],[\"modifiedendcolumn\",{\"_index\":891,\"name\":{\"1203\":{}},\"parent\":{}}],[\"modifiedendlinenumber\",{\"_index\":885,\"name\":{\"1198\":{},\"1207\":{},\"1213\":{}},\"parent\":{}}],[\"modifiedrange\",{\"_index\":910,\"name\":{\"1227\":{},\"1242\":{}},\"parent\":{}}],[\"modifiedstartcolumn\",{\"_index\":890,\"name\":{\"1202\":{}},\"parent\":{}}],[\"modifiedstartlinenumber\",{\"_index\":884,\"name\":{\"1197\":{},\"1206\":{},\"1212\":{}},\"parent\":{}}],[\"modifyposition\",{\"_index\":843,\"name\":{\"1149\":{}},\"parent\":{}}],[\"module\",{\"_index\":1568,\"name\":{\"3054\":{},\"3221\":{},\"3747\":{}},\"parent\":{}}],[\"moduleid\",{\"_index\":378,\"name\":{\"446\":{}},\"parent\":{}}],[\"modulekind\",{\"_index\":2054,\"name\":{\"3681\":{}},\"parent\":{}}],[\"moduleresolution\",{\"_index\":2121,\"name\":{\"3748\":{}},\"parent\":{}}],[\"moduleresolutionkind\",{\"_index\":2084,\"name\":{\"3711\":{}},\"parent\":{}}],[\"monaco\",{\"_index\":1,\"name\":{\"1\":{}},\"parent\":{\"2\":{},\"3\":{},\"8\":{},\"10\":{},\"11\":{},\"16\":{},\"19\":{},\"24\":{},\"29\":{},\"32\":{},\"49\":{},\"55\":{},\"185\":{},\"192\":{},\"200\":{},\"202\":{},\"216\":{},\"233\":{},\"242\":{},\"245\":{},\"262\":{},\"267\":{},\"308\":{},\"313\":{},\"368\":{},\"371\":{},\"378\":{},\"2909\":{},\"3912\":{}}}],[\"monaco.cancellationtoken\",{\"_index\":34,\"name\":{},\"parent\":{\"30\":{},\"31\":{}}}],[\"monaco.cancellationtokensource\",{\"_index\":29,\"name\":{},\"parent\":{\"25\":{},\"26\":{},\"27\":{},\"28\":{}}}],[\"monaco.editor\",{\"_index\":307,\"name\":{},\"parent\":{\"379\":{},\"380\":{},\"381\":{},\"382\":{},\"383\":{},\"384\":{},\"385\":{},\"386\":{},\"387\":{},\"388\":{},\"389\":{},\"390\":{},\"391\":{},\"392\":{},\"393\":{},\"394\":{},\"395\":{},\"396\":{},\"397\":{},\"398\":{},\"399\":{},\"400\":{},\"401\":{},\"402\":{},\"403\":{},\"404\":{},\"405\":{},\"406\":{},\"407\":{},\"408\":{},\"409\":{},\"410\":{},\"415\":{},\"419\":{},\"422\":{},\"427\":{},\"428\":{},\"434\":{},\"436\":{},\"441\":{},\"445\":{},\"451\":{},\"460\":{},\"473\":{},\"629\":{},\"785\":{},\"904\":{},\"956\":{},\"957\":{},\"961\":{},\"962\":{},\"963\":{},\"977\":{},\"989\":{},\"996\":{},\"998\":{},\"1002\":{},\"1006\":{},\"1008\":{},\"1012\":{},\"1016\":{},\"1021\":{},\"1024\":{},\"1027\":{},\"1031\":{},\"1035\":{},\"1057\":{},\"1063\":{},\"1068\":{},\"1071\":{},\"1076\":{},\"1080\":{},\"1083\":{},\"1086\":{},\"1090\":{},\"1093\":{},\"1094\":{},\"1104\":{},\"1107\":{},\"1113\":{},\"1118\":{},\"1123\":{},\"1125\":{},\"1188\":{},\"1194\":{},\"1199\":{},\"1208\":{},\"1214\":{},\"1217\":{},\"1220\":{},\"1224\":{},\"1230\":{},\"1239\":{},\"1244\":{},\"1247\":{},\"1251\":{},\"1254\":{},\"1257\":{},\"1260\":{},\"1263\":{},\"1268\":{},\"1271\":{},\"1277\":{},\"1278\":{},\"1282\":{},\"1288\":{},\"1293\":{},\"1296\":{},\"1297\":{},\"1300\":{},\"1341\":{},\"1349\":{},\"1353\":{},\"1357\":{},\"1361\":{},\"1362\":{},\"1367\":{},\"1374\":{},\"1377\":{},\"1382\":{},\"1390\":{},\"1395\":{},\"1403\":{},\"1407\":{},\"1408\":{},\"1409\":{},\"1410\":{},\"1416\":{},\"1553\":{},\"1566\":{},\"1715\":{},\"1718\":{},\"1720\":{},\"1725\":{},\"1729\":{},\"1732\":{},\"1739\":{},\"1746\":{},\"1752\":{},\"1753\":{},\"1765\":{},\"1770\":{},\"1775\":{},\"1779\":{},\"1798\":{},\"1810\":{},\"1812\":{},\"1815\":{},\"1820\":{},\"1829\":{},\"1832\":{},\"1835\":{},\"1836\":{},\"1840\":{},\"1844\":{},\"1845\":{},\"1851\":{},\"1855\":{},\"1858\":{},\"1872\":{},\"1886\":{},\"1887\":{},\"1895\":{},\"1899\":{},\"1902\":{},\"1908\":{},\"1949\":{},\"1951\":{},\"1956\":{},\"1961\":{},\"1963\":{},\"2104\":{},\"2246\":{},\"2247\":{},\"2248\":{},\"2249\":{},\"2250\":{},\"2389\":{},\"2401\":{},\"2405\":{},\"2409\":{},\"2414\":{},\"2422\":{},\"2426\":{},\"2428\":{},\"2432\":{},\"2447\":{},\"2452\":{},\"2458\":{},\"2464\":{},\"2470\":{},\"2477\":{},\"2483\":{},\"2490\":{},\"2492\":{},\"2499\":{},\"2502\":{},\"2509\":{},\"2516\":{},\"2523\":{},\"2529\":{},\"2535\":{},\"2543\":{},\"2544\":{},\"2547\":{},\"2550\":{},\"2553\":{},\"2707\":{},\"2823\":{},\"2825\":{},\"2874\":{},\"2896\":{},\"2907\":{},\"2908\":{}}}],[\"monaco.editor.accessibilitysupport\",{\"_index\":1032,\"name\":{},\"parent\":{\"1404\":{},\"1405\":{},\"1406\":{}}}],[\"monaco.editor.applyupdateresult\",{\"_index\":1059,\"name\":{},\"parent\":{\"1726\":{},\"1727\":{},\"1728\":{}}}],[\"monaco.editor.barefontinfo\",{\"_index\":1421,\"name\":{},\"parent\":{\"2897\":{},\"2898\":{},\"2899\":{},\"2900\":{},\"2901\":{},\"2902\":{},\"2903\":{},\"2904\":{},\"2905\":{},\"2906\":{}}}],[\"monaco.editor.bracketpaircolorizationoptions\",{\"_index\":805,\"name\":{},\"parent\":{\"1105\":{},\"1106\":{}}}],[\"monaco.editor.configurationchangedevent\",{\"_index\":1049,\"name\":{},\"parent\":{\"1716\":{},\"1717\":{}}}],[\"monaco.editor.contentwidgetpositionpreference\",{\"_index\":1314,\"name\":{},\"parent\":{\"2406\":{},\"2407\":{},\"2408\":{}}}],[\"monaco.editor.cursorchangereason\",{\"_index\":1016,\"name\":{},\"parent\":{\"1383\":{},\"1384\":{},\"1385\":{},\"1386\":{},\"1387\":{},\"1388\":{},\"1389\":{}}}],[\"monaco.editor.defaultendofline\",{\"_index\":789,\"name\":{},\"parent\":{\"1081\":{},\"1082\":{}}}],[\"monaco.editor.editorautoindentstrategy\",{\"_index\":1038,\"name\":{},\"parent\":{\"1411\":{},\"1412\":{},\"1413\":{},\"1414\":{},\"1415\":{}}}],[\"monaco.editor.editorlayoutinfo\",{\"_index\":1113,\"name\":{},\"parent\":{\"1780\":{},\"1781\":{},\"1782\":{},\"1783\":{},\"1784\":{},\"1785\":{},\"1786\":{},\"1787\":{},\"1788\":{},\"1789\":{},\"1790\":{},\"1791\":{},\"1792\":{},\"1793\":{},\"1794\":{},\"1795\":{},\"1796\":{},\"1797\":{}}}],[\"monaco.editor.editorminimaplayoutinfo\",{\"_index\":1128,\"name\":{},\"parent\":{\"1799\":{},\"1800\":{},\"1801\":{},\"1802\":{},\"1803\":{},\"1804\":{},\"1805\":{},\"1806\":{},\"1807\":{},\"1808\":{},\"1809\":{}}}],[\"monaco.editor.editoroption\",{\"_index\":1275,\"name\":{},\"parent\":{\"1964\":{},\"1965\":{},\"1966\":{},\"1967\":{},\"1968\":{},\"1969\":{},\"1970\":{},\"1971\":{},\"1972\":{},\"1973\":{},\"1974\":{},\"1975\":{},\"1976\":{},\"1977\":{},\"1978\":{},\"1979\":{},\"1980\":{},\"1981\":{},\"1982\":{},\"1983\":{},\"1984\":{},\"1985\":{},\"1986\":{},\"1987\":{},\"1988\":{},\"1989\":{},\"1990\":{},\"1991\":{},\"1992\":{},\"1993\":{},\"1994\":{},\"1995\":{},\"1996\":{},\"1997\":{},\"1998\":{},\"1999\":{},\"2000\":{},\"2001\":{},\"2002\":{},\"2003\":{},\"2004\":{},\"2005\":{},\"2006\":{},\"2007\":{},\"2008\":{},\"2009\":{},\"2010\":{},\"2011\":{},\"2012\":{},\"2013\":{},\"2014\":{},\"2015\":{},\"2016\":{},\"2017\":{},\"2018\":{},\"2019\":{},\"2020\":{},\"2021\":{},\"2022\":{},\"2023\":{},\"2024\":{},\"2025\":{},\"2026\":{},\"2027\":{},\"2028\":{},\"2029\":{},\"2030\":{},\"2031\":{},\"2032\":{},\"2033\":{},\"2034\":{},\"2035\":{},\"2036\":{},\"2037\":{},\"2038\":{},\"2039\":{},\"2040\":{},\"2041\":{},\"2042\":{},\"2043\":{},\"2044\":{},\"2045\":{},\"2046\":{},\"2047\":{},\"2048\":{},\"2049\":{},\"2050\":{},\"2051\":{},\"2052\":{},\"2053\":{},\"2054\":{},\"2055\":{},\"2056\":{},\"2057\":{},\"2058\":{},\"2059\":{},\"2060\":{},\"2061\":{},\"2062\":{},\"2063\":{},\"2064\":{},\"2065\":{},\"2066\":{},\"2067\":{},\"2068\":{},\"2069\":{},\"2070\":{},\"2071\":{},\"2072\":{},\"2073\":{},\"2074\":{},\"2075\":{},\"2076\":{},\"2077\":{},\"2078\":{},\"2079\":{},\"2080\":{},\"2081\":{},\"2082\":{},\"2083\":{},\"2084\":{},\"2085\":{},\"2086\":{},\"2087\":{},\"2088\":{},\"2089\":{},\"2090\":{},\"2091\":{},\"2092\":{},\"2093\":{},\"2094\":{},\"2095\":{},\"2096\":{},\"2097\":{},\"2098\":{},\"2099\":{},\"2100\":{},\"2101\":{},\"2102\":{},\"2103\":{}}}],[\"monaco.editor.editoroptions\",{\"_index\":1284,\"name\":{},\"parent\":{\"2105\":{}}}],[\"monaco.editor.editoroptions.__type\",{\"_index\":1285,\"name\":{},\"parent\":{\"2106\":{},\"2107\":{},\"2108\":{},\"2109\":{},\"2110\":{},\"2111\":{},\"2112\":{},\"2113\":{},\"2114\":{},\"2115\":{},\"2116\":{},\"2117\":{},\"2118\":{},\"2119\":{},\"2120\":{},\"2121\":{},\"2122\":{},\"2123\":{},\"2124\":{},\"2125\":{},\"2126\":{},\"2127\":{},\"2128\":{},\"2129\":{},\"2130\":{},\"2131\":{},\"2132\":{},\"2133\":{},\"2134\":{},\"2135\":{},\"2136\":{},\"2137\":{},\"2138\":{},\"2139\":{},\"2140\":{},\"2141\":{},\"2142\":{},\"2143\":{},\"2144\":{},\"2145\":{},\"2146\":{},\"2147\":{},\"2148\":{},\"2149\":{},\"2150\":{},\"2151\":{},\"2152\":{},\"2153\":{},\"2154\":{},\"2155\":{},\"2156\":{},\"2157\":{},\"2158\":{},\"2159\":{},\"2160\":{},\"2161\":{},\"2162\":{},\"2163\":{},\"2164\":{},\"2165\":{},\"2166\":{},\"2167\":{},\"2168\":{},\"2169\":{},\"2170\":{},\"2171\":{},\"2172\":{},\"2173\":{},\"2174\":{},\"2175\":{},\"2176\":{},\"2177\":{},\"2178\":{},\"2179\":{},\"2180\":{},\"2181\":{},\"2182\":{},\"2183\":{},\"2184\":{},\"2185\":{},\"2186\":{},\"2187\":{},\"2188\":{},\"2189\":{},\"2190\":{},\"2191\":{},\"2192\":{},\"2193\":{},\"2194\":{},\"2195\":{},\"2196\":{},\"2197\":{},\"2198\":{},\"2199\":{},\"2200\":{},\"2201\":{},\"2202\":{},\"2203\":{},\"2204\":{},\"2205\":{},\"2206\":{},\"2207\":{},\"2208\":{},\"2209\":{},\"2210\":{},\"2211\":{},\"2212\":{},\"2213\":{},\"2214\":{},\"2215\":{},\"2216\":{},\"2217\":{},\"2218\":{},\"2219\":{},\"2220\":{},\"2221\":{},\"2222\":{},\"2223\":{},\"2224\":{},\"2225\":{},\"2226\":{},\"2227\":{},\"2228\":{},\"2229\":{},\"2230\":{},\"2231\":{},\"2232\":{},\"2233\":{},\"2234\":{},\"2235\":{},\"2236\":{},\"2237\":{},\"2238\":{},\"2239\":{},\"2240\":{},\"2241\":{},\"2242\":{},\"2243\":{},\"2244\":{},\"2245\":{}}}],[\"monaco.editor.editortype\",{\"_index\":988,\"name\":{},\"parent\":{\"1354\":{}}}],[\"monaco.editor.editortype.__type\",{\"_index\":990,\"name\":{},\"parent\":{\"1355\":{},\"1356\":{}}}],[\"monaco.editor.editorwrappinginfo\",{\"_index\":1271,\"name\":{},\"parent\":{\"1957\":{},\"1958\":{},\"1959\":{},\"1960\":{}}}],[\"monaco.editor.endoflinepreference\",{\"_index\":785,\"name\":{},\"parent\":{\"1077\":{},\"1078\":{},\"1079\":{}}}],[\"monaco.editor.endoflinesequence\",{\"_index\":791,\"name\":{},\"parent\":{\"1084\":{},\"1085\":{}}}],[\"monaco.editor.findmatch\",{\"_index\":811,\"name\":{},\"parent\":{\"1114\":{},\"1115\":{},\"1116\":{},\"1117\":{}}}],[\"monaco.editor.fontinfo\",{\"_index\":1406,\"name\":{},\"parent\":{\"2875\":{},\"2876\":{},\"2877\":{},\"2878\":{},\"2879\":{},\"2880\":{},\"2881\":{},\"2882\":{},\"2883\":{},\"2884\":{},\"2885\":{},\"2886\":{},\"2887\":{},\"2888\":{},\"2889\":{},\"2890\":{},\"2891\":{},\"2892\":{},\"2893\":{},\"2894\":{},\"2895\":{}}}],[\"monaco.editor.iactiondescriptor\",{\"_index\":385,\"name\":{},\"parent\":{\"452\":{},\"453\":{},\"454\":{},\"455\":{},\"456\":{},\"457\":{},\"458\":{},\"459\":{}}}],[\"monaco.editor.ibasemousetarget\",{\"_index\":1350,\"name\":{},\"parent\":{\"2448\":{},\"2449\":{},\"2450\":{},\"2451\":{}}}],[\"monaco.editor.ibracketpaircolorizationoptions\",{\"_index\":1214,\"name\":{},\"parent\":{\"1900\":{},\"1901\":{}}}],[\"monaco.editor.ichange\",{\"_index\":882,\"name\":{},\"parent\":{\"1195\":{},\"1196\":{},\"1197\":{},\"1198\":{}}}],[\"monaco.editor.icharchange\",{\"_index\":888,\"name\":{},\"parent\":{\"1200\":{},\"1201\":{},\"1202\":{},\"1203\":{},\"1204\":{},\"1205\":{},\"1206\":{},\"1207\":{}}}],[\"monaco.editor.icodeeditor\",{\"_index\":1401,\"name\":{},\"parent\":{\"2708\":{},\"2709\":{},\"2710\":{},\"2711\":{},\"2712\":{},\"2713\":{},\"2714\":{},\"2715\":{},\"2716\":{},\"2717\":{},\"2718\":{},\"2719\":{},\"2720\":{},\"2721\":{},\"2722\":{},\"2723\":{},\"2724\":{},\"2725\":{},\"2726\":{},\"2727\":{},\"2728\":{},\"2729\":{},\"2730\":{},\"2731\":{},\"2732\":{},\"2733\":{},\"2734\":{},\"2735\":{},\"2736\":{},\"2737\":{},\"2738\":{},\"2739\":{},\"2740\":{},\"2741\":{},\"2742\":{},\"2743\":{},\"2744\":{},\"2745\":{},\"2746\":{},\"2747\":{},\"2748\":{},\"2749\":{},\"2750\":{},\"2751\":{},\"2752\":{},\"2753\":{},\"2754\":{},\"2755\":{},\"2756\":{},\"2757\":{},\"2758\":{},\"2759\":{},\"2760\":{},\"2761\":{},\"2762\":{},\"2763\":{},\"2764\":{},\"2765\":{},\"2766\":{},\"2767\":{},\"2768\":{},\"2769\":{},\"2770\":{},\"2771\":{},\"2772\":{},\"2773\":{},\"2774\":{},\"2775\":{},\"2776\":{},\"2777\":{},\"2778\":{},\"2779\":{},\"2780\":{},\"2781\":{},\"2782\":{},\"2783\":{},\"2784\":{},\"2785\":{},\"2786\":{},\"2787\":{},\"2788\":{},\"2789\":{},\"2790\":{},\"2791\":{},\"2792\":{},\"2793\":{},\"2794\":{},\"2795\":{},\"2796\":{},\"2797\":{},\"2798\":{},\"2799\":{},\"2800\":{},\"2801\":{},\"2802\":{},\"2803\":{},\"2804\":{},\"2805\":{},\"2806\":{},\"2807\":{},\"2808\":{},\"2809\":{},\"2810\":{},\"2811\":{},\"2812\":{},\"2813\":{},\"2814\":{},\"2815\":{},\"2816\":{},\"2817\":{},\"2818\":{},\"2819\":{},\"2820\":{},\"2821\":{},\"2822\":{}}}],[\"monaco.editor.icodeeditorviewstate\",{\"_index\":968,\"name\":{},\"parent\":{\"1289\":{},\"1290\":{},\"1291\":{},\"1292\":{}}}],[\"monaco.editor.icolorizerelementoptions\",{\"_index\":712,\"name\":{},\"parent\":{\"999\":{},\"1000\":{},\"1001\":{}}}],[\"monaco.editor.icolorizeroptions\",{\"_index\":710,\"name\":{},\"parent\":{\"997\":{}}}],[\"monaco.editor.icolors\",{\"_index\":367,\"name\":{},\"parent\":{\"435\":{}}}],[\"monaco.editor.icommand\",{\"_index\":934,\"name\":{},\"parent\":{\"1255\":{},\"1256\":{}}}],[\"monaco.editor.icommanddescriptor\",{\"_index\":350,\"name\":{},\"parent\":{\"420\":{},\"421\":{}}}],[\"monaco.editor.icomputededitoroptions\",{\"_index\":1052,\"name\":{},\"parent\":{\"1719\":{}}}],[\"monaco.editor.icontentsizechangedevent\",{\"_index\":946,\"name\":{},\"parent\":{\"1264\":{},\"1265\":{},\"1266\":{},\"1267\":{}}}],[\"monaco.editor.icontentwidget\",{\"_index\":1322,\"name\":{},\"parent\":{\"2415\":{},\"2416\":{},\"2417\":{},\"2418\":{},\"2419\":{},\"2420\":{},\"2421\":{}}}],[\"monaco.editor.icontentwidgetposition\",{\"_index\":1317,\"name\":{},\"parent\":{\"2410\":{},\"2411\":{},\"2412\":{},\"2413\":{}}}],[\"monaco.editor.icontextkey\",{\"_index\":690,\"name\":{},\"parent\":{\"958\":{},\"959\":{},\"960\":{}}}],[\"monaco.editor.icursorpositionchangedevent\",{\"_index\":1024,\"name\":{},\"parent\":{\"1391\":{},\"1392\":{},\"1393\":{},\"1394\":{}}}],[\"monaco.editor.icursorselectionchangedevent\",{\"_index\":1028,\"name\":{},\"parent\":{\"1396\":{},\"1397\":{},\"1398\":{},\"1399\":{},\"1400\":{},\"1401\":{},\"1402\":{}}}],[\"monaco.editor.icursorstate\",{\"_index\":959,\"name\":{},\"parent\":{\"1279\":{},\"1280\":{},\"1281\":{}}}],[\"monaco.editor.icursorstatecomputerdata\",{\"_index\":930,\"name\":{},\"parent\":{\"1252\":{},\"1253\":{}}}],[\"monaco.editor.idecorationoptions\",{\"_index\":740,\"name\":{},\"parent\":{\"1025\":{},\"1026\":{}}}],[\"monaco.editor.idiffeditor\",{\"_index\":1405,\"name\":{},\"parent\":{\"2826\":{},\"2827\":{},\"2828\":{},\"2829\":{},\"2830\":{},\"2831\":{},\"2832\":{},\"2833\":{},\"2834\":{},\"2835\":{},\"2836\":{},\"2837\":{},\"2838\":{},\"2839\":{},\"2840\":{},\"2841\":{},\"2842\":{},\"2843\":{},\"2844\":{},\"2845\":{},\"2846\":{},\"2847\":{},\"2848\":{},\"2849\":{},\"2850\":{},\"2851\":{},\"2852\":{},\"2853\":{},\"2854\":{},\"2855\":{},\"2856\":{},\"2857\":{},\"2858\":{},\"2859\":{},\"2860\":{},\"2861\":{},\"2862\":{},\"2863\":{},\"2864\":{},\"2865\":{},\"2866\":{},\"2867\":{},\"2868\":{},\"2869\":{},\"2870\":{},\"2871\":{},\"2872\":{},\"2873\":{}}}],[\"monaco.editor.idiffeditorbaseoptions\",{\"_index\":1045,\"name\":{},\"parent\":{\"1554\":{},\"1555\":{},\"1556\":{},\"1557\":{},\"1558\":{},\"1559\":{},\"1560\":{},\"1561\":{},\"1562\":{},\"1563\":{},\"1564\":{},\"1565\":{}}}],[\"monaco.editor.idiffeditorconstructionoptions\",{\"_index\":1400,\"name\":{},\"parent\":{\"2554\":{},\"2555\":{},\"2556\":{},\"2557\":{},\"2558\":{},\"2559\":{},\"2560\":{},\"2561\":{},\"2562\":{},\"2563\":{},\"2564\":{},\"2565\":{},\"2566\":{},\"2567\":{},\"2568\":{},\"2569\":{},\"2570\":{},\"2571\":{},\"2572\":{},\"2573\":{},\"2574\":{},\"2575\":{},\"2576\":{},\"2577\":{},\"2578\":{},\"2579\":{},\"2580\":{},\"2581\":{},\"2582\":{},\"2583\":{},\"2584\":{},\"2585\":{},\"2586\":{},\"2587\":{},\"2588\":{},\"2589\":{},\"2590\":{},\"2591\":{},\"2592\":{},\"2593\":{},\"2594\":{},\"2595\":{},\"2596\":{},\"2597\":{},\"2598\":{},\"2599\":{},\"2600\":{},\"2601\":{},\"2602\":{},\"2603\":{},\"2604\":{},\"2605\":{},\"2606\":{},\"2607\":{},\"2608\":{},\"2609\":{},\"2610\":{},\"2611\":{},\"2612\":{},\"2613\":{},\"2614\":{},\"2615\":{},\"2616\":{},\"2617\":{},\"2618\":{},\"2619\":{},\"2620\":{},\"2621\":{},\"2622\":{},\"2623\":{},\"2624\":{},\"2625\":{},\"2626\":{},\"2627\":{},\"2628\":{},\"2629\":{},\"2630\":{},\"2631\":{},\"2632\":{},\"2633\":{},\"2634\":{},\"2635\":{},\"2636\":{},\"2637\":{},\"2638\":{},\"2639\":{},\"2640\":{},\"2641\":{},\"2642\":{},\"2643\":{},\"2644\":{},\"2645\":{},\"2646\":{},\"2647\":{},\"2648\":{},\"2649\":{},\"2650\":{},\"2651\":{},\"2652\":{},\"2653\":{},\"2654\":{},\"2655\":{},\"2656\":{},\"2657\":{},\"2658\":{},\"2659\":{},\"2660\":{},\"2661\":{},\"2662\":{},\"2663\":{},\"2664\":{},\"2665\":{},\"2666\":{},\"2667\":{},\"2668\":{},\"2669\":{},\"2670\":{},\"2671\":{},\"2672\":{},\"2673\":{},\"2674\":{},\"2675\":{},\"2676\":{},\"2677\":{},\"2678\":{},\"2679\":{},\"2680\":{},\"2681\":{},\"2682\":{},\"2683\":{},\"2684\":{},\"2685\":{},\"2686\":{},\"2687\":{},\"2688\":{},\"2689\":{},\"2690\":{},\"2691\":{},\"2692\":{},\"2693\":{},\"2694\":{},\"2695\":{},\"2696\":{},\"2697\":{},\"2698\":{},\"2699\":{},\"2700\":{},\"2701\":{},\"2702\":{},\"2703\":{},\"2704\":{},\"2705\":{},\"2706\":{}}}],[\"monaco.editor.idiffeditormodel\",{\"_index\":938,\"name\":{},\"parent\":{\"1258\":{},\"1259\":{}}}],[\"monaco.editor.idiffeditoroptions\",{\"_index\":1047,\"name\":{},\"parent\":{\"1567\":{},\"1568\":{},\"1569\":{},\"1570\":{},\"1571\":{},\"1572\":{},\"1573\":{},\"1574\":{},\"1575\":{},\"1576\":{},\"1577\":{},\"1578\":{},\"1579\":{},\"1580\":{},\"1581\":{},\"1582\":{},\"1583\":{},\"1584\":{},\"1585\":{},\"1586\":{},\"1587\":{},\"1588\":{},\"1589\":{},\"1590\":{},\"1591\":{},\"1592\":{},\"1593\":{},\"1594\":{},\"1595\":{},\"1596\":{},\"1597\":{},\"1598\":{},\"1599\":{},\"1600\":{},\"1601\":{},\"1602\":{},\"1603\":{},\"1604\":{},\"1605\":{},\"1606\":{},\"1607\":{},\"1608\":{},\"1609\":{},\"1610\":{},\"1611\":{},\"1612\":{},\"1613\":{},\"1614\":{},\"1615\":{},\"1616\":{},\"1617\":{},\"1618\":{},\"1619\":{},\"1620\":{},\"1621\":{},\"1622\":{},\"1623\":{},\"1624\":{},\"1625\":{},\"1626\":{},\"1627\":{},\"1628\":{},\"1629\":{},\"1630\":{},\"1631\":{},\"1632\":{},\"1633\":{},\"1634\":{},\"1635\":{},\"1636\":{},\"1637\":{},\"1638\":{},\"1639\":{},\"1640\":{},\"1641\":{},\"1642\":{},\"1643\":{},\"1644\":{},\"1645\":{},\"1646\":{},\"1647\":{},\"1648\":{},\"1649\":{},\"1650\":{},\"1651\":{},\"1652\":{},\"1653\":{},\"1654\":{},\"1655\":{},\"1656\":{},\"1657\":{},\"1658\":{},\"1659\":{},\"1660\":{},\"1661\":{},\"1662\":{},\"1663\":{},\"1664\":{},\"1665\":{},\"1666\":{},\"1667\":{},\"1668\":{},\"1669\":{},\"1670\":{},\"1671\":{},\"1672\":{},\"1673\":{},\"1674\":{},\"1675\":{},\"1676\":{},\"1677\":{},\"1678\":{},\"1679\":{},\"1680\":{},\"1681\":{},\"1682\":{},\"1683\":{},\"1684\":{},\"1685\":{},\"1686\":{},\"1687\":{},\"1688\":{},\"1689\":{},\"1690\":{},\"1691\":{},\"1692\":{},\"1693\":{},\"1694\":{},\"1695\":{},\"1696\":{},\"1697\":{},\"1698\":{},\"1699\":{},\"1700\":{},\"1701\":{},\"1702\":{},\"1703\":{},\"1704\":{},\"1705\":{},\"1706\":{},\"1707\":{},\"1708\":{},\"1709\":{},\"1710\":{},\"1711\":{},\"1712\":{},\"1713\":{},\"1714\":{}}}],[\"monaco.editor.idiffeditorviewstate\",{\"_index\":972,\"name\":{},\"parent\":{\"1294\":{},\"1295\":{}}}],[\"monaco.editor.idifflineinformation\",{\"_index\":1404,\"name\":{},\"parent\":{\"2824\":{}}}],[\"monaco.editor.idiffnavigator\",{\"_index\":340,\"name\":{},\"parent\":{\"411\":{},\"412\":{},\"413\":{},\"414\":{}}}],[\"monaco.editor.idiffnavigatoroptions\",{\"_index\":345,\"name\":{},\"parent\":{\"416\":{},\"417\":{},\"418\":{}}}],[\"monaco.editor.idimension\",{\"_index\":921,\"name\":{},\"parent\":{\"1245\":{},\"1246\":{}}}],[\"monaco.editor.idocumentdiff\",{\"_index\":904,\"name\":{},\"parent\":{\"1221\":{},\"1222\":{},\"1223\":{}}}],[\"monaco.editor.idocumentdiffprovider\",{\"_index\":897,\"name\":{},\"parent\":{\"1215\":{},\"1216\":{}}}],[\"monaco.editor.idocumentdiffprovideroptions\",{\"_index\":900,\"name\":{},\"parent\":{\"1218\":{},\"1219\":{}}}],[\"monaco.editor.idropintoeditoroptions\",{\"_index\":1273,\"name\":{},\"parent\":{\"1962\":{}}}],[\"monaco.editor.ieditoperationbuilder\",{\"_index\":925,\"name\":{},\"parent\":{\"1248\":{},\"1249\":{},\"1250\":{}}}],[\"monaco.editor.ieditor\",{\"_index\":979,\"name\":{},\"parent\":{\"1301\":{},\"1302\":{},\"1303\":{},\"1304\":{},\"1305\":{},\"1306\":{},\"1307\":{},\"1308\":{},\"1309\":{},\"1310\":{},\"1311\":{},\"1312\":{},\"1313\":{},\"1314\":{},\"1315\":{},\"1316\":{},\"1317\":{},\"1318\":{},\"1319\":{},\"1320\":{},\"1321\":{},\"1322\":{},\"1323\":{},\"1324\":{},\"1325\":{},\"1326\":{},\"1327\":{},\"1328\":{},\"1329\":{},\"1330\":{},\"1331\":{},\"1332\":{},\"1333\":{},\"1334\":{},\"1335\":{},\"1336\":{},\"1337\":{},\"1338\":{},\"1339\":{},\"1340\":{}}}],[\"monaco.editor.ieditoraction\",{\"_index\":953,\"name\":{},\"parent\":{\"1272\":{},\"1273\":{},\"1274\":{},\"1275\":{},\"1276\":{}}}],[\"monaco.editor.ieditorcommentsoptions\",{\"_index\":1064,\"name\":{},\"parent\":{\"1730\":{},\"1731\":{}}}],[\"monaco.editor.ieditorconstructionoptions\",{\"_index\":1293,\"name\":{},\"parent\":{\"2251\":{},\"2252\":{},\"2253\":{},\"2254\":{},\"2255\":{},\"2256\":{},\"2257\":{},\"2258\":{},\"2259\":{},\"2260\":{},\"2261\":{},\"2262\":{},\"2263\":{},\"2264\":{},\"2265\":{},\"2266\":{},\"2267\":{},\"2268\":{},\"2269\":{},\"2270\":{},\"2271\":{},\"2272\":{},\"2273\":{},\"2274\":{},\"2275\":{},\"2276\":{},\"2277\":{},\"2278\":{},\"2279\":{},\"2280\":{},\"2281\":{},\"2282\":{},\"2283\":{},\"2284\":{},\"2285\":{},\"2286\":{},\"2287\":{},\"2288\":{},\"2289\":{},\"2290\":{},\"2291\":{},\"2292\":{},\"2293\":{},\"2294\":{},\"2295\":{},\"2296\":{},\"2297\":{},\"2298\":{},\"2299\":{},\"2300\":{},\"2301\":{},\"2302\":{},\"2303\":{},\"2304\":{},\"2305\":{},\"2306\":{},\"2307\":{},\"2308\":{},\"2309\":{},\"2310\":{},\"2311\":{},\"2312\":{},\"2313\":{},\"2314\":{},\"2315\":{},\"2316\":{},\"2317\":{},\"2318\":{},\"2319\":{},\"2320\":{},\"2321\":{},\"2322\":{},\"2323\":{},\"2324\":{},\"2325\":{},\"2326\":{},\"2327\":{},\"2328\":{},\"2329\":{},\"2330\":{},\"2331\":{},\"2332\":{},\"2333\":{},\"2334\":{},\"2335\":{},\"2336\":{},\"2337\":{},\"2338\":{},\"2339\":{},\"2340\":{},\"2341\":{},\"2342\":{},\"2343\":{},\"2344\":{},\"2345\":{},\"2346\":{},\"2347\":{},\"2348\":{},\"2349\":{},\"2350\":{},\"2351\":{},\"2352\":{},\"2353\":{},\"2354\":{},\"2355\":{},\"2356\":{},\"2357\":{},\"2358\":{},\"2359\":{},\"2360\":{},\"2361\":{},\"2362\":{},\"2363\":{},\"2364\":{},\"2365\":{},\"2366\":{},\"2367\":{},\"2368\":{},\"2369\":{},\"2370\":{},\"2371\":{},\"2372\":{},\"2373\":{},\"2374\":{},\"2375\":{},\"2376\":{},\"2377\":{},\"2378\":{},\"2379\":{},\"2380\":{},\"2381\":{},\"2382\":{},\"2383\":{},\"2384\":{},\"2385\":{},\"2386\":{},\"2387\":{},\"2388\":{}}}],[\"monaco.editor.ieditorcontribution\",{\"_index\":986,\"name\":{},\"parent\":{\"1350\":{},\"1351\":{},\"1352\":{}}}],[\"monaco.editor.ieditordecorationscollection\",{\"_index\":981,\"name\":{},\"parent\":{\"1342\":{},\"1343\":{},\"1344\":{},\"1345\":{},\"1346\":{},\"1347\":{},\"1348\":{}}}],[\"monaco.editor.ieditorfindoptions\",{\"_index\":1082,\"name\":{},\"parent\":{\"1747\":{},\"1748\":{},\"1749\":{},\"1750\":{},\"1751\":{}}}],[\"monaco.editor.ieditorhoveroptions\",{\"_index\":1102,\"name\":{},\"parent\":{\"1766\":{},\"1767\":{},\"1768\":{},\"1769\":{}}}],[\"monaco.editor.ieditorinlayhintsoptions\",{\"_index\":1145,\"name\":{},\"parent\":{\"1816\":{},\"1817\":{},\"1818\":{},\"1819\":{}}}],[\"monaco.editor.ieditorlightbulboptions\",{\"_index\":1140,\"name\":{},\"parent\":{\"1811\":{}}}],[\"monaco.editor.ieditorminimapoptions\",{\"_index\":1147,\"name\":{},\"parent\":{\"1821\":{},\"1822\":{},\"1823\":{},\"1824\":{},\"1825\":{},\"1826\":{},\"1827\":{},\"1828\":{}}}],[\"monaco.editor.ieditormouseevent\",{\"_index\":1393,\"name\":{},\"parent\":{\"2545\":{},\"2546\":{}}}],[\"monaco.editor.ieditoroption\",{\"_index\":1054,\"name\":{},\"parent\":{\"1721\":{},\"1722\":{},\"1723\":{},\"1724\":{}}}],[\"monaco.editor.ieditoroptions\",{\"_index\":1043,\"name\":{},\"parent\":{\"1417\":{},\"1418\":{},\"1419\":{},\"1420\":{},\"1421\":{},\"1422\":{},\"1423\":{},\"1424\":{},\"1425\":{},\"1426\":{},\"1427\":{},\"1428\":{},\"1429\":{},\"1430\":{},\"1431\":{},\"1432\":{},\"1433\":{},\"1434\":{},\"1435\":{},\"1436\":{},\"1437\":{},\"1438\":{},\"1439\":{},\"1440\":{},\"1441\":{},\"1442\":{},\"1443\":{},\"1444\":{},\"1445\":{},\"1446\":{},\"1447\":{},\"1448\":{},\"1449\":{},\"1450\":{},\"1451\":{},\"1452\":{},\"1453\":{},\"1454\":{},\"1455\":{},\"1456\":{},\"1457\":{},\"1458\":{},\"1459\":{},\"1460\":{},\"1461\":{},\"1462\":{},\"1463\":{},\"1464\":{},\"1465\":{},\"1466\":{},\"1467\":{},\"1468\":{},\"1469\":{},\"1470\":{},\"1471\":{},\"1472\":{},\"1473\":{},\"1474\":{},\"1475\":{},\"1476\":{},\"1477\":{},\"1478\":{},\"1479\":{},\"1480\":{},\"1481\":{},\"1482\":{},\"1483\":{},\"1484\":{},\"1485\":{},\"1486\":{},\"1487\":{},\"1488\":{},\"1489\":{},\"1490\":{},\"1491\":{},\"1492\":{},\"1493\":{},\"1494\":{},\"1495\":{},\"1496\":{},\"1497\":{},\"1498\":{},\"1499\":{},\"1500\":{},\"1501\":{},\"1502\":{},\"1503\":{},\"1504\":{},\"1505\":{},\"1506\":{},\"1507\":{},\"1508\":{},\"1509\":{},\"1510\":{},\"1511\":{},\"1512\":{},\"1513\":{},\"1514\":{},\"1515\":{},\"1516\":{},\"1517\":{},\"1518\":{},\"1519\":{},\"1520\":{},\"1521\":{},\"1522\":{},\"1523\":{},\"1524\":{},\"1525\":{},\"1526\":{},\"1527\":{},\"1528\":{},\"1529\":{},\"1530\":{},\"1531\":{},\"1532\":{},\"1533\":{},\"1534\":{},\"1535\":{},\"1536\":{},\"1537\":{},\"1538\":{},\"1539\":{},\"1540\":{},\"1541\":{},\"1542\":{},\"1543\":{},\"1544\":{},\"1545\":{},\"1546\":{},\"1547\":{},\"1548\":{},\"1549\":{},\"1550\":{},\"1551\":{},\"1552\":{}}}],[\"monaco.editor.ieditorpaddingoptions\",{\"_index\":1156,\"name\":{},\"parent\":{\"1830\":{},\"1831\":{}}}],[\"monaco.editor.ieditorparameterhintoptions\",{\"_index\":1159,\"name\":{},\"parent\":{\"1833\":{},\"1834\":{}}}],[\"monaco.editor.ieditorscrollbaroptions\",{\"_index\":1184,\"name\":{},\"parent\":{\"1859\":{},\"1860\":{},\"1861\":{},\"1862\":{},\"1863\":{},\"1864\":{},\"1865\":{},\"1866\":{},\"1867\":{},\"1868\":{},\"1869\":{},\"1870\":{},\"1871\":{}}}],[\"monaco.editor.ieditorstickyscrolloptions\",{\"_index\":1142,\"name\":{},\"parent\":{\"1813\":{},\"1814\":{}}}],[\"monaco.editor.iglobaleditoroptions\",{\"_index\":393,\"name\":{},\"parent\":{\"461\":{},\"462\":{},\"463\":{},\"464\":{},\"465\":{},\"466\":{},\"467\":{},\"468\":{},\"469\":{},\"470\":{},\"471\":{},\"472\":{}}}],[\"monaco.editor.igotolocationoptions\",{\"_index\":1090,\"name\":{},\"parent\":{\"1754\":{},\"1755\":{},\"1756\":{},\"1757\":{},\"1758\":{},\"1759\":{},\"1760\":{},\"1761\":{},\"1762\":{},\"1763\":{},\"1764\":{}}}],[\"monaco.editor.iguidesoptions\",{\"_index\":1217,\"name\":{},\"parent\":{\"1903\":{},\"1904\":{},\"1905\":{},\"1906\":{},\"1907\":{}}}],[\"monaco.editor.iidentifiedsingleeditoperation\",{\"_index\":793,\"name\":{},\"parent\":{\"1087\":{},\"1088\":{},\"1089\":{}}}],[\"monaco.editor.iinlinesuggestoptions\",{\"_index\":1210,\"name\":{},\"parent\":{\"1896\":{},\"1897\":{},\"1898\":{}}}],[\"monaco.editor.ikeybindingrule\",{\"_index\":354,\"name\":{},\"parent\":{\"423\":{},\"424\":{},\"425\":{},\"426\":{}}}],[\"monaco.editor.ilinechange\",{\"_index\":894,\"name\":{},\"parent\":{\"1209\":{},\"1210\":{},\"1211\":{},\"1212\":{},\"1213\":{}}}],[\"monaco.editor.imarker\",{\"_index\":697,\"name\":{},\"parent\":{\"964\":{},\"965\":{},\"966\":{},\"967\":{},\"968\":{},\"969\":{},\"970\":{},\"971\":{},\"972\":{},\"973\":{},\"974\":{},\"975\":{},\"976\":{}}}],[\"monaco.editor.imarkerdata\",{\"_index\":706,\"name\":{},\"parent\":{\"978\":{},\"979\":{},\"980\":{},\"981\":{},\"982\":{},\"983\":{},\"984\":{},\"985\":{},\"986\":{},\"987\":{},\"988\":{}}}],[\"monaco.editor.imodelchangedevent\",{\"_index\":942,\"name\":{},\"parent\":{\"1261\":{},\"1262\":{}}}],[\"monaco.editor.imodelcontentchange\",{\"_index\":998,\"name\":{},\"parent\":{\"1363\":{},\"1364\":{},\"1365\":{},\"1366\":{}}}],[\"monaco.editor.imodelcontentchangedevent\",{\"_index\":1002,\"name\":{},\"parent\":{\"1368\":{},\"1369\":{},\"1370\":{},\"1371\":{},\"1372\":{},\"1373\":{}}}],[\"monaco.editor.imodeldecoration\",{\"_index\":781,\"name\":{},\"parent\":{\"1072\":{},\"1073\":{},\"1074\":{},\"1075\":{}}}],[\"monaco.editor.imodeldecorationminimapoptions\",{\"_index\":745,\"name\":{},\"parent\":{\"1032\":{},\"1033\":{},\"1034\":{}}}],[\"monaco.editor.imodeldecorationoptions\",{\"_index\":748,\"name\":{},\"parent\":{\"1036\":{},\"1037\":{},\"1038\":{},\"1039\":{},\"1040\":{},\"1041\":{},\"1042\":{},\"1043\":{},\"1044\":{},\"1045\":{},\"1046\":{},\"1047\":{},\"1048\":{},\"1049\":{},\"1050\":{},\"1051\":{},\"1052\":{},\"1053\":{},\"1054\":{},\"1055\":{},\"1056\":{}}}],[\"monaco.editor.imodeldecorationoverviewruleroptions\",{\"_index\":743,\"name\":{},\"parent\":{\"1028\":{},\"1029\":{},\"1030\":{}}}],[\"monaco.editor.imodeldecorationschangedevent\",{\"_index\":1010,\"name\":{},\"parent\":{\"1375\":{},\"1376\":{}}}],[\"monaco.editor.imodeldeltadecoration\",{\"_index\":778,\"name\":{},\"parent\":{\"1069\":{},\"1070\":{}}}],[\"monaco.editor.imodellanguagechangedevent\",{\"_index\":994,\"name\":{},\"parent\":{\"1358\":{},\"1359\":{},\"1360\":{}}}],[\"monaco.editor.imodeloptionschangedevent\",{\"_index\":1013,\"name\":{},\"parent\":{\"1378\":{},\"1379\":{},\"1380\":{},\"1381\":{}}}],[\"monaco.editor.imousetargetcontentempty\",{\"_index\":1378,\"name\":{},\"parent\":{\"2503\":{},\"2504\":{},\"2505\":{},\"2506\":{},\"2507\":{},\"2508\":{}}}],[\"monaco.editor.imousetargetcontentemptydata\",{\"_index\":1375,\"name\":{},\"parent\":{\"2500\":{},\"2501\":{}}}],[\"monaco.editor.imousetargetcontenttext\",{\"_index\":1373,\"name\":{},\"parent\":{\"2493\":{},\"2494\":{},\"2495\":{},\"2496\":{},\"2497\":{},\"2498\":{}}}],[\"monaco.editor.imousetargetcontenttextdata\",{\"_index\":1371,\"name\":{},\"parent\":{\"2491\":{}}}],[\"monaco.editor.imousetargetcontentwidget\",{\"_index\":1380,\"name\":{},\"parent\":{\"2510\":{},\"2511\":{},\"2512\":{},\"2513\":{},\"2514\":{},\"2515\":{}}}],[\"monaco.editor.imousetargetmargin\",{\"_index\":1361,\"name\":{},\"parent\":{\"2471\":{},\"2472\":{},\"2473\":{},\"2474\":{},\"2475\":{},\"2476\":{}}}],[\"monaco.editor.imousetargetmargindata\",{\"_index\":1358,\"name\":{},\"parent\":{\"2465\":{},\"2466\":{},\"2467\":{},\"2468\":{},\"2469\":{}}}],[\"monaco.editor.imousetargetoutsideeditor\",{\"_index\":1388,\"name\":{},\"parent\":{\"2536\":{},\"2537\":{},\"2538\":{},\"2539\":{},\"2540\":{},\"2541\":{},\"2542\":{}}}],[\"monaco.editor.imousetargetoverlaywidget\",{\"_index\":1382,\"name\":{},\"parent\":{\"2517\":{},\"2518\":{},\"2519\":{},\"2520\":{},\"2521\":{},\"2522\":{}}}],[\"monaco.editor.imousetargetoverviewruler\",{\"_index\":1386,\"name\":{},\"parent\":{\"2530\":{},\"2531\":{},\"2532\":{},\"2533\":{},\"2534\":{}}}],[\"monaco.editor.imousetargetscrollbar\",{\"_index\":1384,\"name\":{},\"parent\":{\"2524\":{},\"2525\":{},\"2526\":{},\"2527\":{},\"2528\":{}}}],[\"monaco.editor.imousetargettextarea\",{\"_index\":1355,\"name\":{},\"parent\":{\"2459\":{},\"2460\":{},\"2461\":{},\"2462\":{},\"2463\":{}}}],[\"monaco.editor.imousetargetunknown\",{\"_index\":1353,\"name\":{},\"parent\":{\"2453\":{},\"2454\":{},\"2455\":{},\"2456\":{},\"2457\":{}}}],[\"monaco.editor.imousetargetviewzone\",{\"_index\":1368,\"name\":{},\"parent\":{\"2484\":{},\"2485\":{},\"2486\":{},\"2487\":{},\"2488\":{},\"2489\":{}}}],[\"monaco.editor.imousetargetviewzonedata\",{\"_index\":1364,\"name\":{},\"parent\":{\"2478\":{},\"2479\":{},\"2480\":{},\"2481\":{},\"2482\":{}}}],[\"monaco.editor.inewscrollposition\",{\"_index\":951,\"name\":{},\"parent\":{\"1269\":{},\"1270\":{}}}],[\"monaco.editor.injectedtextcursorstops\",{\"_index\":775,\"name\":{},\"parent\":{\"1064\":{},\"1065\":{},\"1066\":{},\"1067\":{}}}],[\"monaco.editor.injectedtextoptions\",{\"_index\":770,\"name\":{},\"parent\":{\"1058\":{},\"1059\":{},\"1060\":{},\"1061\":{},\"1062\":{}}}],[\"monaco.editor.internaleditorrenderlinenumbersoptions\",{\"_index\":1178,\"name\":{},\"parent\":{\"1852\":{},\"1853\":{},\"1854\":{}}}],[\"monaco.editor.internaleditorscrollbaroptions\",{\"_index\":1198,\"name\":{},\"parent\":{\"1873\":{},\"1874\":{},\"1875\":{},\"1876\":{},\"1877\":{},\"1878\":{},\"1879\":{},\"1880\":{},\"1881\":{},\"1882\":{},\"1883\":{},\"1884\":{},\"1885\":{}}}],[\"monaco.editor.internalquicksuggestionsoptions\",{\"_index\":1167,\"name\":{},\"parent\":{\"1841\":{},\"1842\":{},\"1843\":{}}}],[\"monaco.editor.ioverlaywidget\",{\"_index\":1333,\"name\":{},\"parent\":{\"2429\":{},\"2430\":{},\"2431\":{}}}],[\"monaco.editor.ioverlaywidgetposition\",{\"_index\":1331,\"name\":{},\"parent\":{\"2427\":{}}}],[\"monaco.editor.ipartialeditormouseevent\",{\"_index\":1395,\"name\":{},\"parent\":{\"2548\":{},\"2549\":{}}}],[\"monaco.editor.ipasteevent\",{\"_index\":1397,\"name\":{},\"parent\":{\"2551\":{},\"2552\":{}}}],[\"monaco.editor.iquicksuggestionsoptions\",{\"_index\":1164,\"name\":{},\"parent\":{\"1837\":{},\"1838\":{},\"1839\":{}}}],[\"monaco.editor.irelatedinformation\",{\"_index\":708,\"name\":{},\"parent\":{\"990\":{},\"991\":{},\"992\":{},\"993\":{},\"994\":{},\"995\":{}}}],[\"monaco.editor.iruleroption\",{\"_index\":1181,\"name\":{},\"parent\":{\"1856\":{},\"1857\":{}}}],[\"monaco.editor.isingleeditoperation\",{\"_index\":722,\"name\":{},\"parent\":{\"1009\":{},\"1010\":{},\"1011\":{}}}],[\"monaco.editor.ismartselectoptions\",{\"_index\":1264,\"name\":{},\"parent\":{\"1950\":{}}}],[\"monaco.editor.istandalonecodeeditor\",{\"_index\":566,\"name\":{},\"parent\":{\"786\":{},\"787\":{},\"788\":{},\"789\":{},\"790\":{},\"791\":{},\"792\":{},\"793\":{},\"794\":{},\"795\":{},\"796\":{},\"797\":{},\"798\":{},\"799\":{},\"800\":{},\"801\":{},\"802\":{},\"803\":{},\"804\":{},\"805\":{},\"806\":{},\"807\":{},\"808\":{},\"809\":{},\"810\":{},\"811\":{},\"812\":{},\"813\":{},\"814\":{},\"815\":{},\"816\":{},\"817\":{},\"818\":{},\"819\":{},\"820\":{},\"821\":{},\"822\":{},\"823\":{},\"824\":{},\"825\":{},\"826\":{},\"827\":{},\"828\":{},\"829\":{},\"830\":{},\"831\":{},\"832\":{},\"833\":{},\"834\":{},\"835\":{},\"836\":{},\"837\":{},\"838\":{},\"839\":{},\"840\":{},\"841\":{},\"842\":{},\"843\":{},\"844\":{},\"845\":{},\"846\":{},\"847\":{},\"848\":{},\"849\":{},\"850\":{},\"851\":{},\"852\":{},\"853\":{},\"854\":{},\"855\":{},\"856\":{},\"857\":{},\"858\":{},\"859\":{},\"860\":{},\"861\":{},\"862\":{},\"863\":{},\"864\":{},\"865\":{},\"866\":{},\"867\":{},\"868\":{},\"869\":{},\"870\":{},\"871\":{},\"872\":{},\"873\":{},\"874\":{},\"875\":{},\"876\":{},\"877\":{},\"878\":{},\"879\":{},\"880\":{},\"881\":{},\"882\":{},\"883\":{},\"884\":{},\"885\":{},\"886\":{},\"887\":{},\"888\":{},\"889\":{},\"890\":{},\"891\":{},\"892\":{},\"893\":{},\"894\":{},\"895\":{},\"896\":{},\"897\":{},\"898\":{},\"899\":{},\"900\":{},\"901\":{},\"902\":{},\"903\":{}}}],[\"monaco.editor.istandalonediffeditor\",{\"_index\":680,\"name\":{},\"parent\":{\"905\":{},\"906\":{},\"907\":{},\"908\":{},\"909\":{},\"910\":{},\"911\":{},\"912\":{},\"913\":{},\"914\":{},\"915\":{},\"916\":{},\"917\":{},\"918\":{},\"919\":{},\"920\":{},\"921\":{},\"922\":{},\"923\":{},\"924\":{},\"925\":{},\"926\":{},\"927\":{},\"928\":{},\"929\":{},\"930\":{},\"931\":{},\"932\":{},\"933\":{},\"934\":{},\"935\":{},\"936\":{},\"937\":{},\"938\":{},\"939\":{},\"940\":{},\"941\":{},\"942\":{},\"943\":{},\"944\":{},\"945\":{},\"946\":{},\"947\":{},\"948\":{},\"949\":{},\"950\":{},\"951\":{},\"952\":{},\"953\":{},\"954\":{},\"955\":{}}}],[\"monaco.editor.istandalonediffeditorconstructionoptions\",{\"_index\":548,\"name\":{},\"parent\":{\"630\":{},\"631\":{},\"632\":{},\"633\":{},\"634\":{},\"635\":{},\"636\":{},\"637\":{},\"638\":{},\"639\":{},\"640\":{},\"641\":{},\"642\":{},\"643\":{},\"644\":{},\"645\":{},\"646\":{},\"647\":{},\"648\":{},\"649\":{},\"650\":{},\"651\":{},\"652\":{},\"653\":{},\"654\":{},\"655\":{},\"656\":{},\"657\":{},\"658\":{},\"659\":{},\"660\":{},\"661\":{},\"662\":{},\"663\":{},\"664\":{},\"665\":{},\"666\":{},\"667\":{},\"668\":{},\"669\":{},\"670\":{},\"671\":{},\"672\":{},\"673\":{},\"674\":{},\"675\":{},\"676\":{},\"677\":{},\"678\":{},\"679\":{},\"680\":{},\"681\":{},\"682\":{},\"683\":{},\"684\":{},\"685\":{},\"686\":{},\"687\":{},\"688\":{},\"689\":{},\"690\":{},\"691\":{},\"692\":{},\"693\":{},\"694\":{},\"695\":{},\"696\":{},\"697\":{},\"698\":{},\"699\":{},\"700\":{},\"701\":{},\"702\":{},\"703\":{},\"704\":{},\"705\":{},\"706\":{},\"707\":{},\"708\":{},\"709\":{},\"710\":{},\"711\":{},\"712\":{},\"713\":{},\"714\":{},\"715\":{},\"716\":{},\"717\":{},\"718\":{},\"719\":{},\"720\":{},\"721\":{},\"722\":{},\"723\":{},\"724\":{},\"725\":{},\"726\":{},\"727\":{},\"728\":{},\"729\":{},\"730\":{},\"731\":{},\"732\":{},\"733\":{},\"734\":{},\"735\":{},\"736\":{},\"737\":{},\"738\":{},\"739\":{},\"740\":{},\"741\":{},\"742\":{},\"743\":{},\"744\":{},\"745\":{},\"746\":{},\"747\":{},\"748\":{},\"749\":{},\"750\":{},\"751\":{},\"752\":{},\"753\":{},\"754\":{},\"755\":{},\"756\":{},\"757\":{},\"758\":{},\"759\":{},\"760\":{},\"761\":{},\"762\":{},\"763\":{},\"764\":{},\"765\":{},\"766\":{},\"767\":{},\"768\":{},\"769\":{},\"770\":{},\"771\":{},\"772\":{},\"773\":{},\"774\":{},\"775\":{},\"776\":{},\"777\":{},\"778\":{},\"779\":{},\"780\":{},\"781\":{},\"782\":{},\"783\":{},\"784\":{}}}],[\"monaco.editor.istandaloneeditorconstructionoptions\",{\"_index\":407,\"name\":{},\"parent\":{\"474\":{},\"475\":{},\"476\":{},\"477\":{},\"478\":{},\"479\":{},\"480\":{},\"481\":{},\"482\":{},\"483\":{},\"484\":{},\"485\":{},\"486\":{},\"487\":{},\"488\":{},\"489\":{},\"490\":{},\"491\":{},\"492\":{},\"493\":{},\"494\":{},\"495\":{},\"496\":{},\"497\":{},\"498\":{},\"499\":{},\"500\":{},\"501\":{},\"502\":{},\"503\":{},\"504\":{},\"505\":{},\"506\":{},\"507\":{},\"508\":{},\"509\":{},\"510\":{},\"511\":{},\"512\":{},\"513\":{},\"514\":{},\"515\":{},\"516\":{},\"517\":{},\"518\":{},\"519\":{},\"520\":{},\"521\":{},\"522\":{},\"523\":{},\"524\":{},\"525\":{},\"526\":{},\"527\":{},\"528\":{},\"529\":{},\"530\":{},\"531\":{},\"532\":{},\"533\":{},\"534\":{},\"535\":{},\"536\":{},\"537\":{},\"538\":{},\"539\":{},\"540\":{},\"541\":{},\"542\":{},\"543\":{},\"544\":{},\"545\":{},\"546\":{},\"547\":{},\"548\":{},\"549\":{},\"550\":{},\"551\":{},\"552\":{},\"553\":{},\"554\":{},\"555\":{},\"556\":{},\"557\":{},\"558\":{},\"559\":{},\"560\":{},\"561\":{},\"562\":{},\"563\":{},\"564\":{},\"565\":{},\"566\":{},\"567\":{},\"568\":{},\"569\":{},\"570\":{},\"571\":{},\"572\":{},\"573\":{},\"574\":{},\"575\":{},\"576\":{},\"577\":{},\"578\":{},\"579\":{},\"580\":{},\"581\":{},\"582\":{},\"583\":{},\"584\":{},\"585\":{},\"586\":{},\"587\":{},\"588\":{},\"589\":{},\"590\":{},\"591\":{},\"592\":{},\"593\":{},\"594\":{},\"595\":{},\"596\":{},\"597\":{},\"598\":{},\"599\":{},\"600\":{},\"601\":{},\"602\":{},\"603\":{},\"604\":{},\"605\":{},\"606\":{},\"607\":{},\"608\":{},\"609\":{},\"610\":{},\"611\":{},\"612\":{},\"613\":{},\"614\":{},\"615\":{},\"616\":{},\"617\":{},\"618\":{},\"619\":{},\"620\":{},\"621\":{},\"622\":{},\"623\":{},\"624\":{},\"625\":{},\"626\":{},\"627\":{},\"628\":{}}}],[\"monaco.editor.istandalonethemedata\",{\"_index\":361,\"name\":{},\"parent\":{\"429\":{},\"430\":{},\"431\":{},\"432\":{},\"433\":{}}}],[\"monaco.editor.isuggestoptions\",{\"_index\":1224,\"name\":{},\"parent\":{\"1909\":{},\"1910\":{},\"1911\":{},\"1912\":{},\"1913\":{},\"1914\":{},\"1915\":{},\"1916\":{},\"1917\":{},\"1918\":{},\"1919\":{},\"1920\":{},\"1921\":{},\"1922\":{},\"1923\":{},\"1924\":{},\"1925\":{},\"1926\":{},\"1927\":{},\"1928\":{},\"1929\":{},\"1930\":{},\"1931\":{},\"1932\":{},\"1933\":{},\"1934\":{},\"1935\":{},\"1936\":{},\"1937\":{},\"1938\":{},\"1939\":{},\"1940\":{},\"1941\":{},\"1942\":{},\"1943\":{},\"1944\":{},\"1945\":{},\"1946\":{},\"1947\":{},\"1948\":{}}}],[\"monaco.editor.itextmodel\",{\"_index\":824,\"name\":{},\"parent\":{\"1126\":{},\"1127\":{},\"1128\":{},\"1129\":{},\"1130\":{},\"1131\":{},\"1132\":{},\"1133\":{},\"1134\":{},\"1135\":{},\"1136\":{},\"1137\":{},\"1138\":{},\"1139\":{},\"1140\":{},\"1141\":{},\"1142\":{},\"1143\":{},\"1144\":{},\"1145\":{},\"1146\":{},\"1147\":{},\"1148\":{},\"1149\":{},\"1150\":{},\"1151\":{},\"1152\":{},\"1153\":{},\"1154\":{},\"1155\":{},\"1156\":{},\"1157\":{},\"1158\":{},\"1159\":{},\"1160\":{},\"1161\":{},\"1162\":{},\"1163\":{},\"1164\":{},\"1165\":{},\"1166\":{},\"1167\":{},\"1168\":{},\"1169\":{},\"1170\":{},\"1171\":{},\"1172\":{},\"1173\":{},\"1174\":{},\"1175\":{},\"1176\":{},\"1177\":{},\"1178\":{},\"1179\":{},\"1180\":{},\"1181\":{},\"1182\":{},\"1183\":{},\"1184\":{},\"1185\":{},\"1186\":{},\"1187\":{}}}],[\"monaco.editor.itextmodelupdateoptions\",{\"_index\":808,\"name\":{},\"parent\":{\"1108\":{},\"1109\":{},\"1110\":{},\"1111\":{},\"1112\":{}}}],[\"monaco.editor.itextsnapshot\",{\"_index\":822,\"name\":{},\"parent\":{\"1124\":{}}}],[\"monaco.editor.itokenthemerule\",{\"_index\":369,\"name\":{},\"parent\":{\"437\":{},\"438\":{},\"439\":{},\"440\":{}}}],[\"monaco.editor.iunicodehighlightoptions\",{\"_index\":1202,\"name\":{},\"parent\":{\"1888\":{},\"1889\":{},\"1890\":{},\"1891\":{},\"1892\":{},\"1893\":{},\"1894\":{}}}],[\"monaco.editor.ivalideditoperation\",{\"_index\":795,\"name\":{},\"parent\":{\"1091\":{},\"1092\":{}}}],[\"monaco.editor.iviewstate\",{\"_index\":962,\"name\":{},\"parent\":{\"1283\":{},\"1284\":{},\"1285\":{},\"1286\":{},\"1287\":{}}}],[\"monaco.editor.iviewzone\",{\"_index\":1296,\"name\":{},\"parent\":{\"2390\":{},\"2391\":{},\"2392\":{},\"2393\":{},\"2394\":{},\"2395\":{},\"2396\":{},\"2397\":{},\"2398\":{},\"2399\":{},\"2400\":{}}}],[\"monaco.editor.iviewzonechangeaccessor\",{\"_index\":1309,\"name\":{},\"parent\":{\"2402\":{},\"2403\":{},\"2404\":{}}}],[\"monaco.editor.iwebworkeroptions\",{\"_index\":379,\"name\":{},\"parent\":{\"446\":{},\"447\":{},\"448\":{},\"449\":{},\"450\":{}}}],[\"monaco.editor.iwordatposition\",{\"_index\":727,\"name\":{},\"parent\":{\"1013\":{},\"1014\":{},\"1015\":{}}}],[\"monaco.editor.linerange\",{\"_index\":913,\"name\":{},\"parent\":{\"1231\":{},\"1232\":{},\"1233\":{},\"1234\":{},\"1235\":{},\"1236\":{},\"1237\":{},\"1238\":{}}}],[\"monaco.editor.linerangemapping\",{\"_index\":908,\"name\":{},\"parent\":{\"1225\":{},\"1226\":{},\"1227\":{},\"1228\":{},\"1229\":{}}}],[\"monaco.editor.minimapposition\",{\"_index\":736,\"name\":{},\"parent\":{\"1022\":{},\"1023\":{}}}],[\"monaco.editor.monacowebworker\",{\"_index\":374,\"name\":{},\"parent\":{\"442\":{},\"443\":{},\"444\":{}}}],[\"monaco.editor.mousetargettype\",{\"_index\":1335,\"name\":{},\"parent\":{\"2433\":{},\"2434\":{},\"2435\":{},\"2436\":{},\"2437\":{},\"2438\":{},\"2439\":{},\"2440\":{},\"2441\":{},\"2442\":{},\"2443\":{},\"2444\":{},\"2445\":{},\"2446\":{}}}],[\"monaco.editor.overlaywidgetpositionpreference\",{\"_index\":1327,\"name\":{},\"parent\":{\"2423\":{},\"2424\":{},\"2425\":{}}}],[\"monaco.editor.overviewrulerlane\",{\"_index\":730,\"name\":{},\"parent\":{\"1017\":{},\"1018\":{},\"1019\":{},\"1020\":{}}}],[\"monaco.editor.overviewrulerposition\",{\"_index\":1107,\"name\":{},\"parent\":{\"1771\":{},\"1772\":{},\"1773\":{},\"1774\":{}}}],[\"monaco.editor.positionaffinity\",{\"_index\":877,\"name\":{},\"parent\":{\"1189\":{},\"1190\":{},\"1191\":{},\"1192\":{},\"1193\":{}}}],[\"monaco.editor.rangemapping\",{\"_index\":918,\"name\":{},\"parent\":{\"1240\":{},\"1241\":{},\"1242\":{},\"1243\":{}}}],[\"monaco.editor.renderlinenumberstype\",{\"_index\":1171,\"name\":{},\"parent\":{\"1846\":{},\"1847\":{},\"1848\":{},\"1849\":{},\"1850\":{}}}],[\"monaco.editor.renderminimap\",{\"_index\":1110,\"name\":{},\"parent\":{\"1776\":{},\"1777\":{},\"1778\":{}}}],[\"monaco.editor.scrollbarvisibility\",{\"_index\":716,\"name\":{},\"parent\":{\"1003\":{},\"1004\":{},\"1005\":{}}}],[\"monaco.editor.scrolltype\",{\"_index\":976,\"name\":{},\"parent\":{\"1298\":{},\"1299\":{}}}],[\"monaco.editor.texteditorcursorblinkingstyle\",{\"_index\":1067,\"name\":{},\"parent\":{\"1733\":{},\"1734\":{},\"1735\":{},\"1736\":{},\"1737\":{},\"1738\":{}}}],[\"monaco.editor.texteditorcursorstyle\",{\"_index\":1074,\"name\":{},\"parent\":{\"1740\":{},\"1741\":{},\"1742\":{},\"1743\":{},\"1744\":{},\"1745\":{}}}],[\"monaco.editor.textmodelresolvedoptions\",{\"_index\":798,\"name\":{},\"parent\":{\"1095\":{},\"1096\":{},\"1097\":{},\"1098\":{},\"1099\":{},\"1100\":{},\"1101\":{},\"1102\":{},\"1103\":{}}}],[\"monaco.editor.themecolor\",{\"_index\":720,\"name\":{},\"parent\":{\"1007\":{}}}],[\"monaco.editor.trackedrangestickiness\",{\"_index\":816,\"name\":{},\"parent\":{\"1119\":{},\"1120\":{},\"1121\":{},\"1122\":{}}}],[\"monaco.editor.wrappingindent\",{\"_index\":1265,\"name\":{},\"parent\":{\"1952\":{},\"1953\":{},\"1954\":{},\"1955\":{}}}],[\"monaco.emitter\",{\"_index\":15,\"name\":{},\"parent\":{\"12\":{},\"13\":{},\"14\":{},\"15\":{}}}],[\"monaco.environment\",{\"_index\":5,\"name\":{},\"parent\":{\"4\":{},\"5\":{},\"6\":{},\"7\":{}}}],[\"monaco.idisposable\",{\"_index\":11,\"name\":{},\"parent\":{\"9\":{}}}],[\"monaco.ikeyboardevent\",{\"_index\":205,\"name\":{},\"parent\":{\"203\":{},\"204\":{},\"205\":{},\"206\":{},\"207\":{},\"208\":{},\"209\":{},\"210\":{},\"211\":{},\"212\":{},\"213\":{},\"214\":{},\"215\":{}}}],[\"monaco.imarkdownstring\",{\"_index\":193,\"name\":{},\"parent\":{\"193\":{},\"194\":{},\"195\":{},\"196\":{},\"197\":{},\"198\":{},\"199\":{}}}],[\"monaco.imouseevent\",{\"_index\":218,\"name\":{},\"parent\":{\"217\":{},\"218\":{},\"219\":{},\"220\":{},\"221\":{},\"222\":{},\"223\":{},\"224\":{},\"225\":{},\"226\":{},\"227\":{},\"228\":{},\"229\":{},\"230\":{},\"231\":{},\"232\":{}}}],[\"monaco.iposition\",{\"_index\":239,\"name\":{},\"parent\":{\"243\":{},\"244\":{}}}],[\"monaco.irange\",{\"_index\":252,\"name\":{},\"parent\":{\"263\":{},\"264\":{},\"265\":{},\"266\":{}}}],[\"monaco.iscrollevent\",{\"_index\":229,\"name\":{},\"parent\":{\"234\":{},\"235\":{},\"236\":{},\"237\":{},\"238\":{},\"239\":{},\"240\":{},\"241\":{}}}],[\"monaco.iselection\",{\"_index\":280,\"name\":{},\"parent\":{\"309\":{},\"310\":{},\"311\":{},\"312\":{}}}],[\"monaco.keycode\",{\"_index\":57,\"name\":{},\"parent\":{\"56\":{},\"57\":{},\"58\":{},\"59\":{},\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"68\":{},\"69\":{},\"70\":{},\"71\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{},\"76\":{},\"77\":{},\"78\":{},\"79\":{},\"80\":{},\"81\":{},\"82\":{},\"83\":{},\"84\":{},\"85\":{},\"86\":{},\"87\":{},\"88\":{},\"89\":{},\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"94\":{},\"95\":{},\"96\":{},\"97\":{},\"98\":{},\"99\":{},\"100\":{},\"101\":{},\"102\":{},\"103\":{},\"104\":{},\"105\":{},\"106\":{},\"107\":{},\"108\":{},\"109\":{},\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"124\":{},\"125\":{},\"126\":{},\"127\":{},\"128\":{},\"129\":{},\"130\":{},\"131\":{},\"132\":{},\"133\":{},\"134\":{},\"135\":{},\"136\":{},\"137\":{},\"138\":{},\"139\":{},\"140\":{},\"141\":{},\"142\":{},\"143\":{},\"144\":{},\"145\":{},\"146\":{},\"147\":{},\"148\":{},\"149\":{},\"150\":{},\"151\":{},\"152\":{},\"153\":{},\"154\":{},\"155\":{},\"156\":{},\"157\":{},\"158\":{},\"159\":{},\"160\":{},\"161\":{},\"162\":{},\"163\":{},\"164\":{},\"165\":{},\"166\":{},\"167\":{},\"168\":{},\"169\":{},\"170\":{},\"171\":{},\"172\":{},\"173\":{},\"174\":{},\"175\":{},\"176\":{},\"177\":{},\"178\":{},\"179\":{},\"180\":{},\"181\":{},\"182\":{},\"183\":{},\"184\":{}}}],[\"monaco.keymod\",{\"_index\":188,\"name\":{},\"parent\":{\"186\":{},\"187\":{},\"188\":{},\"189\":{},\"190\":{},\"191\":{}}}],[\"monaco.languages\",{\"_index\":1426,\"name\":{},\"parent\":{\"2910\":{},\"2911\":{},\"2912\":{},\"2913\":{},\"2914\":{},\"2915\":{},\"2916\":{},\"2917\":{},\"2918\":{},\"2919\":{},\"2920\":{},\"2921\":{},\"2922\":{},\"2923\":{},\"2924\":{},\"2925\":{},\"2926\":{},\"2927\":{},\"2928\":{},\"2929\":{},\"2930\":{},\"2931\":{},\"2932\":{},\"2933\":{},\"2934\":{},\"2935\":{},\"2936\":{},\"2937\":{},\"2938\":{},\"2939\":{},\"2940\":{},\"2941\":{},\"2942\":{},\"2943\":{},\"2944\":{},\"2947\":{},\"2948\":{},\"2955\":{},\"2958\":{},\"2961\":{},\"2964\":{},\"2966\":{},\"2969\":{},\"2973\":{},\"2977\":{},\"2980\":{},\"2983\":{},\"2986\":{},\"3000\":{},\"3005\":{},\"3008\":{},\"3011\":{},\"3016\":{},\"3019\":{},\"3020\":{},\"3023\":{},\"3027\":{},\"3032\":{},\"3036\":{},\"3039\":{},\"3040\":{},\"3043\":{},\"3045\":{},\"3074\":{},\"3078\":{},\"3080\":{},\"3084\":{},\"3087\":{},\"3102\":{},\"3106\":{},\"3110\":{},\"3113\":{},\"3117\":{},\"3120\":{},\"3123\":{},\"3128\":{},\"3135\":{},\"3138\":{},\"3142\":{},\"3150\":{},\"3153\":{},\"3156\":{},\"3159\":{},\"3164\":{},\"3168\":{},\"3171\":{},\"3175\":{},\"3180\":{},\"3184\":{},\"3188\":{},\"3191\":{},\"3193\":{},\"3195\":{},\"3198\":{},\"3200\":{},\"3202\":{},\"3205\":{},\"3210\":{},\"3211\":{},\"3213\":{},\"3215\":{},\"3217\":{},\"3219\":{},\"3246\":{},\"3248\":{},\"3257\":{},\"3260\":{},\"3264\":{},\"3267\":{},\"3270\":{},\"3273\":{},\"3276\":{},\"3280\":{},\"3283\":{},\"3286\":{},\"3291\":{},\"3295\":{},\"3298\":{},\"3301\":{},\"3303\":{},\"3305\":{},\"3306\":{},\"3309\":{},\"3313\":{},\"3319\":{},\"3323\":{},\"3333\":{},\"3338\":{},\"3343\":{},\"3345\":{},\"3347\":{},\"3350\":{},\"3353\":{},\"3358\":{},\"3362\":{},\"3365\":{},\"3369\":{},\"3372\":{},\"3377\":{},\"3385\":{},\"3388\":{},\"3393\":{},\"3396\":{},\"3399\":{},\"3403\":{},\"3406\":{},\"3411\":{},\"3414\":{},\"3423\":{},\"3433\":{},\"3434\":{},\"3435\":{},\"3439\":{},\"3440\":{},\"3441\":{},\"3451\":{},\"3452\":{},\"3456\":{},\"3567\":{},\"3650\":{},\"3680\":{}}}],[\"monaco.languages.codeaction\",{\"_index\":1645,\"name\":{},\"parent\":{\"3143\":{},\"3144\":{},\"3145\":{},\"3146\":{},\"3147\":{},\"3148\":{},\"3149\":{}}}],[\"monaco.languages.codeactioncontext\",{\"_index\":1489,\"name\":{},\"parent\":{\"2974\":{},\"2975\":{},\"2976\":{}}}],[\"monaco.languages.codeactionlist\",{\"_index\":1653,\"name\":{},\"parent\":{\"3154\":{},\"3155\":{}}}],[\"monaco.languages.codeactionprovider\",{\"_index\":1493,\"name\":{},\"parent\":{\"2978\":{},\"2979\":{}}}],[\"monaco.languages.codeactionprovidermetadata\",{\"_index\":1497,\"name\":{},\"parent\":{\"2981\":{},\"2982\":{}}}],[\"monaco.languages.codeactiontriggertype\",{\"_index\":1650,\"name\":{},\"parent\":{\"3151\":{},\"3152\":{}}}],[\"monaco.languages.codelens\",{\"_index\":1826,\"name\":{},\"parent\":{\"3359\":{},\"3360\":{},\"3361\":{}}}],[\"monaco.languages.codelenslist\",{\"_index\":1829,\"name\":{},\"parent\":{\"3363\":{},\"3364\":{}}}],[\"monaco.languages.codelensprovider\",{\"_index\":1831,\"name\":{},\"parent\":{\"3366\":{},\"3367\":{},\"3368\":{}}}],[\"monaco.languages.command\",{\"_index\":1824,\"name\":{},\"parent\":{\"3354\":{},\"3355\":{},\"3356\":{},\"3357\":{}}}],[\"monaco.languages.commentrule\",{\"_index\":1501,\"name\":{},\"parent\":{\"2984\":{},\"2985\":{}}}],[\"monaco.languages.completioncontext\",{\"_index\":1616,\"name\":{},\"parent\":{\"3111\":{},\"3112\":{}}}],[\"monaco.languages.completionitem\",{\"_index\":1596,\"name\":{},\"parent\":{\"3088\":{},\"3089\":{},\"3090\":{},\"3091\":{},\"3092\":{},\"3093\":{},\"3094\":{},\"3095\":{},\"3096\":{},\"3097\":{},\"3098\":{},\"3099\":{},\"3100\":{},\"3101\":{}}}],[\"monaco.languages.completioniteminserttextrule\",{\"_index\":1589,\"name\":{},\"parent\":{\"3081\":{},\"3082\":{},\"3083\":{}}}],[\"monaco.languages.completionitemkind\",{\"_index\":1561,\"name\":{},\"parent\":{\"3046\":{},\"3047\":{},\"3048\":{},\"3049\":{},\"3050\":{},\"3051\":{},\"3052\":{},\"3053\":{},\"3054\":{},\"3055\":{},\"3056\":{},\"3057\":{},\"3058\":{},\"3059\":{},\"3060\":{},\"3061\":{},\"3062\":{},\"3063\":{},\"3064\":{},\"3065\":{},\"3066\":{},\"3067\":{},\"3068\":{},\"3069\":{},\"3070\":{},\"3071\":{},\"3072\":{},\"3073\":{}}}],[\"monaco.languages.completionitemlabel\",{\"_index\":1584,\"name\":{},\"parent\":{\"3075\":{},\"3076\":{},\"3077\":{}}}],[\"monaco.languages.completionitemprovider\",{\"_index\":1619,\"name\":{},\"parent\":{\"3114\":{},\"3115\":{},\"3116\":{}}}],[\"monaco.languages.completionitemranges\",{\"_index\":1593,\"name\":{},\"parent\":{\"3085\":{},\"3086\":{}}}],[\"monaco.languages.completionitemtag\",{\"_index\":1587,\"name\":{},\"parent\":{\"3079\":{}}}],[\"monaco.languages.completionlist\",{\"_index\":1607,\"name\":{},\"parent\":{\"3103\":{},\"3104\":{},\"3105\":{}}}],[\"monaco.languages.completiontriggerkind\",{\"_index\":1611,\"name\":{},\"parent\":{\"3107\":{},\"3108\":{},\"3109\":{}}}],[\"monaco.languages.css\",{\"_index\":1912,\"name\":{},\"parent\":{\"3457\":{},\"3464\":{},\"3488\":{},\"3502\":{},\"3511\":{},\"3512\":{},\"3513\":{},\"3514\":{},\"3515\":{},\"3519\":{},\"3525\":{},\"3526\":{},\"3529\":{},\"3539\":{},\"3545\":{},\"3551\":{},\"3557\":{},\"3563\":{},\"3566\":{}}}],[\"monaco.languages.css.cssdataconfiguration\",{\"_index\":1967,\"name\":{},\"parent\":{\"3516\":{},\"3517\":{},\"3518\":{}}}],[\"monaco.languages.css.cssdatav1\",{\"_index\":1970,\"name\":{},\"parent\":{\"3520\":{},\"3521\":{},\"3522\":{},\"3523\":{},\"3524\":{}}}],[\"monaco.languages.css.cssformatconfiguration\",{\"_index\":1914,\"name\":{},\"parent\":{\"3458\":{},\"3459\":{},\"3460\":{},\"3461\":{},\"3462\":{},\"3463\":{}}}],[\"monaco.languages.css.iatdirectivedata\",{\"_index\":1987,\"name\":{},\"parent\":{\"3540\":{},\"3541\":{},\"3542\":{},\"3543\":{},\"3544\":{}}}],[\"monaco.languages.css.ipropertydata\",{\"_index\":1979,\"name\":{},\"parent\":{\"3530\":{},\"3531\":{},\"3532\":{},\"3533\":{},\"3534\":{},\"3535\":{},\"3536\":{},\"3537\":{},\"3538\":{}}}],[\"monaco.languages.css.ipseudoclassdata\",{\"_index\":1989,\"name\":{},\"parent\":{\"3546\":{},\"3547\":{},\"3548\":{},\"3549\":{},\"3550\":{}}}],[\"monaco.languages.css.ipseudoelementdata\",{\"_index\":1991,\"name\":{},\"parent\":{\"3552\":{},\"3553\":{},\"3554\":{},\"3555\":{},\"3556\":{}}}],[\"monaco.languages.css.ireference\",{\"_index\":1977,\"name\":{},\"parent\":{\"3527\":{},\"3528\":{}}}],[\"monaco.languages.css.ivaluedata\",{\"_index\":1993,\"name\":{},\"parent\":{\"3558\":{},\"3559\":{},\"3560\":{},\"3561\":{},\"3562\":{}}}],[\"monaco.languages.css.languageservicedefaults\",{\"_index\":1957,\"name\":{},\"parent\":{\"3503\":{},\"3504\":{},\"3505\":{},\"3506\":{},\"3507\":{},\"3508\":{},\"3509\":{},\"3510\":{}}}],[\"monaco.languages.css.markupcontent\",{\"_index\":1995,\"name\":{},\"parent\":{\"3564\":{},\"3565\":{}}}],[\"monaco.languages.css.modeconfiguration\",{\"_index\":1945,\"name\":{},\"parent\":{\"3489\":{},\"3490\":{},\"3491\":{},\"3492\":{},\"3493\":{},\"3494\":{},\"3495\":{},\"3496\":{},\"3497\":{},\"3498\":{},\"3499\":{},\"3500\":{},\"3501\":{}}}],[\"monaco.languages.css.options\",{\"_index\":1921,\"name\":{},\"parent\":{\"3465\":{},\"3466\":{},\"3467\":{},\"3486\":{},\"3487\":{}}}],[\"monaco.languages.css.options.__type\",{\"_index\":1924,\"name\":{},\"parent\":{\"3468\":{},\"3469\":{},\"3470\":{},\"3471\":{},\"3472\":{},\"3473\":{},\"3474\":{},\"3475\":{},\"3476\":{},\"3477\":{},\"3478\":{},\"3479\":{},\"3480\":{},\"3481\":{},\"3482\":{},\"3483\":{},\"3484\":{},\"3485\":{}}}],[\"monaco.languages.declarationprovider\",{\"_index\":1710,\"name\":{},\"parent\":{\"3214\":{}}}],[\"monaco.languages.definitionprovider\",{\"_index\":1707,\"name\":{},\"parent\":{\"3212\":{}}}],[\"monaco.languages.documentcolorprovider\",{\"_index\":1775,\"name\":{},\"parent\":{\"3299\":{},\"3300\":{}}}],[\"monaco.languages.documentformattingeditprovider\",{\"_index\":1744,\"name\":{},\"parent\":{\"3268\":{},\"3269\":{}}}],[\"monaco.languages.documenthighlight\",{\"_index\":1682,\"name\":{},\"parent\":{\"3189\":{},\"3190\":{}}}],[\"monaco.languages.documenthighlightkind\",{\"_index\":1679,\"name\":{},\"parent\":{\"3185\":{},\"3186\":{},\"3187\":{}}}],[\"monaco.languages.documenthighlightprovider\",{\"_index\":1685,\"name\":{},\"parent\":{\"3192\":{}}}],[\"monaco.languages.documentrangeformattingeditprovider\",{\"_index\":1747,\"name\":{},\"parent\":{\"3271\":{},\"3272\":{}}}],[\"monaco.languages.documentrangesemantictokensprovider\",{\"_index\":1871,\"name\":{},\"parent\":{\"3412\":{},\"3413\":{}}}],[\"monaco.languages.documentsemantictokensprovider\",{\"_index\":1866,\"name\":{},\"parent\":{\"3407\":{},\"3408\":{},\"3409\":{},\"3410\":{}}}],[\"monaco.languages.documentsymbol\",{\"_index\":1731,\"name\":{},\"parent\":{\"3249\":{},\"3250\":{},\"3251\":{},\"3252\":{},\"3253\":{},\"3254\":{},\"3255\":{},\"3256\":{}}}],[\"monaco.languages.documentsymbolprovider\",{\"_index\":1737,\"name\":{},\"parent\":{\"3258\":{},\"3259\":{}}}],[\"monaco.languages.encodedtokensprovider\",{\"_index\":1485,\"name\":{},\"parent\":{\"2970\":{},\"2971\":{},\"2972\":{}}}],[\"monaco.languages.enteraction\",{\"_index\":1548,\"name\":{},\"parent\":{\"3033\":{},\"3034\":{},\"3035\":{}}}],[\"monaco.languages.foldingmarkers\",{\"_index\":1523,\"name\":{},\"parent\":{\"3006\":{},\"3007\":{}}}],[\"monaco.languages.foldingrange\",{\"_index\":1786,\"name\":{},\"parent\":{\"3310\":{},\"3311\":{},\"3312\":{}}}],[\"monaco.languages.foldingrangekind\",{\"_index\":1789,\"name\":{},\"parent\":{\"3314\":{},\"3315\":{},\"3316\":{},\"3317\":{},\"3318\":{}}}],[\"monaco.languages.foldingrangeprovider\",{\"_index\":1783,\"name\":{},\"parent\":{\"3307\":{},\"3308\":{}}}],[\"monaco.languages.foldingrules\",{\"_index\":1526,\"name\":{},\"parent\":{\"3009\":{},\"3010\":{}}}],[\"monaco.languages.formattingoptions\",{\"_index\":1742,\"name\":{},\"parent\":{\"3265\":{},\"3266\":{}}}],[\"monaco.languages.hover\",{\"_index\":1555,\"name\":{},\"parent\":{\"3041\":{},\"3042\":{}}}],[\"monaco.languages.hoverprovider\",{\"_index\":1558,\"name\":{},\"parent\":{\"3044\":{}}}],[\"monaco.languages.html\",{\"_index\":1999,\"name\":{},\"parent\":{\"3568\":{},\"3569\":{},\"3582\":{},\"3583\":{},\"3587\":{},\"3600\":{},\"3607\":{},\"3608\":{},\"3609\":{},\"3610\":{},\"3611\":{},\"3612\":{},\"3613\":{},\"3616\":{},\"3620\":{},\"3625\":{},\"3628\":{},\"3633\":{},\"3639\":{},\"3643\":{},\"3646\":{},\"3649\":{}}}],[\"monaco.languages.html.htmldataconfiguration\",{\"_index\":2024,\"name\":{},\"parent\":{\"3617\":{},\"3618\":{},\"3619\":{}}}],[\"monaco.languages.html.htmldatav1\",{\"_index\":2026,\"name\":{},\"parent\":{\"3621\":{},\"3622\":{},\"3623\":{},\"3624\":{}}}],[\"monaco.languages.html.htmlformatconfiguration\",{\"_index\":2001,\"name\":{},\"parent\":{\"3570\":{},\"3571\":{},\"3572\":{},\"3573\":{},\"3574\":{},\"3575\":{},\"3576\":{},\"3577\":{},\"3578\":{},\"3579\":{},\"3580\":{},\"3581\":{}}}],[\"monaco.languages.html.iattributedata\",{\"_index\":2034,\"name\":{},\"parent\":{\"3634\":{},\"3635\":{},\"3636\":{},\"3637\":{},\"3638\":{}}}],[\"monaco.languages.html.ireference\",{\"_index\":2029,\"name\":{},\"parent\":{\"3626\":{},\"3627\":{}}}],[\"monaco.languages.html.itagdata\",{\"_index\":2031,\"name\":{},\"parent\":{\"3629\":{},\"3630\":{},\"3631\":{},\"3632\":{}}}],[\"monaco.languages.html.ivaluedata\",{\"_index\":2036,\"name\":{},\"parent\":{\"3640\":{},\"3641\":{},\"3642\":{}}}],[\"monaco.languages.html.ivalueset\",{\"_index\":2038,\"name\":{},\"parent\":{\"3644\":{},\"3645\":{}}}],[\"monaco.languages.html.languageservicedefaults\",{\"_index\":2013,\"name\":{},\"parent\":{\"3601\":{},\"3602\":{},\"3603\":{},\"3604\":{},\"3605\":{},\"3606\":{}}}],[\"monaco.languages.html.languageserviceregistration\",{\"_index\":2022,\"name\":{},\"parent\":{\"3614\":{},\"3615\":{}}}],[\"monaco.languages.html.markupcontent\",{\"_index\":2039,\"name\":{},\"parent\":{\"3647\":{},\"3648\":{}}}],[\"monaco.languages.html.modeconfiguration\",{\"_index\":2012,\"name\":{},\"parent\":{\"3588\":{},\"3589\":{},\"3590\":{},\"3591\":{},\"3592\":{},\"3593\":{},\"3594\":{},\"3595\":{},\"3596\":{},\"3597\":{},\"3598\":{},\"3599\":{}}}],[\"monaco.languages.html.options\",{\"_index\":2011,\"name\":{},\"parent\":{\"3584\":{},\"3585\":{},\"3586\":{}}}],[\"monaco.languages.iautoclosingpair\",{\"_index\":1539,\"name\":{},\"parent\":{\"3021\":{},\"3022\":{}}}],[\"monaco.languages.iautoclosingpairconditional\",{\"_index\":1542,\"name\":{},\"parent\":{\"3024\":{},\"3025\":{},\"3026\":{}}}],[\"monaco.languages.icolor\",{\"_index\":1765,\"name\":{},\"parent\":{\"3287\":{},\"3288\":{},\"3289\":{},\"3290\":{}}}],[\"monaco.languages.icolorinformation\",{\"_index\":1772,\"name\":{},\"parent\":{\"3296\":{},\"3297\":{}}}],[\"monaco.languages.icolorpresentation\",{\"_index\":1770,\"name\":{},\"parent\":{\"3292\":{},\"3293\":{},\"3294\":{}}}],[\"monaco.languages.idoccomment\",{\"_index\":1535,\"name\":{},\"parent\":{\"3017\":{},\"3018\":{}}}],[\"monaco.languages.iencodedlinetokens\",{\"_index\":1478,\"name\":{},\"parent\":{\"2962\":{},\"2963\":{}}}],[\"monaco.languages.iexpandedmonarchlanguageaction\",{\"_index\":1900,\"name\":{},\"parent\":{\"3442\":{},\"3443\":{},\"3444\":{},\"3445\":{},\"3446\":{},\"3447\":{},\"3448\":{},\"3449\":{},\"3450\":{}}}],[\"monaco.languages.iexpandedmonarchlanguagerule\",{\"_index\":1894,\"name\":{},\"parent\":{\"3436\":{},\"3437\":{},\"3438\":{}}}],[\"monaco.languages.ilanguageextensionpoint\",{\"_index\":1874,\"name\":{},\"parent\":{\"3415\":{},\"3416\":{},\"3417\":{},\"3418\":{},\"3419\":{},\"3420\":{},\"3421\":{},\"3422\":{}}}],[\"monaco.languages.ilinetokens\",{\"_index\":1475,\"name\":{},\"parent\":{\"2959\":{},\"2960\":{}}}],[\"monaco.languages.ilink\",{\"_index\":1754,\"name\":{},\"parent\":{\"3277\":{},\"3278\":{},\"3279\":{}}}],[\"monaco.languages.ilinkslist\",{\"_index\":1758,\"name\":{},\"parent\":{\"3281\":{},\"3282\":{}}}],[\"monaco.languages.imonarchlanguage\",{\"_index\":1884,\"name\":{},\"parent\":{\"3424\":{},\"3425\":{},\"3426\":{},\"3427\":{},\"3428\":{},\"3429\":{},\"3430\":{},\"3431\":{},\"3432\":{}}}],[\"monaco.languages.imonarchlanguagebracket\",{\"_index\":1909,\"name\":{},\"parent\":{\"3453\":{},\"3454\":{},\"3455\":{}}}],[\"monaco.languages.implementationprovider\",{\"_index\":1713,\"name\":{},\"parent\":{\"3216\":{}}}],[\"monaco.languages.indentaction\",{\"_index\":1544,\"name\":{},\"parent\":{\"3028\":{},\"3029\":{},\"3030\":{},\"3031\":{}}}],[\"monaco.languages.indentationrule\",{\"_index\":1517,\"name\":{},\"parent\":{\"3001\":{},\"3002\":{},\"3003\":{},\"3004\":{}}}],[\"monaco.languages.inlayhint\",{\"_index\":1840,\"name\":{},\"parent\":{\"3378\":{},\"3379\":{},\"3380\":{},\"3381\":{},\"3382\":{},\"3383\":{},\"3384\":{}}}],[\"monaco.languages.inlayhintkind\",{\"_index\":1835,\"name\":{},\"parent\":{\"3370\":{},\"3371\":{}}}],[\"monaco.languages.inlayhintlabelpart\",{\"_index\":1838,\"name\":{},\"parent\":{\"3373\":{},\"3374\":{},\"3375\":{},\"3376\":{}}}],[\"monaco.languages.inlayhintlist\",{\"_index\":1846,\"name\":{},\"parent\":{\"3386\":{},\"3387\":{}}}],[\"monaco.languages.inlayhintsprovider\",{\"_index\":1848,\"name\":{},\"parent\":{\"3389\":{},\"3390\":{},\"3391\":{},\"3392\":{}}}],[\"monaco.languages.inlinecompletion\",{\"_index\":1632,\"name\":{},\"parent\":{\"3129\":{},\"3130\":{},\"3131\":{},\"3132\":{},\"3133\":{},\"3134\":{}}}],[\"monaco.languages.inlinecompletioncontext\",{\"_index\":1626,\"name\":{},\"parent\":{\"3121\":{},\"3122\":{}}}],[\"monaco.languages.inlinecompletions\",{\"_index\":1636,\"name\":{},\"parent\":{\"3136\":{},\"3137\":{}}}],[\"monaco.languages.inlinecompletionsprovider\",{\"_index\":1640,\"name\":{},\"parent\":{\"3139\":{},\"3140\":{},\"3141\":{}}}],[\"monaco.languages.inlinecompletiontriggerkind\",{\"_index\":1624,\"name\":{},\"parent\":{\"3118\":{},\"3119\":{}}}],[\"monaco.languages.irelativepattern\",{\"_index\":1461,\"name\":{},\"parent\":{\"2945\":{},\"2946\":{}}}],[\"monaco.languages.istate\",{\"_index\":1552,\"name\":{},\"parent\":{\"3037\":{},\"3038\":{}}}],[\"monaco.languages.itoken\",{\"_index\":1471,\"name\":{},\"parent\":{\"2956\":{},\"2957\":{}}}],[\"monaco.languages.iworkspacefileedit\",{\"_index\":1807,\"name\":{},\"parent\":{\"3334\":{},\"3335\":{},\"3336\":{},\"3337\":{}}}],[\"monaco.languages.iworkspacetextedit\",{\"_index\":1811,\"name\":{},\"parent\":{\"3339\":{},\"3340\":{},\"3341\":{},\"3342\":{}}}],[\"monaco.languages.json\",{\"_index\":2041,\"name\":{},\"parent\":{\"3651\":{},\"3660\":{},\"3661\":{},\"3672\":{},\"3679\":{}}}],[\"monaco.languages.json.diagnosticsoptions\",{\"_index\":2042,\"name\":{},\"parent\":{\"3652\":{},\"3653\":{},\"3654\":{},\"3655\":{},\"3656\":{},\"3657\":{},\"3658\":{},\"3659\":{}}}],[\"monaco.languages.json.languageservicedefaults\",{\"_index\":2051,\"name\":{},\"parent\":{\"3673\":{},\"3674\":{},\"3675\":{},\"3676\":{},\"3677\":{},\"3678\":{}}}],[\"monaco.languages.json.modeconfiguration\",{\"_index\":2050,\"name\":{},\"parent\":{\"3662\":{},\"3663\":{},\"3664\":{},\"3665\":{},\"3666\":{},\"3667\":{},\"3668\":{},\"3669\":{},\"3670\":{},\"3671\":{}}}],[\"monaco.languages.languageconfiguration\",{\"_index\":1504,\"name\":{},\"parent\":{\"2987\":{},\"2988\":{},\"2989\":{},\"2990\":{},\"2991\":{},\"2992\":{},\"2993\":{},\"2994\":{},\"2995\":{},\"2996\":{},\"2997\":{},\"2998\":{}}}],[\"monaco.languages.languageconfiguration.__type\",{\"_index\":1514,\"name\":{},\"parent\":{\"2999\":{}}}],[\"monaco.languages.languagefilter\",{\"_index\":1465,\"name\":{},\"parent\":{\"2949\":{},\"2950\":{},\"2951\":{},\"2952\":{},\"2953\":{},\"2954\":{}}}],[\"monaco.languages.linkededitingrangeprovider\",{\"_index\":1688,\"name\":{},\"parent\":{\"3194\":{}}}],[\"monaco.languages.linkededitingranges\",{\"_index\":1691,\"name\":{},\"parent\":{\"3196\":{},\"3197\":{}}}],[\"monaco.languages.linkprovider\",{\"_index\":1761,\"name\":{},\"parent\":{\"3284\":{},\"3285\":{}}}],[\"monaco.languages.location\",{\"_index\":1699,\"name\":{},\"parent\":{\"3203\":{},\"3204\":{}}}],[\"monaco.languages.locationlink\",{\"_index\":1702,\"name\":{},\"parent\":{\"3206\":{},\"3207\":{},\"3208\":{},\"3209\":{}}}],[\"monaco.languages.onenterrule\",{\"_index\":1529,\"name\":{},\"parent\":{\"3012\":{},\"3013\":{},\"3014\":{},\"3015\":{}}}],[\"monaco.languages.ontypeformattingeditprovider\",{\"_index\":1751,\"name\":{},\"parent\":{\"3274\":{},\"3275\":{}}}],[\"monaco.languages.parameterinformation\",{\"_index\":1655,\"name\":{},\"parent\":{\"3157\":{},\"3158\":{}}}],[\"monaco.languages.referencecontext\",{\"_index\":1694,\"name\":{},\"parent\":{\"3199\":{}}}],[\"monaco.languages.referenceprovider\",{\"_index\":1697,\"name\":{},\"parent\":{\"3201\":{}}}],[\"monaco.languages.rejection\",{\"_index\":1817,\"name\":{},\"parent\":{\"3346\":{}}}],[\"monaco.languages.renamelocation\",{\"_index\":1819,\"name\":{},\"parent\":{\"3348\":{},\"3349\":{}}}],[\"monaco.languages.renameprovider\",{\"_index\":1822,\"name\":{},\"parent\":{\"3351\":{},\"3352\":{}}}],[\"monaco.languages.selectedsuggestioninfo\",{\"_index\":1628,\"name\":{},\"parent\":{\"3124\":{},\"3125\":{},\"3126\":{},\"3127\":{}}}],[\"monaco.languages.selectionrange\",{\"_index\":1777,\"name\":{},\"parent\":{\"3302\":{}}}],[\"monaco.languages.selectionrangeprovider\",{\"_index\":1780,\"name\":{},\"parent\":{\"3304\":{}}}],[\"monaco.languages.semantictokens\",{\"_index\":1858,\"name\":{},\"parent\":{\"3397\":{},\"3398\":{}}}],[\"monaco.languages.semantictokensedit\",{\"_index\":1861,\"name\":{},\"parent\":{\"3400\":{},\"3401\":{},\"3402\":{}}}],[\"monaco.languages.semantictokensedits\",{\"_index\":1864,\"name\":{},\"parent\":{\"3404\":{},\"3405\":{}}}],[\"monaco.languages.semantictokenslegend\",{\"_index\":1854,\"name\":{},\"parent\":{\"3394\":{},\"3395\":{}}}],[\"monaco.languages.signaturehelp\",{\"_index\":1662,\"name\":{},\"parent\":{\"3165\":{},\"3166\":{},\"3167\":{}}}],[\"monaco.languages.signaturehelpcontext\",{\"_index\":1670,\"name\":{},\"parent\":{\"3176\":{},\"3177\":{},\"3178\":{},\"3179\":{}}}],[\"monaco.languages.signaturehelpprovider\",{\"_index\":1675,\"name\":{},\"parent\":{\"3181\":{},\"3182\":{},\"3183\":{}}}],[\"monaco.languages.signaturehelpresult\",{\"_index\":1665,\"name\":{},\"parent\":{\"3169\":{},\"3170\":{}}}],[\"monaco.languages.signaturehelptriggerkind\",{\"_index\":1667,\"name\":{},\"parent\":{\"3172\":{},\"3173\":{},\"3174\":{}}}],[\"monaco.languages.signatureinformation\",{\"_index\":1657,\"name\":{},\"parent\":{\"3160\":{},\"3161\":{},\"3162\":{},\"3163\":{}}}],[\"monaco.languages.symbolkind\",{\"_index\":1718,\"name\":{},\"parent\":{\"3220\":{},\"3221\":{},\"3222\":{},\"3223\":{},\"3224\":{},\"3225\":{},\"3226\":{},\"3227\":{},\"3228\":{},\"3229\":{},\"3230\":{},\"3231\":{},\"3232\":{},\"3233\":{},\"3234\":{},\"3235\":{},\"3236\":{},\"3237\":{},\"3238\":{},\"3239\":{},\"3240\":{},\"3241\":{},\"3242\":{},\"3243\":{},\"3244\":{},\"3245\":{}}}],[\"monaco.languages.symboltag\",{\"_index\":1729,\"name\":{},\"parent\":{\"3247\":{}}}],[\"monaco.languages.textedit\",{\"_index\":1740,\"name\":{},\"parent\":{\"3261\":{},\"3262\":{},\"3263\":{}}}],[\"monaco.languages.tokensprovider\",{\"_index\":1483,\"name\":{},\"parent\":{\"2967\":{},\"2968\":{}}}],[\"monaco.languages.tokensproviderfactory\",{\"_index\":1480,\"name\":{},\"parent\":{\"2965\":{}}}],[\"monaco.languages.typedefinitionprovider\",{\"_index\":1716,\"name\":{},\"parent\":{\"3218\":{}}}],[\"monaco.languages.typescript\",{\"_index\":2055,\"name\":{},\"parent\":{\"3681\":{},\"3689\":{},\"3696\":{},\"3699\":{},\"3711\":{},\"3714\":{},\"3715\":{},\"3716\":{},\"3796\":{},\"3802\":{},\"3804\":{},\"3812\":{},\"3815\":{},\"3816\":{},\"3821\":{},\"3836\":{},\"3845\":{},\"3848\":{},\"3852\":{},\"3866\":{},\"3885\":{},\"3907\":{},\"3908\":{},\"3909\":{},\"3910\":{},\"3911\":{}}}],[\"monaco.languages.typescript.compileroptions\",{\"_index\":2092,\"name\":{},\"parent\":{\"3717\":{},\"3718\":{},\"3719\":{},\"3720\":{},\"3721\":{},\"3722\":{},\"3723\":{},\"3724\":{},\"3725\":{},\"3726\":{},\"3727\":{},\"3728\":{},\"3729\":{},\"3730\":{},\"3731\":{},\"3732\":{},\"3733\":{},\"3734\":{},\"3735\":{},\"3736\":{},\"3737\":{},\"3738\":{},\"3739\":{},\"3740\":{},\"3741\":{},\"3742\":{},\"3743\":{},\"3744\":{},\"3745\":{},\"3746\":{},\"3747\":{},\"3748\":{},\"3749\":{},\"3750\":{},\"3751\":{},\"3752\":{},\"3753\":{},\"3754\":{},\"3755\":{},\"3756\":{},\"3757\":{},\"3758\":{},\"3759\":{},\"3760\":{},\"3761\":{},\"3762\":{},\"3763\":{},\"3764\":{},\"3765\":{},\"3766\":{},\"3767\":{},\"3768\":{},\"3769\":{},\"3770\":{},\"3771\":{},\"3772\":{},\"3773\":{},\"3774\":{},\"3775\":{},\"3776\":{},\"3777\":{},\"3778\":{},\"3779\":{},\"3780\":{},\"3781\":{},\"3782\":{},\"3783\":{},\"3784\":{},\"3785\":{},\"3786\":{},\"3787\":{},\"3788\":{},\"3789\":{},\"3790\":{},\"3791\":{},\"3792\":{},\"3793\":{},\"3794\":{},\"3795\":{}}}],[\"monaco.languages.typescript.diagnostic\",{\"_index\":2195,\"name\":{},\"parent\":{\"3822\":{},\"3823\":{},\"3824\":{},\"3825\":{},\"3826\":{},\"3827\":{},\"3828\":{},\"3829\":{},\"3830\":{},\"3831\":{},\"3833\":{},\"3834\":{},\"3835\":{}}}],[\"monaco.languages.typescript.diagnostic.__type\",{\"_index\":2198,\"name\":{},\"parent\":{\"3832\":{}}}],[\"monaco.languages.typescript.diagnosticmessagechain\",{\"_index\":2191,\"name\":{},\"parent\":{\"3817\":{},\"3818\":{},\"3819\":{},\"3820\":{}}}],[\"monaco.languages.typescript.diagnosticrelatedinformation\",{\"_index\":2200,\"name\":{},\"parent\":{\"3837\":{},\"3838\":{},\"3839\":{},\"3840\":{},\"3842\":{},\"3843\":{},\"3844\":{}}}],[\"monaco.languages.typescript.diagnosticrelatedinformation.__type\",{\"_index\":2201,\"name\":{},\"parent\":{\"3841\":{}}}],[\"monaco.languages.typescript.diagnosticsoptions\",{\"_index\":2169,\"name\":{},\"parent\":{\"3797\":{},\"3798\":{},\"3799\":{},\"3800\":{},\"3801\":{}}}],[\"monaco.languages.typescript.emitoutput\",{\"_index\":2204,\"name\":{},\"parent\":{\"3846\":{},\"3847\":{}}}],[\"monaco.languages.typescript.iextralib\",{\"_index\":2187,\"name\":{},\"parent\":{\"3813\":{},\"3814\":{}}}],[\"monaco.languages.typescript.inlayhintsoptions\",{\"_index\":2179,\"name\":{},\"parent\":{\"3805\":{},\"3806\":{},\"3807\":{},\"3808\":{},\"3809\":{},\"3810\":{},\"3811\":{}}}],[\"monaco.languages.typescript.jsxemit\",{\"_index\":2064,\"name\":{},\"parent\":{\"3690\":{},\"3691\":{},\"3692\":{},\"3693\":{},\"3694\":{},\"3695\":{}}}],[\"monaco.languages.typescript.languageservicedefaults\",{\"_index\":2212,\"name\":{},\"parent\":{\"3867\":{},\"3868\":{},\"3869\":{},\"3870\":{},\"3871\":{},\"3872\":{},\"3873\":{},\"3874\":{},\"3875\":{},\"3876\":{},\"3877\":{},\"3878\":{},\"3879\":{},\"3880\":{},\"3881\":{},\"3882\":{},\"3883\":{},\"3884\":{}}}],[\"monaco.languages.typescript.modeconfiguration\",{\"_index\":2209,\"name\":{},\"parent\":{\"3853\":{},\"3854\":{},\"3855\":{},\"3856\":{},\"3857\":{},\"3858\":{},\"3859\":{},\"3860\":{},\"3861\":{},\"3862\":{},\"3863\":{},\"3864\":{},\"3865\":{}}}],[\"monaco.languages.typescript.modulekind\",{\"_index\":2056,\"name\":{},\"parent\":{\"3682\":{},\"3683\":{},\"3684\":{},\"3685\":{},\"3686\":{},\"3687\":{},\"3688\":{}}}],[\"monaco.languages.typescript.moduleresolutionkind\",{\"_index\":2086,\"name\":{},\"parent\":{\"3712\":{},\"3713\":{}}}],[\"monaco.languages.typescript.newlinekind\",{\"_index\":2072,\"name\":{},\"parent\":{\"3697\":{},\"3698\":{}}}],[\"monaco.languages.typescript.outputfile\",{\"_index\":2207,\"name\":{},\"parent\":{\"3849\":{},\"3850\":{},\"3851\":{}}}],[\"monaco.languages.typescript.scripttarget\",{\"_index\":2076,\"name\":{},\"parent\":{\"3700\":{},\"3701\":{},\"3702\":{},\"3703\":{},\"3704\":{},\"3705\":{},\"3706\":{},\"3707\":{},\"3708\":{},\"3709\":{},\"3710\":{}}}],[\"monaco.languages.typescript.typescriptworker\",{\"_index\":2227,\"name\":{},\"parent\":{\"3886\":{},\"3887\":{},\"3888\":{},\"3889\":{},\"3890\":{},\"3891\":{},\"3892\":{},\"3893\":{},\"3894\":{},\"3895\":{},\"3896\":{},\"3897\":{},\"3898\":{},\"3899\":{},\"3900\":{},\"3901\":{},\"3902\":{},\"3903\":{},\"3904\":{},\"3905\":{},\"3906\":{}}}],[\"monaco.languages.typescript.workeroptions\",{\"_index\":2176,\"name\":{},\"parent\":{\"3803\":{}}}],[\"monaco.languages.workspaceedit\",{\"_index\":1814,\"name\":{},\"parent\":{\"3344\":{}}}],[\"monaco.languages.workspaceeditmetadata\",{\"_index\":1794,\"name\":{},\"parent\":{\"3320\":{},\"3321\":{},\"3322\":{}}}],[\"monaco.languages.workspacefileeditoptions\",{\"_index\":1797,\"name\":{},\"parent\":{\"3324\":{},\"3325\":{},\"3326\":{},\"3327\":{},\"3328\":{},\"3329\":{},\"3330\":{},\"3331\":{},\"3332\":{}}}],[\"monaco.markdownstringtrustedoptions\",{\"_index\":202,\"name\":{},\"parent\":{\"201\":{}}}],[\"monaco.markerseverity\",{\"_index\":24,\"name\":{},\"parent\":{\"20\":{},\"21\":{},\"22\":{},\"23\":{}}}],[\"monaco.markertag\",{\"_index\":20,\"name\":{},\"parent\":{\"17\":{},\"18\":{}}}],[\"monaco.position\",{\"_index\":242,\"name\":{},\"parent\":{\"246\":{},\"247\":{},\"248\":{},\"249\":{},\"250\":{},\"251\":{},\"252\":{},\"253\":{},\"254\":{},\"255\":{},\"256\":{},\"257\":{},\"258\":{},\"259\":{},\"260\":{},\"261\":{}}}],[\"monaco.range\",{\"_index\":258,\"name\":{},\"parent\":{\"268\":{},\"269\":{},\"270\":{},\"271\":{},\"272\":{},\"273\":{},\"274\":{},\"275\":{},\"276\":{},\"277\":{},\"278\":{},\"279\":{},\"280\":{},\"281\":{},\"282\":{},\"283\":{},\"284\":{},\"285\":{},\"286\":{},\"287\":{},\"288\":{},\"289\":{},\"290\":{},\"291\":{},\"292\":{},\"293\":{},\"294\":{},\"295\":{},\"296\":{},\"297\":{},\"298\":{},\"299\":{},\"300\":{},\"301\":{},\"302\":{},\"303\":{},\"304\":{},\"305\":{},\"306\":{},\"307\":{}}}],[\"monaco.selection\",{\"_index\":286,\"name\":{},\"parent\":{\"314\":{},\"315\":{},\"316\":{},\"317\":{},\"318\":{},\"319\":{},\"320\":{},\"321\":{},\"322\":{},\"323\":{},\"324\":{},\"325\":{},\"326\":{},\"327\":{},\"328\":{},\"329\":{},\"330\":{},\"331\":{},\"332\":{},\"333\":{},\"334\":{},\"335\":{},\"336\":{},\"337\":{},\"338\":{},\"339\":{},\"340\":{},\"341\":{},\"342\":{},\"343\":{},\"344\":{},\"345\":{},\"346\":{},\"347\":{},\"348\":{},\"349\":{},\"350\":{},\"351\":{},\"352\":{},\"353\":{},\"354\":{},\"355\":{},\"356\":{},\"357\":{},\"358\":{},\"359\":{},\"360\":{},\"361\":{},\"362\":{},\"363\":{},\"364\":{},\"365\":{},\"366\":{},\"367\":{}}}],[\"monaco.selectiondirection\",{\"_index\":298,\"name\":{},\"parent\":{\"369\":{},\"370\":{}}}],[\"monaco.token\",{\"_index\":300,\"name\":{},\"parent\":{\"372\":{},\"373\":{},\"374\":{},\"375\":{},\"376\":{},\"377\":{}}}],[\"monaco.uri\",{\"_index\":38,\"name\":{},\"parent\":{\"33\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{},\"39\":{},\"40\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{},\"46\":{},\"47\":{},\"48\":{}}}],[\"monaco.uricomponents\",{\"_index\":54,\"name\":{},\"parent\":{\"50\":{},\"51\":{},\"52\":{},\"53\":{},\"54\":{}}}],[\"monaco.worker\",{\"_index\":2254,\"name\":{},\"parent\":{\"3913\":{},\"3915\":{},\"3919\":{}}}],[\"monaco.worker.imirrormodel\",{\"_index\":2257,\"name\":{},\"parent\":{\"3916\":{},\"3917\":{},\"3918\":{}}}],[\"monaco.worker.imirrortextmodel\",{\"_index\":2255,\"name\":{},\"parent\":{\"3914\":{}}}],[\"monaco.worker.iworkercontext\",{\"_index\":2259,\"name\":{},\"parent\":{\"3920\":{},\"3921\":{}}}],[\"monacoenvironment\",{\"_index\":0,\"name\":{\"0\":{}},\"parent\":{}}],[\"monacowebworker\",{\"_index\":373,\"name\":{\"441\":{}},\"parent\":{}}],[\"mousecolumn\",{\"_index\":1351,\"name\":{\"2450\":{},\"2456\":{},\"2463\":{},\"2476\":{},\"2489\":{},\"2498\":{},\"2508\":{},\"2515\":{},\"2522\":{},\"2528\":{},\"2533\":{},\"2541\":{}},\"parent\":{}}],[\"mousestyle\",{\"_index\":444,\"name\":{\"515\":{},\"669\":{},\"1449\":{},\"1599\":{},\"2034\":{},\"2177\":{},\"2285\":{},\"2591\":{}},\"parent\":{}}],[\"mousetargettype\",{\"_index\":1334,\"name\":{\"2432\":{}},\"parent\":{}}],[\"mousewheelscrollsensitivity\",{\"_index\":472,\"name\":{\"544\":{},\"698\":{},\"1478\":{},\"1628\":{},\"2035\":{},\"2178\":{},\"2314\":{},\"2620\":{}},\"parent\":{}}],[\"mousewheelzoom\",{\"_index\":443,\"name\":{\"514\":{},\"668\":{},\"1448\":{},\"1598\":{},\"2036\":{},\"2179\":{},\"2284\":{},\"2590\":{}},\"parent\":{}}],[\"multicursorlimit\",{\"_index\":479,\"name\":{\"551\":{},\"705\":{},\"1485\":{},\"1635\":{},\"2040\":{},\"2183\":{},\"2321\":{},\"2627\":{}},\"parent\":{}}],[\"multicursormergeoverlapping\",{\"_index\":477,\"name\":{\"549\":{},\"703\":{},\"1483\":{},\"1633\":{},\"2037\":{},\"2180\":{},\"2319\":{},\"2625\":{}},\"parent\":{}}],[\"multicursormodifier\",{\"_index\":476,\"name\":{\"548\":{},\"702\":{},\"1482\":{},\"1632\":{},\"2038\":{},\"2181\":{},\"2318\":{},\"2624\":{}},\"parent\":{}}],[\"multicursorpaste\",{\"_index\":478,\"name\":{\"550\":{},\"704\":{},\"1484\":{},\"1634\":{},\"2039\":{},\"2182\":{},\"2320\":{},\"2626\":{}},\"parent\":{}}],[\"multiple\",{\"_index\":1089,\"name\":{\"1754\":{}},\"parent\":{}}],[\"multipledeclarations\",{\"_index\":1093,\"name\":{\"1757\":{}},\"parent\":{}}],[\"multipledefinitions\",{\"_index\":1091,\"name\":{\"1755\":{}},\"parent\":{}}],[\"multipleimplementations\",{\"_index\":1094,\"name\":{\"1758\":{}},\"parent\":{}}],[\"multiplereferences\",{\"_index\":1095,\"name\":{\"1759\":{}},\"parent\":{}}],[\"multipletypedefinitions\",{\"_index\":1092,\"name\":{\"1756\":{}},\"parent\":{}}],[\"name\",{\"_index\":1055,\"name\":{\"1722\":{},\"3249\":{},\"3527\":{},\"3530\":{},\"3540\":{},\"3546\":{},\"3552\":{},\"3558\":{},\"3626\":{},\"3629\":{},\"3634\":{},\"3640\":{},\"3644\":{},\"3849\":{}},\"parent\":{}}],[\"namespace\",{\"_index\":1719,\"name\":{\"3222\":{}},\"parent\":{}}],[\"needsconfirmation\",{\"_index\":1793,\"name\":{\"3320\":{}},\"parent\":{}}],[\"nevergrowswhentypingatedges\",{\"_index\":817,\"name\":{\"1120\":{}},\"parent\":{}}],[\"newlanguage\",{\"_index\":995,\"name\":{\"1359\":{}},\"parent\":{}}],[\"newline\",{\"_index\":2122,\"name\":{\"3749\":{}},\"parent\":{}}],[\"newlinebetweenrules\",{\"_index\":1915,\"name\":{\"3459\":{}},\"parent\":{}}],[\"newlinebetweenselectors\",{\"_index\":1913,\"name\":{\"3458\":{}},\"parent\":{}}],[\"newlinekind\",{\"_index\":2070,\"name\":{\"3696\":{}},\"parent\":{}}],[\"newmodelurl\",{\"_index\":943,\"name\":{\"1262\":{}},\"parent\":{}}],[\"newresource\",{\"_index\":1808,\"name\":{\"3335\":{}},\"parent\":{}}],[\"newvalue\",{\"_index\":1060,\"name\":{\"1727\":{}},\"parent\":{}}],[\"next\",{\"_index\":341,\"name\":{\"412\":{},\"3445\":{},\"3820\":{}},\"parent\":{}}],[\"nextembedded\",{\"_index\":1905,\"name\":{\"3449\":{}},\"parent\":{}}],[\"nodejs\",{\"_index\":2087,\"name\":{\"3713\":{}},\"parent\":{}}],[\"noemit\",{\"_index\":2123,\"name\":{\"3750\":{}},\"parent\":{}}],[\"noemithelpers\",{\"_index\":2124,\"name\":{\"3751\":{}},\"parent\":{}}],[\"noemitonerror\",{\"_index\":2125,\"name\":{\"3752\":{}},\"parent\":{}}],[\"noerrortruncation\",{\"_index\":2126,\"name\":{\"3753\":{}},\"parent\":{}}],[\"nofallthroughcasesinswitch\",{\"_index\":2127,\"name\":{\"3754\":{}},\"parent\":{}}],[\"noimplicitany\",{\"_index\":2128,\"name\":{\"3755\":{}},\"parent\":{}}],[\"noimplicitreturns\",{\"_index\":2129,\"name\":{\"3756\":{}},\"parent\":{}}],[\"noimplicitthis\",{\"_index\":2130,\"name\":{\"3757\":{}},\"parent\":{}}],[\"noimplicitusestrict\",{\"_index\":2134,\"name\":{\"3761\":{}},\"parent\":{}}],[\"nolib\",{\"_index\":2135,\"name\":{\"3762\":{}},\"parent\":{}}],[\"nonbasicascii\",{\"_index\":1201,\"name\":{\"1888\":{}},\"parent\":{}}],[\"none\",{\"_index\":776,\"name\":{\"1067\":{},\"1191\":{},\"1411\":{},\"1776\":{},\"1952\":{},\"3028\":{},\"3081\":{},\"3682\":{},\"3690\":{}},\"parent\":{}}],[\"noresolve\",{\"_index\":2136,\"name\":{\"3763\":{}},\"parent\":{}}],[\"normalizeindentation\",{\"_index\":861,\"name\":{\"1170\":{}},\"parent\":{}}],[\"nosemanticvalidation\",{\"_index\":2168,\"name\":{\"3797\":{}},\"parent\":{}}],[\"nostrictgenericchecks\",{\"_index\":2131,\"name\":{\"3758\":{}},\"parent\":{}}],[\"nosuggestiondiagnostics\",{\"_index\":2171,\"name\":{\"3799\":{}},\"parent\":{}}],[\"nosyntaxvalidation\",{\"_index\":2170,\"name\":{\"3798\":{}},\"parent\":{}}],[\"notebooktype\",{\"_index\":1466,\"name\":{\"2952\":{}},\"parent\":{}}],[\"notin\",{\"_index\":1541,\"name\":{\"3024\":{}},\"parent\":{}}],[\"notset\",{\"_index\":1015,\"name\":{\"1383\":{}},\"parent\":{}}],[\"nounusedlocals\",{\"_index\":2132,\"name\":{\"3759\":{}},\"parent\":{}}],[\"nounusedparameters\",{\"_index\":2133,\"name\":{\"3760\":{}},\"parent\":{}}],[\"null\",{\"_index\":1727,\"name\":{\"3240\":{}},\"parent\":{}}],[\"number\",{\"_index\":1722,\"name\":{\"3235\":{}},\"parent\":{}}],[\"numlock\",{\"_index\":136,\"name\":{\"135\":{}},\"parent\":{}}],[\"numpad0\",{\"_index\":151,\"name\":{\"150\":{}},\"parent\":{}}],[\"numpad1\",{\"_index\":152,\"name\":{\"151\":{}},\"parent\":{}}],[\"numpad2\",{\"_index\":153,\"name\":{\"152\":{}},\"parent\":{}}],[\"numpad3\",{\"_index\":154,\"name\":{\"153\":{}},\"parent\":{}}],[\"numpad4\",{\"_index\":155,\"name\":{\"154\":{}},\"parent\":{}}],[\"numpad5\",{\"_index\":156,\"name\":{\"155\":{}},\"parent\":{}}],[\"numpad6\",{\"_index\":157,\"name\":{\"156\":{}},\"parent\":{}}],[\"numpad7\",{\"_index\":158,\"name\":{\"157\":{}},\"parent\":{}}],[\"numpad8\",{\"_index\":159,\"name\":{\"158\":{}},\"parent\":{}}],[\"numpad9\",{\"_index\":160,\"name\":{\"159\":{}},\"parent\":{}}],[\"numpad_separator\",{\"_index\":163,\"name\":{\"162\":{}},\"parent\":{}}],[\"numpadadd\",{\"_index\":162,\"name\":{\"161\":{}},\"parent\":{}}],[\"numpaddecimal\",{\"_index\":165,\"name\":{\"164\":{}},\"parent\":{}}],[\"numpaddivide\",{\"_index\":166,\"name\":{\"165\":{}},\"parent\":{}}],[\"numpadmultiply\",{\"_index\":161,\"name\":{\"160\":{}},\"parent\":{}}],[\"numpadsubtract\",{\"_index\":164,\"name\":{\"163\":{}},\"parent\":{}}],[\"object\",{\"_index\":1725,\"name\":{\"3238\":{}},\"parent\":{}}],[\"occurrenceshighlight\",{\"_index\":511,\"name\":{\"583\":{},\"737\":{},\"1517\":{},\"1667\":{},\"2041\":{},\"2184\":{},\"2353\":{},\"2659\":{}},\"parent\":{}}],[\"oem_8\",{\"_index\":149,\"name\":{\"148\":{}},\"parent\":{}}],[\"off\",{\"_index\":1170,\"name\":{\"1846\":{}},\"parent\":{}}],[\"offset\",{\"_index\":302,\"name\":{\"374\":{}},\"parent\":{}}],[\"offsetx\",{\"_index\":1359,\"name\":{\"2469\":{}},\"parent\":{}}],[\"offside\",{\"_index\":1525,\"name\":{\"3009\":{}},\"parent\":{}}],[\"oldlanguage\",{\"_index\":993,\"name\":{\"1358\":{}},\"parent\":{}}],[\"oldmodelurl\",{\"_index\":941,\"name\":{\"1261\":{}},\"parent\":{}}],[\"oldmodelversionid\",{\"_index\":1031,\"name\":{\"1400\":{}},\"parent\":{}}],[\"oldresource\",{\"_index\":1806,\"name\":{\"3334\":{}},\"parent\":{}}],[\"oldselections\",{\"_index\":1030,\"name\":{\"1399\":{}},\"parent\":{}}],[\"on\",{\"_index\":1172,\"name\":{\"1847\":{}},\"parent\":{}}],[\"oncancellationrequested\",{\"_index\":35,\"name\":{\"31\":{}},\"parent\":{}}],[\"oncomputedheight\",{\"_index\":1306,\"name\":{\"2400\":{}},\"parent\":{}}],[\"oncontextmenu\",{\"_index\":587,\"name\":{\"809\":{},\"2727\":{}},\"parent\":{}}],[\"ondidattemptreadonlyedit\",{\"_index\":583,\"name\":{\"805\":{},\"2723\":{}},\"parent\":{}}],[\"ondidblureditortext\",{\"_index\":578,\"name\":{\"800\":{},\"2718\":{}},\"parent\":{}}],[\"ondidblureditorwidget\",{\"_index\":580,\"name\":{\"802\":{},\"2720\":{}},\"parent\":{}}],[\"ondidchange\",{\"_index\":898,\"name\":{\"1216\":{},\"1342\":{},\"3307\":{},\"3366\":{},\"3407\":{},\"3504\":{},\"3603\":{},\"3674\":{},\"3867\":{}},\"parent\":{}}],[\"ondidchangeattached\",{\"_index\":873,\"name\":{\"1184\":{}},\"parent\":{}}],[\"ondidchangeconfiguration\",{\"_index\":572,\"name\":{\"794\":{},\"2712\":{}},\"parent\":{}}],[\"ondidchangecontent\",{\"_index\":868,\"name\":{\"1179\":{}},\"parent\":{}}],[\"ondidchangecursorposition\",{\"_index\":573,\"name\":{\"795\":{},\"2713\":{}},\"parent\":{}}],[\"ondidchangecursorselection\",{\"_index\":574,\"name\":{\"796\":{},\"2714\":{}},\"parent\":{}}],[\"ondidchangedecorations\",{\"_index\":869,\"name\":{\"1180\":{}},\"parent\":{}}],[\"ondidchangehiddenareas\",{\"_index\":595,\"name\":{\"817\":{},\"2735\":{}},\"parent\":{}}],[\"ondidchangeinlayhints\",{\"_index\":1849,\"name\":{\"3390\":{}},\"parent\":{}}],[\"ondidchangelanguage\",{\"_index\":871,\"name\":{\"1182\":{}},\"parent\":{}}],[\"ondidchangelanguageconfiguration\",{\"_index\":872,\"name\":{\"1183\":{}},\"parent\":{}}],[\"ondidchangemarkers\",{\"_index\":323,\"name\":{\"395\":{}},\"parent\":{}}],[\"ondidchangemodel\",{\"_index\":575,\"name\":{\"797\":{},\"912\":{},\"2715\":{},\"2828\":{}},\"parent\":{}}],[\"ondidchangemodelcontent\",{\"_index\":569,\"name\":{\"790\":{},\"2708\":{}},\"parent\":{}}],[\"ondidchangemodeldecorations\",{\"_index\":576,\"name\":{\"798\":{},\"2716\":{}},\"parent\":{}}],[\"ondidchangemodellanguage\",{\"_index\":328,\"name\":{\"400\":{},\"791\":{},\"2709\":{}},\"parent\":{}}],[\"ondidchangemodellanguageconfiguration\",{\"_index\":570,\"name\":{\"792\":{},\"2710\":{}},\"parent\":{}}],[\"ondidchangemodeloptions\",{\"_index\":571,\"name\":{\"793\":{},\"2711\":{}},\"parent\":{}}],[\"ondidchangeoptions\",{\"_index\":870,\"name\":{\"1181\":{}},\"parent\":{}}],[\"ondidcompositionend\",{\"_index\":582,\"name\":{\"804\":{},\"2722\":{}},\"parent\":{}}],[\"ondidcompositionstart\",{\"_index\":581,\"name\":{\"803\":{},\"2721\":{}},\"parent\":{}}],[\"ondidcontentsizechange\",{\"_index\":593,\"name\":{\"815\":{},\"2733\":{}},\"parent\":{}}],[\"ondidcreatediffeditor\",{\"_index\":309,\"name\":{\"381\":{}},\"parent\":{}}],[\"ondidcreateeditor\",{\"_index\":308,\"name\":{\"380\":{}},\"parent\":{}}],[\"ondidcreatemodel\",{\"_index\":326,\"name\":{\"398\":{}},\"parent\":{}}],[\"ondiddispose\",{\"_index\":646,\"name\":{\"869\":{},\"921\":{},\"1301\":{},\"2787\":{},\"2839\":{}},\"parent\":{}}],[\"ondidextralibschange\",{\"_index\":2213,\"name\":{\"3868\":{}},\"parent\":{}}],[\"ondidfocuseditortext\",{\"_index\":577,\"name\":{\"799\":{},\"2717\":{}},\"parent\":{}}],[\"ondidfocuseditorwidget\",{\"_index\":579,\"name\":{\"801\":{},\"2719\":{}},\"parent\":{}}],[\"ondidlayoutchange\",{\"_index\":592,\"name\":{\"814\":{},\"2732\":{}},\"parent\":{}}],[\"ondidpaste\",{\"_index\":584,\"name\":{\"806\":{},\"2724\":{}},\"parent\":{}}],[\"ondidscrollchange\",{\"_index\":594,\"name\":{\"816\":{},\"2734\":{}},\"parent\":{}}],[\"ondidupdatediff\",{\"_index\":683,\"name\":{\"911\":{},\"2827\":{}},\"parent\":{}}],[\"ondomnodetop\",{\"_index\":1305,\"name\":{\"2399\":{}},\"parent\":{}}],[\"onenterrule\",{\"_index\":1527,\"name\":{\"3011\":{}},\"parent\":{}}],[\"onenterrules\",{\"_index\":1507,\"name\":{\"2991\":{}},\"parent\":{}}],[\"onkeydown\",{\"_index\":591,\"name\":{\"813\":{},\"2731\":{}},\"parent\":{}}],[\"onkeyup\",{\"_index\":590,\"name\":{\"812\":{},\"2730\":{}},\"parent\":{}}],[\"onlanguage\",{\"_index\":1429,\"name\":{\"2913\":{}},\"parent\":{}}],[\"only\",{\"_index\":1490,\"name\":{\"2975\":{}},\"parent\":{}}],[\"onlyvisible\",{\"_index\":2172,\"name\":{\"3800\":{}},\"parent\":{}}],[\"onmousedown\",{\"_index\":586,\"name\":{\"808\":{},\"2726\":{}},\"parent\":{}}],[\"onmouseleave\",{\"_index\":589,\"name\":{\"811\":{},\"2729\":{}},\"parent\":{}}],[\"onmousemove\",{\"_index\":588,\"name\":{\"810\":{},\"2728\":{}},\"parent\":{}}],[\"onmouseup\",{\"_index\":585,\"name\":{\"807\":{},\"2725\":{}},\"parent\":{}}],[\"ontypeformattingeditprovider\",{\"_index\":1749,\"name\":{\"3273\":{}},\"parent\":{}}],[\"ontypeformattingedits\",{\"_index\":2210,\"name\":{\"3863\":{}},\"parent\":{}}],[\"onwilldispose\",{\"_index\":874,\"name\":{\"1185\":{}},\"parent\":{}}],[\"onwilldisposemodel\",{\"_index\":327,\"name\":{\"399\":{}},\"parent\":{}}],[\"open\",{\"_index\":1534,\"name\":{\"3017\":{},\"3021\":{},\"3025\":{},\"3453\":{}},\"parent\":{}}],[\"operator\",{\"_index\":1570,\"name\":{\"3057\":{},\"3244\":{}},\"parent\":{}}],[\"options\",{\"_index\":779,\"name\":{\"1070\":{},\"1075\":{},\"3336\":{},\"3464\":{},\"3506\":{},\"3583\":{},\"3604\":{}},\"parent\":{}}],[\"original\",{\"_index\":937,\"name\":{\"1258\":{},\"1294\":{}},\"parent\":{}}],[\"originalarialabel\",{\"_index\":549,\"name\":{\"634\":{},\"2556\":{}},\"parent\":{}}],[\"originaleditable\",{\"_index\":559,\"name\":{\"780\":{},\"1561\":{},\"1710\":{},\"2702\":{}},\"parent\":{}}],[\"originalendcolumn\",{\"_index\":889,\"name\":{\"1201\":{}},\"parent\":{}}],[\"originalendlinenumber\",{\"_index\":883,\"name\":{\"1196\":{},\"1205\":{},\"1211\":{}},\"parent\":{}}],[\"originalindentsize\",{\"_index\":803,\"name\":{\"1103\":{}},\"parent\":{}}],[\"originalrange\",{\"_index\":909,\"name\":{\"1226\":{},\"1241\":{}},\"parent\":{}}],[\"originalstartcolumn\",{\"_index\":887,\"name\":{\"1200\":{}},\"parent\":{}}],[\"originalstartlinenumber\",{\"_index\":881,\"name\":{\"1195\":{},\"1204\":{},\"1210\":{}},\"parent\":{}}],[\"originselectionrange\",{\"_index\":1701,\"name\":{\"3206\":{}},\"parent\":{}}],[\"other\",{\"_index\":1163,\"name\":{\"1837\":{},\"1841\":{}},\"parent\":{}}],[\"out\",{\"_index\":2137,\"name\":{\"3764\":{}},\"parent\":{}}],[\"outdent\",{\"_index\":1546,\"name\":{\"3031\":{}},\"parent\":{}}],[\"outdir\",{\"_index\":2138,\"name\":{\"3765\":{}},\"parent\":{}}],[\"outfile\",{\"_index\":2139,\"name\":{\"3766\":{}},\"parent\":{}}],[\"outputfile\",{\"_index\":2206,\"name\":{\"3848\":{}},\"parent\":{}}],[\"outputfiles\",{\"_index\":2203,\"name\":{\"3846\":{}},\"parent\":{}}],[\"outside_editor\",{\"_index\":1347,\"name\":{\"2446\":{}},\"parent\":{}}],[\"outsidedistance\",{\"_index\":1390,\"name\":{\"2538\":{}},\"parent\":{}}],[\"outsideposition\",{\"_index\":1389,\"name\":{\"2537\":{}},\"parent\":{}}],[\"overflowwidgetsdomnode\",{\"_index\":411,\"name\":{\"482\":{},\"633\":{},\"2252\":{},\"2555\":{}},\"parent\":{}}],[\"overlay_widget\",{\"_index\":1346,\"name\":{\"2445\":{}},\"parent\":{}}],[\"overlaywidgetpositionpreference\",{\"_index\":1325,\"name\":{\"2422\":{}},\"parent\":{}}],[\"overview_ruler\",{\"_index\":1345,\"name\":{\"2443\":{}},\"parent\":{}}],[\"overviewruler\",{\"_index\":757,\"name\":{\"1045\":{},\"1797\":{}},\"parent\":{}}],[\"overviewrulerborder\",{\"_index\":441,\"name\":{\"512\":{},\"666\":{},\"1446\":{},\"1596\":{},\"2042\":{},\"2185\":{},\"2282\":{},\"2588\":{}},\"parent\":{}}],[\"overviewrulerlane\",{\"_index\":728,\"name\":{\"1016\":{}},\"parent\":{}}],[\"overviewrulerlanes\",{\"_index\":440,\"name\":{\"511\":{},\"665\":{},\"1445\":{},\"1595\":{},\"2043\":{},\"2186\":{},\"2281\":{},\"2587\":{}},\"parent\":{}}],[\"overviewrulerposition\",{\"_index\":1106,\"name\":{\"1770\":{}},\"parent\":{}}],[\"overwrite\",{\"_index\":1796,\"name\":{\"3324\":{}},\"parent\":{}}],[\"owner\",{\"_index\":696,\"name\":{\"964\":{}},\"parent\":{}}],[\"ownerid\",{\"_index\":782,\"name\":{\"1073\":{}},\"parent\":{}}],[\"package\",{\"_index\":1720,\"name\":{\"3223\":{}},\"parent\":{}}],[\"padding\",{\"_index\":488,\"name\":{\"560\":{},\"714\":{},\"1494\":{},\"1644\":{},\"1819\":{},\"2044\":{},\"2187\":{},\"2330\":{},\"2636\":{}},\"parent\":{}}],[\"paddingleft\",{\"_index\":1842,\"name\":{\"3383\":{}},\"parent\":{}}],[\"paddingright\",{\"_index\":1843,\"name\":{\"3384\":{}},\"parent\":{}}],[\"pagedown\",{\"_index\":70,\"name\":{\"69\":{}},\"parent\":{}}],[\"pageup\",{\"_index\":69,\"name\":{\"68\":{}},\"parent\":{}}],[\"parameter\",{\"_index\":1836,\"name\":{\"3371\":{}},\"parent\":{}}],[\"parameterhints\",{\"_index\":489,\"name\":{\"561\":{},\"715\":{},\"1495\":{},\"1645\":{},\"2045\":{},\"2188\":{},\"2331\":{},\"2637\":{}},\"parent\":{}}],[\"parameterinformation\",{\"_index\":1654,\"name\":{\"3156\":{}},\"parent\":{}}],[\"parameters\",{\"_index\":1658,\"name\":{\"3162\":{}},\"parent\":{}}],[\"parse\",{\"_index\":39,\"name\":{\"34\":{}},\"parent\":{}}],[\"paste\",{\"_index\":1020,\"name\":{\"1387\":{}},\"parent\":{}}],[\"path\",{\"_index\":46,\"name\":{\"42\":{},\"52\":{}},\"parent\":{}}],[\"paths\",{\"_index\":2140,\"name\":{\"3767\":{}},\"parent\":{}}],[\"pattern\",{\"_index\":1462,\"name\":{\"2946\":{},\"2951\":{}},\"parent\":{}}],[\"pausebreak\",{\"_index\":65,\"name\":{\"64\":{}},\"parent\":{}}],[\"peekwidgetdefaultfocus\",{\"_index\":537,\"name\":{\"609\":{},\"763\":{},\"1543\":{},\"1693\":{},\"2046\":{},\"2189\":{},\"2379\":{},\"2685\":{}},\"parent\":{}}],[\"period\",{\"_index\":142,\"name\":{\"141\":{}},\"parent\":{}}],[\"phase\",{\"_index\":1069,\"name\":{\"1736\":{}},\"parent\":{}}],[\"pixelratio\",{\"_index\":1279,\"name\":{\"2100\":{},\"2240\":{},\"2888\":{},\"2899\":{}},\"parent\":{}}],[\"plusrange\",{\"_index\":262,\"name\":{\"272\":{},\"296\":{},\"325\":{},\"359\":{}},\"parent\":{}}],[\"popstackelement\",{\"_index\":863,\"name\":{\"1174\":{}},\"parent\":{}}],[\"popundostop\",{\"_index\":618,\"name\":{\"841\":{},\"2759\":{}},\"parent\":{}}],[\"position\",{\"_index\":241,\"name\":{\"245\":{},\"1028\":{},\"1032\":{},\"1281\":{},\"1391\":{},\"2410\":{},\"2449\":{},\"2455\":{},\"2460\":{},\"2472\":{},\"2481\":{},\"2485\":{},\"2494\":{},\"2504\":{},\"2511\":{},\"2518\":{},\"2525\":{},\"2532\":{},\"2540\":{},\"3381\":{}},\"parent\":{}}],[\"positionaffinity\",{\"_index\":876,\"name\":{\"1188\":{},\"2413\":{}},\"parent\":{}}],[\"positionafter\",{\"_index\":1366,\"name\":{\"2480\":{}},\"parent\":{}}],[\"positionbefore\",{\"_index\":1365,\"name\":{\"2479\":{}},\"parent\":{}}],[\"positioncolumn\",{\"_index\":283,\"name\":{\"312\":{},\"343\":{}},\"parent\":{}}],[\"positionlinenumber\",{\"_index\":282,\"name\":{\"311\":{},\"342\":{}},\"parent\":{}}],[\"posx\",{\"_index\":224,\"name\":{\"224\":{}},\"parent\":{}}],[\"posy\",{\"_index\":225,\"name\":{\"225\":{}},\"parent\":{}}],[\"precondition\",{\"_index\":386,\"name\":{\"454\":{}},\"parent\":{}}],[\"preference\",{\"_index\":1319,\"name\":{\"2412\":{},\"2427\":{}},\"parent\":{}}],[\"preselect\",{\"_index\":1600,\"name\":{\"3095\":{}},\"parent\":{}}],[\"preserve\",{\"_index\":2065,\"name\":{\"3691\":{}},\"parent\":{}}],[\"preserveconstenums\",{\"_index\":2141,\"name\":{\"3768\":{}},\"parent\":{}}],[\"preservenewlines\",{\"_index\":1918,\"name\":{\"3462\":{},\"3576\":{}},\"parent\":{}}],[\"preservesymlinks\",{\"_index\":2142,\"name\":{\"3769\":{}},\"parent\":{}}],[\"preventdefault\",{\"_index\":215,\"name\":{\"214\":{},\"231\":{}},\"parent\":{}}],[\"preview\",{\"_index\":1232,\"name\":{\"1917\":{}},\"parent\":{}}],[\"previewmode\",{\"_index\":1233,\"name\":{\"1918\":{}},\"parent\":{}}],[\"previous\",{\"_index\":342,\"name\":{\"413\":{}},\"parent\":{}}],[\"previouslinetext\",{\"_index\":1531,\"name\":{\"3014\":{}},\"parent\":{}}],[\"project\",{\"_index\":2143,\"name\":{\"3770\":{}},\"parent\":{}}],[\"properties\",{\"_index\":1971,\"name\":{\"3521\":{}},\"parent\":{}}],[\"property\",{\"_index\":1569,\"name\":{\"3055\":{},\"3226\":{}},\"parent\":{}}],[\"propertyignoredduetodisplay\",{\"_index\":1938,\"name\":{\"3482\":{}},\"parent\":{}}],[\"providecodeactions\",{\"_index\":1492,\"name\":{\"2978\":{}},\"parent\":{}}],[\"providecodelenses\",{\"_index\":1832,\"name\":{\"3367\":{}},\"parent\":{}}],[\"providecolorpresentations\",{\"_index\":1776,\"name\":{\"3300\":{}},\"parent\":{}}],[\"providecompletionitems\",{\"_index\":1620,\"name\":{\"3115\":{}},\"parent\":{}}],[\"providedcodeactionkinds\",{\"_index\":1496,\"name\":{\"2981\":{}},\"parent\":{}}],[\"providedeclaration\",{\"_index\":1709,\"name\":{\"3214\":{}},\"parent\":{}}],[\"providedefinition\",{\"_index\":1706,\"name\":{\"3212\":{}},\"parent\":{}}],[\"providedocumentcolors\",{\"_index\":1774,\"name\":{\"3299\":{}},\"parent\":{}}],[\"providedocumentformattingedits\",{\"_index\":1745,\"name\":{\"3269\":{}},\"parent\":{}}],[\"providedocumenthighlights\",{\"_index\":1684,\"name\":{\"3192\":{}},\"parent\":{}}],[\"providedocumentrangeformattingedits\",{\"_index\":1748,\"name\":{\"3272\":{}},\"parent\":{}}],[\"providedocumentrangesemantictokens\",{\"_index\":1872,\"name\":{\"3413\":{}},\"parent\":{}}],[\"providedocumentsemantictokens\",{\"_index\":1868,\"name\":{\"3409\":{}},\"parent\":{}}],[\"providedocumentsymbols\",{\"_index\":1738,\"name\":{\"3259\":{}},\"parent\":{}}],[\"providefoldingranges\",{\"_index\":1784,\"name\":{\"3308\":{}},\"parent\":{}}],[\"providehover\",{\"_index\":1557,\"name\":{\"3044\":{}},\"parent\":{}}],[\"provideimplementation\",{\"_index\":1712,\"name\":{\"3216\":{}},\"parent\":{}}],[\"provideinlayhints\",{\"_index\":1850,\"name\":{\"3391\":{},\"3906\":{}},\"parent\":{}}],[\"provideinlinecompletions\",{\"_index\":1639,\"name\":{\"3139\":{}},\"parent\":{}}],[\"providelinkededitingranges\",{\"_index\":1687,\"name\":{\"3194\":{}},\"parent\":{}}],[\"providelinks\",{\"_index\":1760,\"name\":{\"3284\":{}},\"parent\":{}}],[\"provideontypeformattingedits\",{\"_index\":1752,\"name\":{\"3275\":{}},\"parent\":{}}],[\"providereferences\",{\"_index\":1696,\"name\":{\"3201\":{}},\"parent\":{}}],[\"providerenameedits\",{\"_index\":1821,\"name\":{\"3351\":{}},\"parent\":{}}],[\"providerresult\",{\"_index\":1553,\"name\":{\"3039\":{}},\"parent\":{}}],[\"provideselectionranges\",{\"_index\":1779,\"name\":{\"3304\":{}},\"parent\":{}}],[\"providesignaturehelp\",{\"_index\":1677,\"name\":{\"3183\":{}},\"parent\":{}}],[\"providetypedefinition\",{\"_index\":1715,\"name\":{\"3218\":{}},\"parent\":{}}],[\"pseudoclasses\",{\"_index\":1973,\"name\":{\"3523\":{}},\"parent\":{}}],[\"pseudoelements\",{\"_index\":1974,\"name\":{\"3524\":{}},\"parent\":{}}],[\"pusheditoperations\",{\"_index\":864,\"name\":{\"1175\":{}},\"parent\":{}}],[\"pusheol\",{\"_index\":865,\"name\":{\"1176\":{}},\"parent\":{}}],[\"pushstackelement\",{\"_index\":862,\"name\":{\"1173\":{}},\"parent\":{}}],[\"pushundostop\",{\"_index\":617,\"name\":{\"840\":{},\"2758\":{}},\"parent\":{}}],[\"query\",{\"_index\":47,\"name\":{\"43\":{},\"53\":{}},\"parent\":{}}],[\"quicksuggestions\",{\"_index\":486,\"name\":{\"558\":{},\"712\":{},\"1492\":{},\"1642\":{},\"2048\":{},\"2191\":{},\"2328\":{},\"2634\":{}},\"parent\":{}}],[\"quicksuggestionsdelay\",{\"_index\":487,\"name\":{\"559\":{},\"713\":{},\"1493\":{},\"1643\":{},\"2049\":{},\"2192\":{},\"2329\":{},\"2635\":{}},\"parent\":{}}],[\"quicksuggestionsvalue\",{\"_index\":1161,\"name\":{\"1835\":{}},\"parent\":{}}],[\"quitearly\",{\"_index\":905,\"name\":{\"1222\":{}},\"parent\":{}}],[\"quote\",{\"_index\":148,\"name\":{\"147\":{}},\"parent\":{}}],[\"range\",{\"_index\":256,\"name\":{\"267\":{},\"1009\":{},\"1069\":{},\"1074\":{},\"1087\":{},\"1091\":{},\"1116\":{},\"1363\":{},\"2451\":{},\"2457\":{},\"2461\":{},\"2473\":{},\"2486\":{},\"2495\":{},\"2505\":{},\"2512\":{},\"2519\":{},\"2526\":{},\"2534\":{},\"2542\":{},\"2551\":{},\"3042\":{},\"3098\":{},\"3124\":{},\"3132\":{},\"3189\":{},\"3204\":{},\"3208\":{},\"3254\":{},\"3261\":{},\"3277\":{},\"3296\":{},\"3302\":{},\"3348\":{},\"3359\":{}},\"parent\":{}}],[\"rangelength\",{\"_index\":1000,\"name\":{\"1365\":{}},\"parent\":{}}],[\"rangemapping\",{\"_index\":917,\"name\":{\"1239\":{}},\"parent\":{}}],[\"rangeoffset\",{\"_index\":999,\"name\":{\"1364\":{}},\"parent\":{}}],[\"ranges\",{\"_index\":1690,\"name\":{\"3196\":{}},\"parent\":{}}],[\"razordefaults\",{\"_index\":2019,\"name\":{\"3612\":{}},\"parent\":{}}],[\"razorlanguageservice\",{\"_index\":2018,\"name\":{\"3611\":{}},\"parent\":{}}],[\"react\",{\"_index\":2066,\"name\":{\"3692\":{}},\"parent\":{}}],[\"reactjsx\",{\"_index\":2068,\"name\":{\"3694\":{}},\"parent\":{}}],[\"reactjsxdev\",{\"_index\":2069,\"name\":{\"3695\":{}},\"parent\":{}}],[\"reactnamespace\",{\"_index\":2144,\"name\":{\"3771\":{}},\"parent\":{}}],[\"reactnative\",{\"_index\":2067,\"name\":{\"3693\":{}},\"parent\":{}}],[\"read\",{\"_index\":821,\"name\":{\"1124\":{},\"3186\":{}},\"parent\":{}}],[\"readonly\",{\"_index\":430,\"name\":{\"501\":{},\"655\":{},\"1435\":{},\"1585\":{},\"2050\":{},\"2193\":{},\"2271\":{},\"2577\":{}},\"parent\":{}}],[\"reason\",{\"_index\":1026,\"name\":{\"1393\":{},\"1402\":{}},\"parent\":{}}],[\"recoverfrommarkers\",{\"_index\":1018,\"name\":{\"1385\":{}},\"parent\":{}}],[\"recursive\",{\"_index\":1800,\"name\":{\"3327\":{}},\"parent\":{}}],[\"red\",{\"_index\":1764,\"name\":{\"3287\":{}},\"parent\":{}}],[\"redo\",{\"_index\":1022,\"name\":{\"1389\":{}},\"parent\":{}}],[\"reference\",{\"_index\":1576,\"name\":{\"3067\":{}},\"parent\":{}}],[\"referencecontext\",{\"_index\":1692,\"name\":{\"3198\":{}},\"parent\":{}}],[\"referenceprovider\",{\"_index\":1695,\"name\":{\"3200\":{}},\"parent\":{}}],[\"references\",{\"_index\":1949,\"name\":{\"3493\":{},\"3537\":{},\"3544\":{},\"3550\":{},\"3556\":{},\"3562\":{},\"3632\":{},\"3638\":{},\"3642\":{},\"3857\":{}},\"parent\":{}}],[\"regex\",{\"_index\":1893,\"name\":{\"3436\":{}},\"parent\":{}}],[\"region\",{\"_index\":1791,\"name\":{\"3316\":{}},\"parent\":{}}],[\"register\",{\"_index\":1425,\"name\":{\"2910\":{}},\"parent\":{}}],[\"registercodeactionprovider\",{\"_index\":1446,\"name\":{\"2930\":{}},\"parent\":{}}],[\"registercodelensprovider\",{\"_index\":1445,\"name\":{\"2929\":{}},\"parent\":{}}],[\"registercolorprovider\",{\"_index\":1452,\"name\":{\"2936\":{}},\"parent\":{}}],[\"registercommand\",{\"_index\":337,\"name\":{\"409\":{}},\"parent\":{}}],[\"registercompletionitemprovider\",{\"_index\":1451,\"name\":{\"2935\":{}},\"parent\":{}}],[\"registerdeclarationprovider\",{\"_index\":1454,\"name\":{\"2938\":{}},\"parent\":{}}],[\"registerdefinitionprovider\",{\"_index\":1442,\"name\":{\"2926\":{}},\"parent\":{}}],[\"registerdocumentformattingeditprovider\",{\"_index\":1447,\"name\":{\"2931\":{}},\"parent\":{}}],[\"registerdocumenthighlightprovider\",{\"_index\":1440,\"name\":{\"2924\":{}},\"parent\":{}}],[\"registerdocumentrangeformattingeditprovider\",{\"_index\":1448,\"name\":{\"2932\":{}},\"parent\":{}}],[\"registerdocumentrangesemantictokensprovider\",{\"_index\":1457,\"name\":{\"2941\":{}},\"parent\":{}}],[\"registerdocumentsemantictokensprovider\",{\"_index\":1456,\"name\":{\"2940\":{}},\"parent\":{}}],[\"registerdocumentsymbolprovider\",{\"_index\":1439,\"name\":{\"2923\":{}},\"parent\":{}}],[\"registerfoldingrangeprovider\",{\"_index\":1453,\"name\":{\"2937\":{}},\"parent\":{}}],[\"registerhoverprovider\",{\"_index\":1438,\"name\":{\"2922\":{}},\"parent\":{}}],[\"registerhtmllanguageservice\",{\"_index\":1998,\"name\":{\"3568\":{}},\"parent\":{}}],[\"registerimplementationprovider\",{\"_index\":1443,\"name\":{\"2927\":{}},\"parent\":{}}],[\"registerinlayhintsprovider\",{\"_index\":1459,\"name\":{\"2943\":{}},\"parent\":{}}],[\"registerinlinecompletionsprovider\",{\"_index\":1458,\"name\":{\"2942\":{}},\"parent\":{}}],[\"registerlinkededitingrangeprovider\",{\"_index\":1441,\"name\":{\"2925\":{}},\"parent\":{}}],[\"registerlinkprovider\",{\"_index\":1450,\"name\":{\"2934\":{}},\"parent\":{}}],[\"registerontypeformattingeditprovider\",{\"_index\":1449,\"name\":{\"2933\":{}},\"parent\":{}}],[\"registerreferenceprovider\",{\"_index\":1435,\"name\":{\"2919\":{}},\"parent\":{}}],[\"registerrenameprovider\",{\"_index\":1436,\"name\":{\"2920\":{}},\"parent\":{}}],[\"registerselectionrangeprovider\",{\"_index\":1455,\"name\":{\"2939\":{}},\"parent\":{}}],[\"registersignaturehelpprovider\",{\"_index\":1437,\"name\":{\"2921\":{}},\"parent\":{}}],[\"registertokensproviderfactory\",{\"_index\":1432,\"name\":{\"2916\":{}},\"parent\":{}}],[\"registertypedefinitionprovider\",{\"_index\":1444,\"name\":{\"2928\":{}},\"parent\":{}}],[\"rejection\",{\"_index\":1815,\"name\":{\"3345\":{}},\"parent\":{}}],[\"rejectreason\",{\"_index\":1816,\"name\":{\"3346\":{}},\"parent\":{}}],[\"relatedinformation\",{\"_index\":703,\"name\":{\"975\":{},\"987\":{},\"3827\":{}},\"parent\":{}}],[\"relative\",{\"_index\":1173,\"name\":{\"1848\":{}},\"parent\":{}}],[\"releasedocumentsemantictokens\",{\"_index\":1869,\"name\":{\"3410\":{}},\"parent\":{}}],[\"relevance\",{\"_index\":1985,\"name\":{\"3538\":{}},\"parent\":{}}],[\"remeasurefonts\",{\"_index\":336,\"name\":{\"408\":{}},\"parent\":{}}],[\"removeallmarkers\",{\"_index\":321,\"name\":{\"393\":{}},\"parent\":{}}],[\"removecomments\",{\"_index\":2147,\"name\":{\"3774\":{}},\"parent\":{}}],[\"removecontentwidget\",{\"_index\":635,\"name\":{\"858\":{},\"2776\":{}},\"parent\":{}}],[\"removedecorations\",{\"_index\":624,\"name\":{\"847\":{},\"2765\":{}},\"parent\":{}}],[\"removeoverlaywidget\",{\"_index\":638,\"name\":{\"861\":{},\"2779\":{}},\"parent\":{}}],[\"removetext\",{\"_index\":1550,\"name\":{\"3035\":{}},\"parent\":{}}],[\"removezone\",{\"_index\":1310,\"name\":{\"2403\":{}},\"parent\":{}}],[\"rename\",{\"_index\":1951,\"name\":{\"3495\":{},\"3593\":{},\"3859\":{}},\"parent\":{}}],[\"renamelocation\",{\"_index\":1818,\"name\":{\"3347\":{}},\"parent\":{}}],[\"renameontype\",{\"_index\":433,\"name\":{\"504\":{},\"658\":{},\"1438\":{},\"1588\":{},\"2051\":{},\"2194\":{},\"2274\":{},\"2580\":{}},\"parent\":{}}],[\"renameprovider\",{\"_index\":1820,\"name\":{\"3350\":{}},\"parent\":{}}],[\"render\",{\"_index\":641,\"name\":{\"864\":{},\"2782\":{}},\"parent\":{}}],[\"rendercharacters\",{\"_index\":1152,\"name\":{\"1826\":{}},\"parent\":{}}],[\"rendercontrolcharacters\",{\"_index\":527,\"name\":{\"599\":{},\"753\":{},\"1533\":{},\"1683\":{},\"2052\":{},\"2195\":{},\"2369\":{},\"2675\":{}},\"parent\":{}}],[\"renderfinalnewline\",{\"_index\":421,\"name\":{\"492\":{},\"646\":{},\"1426\":{},\"1576\":{},\"2053\":{},\"2196\":{},\"2262\":{},\"2568\":{}},\"parent\":{}}],[\"renderfn\",{\"_index\":1179,\"name\":{\"1853\":{}},\"parent\":{}}],[\"renderindicators\",{\"_index\":557,\"name\":{\"778\":{},\"1559\":{},\"1708\":{},\"2700\":{}},\"parent\":{}}],[\"renderlinehighlight\",{\"_index\":528,\"name\":{\"600\":{},\"754\":{},\"1534\":{},\"1684\":{},\"2054\":{},\"2197\":{},\"2370\":{},\"2676\":{}},\"parent\":{}}],[\"renderlinehighlightonlywhenfocus\",{\"_index\":529,\"name\":{\"601\":{},\"755\":{},\"1535\":{},\"1685\":{},\"2055\":{},\"2198\":{},\"2371\":{},\"2677\":{}},\"parent\":{}}],[\"renderlinenumberstype\",{\"_index\":1169,\"name\":{\"1845\":{}},\"parent\":{}}],[\"rendermarginreverticon\",{\"_index\":558,\"name\":{\"779\":{},\"1560\":{},\"1709\":{},\"2701\":{}},\"parent\":{}}],[\"renderminimap\",{\"_index\":1109,\"name\":{\"1775\":{},\"1799\":{}},\"parent\":{}}],[\"renderoverviewruler\",{\"_index\":561,\"name\":{\"782\":{},\"1563\":{},\"1712\":{},\"2704\":{}},\"parent\":{}}],[\"rendersidebyside\",{\"_index\":553,\"name\":{\"774\":{},\"1555\":{},\"1704\":{},\"2696\":{}},\"parent\":{}}],[\"rendertype\",{\"_index\":1177,\"name\":{\"1852\":{}},\"parent\":{}}],[\"rendervalidationdecorations\",{\"_index\":434,\"name\":{\"505\":{},\"659\":{},\"1439\":{},\"1589\":{},\"2056\":{},\"2199\":{},\"2275\":{},\"2581\":{}},\"parent\":{}}],[\"renderwhitespace\",{\"_index\":526,\"name\":{\"598\":{},\"752\":{},\"1532\":{},\"1682\":{},\"2057\":{},\"2200\":{},\"2368\":{},\"2674\":{}},\"parent\":{}}],[\"replace\",{\"_index\":1594,\"name\":{\"3086\":{}},\"parent\":{}}],[\"reportsdeprecated\",{\"_index\":2196,\"name\":{\"3824\":{}},\"parent\":{}}],[\"reportsunnecessary\",{\"_index\":2194,\"name\":{\"3822\":{}},\"parent\":{}}],[\"reset\",{\"_index\":691,\"name\":{\"959\":{}},\"parent\":{}}],[\"resolvecodeaction\",{\"_index\":1494,\"name\":{\"2979\":{}},\"parent\":{}}],[\"resolvecodelens\",{\"_index\":1833,\"name\":{\"3368\":{}},\"parent\":{}}],[\"resolvecompletionitem\",{\"_index\":1621,\"name\":{\"3116\":{}},\"parent\":{}}],[\"resolveinlayhint\",{\"_index\":1851,\"name\":{\"3392\":{}},\"parent\":{}}],[\"resolvejsonmodule\",{\"_index\":2163,\"name\":{\"3791\":{}},\"parent\":{}}],[\"resolvelink\",{\"_index\":1762,\"name\":{\"3285\":{}},\"parent\":{}}],[\"resolverenamelocation\",{\"_index\":1823,\"name\":{\"3352\":{}},\"parent\":{}}],[\"resource\",{\"_index\":698,\"name\":{\"965\":{},\"990\":{},\"3339\":{}},\"parent\":{}}],[\"restoreviewstate\",{\"_index\":597,\"name\":{\"819\":{},\"914\":{},\"1311\":{},\"1352\":{},\"2737\":{},\"2830\":{}},\"parent\":{}}],[\"restrictions\",{\"_index\":1981,\"name\":{\"3533\":{}},\"parent\":{}}],[\"resultid\",{\"_index\":1857,\"name\":{\"3397\":{},\"3404\":{}},\"parent\":{}}],[\"revealhorizontalrightpadding\",{\"_index\":427,\"name\":{\"498\":{},\"652\":{},\"1432\":{},\"1582\":{},\"2058\":{},\"2201\":{},\"2268\":{},\"2574\":{}},\"parent\":{}}],[\"revealline\",{\"_index\":655,\"name\":{\"880\":{},\"932\":{},\"1315\":{},\"2799\":{},\"2850\":{}},\"parent\":{}}],[\"reveallineincenter\",{\"_index\":656,\"name\":{\"881\":{},\"933\":{},\"1316\":{},\"2800\":{},\"2851\":{}},\"parent\":{}}],[\"reveallineincenterifoutsideviewport\",{\"_index\":657,\"name\":{\"882\":{},\"934\":{},\"1317\":{},\"2801\":{},\"2852\":{}},\"parent\":{}}],[\"reveallineneartop\",{\"_index\":658,\"name\":{\"883\":{},\"935\":{},\"1318\":{},\"2802\":{},\"2853\":{}},\"parent\":{}}],[\"reveallines\",{\"_index\":667,\"name\":{\"892\":{},\"944\":{},\"1327\":{},\"2811\":{},\"2862\":{}},\"parent\":{}}],[\"reveallinesincenter\",{\"_index\":668,\"name\":{\"893\":{},\"945\":{},\"1328\":{},\"2812\":{},\"2863\":{}},\"parent\":{}}],[\"reveallinesincenterifoutsideviewport\",{\"_index\":669,\"name\":{\"894\":{},\"946\":{},\"1329\":{},\"2813\":{},\"2864\":{}},\"parent\":{}}],[\"reveallinesneartop\",{\"_index\":670,\"name\":{\"895\":{},\"947\":{},\"1330\":{},\"2814\":{},\"2865\":{}},\"parent\":{}}],[\"revealposition\",{\"_index\":659,\"name\":{\"884\":{},\"936\":{},\"1319\":{},\"2803\":{},\"2854\":{}},\"parent\":{}}],[\"revealpositionincenter\",{\"_index\":660,\"name\":{\"885\":{},\"937\":{},\"1320\":{},\"2804\":{},\"2855\":{}},\"parent\":{}}],[\"revealpositionincenterifoutsideviewport\",{\"_index\":661,\"name\":{\"886\":{},\"938\":{},\"1321\":{},\"2805\":{},\"2856\":{}},\"parent\":{}}],[\"revealpositionneartop\",{\"_index\":662,\"name\":{\"887\":{},\"939\":{},\"1322\":{},\"2806\":{},\"2857\":{}},\"parent\":{}}],[\"revealrange\",{\"_index\":671,\"name\":{\"896\":{},\"948\":{},\"1331\":{},\"2815\":{},\"2866\":{}},\"parent\":{}}],[\"revealrangeattop\",{\"_index\":673,\"name\":{\"898\":{},\"950\":{},\"1333\":{},\"2817\":{},\"2868\":{}},\"parent\":{}}],[\"revealrangeincenter\",{\"_index\":672,\"name\":{\"897\":{},\"949\":{},\"1332\":{},\"2816\":{},\"2867\":{}},\"parent\":{}}],[\"revealrangeincenterifoutsideviewport\",{\"_index\":674,\"name\":{\"899\":{},\"951\":{},\"1334\":{},\"2818\":{},\"2869\":{}},\"parent\":{}}],[\"revealrangeneartop\",{\"_index\":675,\"name\":{\"900\":{},\"952\":{},\"1335\":{},\"2819\":{},\"2870\":{}},\"parent\":{}}],[\"revealrangeneartopifoutsideviewport\",{\"_index\":676,\"name\":{\"901\":{},\"953\":{},\"1336\":{},\"2820\":{},\"2871\":{}},\"parent\":{}}],[\"revive\",{\"_index\":43,\"name\":{\"38\":{}},\"parent\":{}}],[\"right\",{\"_index\":732,\"name\":{\"1019\":{},\"1065\":{},\"1190\":{},\"1774\":{}},\"parent\":{}}],[\"rightarrow\",{\"_index\":75,\"name\":{\"74\":{}},\"parent\":{}}],[\"rightbutton\",{\"_index\":221,\"name\":{\"220\":{}},\"parent\":{}}],[\"rightofinjectedtext\",{\"_index\":879,\"name\":{\"1193\":{}},\"parent\":{}}],[\"rootdir\",{\"_index\":2148,\"name\":{\"3775\":{}},\"parent\":{}}],[\"rootdirs\",{\"_index\":2149,\"name\":{\"3776\":{}},\"parent\":{}}],[\"roundedselection\",{\"_index\":428,\"name\":{\"499\":{},\"653\":{},\"1433\":{},\"1583\":{},\"2059\":{},\"2202\":{},\"2269\":{},\"2575\":{}},\"parent\":{}}],[\"rtl\",{\"_index\":299,\"name\":{\"370\":{}},\"parent\":{}}],[\"rulers\",{\"_index\":415,\"name\":{\"486\":{},\"640\":{},\"1420\":{},\"1570\":{},\"2060\":{},\"2203\":{},\"2256\":{},\"2562\":{}},\"parent\":{}}],[\"rules\",{\"_index\":363,\"name\":{\"431\":{}},\"parent\":{}}],[\"run\",{\"_index\":351,\"name\":{\"421\":{},\"459\":{},\"1276\":{}},\"parent\":{}}],[\"same\",{\"_index\":1266,\"name\":{\"1953\":{}},\"parent\":{}}],[\"saveviewstate\",{\"_index\":596,\"name\":{\"818\":{},\"913\":{},\"1310\":{},\"1351\":{},\"2736\":{},\"2829\":{}},\"parent\":{}}],[\"scale\",{\"_index\":1154,\"name\":{\"1828\":{}},\"parent\":{}}],[\"schemarequest\",{\"_index\":2047,\"name\":{\"3657\":{}},\"parent\":{}}],[\"schemas\",{\"_index\":2044,\"name\":{\"3654\":{}},\"parent\":{}}],[\"schemavalidation\",{\"_index\":2046,\"name\":{\"3656\":{}},\"parent\":{}}],[\"scheme\",{\"_index\":44,\"name\":{\"40\":{},\"50\":{},\"2950\":{}},\"parent\":{}}],[\"scopes\",{\"_index\":1472,\"name\":{\"2957\":{}},\"parent\":{}}],[\"scripttarget\",{\"_index\":2074,\"name\":{\"3699\":{}},\"parent\":{}}],[\"scrollbar\",{\"_index\":435,\"name\":{\"506\":{},\"660\":{},\"1440\":{},\"1590\":{},\"2061\":{},\"2204\":{},\"2276\":{},\"2444\":{},\"2582\":{}},\"parent\":{}}],[\"scrollbarvisibility\",{\"_index\":714,\"name\":{\"1002\":{}},\"parent\":{}}],[\"scrollbeyondlastcolumn\",{\"_index\":454,\"name\":{\"525\":{},\"679\":{},\"1459\":{},\"1609\":{},\"2062\":{},\"2205\":{},\"2295\":{},\"2601\":{}},\"parent\":{}}],[\"scrollbeyondlastline\",{\"_index\":453,\"name\":{\"524\":{},\"678\":{},\"1458\":{},\"1608\":{},\"2063\":{},\"2206\":{},\"2294\":{},\"2600\":{}},\"parent\":{}}],[\"scrollbypage\",{\"_index\":1196,\"name\":{\"1871\":{},\"1885\":{}},\"parent\":{}}],[\"scrollheight\",{\"_index\":232,\"name\":{\"237\":{}},\"parent\":{}}],[\"scrollheightchanged\",{\"_index\":236,\"name\":{\"241\":{}},\"parent\":{}}],[\"scrollleft\",{\"_index\":230,\"name\":{\"235\":{},\"1269\":{},\"1285\":{}},\"parent\":{}}],[\"scrollleftchanged\",{\"_index\":234,\"name\":{\"239\":{}},\"parent\":{}}],[\"scrolllock\",{\"_index\":137,\"name\":{\"136\":{}},\"parent\":{}}],[\"scrollpredominantaxis\",{\"_index\":474,\"name\":{\"546\":{},\"700\":{},\"1480\":{},\"1630\":{},\"2064\":{},\"2207\":{},\"2316\":{},\"2622\":{}},\"parent\":{}}],[\"scrolltop\",{\"_index\":228,\"name\":{\"234\":{},\"1270\":{},\"1283\":{}},\"parent\":{}}],[\"scrolltopchanged\",{\"_index\":233,\"name\":{\"238\":{}},\"parent\":{}}],[\"scrolltopwithoutviewzones\",{\"_index\":963,\"name\":{\"1284\":{}},\"parent\":{}}],[\"scrolltype\",{\"_index\":974,\"name\":{\"1297\":{}},\"parent\":{}}],[\"scrollwidth\",{\"_index\":231,\"name\":{\"236\":{}},\"parent\":{}}],[\"scrollwidthchanged\",{\"_index\":235,\"name\":{\"240\":{}},\"parent\":{}}],[\"scssdefaults\",{\"_index\":1963,\"name\":{\"3513\":{}},\"parent\":{}}],[\"secondaryposition\",{\"_index\":1318,\"name\":{\"2411\":{}},\"parent\":{}}],[\"secondarypositions\",{\"_index\":1025,\"name\":{\"1392\":{}},\"parent\":{}}],[\"secondaryselections\",{\"_index\":1029,\"name\":{\"1397\":{}},\"parent\":{}}],[\"seedsearchstringfromselection\",{\"_index\":1083,\"name\":{\"1748\":{}},\"parent\":{}}],[\"selectedsuggestioninfo\",{\"_index\":1627,\"name\":{\"3122\":{},\"3123\":{}},\"parent\":{}}],[\"selection\",{\"_index\":284,\"name\":{\"313\":{},\"1396\":{}},\"parent\":{}}],[\"selectionclipboard\",{\"_index\":417,\"name\":{\"488\":{},\"642\":{},\"1422\":{},\"1572\":{},\"2065\":{},\"2208\":{},\"2258\":{},\"2564\":{}},\"parent\":{}}],[\"selectiondirection\",{\"_index\":296,\"name\":{\"368\":{}},\"parent\":{}}],[\"selectionhighlight\",{\"_index\":510,\"name\":{\"582\":{},\"736\":{},\"1516\":{},\"1666\":{},\"2066\":{},\"2209\":{},\"2352\":{},\"2658\":{}},\"parent\":{}}],[\"selectionmode\",{\"_index\":1229,\"name\":{\"1914\":{}},\"parent\":{}}],[\"selectionrange\",{\"_index\":1733,\"name\":{\"3255\":{},\"3301\":{}},\"parent\":{}}],[\"selectionrangeprovider\",{\"_index\":1778,\"name\":{\"3303\":{}},\"parent\":{}}],[\"selectionranges\",{\"_index\":1953,\"name\":{\"3499\":{},\"3597\":{},\"3671\":{}},\"parent\":{}}],[\"selectionsarrequal\",{\"_index\":289,\"name\":{\"318\":{}},\"parent\":{}}],[\"selectionsequal\",{\"_index\":285,\"name\":{\"314\":{}},\"parent\":{}}],[\"selectionstart\",{\"_index\":960,\"name\":{\"1280\":{}},\"parent\":{}}],[\"selectionstartcolumn\",{\"_index\":281,\"name\":{\"310\":{},\"341\":{}},\"parent\":{}}],[\"selectionstartlinenumber\",{\"_index\":279,\"name\":{\"309\":{},\"340\":{}},\"parent\":{}}],[\"selectleadingandtrailingwhitespace\",{\"_index\":1263,\"name\":{\"1950\":{}},\"parent\":{}}],[\"selectonlinenumbers\",{\"_index\":423,\"name\":{\"494\":{},\"648\":{},\"1428\":{},\"1578\":{},\"2067\":{},\"2210\":{},\"2264\":{},\"2570\":{}},\"parent\":{}}],[\"semantichighlighting.enabled\",{\"_index\":400,\"name\":{\"468\":{},\"626\":{}},\"parent\":{}}],[\"semantictokens\",{\"_index\":1856,\"name\":{\"3396\":{}},\"parent\":{}}],[\"semantictokensedit\",{\"_index\":1860,\"name\":{\"3399\":{}},\"parent\":{}}],[\"semantictokensedits\",{\"_index\":1863,\"name\":{\"3403\":{}},\"parent\":{}}],[\"semantictokenslegend\",{\"_index\":1852,\"name\":{\"3393\":{}},\"parent\":{}}],[\"semicolon\",{\"_index\":138,\"name\":{\"137\":{}},\"parent\":{}}],[\"set\",{\"_index\":689,\"name\":{\"958\":{},\"1347\":{}},\"parent\":{}}],[\"setbanner\",{\"_index\":645,\"name\":{\"868\":{},\"2786\":{}},\"parent\":{}}],[\"setcolormap\",{\"_index\":1431,\"name\":{\"2915\":{}},\"parent\":{}}],[\"setcompileroptions\",{\"_index\":2218,\"name\":{\"3877\":{}},\"parent\":{}}],[\"setdiagnosticsoptions\",{\"_index\":1961,\"name\":{\"3510\":{},\"3677\":{},\"3879\":{}},\"parent\":{}}],[\"seteagermodelsync\",{\"_index\":2222,\"name\":{\"3882\":{}},\"parent\":{}}],[\"setendposition\",{\"_index\":276,\"name\":{\"302\":{},\"347\":{}},\"parent\":{}}],[\"seteol\",{\"_index\":867,\"name\":{\"1178\":{}},\"parent\":{}}],[\"setextralibs\",{\"_index\":2216,\"name\":{\"3875\":{}},\"parent\":{}}],[\"setinlayhintsoptions\",{\"_index\":2224,\"name\":{\"3884\":{}},\"parent\":{}}],[\"setlanguageconfiguration\",{\"_index\":1430,\"name\":{\"2914\":{}},\"parent\":{}}],[\"setmaximumworkeridletime\",{\"_index\":2221,\"name\":{\"3881\":{}},\"parent\":{}}],[\"setmodeconfiguration\",{\"_index\":1959,\"name\":{\"3508\":{},\"3606\":{},\"3678\":{},\"3872\":{}},\"parent\":{}}],[\"setmodel\",{\"_index\":600,\"name\":{\"823\":{},\"916\":{},\"1339\":{},\"2741\":{},\"2832\":{}},\"parent\":{}}],[\"setmodellanguage\",{\"_index\":319,\"name\":{\"391\":{}},\"parent\":{}}],[\"setmodelmarkers\",{\"_index\":320,\"name\":{\"392\":{}},\"parent\":{}}],[\"setmonarchtokensprovider\",{\"_index\":1434,\"name\":{\"2918\":{}},\"parent\":{}}],[\"setoptions\",{\"_index\":1958,\"name\":{\"3507\":{},\"3605\":{}},\"parent\":{}}],[\"setposition\",{\"_index\":654,\"name\":{\"879\":{},\"931\":{},\"1314\":{},\"2798\":{},\"2849\":{}},\"parent\":{}}],[\"setscrollleft\",{\"_index\":612,\"name\":{\"835\":{},\"2753\":{}},\"parent\":{}}],[\"setscrollposition\",{\"_index\":614,\"name\":{\"837\":{},\"2755\":{}},\"parent\":{}}],[\"setscrolltop\",{\"_index\":613,\"name\":{\"836\":{},\"2754\":{}},\"parent\":{}}],[\"setselection\",{\"_index\":665,\"name\":{\"890\":{},\"942\":{},\"1325\":{},\"2809\":{},\"2860\":{}},\"parent\":{}}],[\"setselections\",{\"_index\":666,\"name\":{\"891\":{},\"943\":{},\"1326\":{},\"2810\":{},\"2861\":{}},\"parent\":{}}],[\"setstartposition\",{\"_index\":277,\"name\":{\"303\":{},\"350\":{}},\"parent\":{}}],[\"settheme\",{\"_index\":335,\"name\":{\"407\":{}},\"parent\":{}}],[\"settokensprovider\",{\"_index\":1433,\"name\":{\"2917\":{}},\"parent\":{}}],[\"setvalue\",{\"_index\":605,\"name\":{\"828\":{},\"1131\":{},\"2746\":{}},\"parent\":{}}],[\"setworkeroptions\",{\"_index\":2220,\"name\":{\"3880\":{}},\"parent\":{}}],[\"severity\",{\"_index\":699,\"name\":{\"966\":{},\"979\":{}},\"parent\":{}}],[\"severitylevel\",{\"_index\":2049,\"name\":{\"3660\":{}},\"parent\":{}}],[\"sharesuggestselections\",{\"_index\":1228,\"name\":{\"1913\":{}},\"parent\":{}}],[\"shift\",{\"_index\":62,\"name\":{\"61\":{},\"187\":{}},\"parent\":{}}],[\"shiftkey\",{\"_index\":209,\"name\":{\"207\":{},\"227\":{}},\"parent\":{}}],[\"showclasses\",{\"_index\":1240,\"name\":{\"1927\":{}},\"parent\":{}}],[\"showcolors\",{\"_index\":1254,\"name\":{\"1941\":{}},\"parent\":{}}],[\"showconstants\",{\"_index\":1249,\"name\":{\"1936\":{}},\"parent\":{}}],[\"showconstructors\",{\"_index\":1237,\"name\":{\"1922\":{}},\"parent\":{}}],[\"showdeprecated\",{\"_index\":539,\"name\":{\"611\":{},\"765\":{},\"1545\":{},\"1695\":{},\"1923\":{},\"2097\":{},\"2213\":{},\"2381\":{},\"2687\":{}},\"parent\":{}}],[\"showenummembers\",{\"_index\":1251,\"name\":{\"1938\":{}},\"parent\":{}}],[\"showenums\",{\"_index\":1250,\"name\":{\"1937\":{}},\"parent\":{}}],[\"showevents\",{\"_index\":1245,\"name\":{\"1932\":{}},\"parent\":{}}],[\"showfields\",{\"_index\":1238,\"name\":{\"1925\":{}},\"parent\":{}}],[\"showfiles\",{\"_index\":1255,\"name\":{\"1942\":{}},\"parent\":{}}],[\"showfolders\",{\"_index\":1257,\"name\":{\"1944\":{}},\"parent\":{}}],[\"showfoldingcontrols\",{\"_index\":522,\"name\":{\"594\":{},\"748\":{},\"1528\":{},\"1678\":{},\"2068\":{},\"2211\":{},\"2364\":{},\"2670\":{}},\"parent\":{}}],[\"showfunctions\",{\"_index\":1236,\"name\":{\"1921\":{}},\"parent\":{}}],[\"showicons\",{\"_index\":1230,\"name\":{\"1915\":{}},\"parent\":{}}],[\"showifcollapsed\",{\"_index\":755,\"name\":{\"1043\":{}},\"parent\":{}}],[\"showinlinedetails\",{\"_index\":1234,\"name\":{\"1919\":{}},\"parent\":{}}],[\"showinterfaces\",{\"_index\":1242,\"name\":{\"1929\":{}},\"parent\":{}}],[\"showissues\",{\"_index\":1259,\"name\":{\"1946\":{}},\"parent\":{}}],[\"showkeywords\",{\"_index\":1252,\"name\":{\"1939\":{}},\"parent\":{}}],[\"showmethods\",{\"_index\":1235,\"name\":{\"1920\":{}},\"parent\":{}}],[\"showmodules\",{\"_index\":1243,\"name\":{\"1930\":{}},\"parent\":{}}],[\"showoperators\",{\"_index\":1246,\"name\":{\"1933\":{}},\"parent\":{}}],[\"showproperties\",{\"_index\":1244,\"name\":{\"1931\":{}},\"parent\":{}}],[\"showreferences\",{\"_index\":1256,\"name\":{\"1943\":{}},\"parent\":{}}],[\"showslider\",{\"_index\":1151,\"name\":{\"1825\":{}},\"parent\":{}}],[\"showsnippets\",{\"_index\":1261,\"name\":{\"1948\":{}},\"parent\":{}}],[\"showstatusbar\",{\"_index\":1231,\"name\":{\"1916\":{}},\"parent\":{}}],[\"showstructs\",{\"_index\":1241,\"name\":{\"1928\":{}},\"parent\":{}}],[\"showtoolbar\",{\"_index\":1212,\"name\":{\"1898\":{}},\"parent\":{}}],[\"showtypeparameters\",{\"_index\":1258,\"name\":{\"1945\":{}},\"parent\":{}}],[\"showunits\",{\"_index\":1247,\"name\":{\"1934\":{}},\"parent\":{}}],[\"showunused\",{\"_index\":536,\"name\":{\"608\":{},\"762\":{},\"1542\":{},\"1692\":{},\"2069\":{},\"2212\":{},\"2378\":{},\"2684\":{}},\"parent\":{}}],[\"showusers\",{\"_index\":1260,\"name\":{\"1947\":{}},\"parent\":{}}],[\"showvalues\",{\"_index\":1248,\"name\":{\"1935\":{}},\"parent\":{}}],[\"showvariables\",{\"_index\":1239,\"name\":{\"1926\":{}},\"parent\":{}}],[\"showwords\",{\"_index\":1253,\"name\":{\"1940\":{}},\"parent\":{}}],[\"side\",{\"_index\":1149,\"name\":{\"1823\":{}},\"parent\":{}}],[\"signaturehelp\",{\"_index\":1660,\"name\":{\"3164\":{},\"3862\":{}},\"parent\":{}}],[\"signaturehelpcontext\",{\"_index\":1669,\"name\":{\"3175\":{}},\"parent\":{}}],[\"signaturehelpprovider\",{\"_index\":1673,\"name\":{\"3180\":{}},\"parent\":{}}],[\"signaturehelpresult\",{\"_index\":1664,\"name\":{\"3168\":{}},\"parent\":{}}],[\"signaturehelpretriggercharacters\",{\"_index\":1676,\"name\":{\"3182\":{}},\"parent\":{}}],[\"signaturehelptriggercharacters\",{\"_index\":1674,\"name\":{\"3181\":{}},\"parent\":{}}],[\"signaturehelptriggerkind\",{\"_index\":1666,\"name\":{\"3171\":{}},\"parent\":{}}],[\"signatureinformation\",{\"_index\":1656,\"name\":{\"3159\":{}},\"parent\":{}}],[\"signatures\",{\"_index\":1661,\"name\":{\"3165\":{}},\"parent\":{}}],[\"size\",{\"_index\":1150,\"name\":{\"1824\":{}},\"parent\":{}}],[\"skipdefaultlibcheck\",{\"_index\":2151,\"name\":{\"3778\":{}},\"parent\":{}}],[\"skiplibcheck\",{\"_index\":2150,\"name\":{\"3777\":{}},\"parent\":{}}],[\"skiptrashbin\",{\"_index\":1802,\"name\":{\"3330\":{}},\"parent\":{}}],[\"slash\",{\"_index\":143,\"name\":{\"142\":{}},\"parent\":{}}],[\"smartselect\",{\"_index\":484,\"name\":{\"556\":{},\"710\":{},\"1490\":{},\"1640\":{},\"2071\":{},\"2216\":{},\"2326\":{},\"2632\":{}},\"parent\":{}}],[\"smooth\",{\"_index\":975,\"name\":{\"1298\":{},\"1735\":{}},\"parent\":{}}],[\"smoothscrolling\",{\"_index\":455,\"name\":{\"526\":{},\"680\":{},\"1460\":{},\"1610\":{},\"2072\":{},\"2217\":{},\"2296\":{},\"2602\":{}},\"parent\":{}}],[\"snippet\",{\"_index\":1582,\"name\":{\"3073\":{}},\"parent\":{}}],[\"snippetspreventquicksuggestions\",{\"_index\":1226,\"name\":{\"1911\":{}},\"parent\":{}}],[\"snippetsuggestions\",{\"_index\":503,\"name\":{\"575\":{},\"729\":{},\"1509\":{},\"1659\":{},\"2070\":{},\"2215\":{},\"2345\":{},\"2651\":{}},\"parent\":{}}],[\"solid\",{\"_index\":1071,\"name\":{\"1738\":{}},\"parent\":{}}],[\"sorttext\",{\"_index\":1598,\"name\":{\"3093\":{}},\"parent\":{}}],[\"source\",{\"_index\":701,\"name\":{\"969\":{},\"981\":{},\"1360\":{},\"1394\":{},\"1401\":{},\"3826\":{}},\"parent\":{}}],[\"sourcemap\",{\"_index\":2152,\"name\":{\"3779\":{}},\"parent\":{}}],[\"sourceroot\",{\"_index\":2153,\"name\":{\"3780\":{}},\"parent\":{}}],[\"space\",{\"_index\":68,\"name\":{\"67\":{}},\"parent\":{}}],[\"spacearoundselectorseparator\",{\"_index\":1916,\"name\":{\"3460\":{}},\"parent\":{}}],[\"spacewidth\",{\"_index\":1413,\"name\":{\"2883\":{}},\"parent\":{}}],[\"spansmultiplelines\",{\"_index\":275,\"name\":{\"286\":{},\"338\":{}},\"parent\":{}}],[\"stablepeek\",{\"_index\":401,\"name\":{\"469\":{},\"627\":{}},\"parent\":{}}],[\"start\",{\"_index\":1522,\"name\":{\"3006\":{},\"3310\":{},\"3400\":{},\"3430\":{},\"3833\":{},\"3842\":{}},\"parent\":{}}],[\"startcolumn\",{\"_index\":253,\"name\":{\"264\":{},\"289\":{},\"352\":{},\"971\":{},\"983\":{},\"993\":{},\"1014\":{}},\"parent\":{}}],[\"startindex\",{\"_index\":1470,\"name\":{\"2956\":{}},\"parent\":{}}],[\"startlinenumber\",{\"_index\":251,\"name\":{\"263\":{},\"288\":{},\"351\":{},\"970\":{},\"982\":{},\"992\":{},\"1232\":{}},\"parent\":{}}],[\"status\",{\"_index\":1982,\"name\":{\"3534\":{},\"3543\":{},\"3549\":{},\"3555\":{},\"3561\":{}},\"parent\":{}}],[\"stickiness\",{\"_index\":747,\"name\":{\"1036\":{}},\"parent\":{}}],[\"sticky\",{\"_index\":1104,\"name\":{\"1768\":{}},\"parent\":{}}],[\"stickyscroll\",{\"_index\":436,\"name\":{\"507\":{},\"661\":{},\"1441\":{},\"1591\":{},\"2073\":{},\"2142\":{},\"2277\":{},\"2583\":{}},\"parent\":{}}],[\"stickytabstops\",{\"_index\":496,\"name\":{\"568\":{},\"722\":{},\"1502\":{},\"1652\":{},\"2074\":{},\"2120\":{},\"2338\":{},\"2644\":{}},\"parent\":{}}],[\"stoppropagation\",{\"_index\":216,\"name\":{\"215\":{},\"232\":{}},\"parent\":{}}],[\"stoprenderinglineafter\",{\"_index\":466,\"name\":{\"537\":{},\"691\":{},\"1471\":{},\"1621\":{},\"2075\":{},\"2218\":{},\"2307\":{},\"2613\":{}},\"parent\":{}}],[\"strict\",{\"_index\":2154,\"name\":{\"3781\":{}},\"parent\":{}}],[\"strictbindcallapply\",{\"_index\":2156,\"name\":{\"3783\":{}},\"parent\":{}}],[\"strictcontainsrange\",{\"_index\":261,\"name\":{\"271\":{},\"295\":{},\"324\":{},\"358\":{}},\"parent\":{}}],[\"strictfunctiontypes\",{\"_index\":2155,\"name\":{\"3782\":{}},\"parent\":{}}],[\"strictnullchecks\",{\"_index\":2157,\"name\":{\"3784\":{}},\"parent\":{}}],[\"strictpropertyinitialization\",{\"_index\":2158,\"name\":{\"3785\":{}},\"parent\":{}}],[\"string\",{\"_index\":1721,\"name\":{\"3234\":{}},\"parent\":{}}],[\"strings\",{\"_index\":1165,\"name\":{\"1839\":{},\"1843\":{}},\"parent\":{}}],[\"stripinternal\",{\"_index\":2159,\"name\":{\"3786\":{}},\"parent\":{}}],[\"struct\",{\"_index\":1566,\"name\":{\"3052\":{},\"3242\":{}},\"parent\":{}}],[\"suggest\",{\"_index\":482,\"name\":{\"554\":{},\"708\":{},\"1488\":{},\"1638\":{},\"2076\":{},\"2219\":{},\"2324\":{},\"2630\":{},\"3585\":{}},\"parent\":{}}],[\"suggestfontsize\",{\"_index\":507,\"name\":{\"579\":{},\"733\":{},\"1513\":{},\"1663\":{},\"2077\":{},\"2221\":{},\"2349\":{},\"2655\":{}},\"parent\":{}}],[\"suggestions\",{\"_index\":1606,\"name\":{\"3103\":{}},\"parent\":{}}],[\"suggestlineheight\",{\"_index\":508,\"name\":{\"580\":{},\"734\":{},\"1514\":{},\"1664\":{},\"2078\":{},\"2222\":{},\"2350\":{},\"2656\":{}},\"parent\":{}}],[\"suggestontriggercharacters\",{\"_index\":500,\"name\":{\"572\":{},\"726\":{},\"1506\":{},\"1656\":{},\"2079\":{},\"2223\":{},\"2342\":{},\"2648\":{}},\"parent\":{}}],[\"suggestselection\",{\"_index\":506,\"name\":{\"578\":{},\"732\":{},\"1512\":{},\"1662\":{},\"2080\":{},\"2224\":{},\"2348\":{},\"2654\":{}},\"parent\":{}}],[\"supporthtml\",{\"_index\":196,\"name\":{\"196\":{}},\"parent\":{}}],[\"supportthemeicons\",{\"_index\":195,\"name\":{\"195\":{}},\"parent\":{}}],[\"suppressexcesspropertyerrors\",{\"_index\":2160,\"name\":{\"3787\":{}},\"parent\":{}}],[\"suppressimplicitanyindexerrors\",{\"_index\":2161,\"name\":{\"3788\":{}},\"parent\":{}}],[\"suppressmousedown\",{\"_index\":1299,\"name\":{\"2393\":{},\"2416\":{}},\"parent\":{}}],[\"surroundingpairs\",{\"_index\":1509,\"name\":{\"2993\":{}},\"parent\":{}}],[\"switchto\",{\"_index\":1902,\"name\":{\"3446\":{}},\"parent\":{}}],[\"symbolkind\",{\"_index\":1717,\"name\":{\"3219\":{}},\"parent\":{}}],[\"symboltag\",{\"_index\":1728,\"name\":{\"3246\":{}},\"parent\":{}}],[\"syntax\",{\"_index\":1983,\"name\":{\"3535\":{}},\"parent\":{}}],[\"system\",{\"_index\":2060,\"name\":{\"3686\":{}},\"parent\":{}}],[\"tab\",{\"_index\":60,\"name\":{\"59\":{}},\"parent\":{}}],[\"tabcompletion\",{\"_index\":509,\"name\":{\"581\":{},\"735\":{},\"1515\":{},\"1665\":{},\"2081\":{},\"2225\":{},\"2351\":{},\"2657\":{}},\"parent\":{}}],[\"tabfocusmode\",{\"_index\":1280,\"name\":{\"2101\":{},\"2241\":{}},\"parent\":{}}],[\"tabindex\",{\"_index\":414,\"name\":{\"485\":{},\"639\":{},\"1419\":{},\"1569\":{},\"2082\":{},\"2226\":{},\"2255\":{},\"2561\":{}},\"parent\":{}}],[\"tabsize\",{\"_index\":392,\"name\":{\"461\":{},\"619\":{},\"997\":{},\"1001\":{},\"1097\":{},\"1108\":{},\"1378\":{},\"3265\":{},\"3570\":{}},\"parent\":{}}],[\"tags\",{\"_index\":704,\"name\":{\"976\":{},\"988\":{},\"3090\":{},\"3252\":{},\"3622\":{}},\"parent\":{}}],[\"target\",{\"_index\":207,\"name\":{\"205\":{},\"222\":{},\"2546\":{},\"2549\":{},\"3789\":{}},\"parent\":{}}],[\"targetselectionrange\",{\"_index\":1703,\"name\":{\"3209\":{}},\"parent\":{}}],[\"text\",{\"_index\":723,\"name\":{\"1010\":{},\"1088\":{},\"1092\":{},\"1366\":{},\"1777\":{},\"3064\":{},\"3125\":{},\"3185\":{},\"3262\":{},\"3349\":{},\"3851\":{}},\"parent\":{}}],[\"textarea\",{\"_index\":1336,\"name\":{\"2434\":{}},\"parent\":{}}],[\"textdefined\",{\"_index\":784,\"name\":{\"1077\":{}},\"parent\":{}}],[\"textedit\",{\"_index\":1739,\"name\":{\"3260\":{},\"3293\":{},\"3340\":{}},\"parent\":{}}],[\"texteditorcursorblinkingstyle\",{\"_index\":1066,\"name\":{\"1732\":{}},\"parent\":{}}],[\"texteditorcursorstyle\",{\"_index\":1072,\"name\":{\"1739\":{}},\"parent\":{}}],[\"textedits\",{\"_index\":1841,\"name\":{\"3380\":{}},\"parent\":{}}],[\"textmodelresolvedoptions\",{\"_index\":797,\"name\":{\"1094\":{}},\"parent\":{}}],[\"theme\",{\"_index\":403,\"name\":{\"471\":{},\"477\":{},\"630\":{},\"999\":{}},\"parent\":{}}],[\"themecolor\",{\"_index\":719,\"name\":{\"1006\":{}},\"parent\":{}}],[\"thenable\",{\"_index\":2,\"name\":{\"2\":{}},\"parent\":{}}],[\"timestamp\",{\"_index\":226,\"name\":{\"230\":{}},\"parent\":{}}],[\"title\",{\"_index\":1644,\"name\":{\"3143\":{},\"3355\":{}},\"parent\":{}}],[\"tojson\",{\"_index\":52,\"name\":{\"48\":{},\"307\":{},\"367\":{}},\"parent\":{}}],[\"token\",{\"_index\":30,\"name\":{\"26\":{},\"371\":{},\"437\":{},\"3444\":{},\"3455\":{}},\"parent\":{}}],[\"tokenize\",{\"_index\":333,\"name\":{\"405\":{},\"2968\":{},\"2972\":{}},\"parent\":{}}],[\"tokenizeencoded\",{\"_index\":1486,\"name\":{\"2971\":{}},\"parent\":{}}],[\"tokenizer\",{\"_index\":1883,\"name\":{\"3424\":{}},\"parent\":{}}],[\"tokenmodifiers\",{\"_index\":1855,\"name\":{\"3395\":{}},\"parent\":{}}],[\"tokenpostfix\",{\"_index\":1888,\"name\":{\"3431\":{}},\"parent\":{}}],[\"tokens\",{\"_index\":1474,\"name\":{\"2959\":{},\"2962\":{},\"3667\":{}},\"parent\":{}}],[\"tokensprovider\",{\"_index\":1481,\"name\":{\"2966\":{}},\"parent\":{}}],[\"tokensproviderfactory\",{\"_index\":1479,\"name\":{\"2964\":{}},\"parent\":{}}],[\"tokentypes\",{\"_index\":1853,\"name\":{\"3394\":{}},\"parent\":{}}],[\"tooltip\",{\"_index\":1756,\"name\":{\"3279\":{},\"3356\":{},\"3374\":{},\"3379\":{}},\"parent\":{}}],[\"top\",{\"_index\":1108,\"name\":{\"1773\":{},\"1830\":{}},\"parent\":{}}],[\"top_center\",{\"_index\":1329,\"name\":{\"2425\":{}},\"parent\":{}}],[\"top_right_corner\",{\"_index\":1326,\"name\":{\"2423\":{}},\"parent\":{}}],[\"tostring\",{\"_index\":51,\"name\":{\"47\":{},\"261\":{},\"301\":{},\"344\":{},\"377\":{},\"1229\":{},\"1238\":{},\"1243\":{}},\"parent\":{}}],[\"traceresolution\",{\"_index\":2162,\"name\":{\"3790\":{}},\"parent\":{}}],[\"trackedrangestickiness\",{\"_index\":814,\"name\":{\"1118\":{}},\"parent\":{}}],[\"trackselection\",{\"_index\":927,\"name\":{\"1250\":{}},\"parent\":{}}],[\"trailingcommas\",{\"_index\":2048,\"name\":{\"3658\":{}},\"parent\":{}}],[\"trigger\",{\"_index\":677,\"name\":{\"902\":{},\"954\":{},\"1337\":{},\"2821\":{},\"2872\":{},\"2976\":{}},\"parent\":{}}],[\"triggercharacter\",{\"_index\":1612,\"name\":{\"3108\":{},\"3112\":{},\"3173\":{},\"3177\":{}},\"parent\":{}}],[\"triggercharacters\",{\"_index\":1618,\"name\":{\"3114\":{}},\"parent\":{}}],[\"triggerforincompletecompletions\",{\"_index\":1613,\"name\":{\"3109\":{}},\"parent\":{}}],[\"triggerkind\",{\"_index\":1615,\"name\":{\"3111\":{},\"3121\":{},\"3176\":{}},\"parent\":{}}],[\"trimautowhitespace\",{\"_index\":396,\"name\":{\"464\":{},\"622\":{},\"1101\":{},\"1111\":{},\"1381\":{}},\"parent\":{}}],[\"type\",{\"_index\":303,\"name\":{\"375\":{},\"2453\":{},\"2459\":{},\"2471\":{},\"2484\":{},\"2493\":{},\"2503\":{},\"2510\":{},\"2517\":{},\"2524\":{},\"2530\":{},\"2536\":{},\"3370\":{}},\"parent\":{}}],[\"typedefinitionprovider\",{\"_index\":1714,\"name\":{\"3217\":{}},\"parent\":{}}],[\"typeparameter\",{\"_index\":1579,\"name\":{\"3070\":{},\"3245\":{}},\"parent\":{}}],[\"typeroots\",{\"_index\":2165,\"name\":{\"3793\":{}},\"parent\":{}}],[\"types\",{\"_index\":2164,\"name\":{\"3792\":{}},\"parent\":{}}],[\"typescript\",{\"_index\":2053,\"name\":{\"3680\":{}},\"parent\":{}}],[\"typescriptdefaults\",{\"_index\":2248,\"name\":{\"3908\":{}},\"parent\":{}}],[\"typescriptversion\",{\"_index\":2247,\"name\":{\"3907\":{}},\"parent\":{}}],[\"typescriptworker\",{\"_index\":2225,\"name\":{\"3885\":{}},\"parent\":{}}],[\"typicalfullwidthcharacterwidth\",{\"_index\":1411,\"name\":{\"2881\":{}},\"parent\":{}}],[\"typicalhalfwidthcharacterwidth\",{\"_index\":1410,\"name\":{\"2880\":{}},\"parent\":{}}],[\"umd\",{\"_index\":2059,\"name\":{\"3685\":{}},\"parent\":{}}],[\"underline\",{\"_index\":1076,\"name\":{\"1742\":{}},\"parent\":{}}],[\"underlinethin\",{\"_index\":1079,\"name\":{\"1745\":{}},\"parent\":{}}],[\"undo\",{\"_index\":1021,\"name\":{\"1388\":{}},\"parent\":{}}],[\"unfoldonclickafterendofline\",{\"_index\":523,\"name\":{\"595\":{},\"749\":{},\"1529\":{},\"1679\":{},\"2009\":{},\"2153\":{},\"2365\":{},\"2671\":{}},\"parent\":{}}],[\"unformatted\",{\"_index\":2003,\"name\":{\"3573\":{}},\"parent\":{}}],[\"unicode\",{\"_index\":1886,\"name\":{\"3427\":{}},\"parent\":{}}],[\"unicodehighlight\",{\"_index\":544,\"name\":{\"616\":{},\"770\":{},\"1550\":{},\"1700\":{},\"2227\":{},\"2386\":{},\"2692\":{}},\"parent\":{}}],[\"unicodehighlighting\",{\"_index\":1277,\"name\":{\"2083\":{}},\"parent\":{}}],[\"unindentedlinepattern\",{\"_index\":1520,\"name\":{\"3004\":{}},\"parent\":{}}],[\"unit\",{\"_index\":1571,\"name\":{\"3058\":{}},\"parent\":{}}],[\"universalselector\",{\"_index\":1930,\"name\":{\"3474\":{}},\"parent\":{}}],[\"unknown\",{\"_index\":58,\"name\":{\"57\":{},\"1404\":{},\"2433\":{}},\"parent\":{}}],[\"unknownproperties\",{\"_index\":1935,\"name\":{\"3479\":{}},\"parent\":{}}],[\"unknownvendorspecificproperties\",{\"_index\":1937,\"name\":{\"3481\":{}},\"parent\":{}}],[\"unnecessary\",{\"_index\":19,\"name\":{\"17\":{}},\"parent\":{}}],[\"unusuallineterminators\",{\"_index\":422,\"name\":{\"493\":{},\"647\":{},\"1427\":{},\"1577\":{},\"2084\":{},\"2228\":{},\"2263\":{},\"2569\":{}},\"parent\":{}}],[\"uparrow\",{\"_index\":74,\"name\":{\"73\":{}},\"parent\":{}}],[\"updateoptions\",{\"_index\":565,\"name\":{\"786\":{},\"920\":{},\"1171\":{},\"1305\":{},\"2791\":{},\"2838\":{}},\"parent\":{}}],[\"uri\",{\"_index\":36,\"name\":{\"32\":{},\"1126\":{},\"3203\":{},\"3207\":{},\"3916\":{}},\"parent\":{}}],[\"uricomponents\",{\"_index\":53,\"name\":{\"49\":{}},\"parent\":{}}],[\"uris\",{\"_index\":198,\"name\":{\"198\":{}},\"parent\":{}}],[\"url\",{\"_index\":1755,\"name\":{\"3278\":{},\"3528\":{},\"3627\":{}},\"parent\":{}}],[\"usedefaultdataprovider\",{\"_index\":1966,\"name\":{\"3516\":{},\"3617\":{}},\"parent\":{}}],[\"usedefineforclassfields\",{\"_index\":2167,\"name\":{\"3795\":{}},\"parent\":{}}],[\"user\",{\"_index\":1580,\"name\":{\"3071\":{}},\"parent\":{}}],[\"useshadowdom\",{\"_index\":542,\"name\":{\"614\":{},\"768\":{},\"1548\":{},\"1698\":{},\"2085\":{},\"2229\":{},\"2384\":{},\"2690\":{}},\"parent\":{}}],[\"useshadows\",{\"_index\":1187,\"name\":{\"1862\":{},\"1876\":{}},\"parent\":{}}],[\"usetabstops\",{\"_index\":530,\"name\":{\"602\":{},\"756\":{},\"1536\":{},\"1686\":{},\"2086\":{},\"2230\":{},\"2372\":{},\"2678\":{}},\"parent\":{}}],[\"validate\",{\"_index\":1920,\"name\":{\"3465\":{},\"3652\":{}},\"parent\":{}}],[\"validateposition\",{\"_index\":842,\"name\":{\"1148\":{}},\"parent\":{}}],[\"validaterange\",{\"_index\":844,\"name\":{\"1150\":{}},\"parent\":{}}],[\"value\",{\"_index\":192,\"name\":{\"193\":{},\"475\":{},\"3059\":{},\"3169\":{},\"3318\":{},\"3565\":{},\"3648\":{}},\"parent\":{}}],[\"values\",{\"_index\":1984,\"name\":{\"3536\":{},\"3637\":{},\"3645\":{}},\"parent\":{}}],[\"valueset\",{\"_index\":2035,\"name\":{\"3636\":{}},\"parent\":{}}],[\"valuesets\",{\"_index\":2028,\"name\":{\"3624\":{}},\"parent\":{}}],[\"variable\",{\"_index\":1564,\"name\":{\"3050\":{},\"3232\":{}},\"parent\":{}}],[\"vendorprefix\",{\"_index\":1925,\"name\":{\"3469\":{}},\"parent\":{}}],[\"version\",{\"_index\":1408,\"name\":{\"2877\":{},\"3520\":{},\"3621\":{},\"3814\":{},\"3914\":{},\"3917\":{}},\"parent\":{}}],[\"versionid\",{\"_index\":1004,\"name\":{\"1370\":{},\"3341\":{}},\"parent\":{}}],[\"vertical\",{\"_index\":1185,\"name\":{\"1860\":{},\"1874\":{}},\"parent\":{}}],[\"verticalhasarrows\",{\"_index\":1188,\"name\":{\"1863\":{},\"1877\":{}},\"parent\":{}}],[\"verticalscrollbarsize\",{\"_index\":1193,\"name\":{\"1868\":{},\"1883\":{}},\"parent\":{}}],[\"verticalscrollbarwidth\",{\"_index\":1125,\"name\":{\"1795\":{}},\"parent\":{}}],[\"verticalslidersize\",{\"_index\":1194,\"name\":{\"1869\":{},\"1884\":{}},\"parent\":{}}],[\"viewportcolumn\",{\"_index\":1121,\"name\":{\"1791\":{}},\"parent\":{}}],[\"viewstate\",{\"_index\":969,\"name\":{\"1290\":{}},\"parent\":{}}],[\"viewzoneid\",{\"_index\":1363,\"name\":{\"2478\":{}},\"parent\":{}}],[\"visible\",{\"_index\":718,\"name\":{\"1005\":{}},\"parent\":{}}],[\"warning\",{\"_index\":26,\"name\":{\"22\":{}},\"parent\":{}}],[\"when\",{\"_index\":357,\"name\":{\"426\":{}},\"parent\":{}}],[\"width\",{\"_index\":920,\"name\":{\"1245\":{},\"1771\":{},\"1780\":{}},\"parent\":{}}],[\"winctrl\",{\"_index\":189,\"name\":{\"189\":{}},\"parent\":{}}],[\"with\",{\"_index\":50,\"name\":{\"46\":{},\"255\":{}},\"parent\":{}}],[\"withsyncedresources\",{\"_index\":376,\"name\":{\"444\":{}},\"parent\":{}}],[\"word\",{\"_index\":726,\"name\":{\"1013\":{}},\"parent\":{}}],[\"wordbasedsuggestions\",{\"_index\":398,\"name\":{\"466\":{},\"624\":{}},\"parent\":{}}],[\"wordbasedsuggestionsonlysamelanguage\",{\"_index\":399,\"name\":{\"467\":{},\"625\":{}},\"parent\":{}}],[\"wordbreak\",{\"_index\":465,\"name\":{\"536\":{},\"690\":{},\"1470\":{},\"1620\":{},\"2087\":{},\"2231\":{},\"2306\":{},\"2612\":{}},\"parent\":{}}],[\"wordpattern\",{\"_index\":1505,\"name\":{\"2989\":{},\"3197\":{}},\"parent\":{}}],[\"wordseparators\",{\"_index\":416,\"name\":{\"487\":{},\"641\":{},\"1421\":{},\"1571\":{},\"2088\":{},\"2232\":{},\"2257\":{},\"2563\":{}},\"parent\":{}}],[\"wordwrap\",{\"_index\":457,\"name\":{\"528\":{},\"682\":{},\"1462\":{},\"1612\":{},\"2089\":{},\"2233\":{},\"2298\":{},\"2604\":{}},\"parent\":{}}],[\"wordwrapbreakaftercharacters\",{\"_index\":464,\"name\":{\"535\":{},\"689\":{},\"1469\":{},\"1619\":{},\"2090\":{},\"2234\":{},\"2305\":{},\"2611\":{}},\"parent\":{}}],[\"wordwrapbreakbeforecharacters\",{\"_index\":463,\"name\":{\"534\":{},\"688\":{},\"1468\":{},\"1618\":{},\"2091\":{},\"2235\":{},\"2304\":{},\"2610\":{}},\"parent\":{}}],[\"wordwrapcolumn\",{\"_index\":460,\"name\":{\"531\":{},\"685\":{},\"1465\":{},\"1615\":{},\"2092\":{},\"2236\":{},\"2301\":{},\"2607\":{}},\"parent\":{}}],[\"wordwrapoverride1\",{\"_index\":458,\"name\":{\"529\":{},\"683\":{},\"1463\":{},\"1613\":{},\"2093\":{},\"2237\":{},\"2299\":{},\"2605\":{}},\"parent\":{}}],[\"wordwrapoverride2\",{\"_index\":459,\"name\":{\"530\":{},\"684\":{},\"1464\":{},\"1614\":{},\"2094\":{},\"2238\":{},\"2300\":{},\"2606\":{}},\"parent\":{}}],[\"worker\",{\"_index\":2252,\"name\":{\"3912\":{}},\"parent\":{}}],[\"workeroptions\",{\"_index\":2174,\"name\":{\"3802\":{},\"3869\":{}},\"parent\":{}}],[\"workspaceedit\",{\"_index\":1812,\"name\":{\"3343\":{}},\"parent\":{}}],[\"workspaceeditmetadata\",{\"_index\":1792,\"name\":{\"3319\":{}},\"parent\":{}}],[\"workspacefileeditoptions\",{\"_index\":1795,\"name\":{\"3323\":{}},\"parent\":{}}],[\"wrapattributes\",{\"_index\":2009,\"name\":{\"3581\":{}},\"parent\":{}}],[\"wraplinelength\",{\"_index\":2002,\"name\":{\"3572\":{}},\"parent\":{}}],[\"wrappingcolumn\",{\"_index\":1124,\"name\":{\"1794\":{},\"1960\":{}},\"parent\":{}}],[\"wrappingindent\",{\"_index\":461,\"name\":{\"532\":{},\"686\":{},\"1466\":{},\"1616\":{},\"1951\":{},\"2095\":{},\"2244\":{},\"2302\":{},\"2608\":{}},\"parent\":{}}],[\"wrappinginfo\",{\"_index\":1282,\"name\":{\"2103\":{},\"2243\":{}},\"parent\":{}}],[\"wrappingstrategy\",{\"_index\":462,\"name\":{\"533\":{},\"687\":{},\"1467\":{},\"1617\":{},\"2096\":{},\"2245\":{},\"2303\":{},\"2609\":{}},\"parent\":{}}],[\"write\",{\"_index\":1680,\"name\":{\"3187\":{}},\"parent\":{}}],[\"writebyteordermark\",{\"_index\":2208,\"name\":{\"3850\":{}},\"parent\":{}}],[\"writescreenreadercontent\",{\"_index\":630,\"name\":{\"853\":{},\"2771\":{}},\"parent\":{}}],[\"wsmiddotwidth\",{\"_index\":1415,\"name\":{\"2885\":{}},\"parent\":{}}],[\"zerounits\",{\"_index\":1931,\"name\":{\"3475\":{}},\"parent\":{}}],[\"zindex\",{\"_index\":756,\"name\":{\"1044\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/api/assets/style.css b/api/assets/style.css new file mode 100644 index 00000000..a16ed029 --- /dev/null +++ b/api/assets/style.css @@ -0,0 +1,1413 @@ +@import url("./icons.css"); + +:root { + /* Light */ + --light-color-background: #fcfcfc; + --light-color-secondary-background: #fff; + --light-color-text: #222; + --light-color-text-aside: #707070; + --light-color-link: #4da6ff; + --light-color-menu-divider: #eee; + --light-color-menu-divider-focus: #000; + --light-color-menu-label: #707070; + --light-color-panel: var(--light-color-secondary-background); + --light-color-panel-divider: #eee; + --light-color-comment-tag: #707070; + --light-color-comment-tag-text: #fff; + --light-color-ts: #9600ff; + --light-color-ts-interface: #647f1b; + --light-color-ts-enum: #937210; + --light-color-ts-class: #0672de; + --light-color-ts-private: #707070; + --light-color-toolbar: #fff; + --light-color-toolbar-text: #333; + --light-icon-filter: invert(0); + --light-external-icon: url("data:image/svg+xml;utf8,"); + + /* Dark */ + --dark-color-background: #36393f; + --dark-color-secondary-background: #2f3136; + --dark-color-text: #ffffff; + --dark-color-text-aside: #e6e4e4; + --dark-color-link: #00aff4; + --dark-color-menu-divider: #eee; + --dark-color-menu-divider-focus: #000; + --dark-color-menu-label: #707070; + --dark-color-panel: var(--dark-color-secondary-background); + --dark-color-panel-divider: #818181; + --dark-color-comment-tag: #dcddde; + --dark-color-comment-tag-text: #2f3136; + --dark-color-ts: #c97dff; + --dark-color-ts-interface: #9cbe3c; + --dark-color-ts-enum: #d6ab29; + --dark-color-ts-class: #3695f3; + --dark-color-ts-private: #e2e2e2; + --dark-color-toolbar: #34373c; + --dark-color-toolbar-text: #ffffff; + --dark-icon-filter: invert(1); + --dark-external-icon: url("data:image/svg+xml;utf8,"); +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); + } +} + +body { + margin: 0; +} + +body.light { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); +} + +body.dark { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); +} + +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +h2 { + font-size: 1.5em; + margin: 0.83em 0; +} + +h3 { + font-size: 1.17em; + margin: 1em 0; +} + +h4, +.tsd-index-panel h3 { + font-size: 1em; + margin: 1.33em 0; +} + +h5 { + font-size: 0.83em; + margin: 1.67em 0; +} + +h6 { + font-size: 0.67em; + margin: 2.33em 0; +} + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1200px; + margin: 0 auto; + padding: 0 40px; +} +@media (max-width: 640px) { + .container { + padding: 0 20px; + } +} + +.container-main { + padding-bottom: 200px; +} + +.row { + display: flex; + position: relative; + margin: 0 -10px; +} +.row:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} + +.col-4, +.col-8 { + box-sizing: border-box; + float: left; + padding: 0 10px; +} + +.col-4 { + width: 33.3333333333%; +} +.col-8 { + width: 66.6666666667%; +} + +ul.tsd-descriptions > li > :first-child, +.tsd-panel > :first-child, +.col-8 > :first-child, +.col-4 > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child, +.tsd-panel > :first-child > :first-child, +.col-8 > :first-child > :first-child, +.col-4 > :first-child > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child > :first-child, +.tsd-panel > :first-child > :first-child > :first-child, +.col-8 > :first-child > :first-child > :first-child, +.col-4 > :first-child > :first-child > :first-child { + margin-top: 0; +} +ul.tsd-descriptions > li > :last-child, +.tsd-panel > :last-child, +.col-8 > :last-child, +.col-4 > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child, +.tsd-panel > :last-child > :last-child, +.col-8 > :last-child > :last-child, +.col-4 > :last-child > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child > :last-child, +.tsd-panel > :last-child > :last-child > :last-child, +.col-8 > :last-child > :last-child > :last-child, +.col-4 > :last-child > :last-child > :last-child { + margin-bottom: 0; +} + +@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 shift-to-left { + from { + transform: translate(0, 0); + } + to { + transform: translate(-25%, 0); + } +} +@keyframes unshift-to-left { + from { + transform: translate(-25%, 0); + } + to { + transform: translate(0, 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: 14px; +} + +pre { + padding: 10px; +} +pre code { + padding: 0; + font-size: 100%; +} + +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; +} + +@media (min-width: 901px) and (max-width: 1024px) { + html .col-content { + width: 72%; + } + html .col-menu { + width: 28%; + } + html .tsd-navigation { + padding-left: 10px; + } +} +@media (max-width: 900px) { + html .col-content { + float: none; + width: 100%; + } + html .col-menu { + position: fixed !important; + overflow: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + width: 100%; + padding: 20px 20px 0 0; + max-width: 450px; + visibility: hidden; + background-color: var(--color-panel); + transform: translate(100%, 0); + } + html .col-menu > *: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 :is(header, footer, .col-content) { + animation: shift-to-left 0.4s; + } + + .to-has-menu .col-menu { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu :is(header, footer, .col-content) { + animation: unshift-to-left 0.4s; + } + + .from-has-menu .col-menu { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu :is(header, footer, .col-content) { + transform: translate(-25%, 0); + } + .has-menu .col-menu { + visibility: visible; + transform: translate(0, 0); + display: grid; + grid-template-rows: auto 1fr; + max-height: 100vh; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +.tsd-page-title { + padding: 70px 0 20px 0; + margin: 0 0 40px 0; + background: var(--color-panel); + box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); +} +.tsd-page-title h1 { + margin: 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: " / "; +} + +dl.tsd-comment-tags { + overflow: hidden; +} +dl.tsd-comment-tags dt { + float: left; + padding: 1px 5px; + margin: 0 10px 0 0; + border-radius: 4px; + border: 1px solid var(--color-comment-tag); + color: var(--color-comment-tag); + font-size: 0.8em; + font-weight: normal; +} +dl.tsd-comment-tags dd { + margin: 0 0 10px 0; +} +dl.tsd-comment-tags dd:before, +dl.tsd-comment-tags dd:after { + display: table; + content: " "; +} +dl.tsd-comment-tags dd pre, +dl.tsd-comment-tags dd:after { + clear: both; +} +dl.tsd-comment-tags 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; +} + +.toggle-protected .tsd-is-private { + display: none; +} + +.toggle-public .tsd-is-private, +.toggle-public .tsd-is-protected, +.toggle-public .tsd-is-private-protected { + display: none; +} + +.toggle-inherited .tsd-is-inherited { + display: none; +} + +.toggle-externals .tsd-is-external { + display: none; +} + +#tsd-filter { + position: relative; + display: inline-block; + height: 40px; + vertical-align: bottom; +} +.no-filter #tsd-filter { + display: none; +} +#tsd-filter .tsd-filter-group { + display: inline-block; + height: 40px; + vertical-align: bottom; + white-space: nowrap; +} +#tsd-filter input { + display: none; +} +@media (max-width: 900px) { + #tsd-filter .tsd-filter-group { + display: block; + position: absolute; + top: 40px; + right: 20px; + height: auto; + background-color: var(--color-panel); + visibility: hidden; + transform: translate(50%, 0); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + } + .has-options #tsd-filter .tsd-filter-group { + visibility: visible; + } + .to-has-options #tsd-filter .tsd-filter-group { + animation: fade-in 0.2s; + } + .from-has-options #tsd-filter .tsd-filter-group { + animation: fade-out 0.2s; + } + #tsd-filter label, + #tsd-filter .tsd-select { + display: block; + padding-right: 20px; + } +} + +footer { + border-top: 1px solid var(--color-panel-divider); + background-color: var(--color-panel); +} +footer:after { + content: ""; + display: table; +} +footer.with-border-bottom { + border-bottom: 1px solid var(--color-panel-divider); +} +footer .tsd-legend-group { + font-size: 0; +} +footer .tsd-legend { + display: inline-block; + width: 25%; + padding: 0; + font-size: 16px; + list-style: none; + line-height: 1.333em; + vertical-align: top; +} +@media (max-width: 900px) { + footer .tsd-legend { + width: 50%; + } +} + +.tsd-hierarchy { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-index-panel .tsd-index-content { + margin-bottom: -30px !important; +} +.tsd-index-panel .tsd-index-section { + margin-bottom: 30px !important; +} +.tsd-index-panel h3 { + margin: 0 -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 3; + -moz-column-count: 3; + -ms-column-count: 3; + -o-column-count: 3; + column-count: 3; + -webkit-column-gap: 20px; + -moz-column-gap: 20px; + -ms-column-gap: 20px; + -o-column-gap: 20px; + column-gap: 20px; + padding: 0; + list-style: none; + line-height: 1.333em; +} +@media (max-width: 900px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 1; + -moz-column-count: 1; + -ms-column-count: 1; + -o-column-count: 1; + column-count: 1; + } +} +@media (min-width: 901px) and (max-width: 1024px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 2; + -moz-column-count: 2; + -ms-column-count: 2; + -o-column-count: 2; + column-count: 2; + } +} +.tsd-index-panel ul.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-index-panel a, +.tsd-index-panel .tsd-parent-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-parent-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-parent-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-parent-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-is-private a { + color: var(--color-ts-private); +} + +.tsd-flag { + display: inline-block; + padding: 1px 5px; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 14px; + font-weight: normal; +} + +.tsd-anchor { + position: absolute; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} +.tsd-member [data-tsd-kind] { + color: var(--color-ts); +} +.tsd-member [data-tsd-kind="Interface"] { + color: var(--color-ts-interface); +} +.tsd-member [data-tsd-kind="Enum"] { + color: var(--color-ts-enum); +} +.tsd-member [data-tsd-kind="Class"] { + color: var(--color-ts-class); +} +.tsd-member [data-tsd-kind="Private"] { + color: var(--color-ts-private); +} + +.tsd-navigation { + margin: 0 0 0 40px; +} +.tsd-navigation a { + display: block; + padding-top: 2px; + padding-bottom: 2px; + border-left: 2px solid transparent; + color: var(--color-text); + text-decoration: none; + transition: border-left-color 0.1s; +} +.tsd-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul { + margin: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li { + padding: 0; +} + +.tsd-navigation.primary { + padding-bottom: 40px; +} +.tsd-navigation.primary a { + display: block; + padding-top: 6px; + padding-bottom: 6px; +} +.tsd-navigation.primary ul li a { + padding-left: 5px; +} +.tsd-navigation.primary ul li li a { + padding-left: 25px; +} +.tsd-navigation.primary ul li li li a { + padding-left: 45px; +} +.tsd-navigation.primary ul li li li li a { + padding-left: 65px; +} +.tsd-navigation.primary ul li li li li li a { + padding-left: 85px; +} +.tsd-navigation.primary ul li li li li li li a { + padding-left: 105px; +} +.tsd-navigation.primary > ul { + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li { + border-top: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li.current > a { + font-weight: bold; +} +.tsd-navigation.primary li.label span { + display: block; + padding: 20px 0 6px 5px; + color: var(--color-menu-label); +} +.tsd-navigation.primary li.globals + li > span, +.tsd-navigation.primary li.globals + li > a { + padding-top: 20px; +} + +.tsd-navigation.secondary { + max-height: calc(100vh - 1rem - 40px); + overflow: auto; + position: sticky; + top: calc(0.5rem + 40px); + transition: 0.3s; +} +.tsd-navigation.secondary.tsd-navigation--toolbar-hide { + max-height: calc(100vh - 1rem); + top: 0.5rem; +} +.tsd-navigation.secondary ul { + transition: opacity 0.2s; +} +.tsd-navigation.secondary ul li a { + padding-left: 25px; +} +.tsd-navigation.secondary ul li li a { + padding-left: 45px; +} +.tsd-navigation.secondary ul li li li a { + padding-left: 65px; +} +.tsd-navigation.secondary ul li li li li a { + padding-left: 85px; +} +.tsd-navigation.secondary ul li li li li li a { + padding-left: 105px; +} +.tsd-navigation.secondary ul li li li li li li a { + padding-left: 125px; +} +.tsd-navigation.secondary ul.current a { + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.focus > a, +.tsd-navigation.secondary ul.current li.focus > a { + border-left-color: var(--color-menu-divider-focus); +} +.tsd-navigation.secondary li.current { + margin-top: 20px; + margin-bottom: 20px; + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.current > a { + font-weight: bold; +} + +@media (min-width: 901px) { + .menu-sticky-wrap { + position: static; + } +} + +.tsd-panel { + margin: 20px 0; + padding: 20px; + background-color: var(--color-panel); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5em -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: 0; +} +.tsd-panel table { + display: block; + width: 100%; + overflow: auto; + margin-top: 10px; + word-break: normal; + word-break: keep-all; + border-collapse: collapse; +} +.tsd-panel table th { + font-weight: bold; +} +.tsd-panel table th, +.tsd-panel table td { + padding: 6px 13px; + border: 1px solid var(--color-panel-divider); +} +.tsd-panel table tr { + background: var(--color-background); +} +.tsd-panel table tr:nth-child(even) { + background: var(--color-secondary-background); +} + +.tsd-panel-group { + margin: 60px 0; +} +.tsd-panel-group > h1, +.tsd-panel-group > h2, +.tsd-panel-group > h3 { + padding-left: 20px; + padding-right: 20px; +} + +#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: 40px; + height: 40px; +} +#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 { + 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-panel); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current, +#tsd-search .results li:hover { + background-color: var(--color-panel-divider); +} +#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-panel-divider); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title { + 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-signature { + margin: 0 0 1em 0; + padding: 10px; + border: 1px solid var(--color-panel-divider); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} +.tsd-signature.tsd-kind-icon { + padding-left: 30px; +} +.tsd-signature.tsd-kind-icon:before { + top: 10px; + left: 10px; +} +.tsd-panel > .tsd-signature { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signature.tsd-kind-icon:before { + left: 20px; +} + +.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; + border: 1px solid var(--color-panel-divider); +} +.tsd-signatures .tsd-signature { + margin: 0; + border-width: 1px 0 0 0; + transition: background-color 0.1s; +} +.tsd-signatures .tsd-signature:first-child { + border-top-width: 0; +} +.tsd-signatures .tsd-signature.current { + background-color: var(--color-panel-divider); +} +.tsd-signatures.active > .tsd-signature { + cursor: pointer; +} +.tsd-panel > .tsd-signatures { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { + left: 20px; +} +.tsd-panel > a.anchor + .tsd-signatures { + border-top-width: 0; + margin-top: -20px; +} + +ul.tsd-descriptions { + position: relative; + overflow: hidden; + padding: 0; + list-style: none; +} +ul.tsd-descriptions.active > .tsd-description { + display: none; +} +ul.tsd-descriptions.active > .tsd-description.current { + display: block; +} +ul.tsd-descriptions.active > .tsd-description.fade-in { + animation: fade-in-delayed 0.3s; +} +ul.tsd-descriptions.active > .tsd-description.fade-out { + animation: fade-out-delayed 0.3s; + position: absolute; + display: block; + top: 0; + left: 0; + right: 0; + opacity: 0; + visibility: hidden; +} +ul.tsd-descriptions h4, +ul.tsd-descriptions .tsd-index-panel h3, +.tsd-index-panel ul.tsd-descriptions h3 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} + +ul.tsd-parameters, +ul.tsd-type-parameters { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameters > li.tsd-parameter-signature, +ul.tsd-type-parameters > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameters h5, +ul.tsd-type-parameters h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +ul.tsd-parameters .tsd-comment, +ul.tsd-type-parameters .tsd-comment { + margin-top: -0.5em; +} + +.tsd-sources { + font-size: 14px; + color: var(--color-text-aside); + margin: 0 0 1em 0; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul, +.tsd-sources p { + margin: 0 !important; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: fixed; + z-index: 1; + top: 0; + left: 0; + width: 100%; + height: 40px; + color: var(--color-toolbar-text); + background: var(--color-toolbar); + border-bottom: 1px solid var(--color-panel-divider); + transition: transform 0.3s linear; +} +.tsd-page-toolbar a { + color: var(--color-toolbar-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .table-wrap { + display: table; + width: 100%; + height: 40px; +} +.tsd-page-toolbar .table-cell { + display: table-cell; + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} + +.tsd-page-toolbar--hide { + transform: translateY(-100%); +} + +.tsd-select .tsd-select-list li:before, +.tsd-select .tsd-select-label:before, +.tsd-widget:before { + content: ""; + display: inline-block; + width: 40px; + height: 40px; + margin: 0 -8px 0 0; + background-image: url(./widgets.png); + background-repeat: no-repeat; + text-indent: -1024px; + vertical-align: bottom; + filter: var(--icon-filter); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-select .tsd-select-list li:before, + .tsd-select .tsd-select-label:before, + .tsd-widget:before { + background-image: url(./widgets@2x.png); + background-size: 320px 40px; + } +} + +.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-panel-divider); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} +.tsd-widget.search:before { + background-position: 0 0; +} +.tsd-widget.menu:before { + background-position: -40px 0; +} +.tsd-widget.options:before { + background-position: -80px 0; +} +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +@media (max-width: 900px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +.tsd-select { + position: relative; + display: inline-block; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-select .tsd-select-label { + opacity: 0.6; + transition: opacity 0.2s; +} +.tsd-select .tsd-select-label:before { + background-position: -240px 0; +} +.tsd-select.active .tsd-select-label { + opacity: 0.8; +} +.tsd-select.active .tsd-select-list { + visibility: visible; + opacity: 1; + transition-delay: 0s; +} +.tsd-select .tsd-select-list { + position: absolute; + visibility: hidden; + top: 40px; + left: 0; + margin: 0; + padding: 0; + opacity: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + transition: visibility 0s 0.2s, opacity 0.2s; +} +.tsd-select .tsd-select-list li { + padding: 0 20px 0 0; + background-color: var(--color-background); +} +.tsd-select .tsd-select-list li:before { + background-position: 40px 0; +} +.tsd-select .tsd-select-list li:nth-child(even) { + background-color: var(--color-panel); +} +.tsd-select .tsd-select-list li:hover { + background-color: var(--color-panel-divider); +} +.tsd-select .tsd-select-list li.selected:before { + background-position: -200px 0; +} +@media (max-width: 900px) { + .tsd-select .tsd-select-list { + top: 0; + left: auto; + right: 100%; + margin-right: -5px; + } + .tsd-select .tsd-select-label:before { + background-position: -280px 0; + } +} + +img { + max-width: 100%; +} + +.tsd-anchor-icon { + margin-left: 10px; + 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; +} diff --git a/api/assets/widgets.png b/api/assets/widgets.png new file mode 100644 index 00000000..c7380532 Binary files /dev/null and b/api/assets/widgets.png differ diff --git a/api/assets/widgets@2x.png b/api/assets/widgets@2x.png new file mode 100644 index 00000000..4bbbd572 Binary files /dev/null and b/api/assets/widgets@2x.png differ diff --git a/api/classes/monaco.CancellationTokenSource.html b/api/classes/monaco.CancellationTokenSource.html new file mode 100644 index 00000000..cdcf27fb --- /dev/null +++ b/api/classes/monaco.CancellationTokenSource.html @@ -0,0 +1 @@ +CancellationTokenSource | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CancellationTokenSource

Index

Constructors

Accessors

Methods

Constructors

Accessors

Methods

  • cancel(): void
  • dispose(cancel?: boolean): void

Legend

  • Constructor
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.Emitter.html b/api/classes/monaco.Emitter.html new file mode 100644 index 00000000..362ed000 --- /dev/null +++ b/api/classes/monaco.Emitter.html @@ -0,0 +1,3 @@ +Emitter | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A helper that allows to emit and listen to typed events

+

Type parameters

  • T

Hierarchy

  • Emitter

Index

Constructors

Properties

Methods

Constructors

Properties

event: IEvent<T>

Methods

  • dispose(): void
  • fire(event: T): void

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.KeyMod.html b/api/classes/monaco.KeyMod.html new file mode 100644 index 00000000..8c59fadf --- /dev/null +++ b/api/classes/monaco.KeyMod.html @@ -0,0 +1 @@ +KeyMod | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • KeyMod

Index

Constructors

Properties

Methods

Constructors

Properties

Alt: number
CtrlCmd: number
Shift: number
WinCtrl: number

Methods

  • chord(firstPart: number, secondPart: number): number

Legend

  • Static property
  • Static method
  • Constructor

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.Position.html b/api/classes/monaco.Position.html new file mode 100644 index 00000000..2cf351cf --- /dev/null +++ b/api/classes/monaco.Position.html @@ -0,0 +1,45 @@ +Position | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A position in the editor.

+

Hierarchy

  • Position

Index

Constructors

  • new Position(lineNumber: number, column: number): Position

Properties

column: number
+

column (the first character in a line is between column 1 and column 2)

+
lineNumber: number
+

line number (starts at 1)

+

Methods

  • delta(deltaLineNumber?: number, deltaColumn?: number): Position
  • +

    Derive a new position from this position.

    +

    Parameters

    • Optional deltaLineNumber: number
      +

      line number delta

      +
    • Optional deltaColumn: number
      +

      column delta

      +

    Returns Position

  • toString(): string
  • with(newLineNumber?: number, newColumn?: number): Position
  • +

    Create a new position from this position.

    +

    Parameters

    • Optional newLineNumber: number
      +

      new line number

      +
    • Optional newColumn: number
      +

      new column

      +

    Returns Position

Legend

  • Constructor
  • Property
  • Method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.Range.html b/api/classes/monaco.Range.html new file mode 100644 index 00000000..44b43822 --- /dev/null +++ b/api/classes/monaco.Range.html @@ -0,0 +1,81 @@ +Range | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A range in the editor. (startLineNumber,startColumn) is <= (endLineNumber,endColumn)

+

Hierarchy

Index

Constructors

  • new Range(startLineNumber: number, startColumn: number, endLineNumber: number, endColumn: number): Range

Properties

endColumn: number
+

Column on which the range ends in line endLineNumber.

+
endLineNumber: number
+

Line number on which the range ends.

+
startColumn: number
+

Column on which the range starts in line startLineNumber (starts at 1).

+
startLineNumber: number
+

Line number on which the range starts (starts at 1).

+

Methods

  • containsPosition(position: IPosition): boolean
  • containsRange(range: IRange): boolean
  • delta(lineCount: number): Range
  • equalsRange(other: IRange): boolean
  • isEmpty(): boolean
  • setEndPosition(endLineNumber: number, endColumn: number): Range
  • +

    Create a new range using this range's start position, and using endLineNumber and endColumn as the end position.

    +

    Parameters

    • endLineNumber: number
    • endColumn: number

    Returns Range

  • setStartPosition(startLineNumber: number, startColumn: number): Range
  • +

    Create a new range using this range's end position, and using startLineNumber and startColumn as the start position.

    +

    Parameters

    • startLineNumber: number
    • startColumn: number

    Returns Range

  • strictContainsRange(range: IRange): boolean
  • +

    Test if range is strictly in this range. range must start after and end before this range for the result to be true.

    +

    Parameters

    Returns boolean

  • toString(): string
  • +

    A function that compares ranges, useful for sorting ranges +It will first compare ranges on the endPosition and then on the startPosition

    +

    Parameters

    Returns number

  • +

    A function that compares ranges, useful for sorting ranges +It will first compare ranges on the startPosition and then on the endPosition

    +

    Parameters

    Returns number

  • isEmpty(range: IRange): boolean
  • isIRange(obj: any): obj is IRange
  • spansMultipleLines(range: IRange): boolean
  • strictContainsRange(range: IRange, otherRange: IRange): boolean
  • +

    Test if otherRange is strictly in range (must start after, and end before). If the ranges are equal, will return false.

    +

    Parameters

    Returns boolean

Legend

  • Constructor
  • Property
  • Method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.Selection.html b/api/classes/monaco.Selection.html new file mode 100644 index 00000000..5859a8b8 --- /dev/null +++ b/api/classes/monaco.Selection.html @@ -0,0 +1,112 @@ +Selection | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A selection in the editor. +The selection is a range that has an orientation.

+

Hierarchy

Index

Constructors

  • new Selection(selectionStartLineNumber: number, selectionStartColumn: number, positionLineNumber: number, positionColumn: number): Selection

Properties

endColumn: number
+

Column on which the range ends in line endLineNumber.

+
endLineNumber: number
+

Line number on which the range ends.

+
positionColumn: number
+

The column on positionLineNumber where the selection has ended.

+
positionLineNumber: number
+

The line number on which the selection has ended.

+
selectionStartColumn: number
+

The column on selectionStartLineNumber where the selection has started.

+
selectionStartLineNumber: number
+

The line number on which the selection has started.

+
startColumn: number
+

Column on which the range starts in line startLineNumber (starts at 1).

+
startLineNumber: number
+

Line number on which the range starts (starts at 1).

+

Methods

  • containsPosition(position: IPosition): boolean
  • containsRange(range: IRange): boolean
  • delta(lineCount: number): Range
  • equalsRange(other: IRange): boolean
  • isEmpty(): boolean
  • setEndPosition(endLineNumber: number, endColumn: number): Selection
  • setStartPosition(startLineNumber: number, startColumn: number): Selection
  • strictContainsRange(range: IRange): boolean
  • toString(): string
  • createWithDirection(startLineNumber: number, startColumn: number, endLineNumber: number, endColumn: number, direction: SelectionDirection): Selection
  • isEmpty(range: IRange): boolean
  • isIRange(obj: any): obj is IRange
  • spansMultipleLines(range: IRange): boolean
  • strictContainsRange(range: IRange, otherRange: IRange): boolean

Legend

  • Constructor
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.Token.html b/api/classes/monaco.Token.html new file mode 100644 index 00000000..ee6adbf9 --- /dev/null +++ b/api/classes/monaco.Token.html @@ -0,0 +1 @@ +Token | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Token

Index

Constructors

  • new Token(offset: number, type: string, language: string): Token

Properties

_tokenBrand: void
language: string
offset: number
type: string

Methods

  • toString(): string

Legend

  • Constructor
  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.Uri.html b/api/classes/monaco.Uri.html new file mode 100644 index 00000000..b9098aee --- /dev/null +++ b/api/classes/monaco.Uri.html @@ -0,0 +1,76 @@ +Uri | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Uniform Resource Identifier (Uri) http://tools.ietf.org/html/rfc3986. +This class is a simple parser which creates the basic component parts +(http://tools.ietf.org/html/rfc3986#section-3) with minimal validation +and encoding.

+
      foo://example.com:8042/over/there?name=ferret#nose
+      \_/   \______________/\_________/ \_________/ \__/
+       |           |            |            |        |
+    scheme     authority       path        query   fragment
+       |   _____________________|__
+      / \ /                        \
+      urn:example:animal:ferret:nose
+
+

Hierarchy

  • Uri

Implements

Index

Constructors

Properties

authority: string
+

authority is the 'www.example.com' part of 'http://www.example.com/some/path?query#fragment'. +The part between the first double slashes and the next slash.

+
fragment: string
+

fragment is the 'fragment' part of 'http://www.example.com/some/path?query#fragment'.

+
path: string
+

path is the '/some/path' part of 'http://www.example.com/some/path?query#fragment'.

+
query: string
+

query is the 'query' part of 'http://www.example.com/some/path?query#fragment'.

+
scheme: string
+

scheme is the 'http' part of 'http://www.example.com/some/path?query#fragment'. +The part before the first colon.

+

Accessors

  • get fsPath(): string
  • +

    Returns a string representing the corresponding file system path of this Uri. +Will handle UNC paths, normalizes windows drive letters to lower-case, and uses the +platform specific path separator.

    +
      +
    • Will not validate the path for invalid characters and semantics.
    • +
    • Will not look at the scheme of this Uri.
    • +
    • The result shall not be used for display purposes but for accessing a file on disk.
    • +
    +

    The difference to Uri#path is the use of the platform specific separator and the handling +of UNC paths. See the below sample of a file-uri with an authority (UNC path).

    +
    const u = Uri.parse('file://server/c$/folder/file.txt')
    u.authority === 'server'
    u.path === '/shares/c$/file.txt'
    u.fsPath === '\\server\c$\folder\file.txt' +
    +

    Using Uri#path to read a file (using fs-apis) would not be enough because parts of the path, +namely the server name, would be missing. Therefore Uri#fsPath exists - it's sugar to ease working +with URIs that represent files on disk (file scheme).

    +

    Returns string

Methods

  • toString(skipEncoding?: boolean): string
  • +

    Creates a string representation for this Uri. It's guaranteed that calling +Uri.parse with the result of this function creates an Uri which is equal +to this Uri.

    +
      +
    • The result shall not be used for display purposes but for externalization or transport.
    • +
    • The result will be encoded using the percentage encoding and encoding happens mostly +ignore the scheme-specific encoding rules.
    • +
    +

    Parameters

    • Optional skipEncoding: boolean
      +

      Do not encode the result, default is false

      +

    Returns string

  • with(change: { authority?: string; fragment?: string; path?: string; query?: string; scheme?: string }): Uri
  • Parameters

    • change: { authority?: string; fragment?: string; path?: string; query?: string; scheme?: string }
      • Optional authority?: string
      • Optional fragment?: string
      • Optional path?: string
      • Optional query?: string
      • Optional scheme?: string

    Returns Uri

  • file(path: string): Uri
  • +

    Creates a new Uri from a file system path, e.g. c:\my\files, +/usr/home, or \\server\share\some\path.

    +

    The difference between Uri#parse and Uri#file is that the latter treats the argument +as path, not as stringified-uri. E.g. Uri.file(path) is not the same as +Uri.parse('file://' + path) because the path might contain characters that are +interpreted (# and ?). See the following sample:

    +
    const good = Uri.file('/coding/c#/project1');
    good.scheme === 'file';
    good.path === '/coding/c#/project1';
    good.fragment === '';
    const bad = Uri.parse('file://' + '/coding/c#/project1');
    bad.scheme === 'file';
    bad.path === '/coding/c'; // path is now broken
    bad.fragment === '/project1'; +
    +

    Parameters

    • path: string
      +

      A file system path (see Uri#fsPath)

      +

    Returns Uri

  • from(components: { authority?: string; fragment?: string; path?: string; query?: string; scheme: string }): Uri
  • Parameters

    • components: { authority?: string; fragment?: string; path?: string; query?: string; scheme: string }
      • Optional authority?: string
      • Optional fragment?: string
      • Optional path?: string
      • Optional query?: string
      • scheme: string

    Returns Uri

  • isUri(thing: any): thing is Uri
  • joinPath(uri: Uri, ...pathFragment: string[]): Uri
  • +

    Join a Uri path with path fragments and normalizes the resulting path.

    +

    Parameters

    • uri: Uri
      +

      The input Uri.

      +
    • Rest ...pathFragment: string[]
      +

      The path fragment to add to the Uri path.

      +

    Returns Uri

    The resulting Uri.

    +
  • parse(value: string, _strict?: boolean): Uri
  • +

    Creates a new Uri from a string, e.g. http://www.example.com/some/path, +file:///usr/home, or scheme:with/path.

    +

    Parameters

    • value: string
      +

      A string which represents an Uri (see Uri#toString).

      +
    • Optional _strict: boolean

    Returns Uri

Legend

  • Constructor
  • Property
  • Method
  • Static method

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.editor.ApplyUpdateResult.html b/api/classes/monaco.editor.ApplyUpdateResult.html new file mode 100644 index 00000000..9bd5f215 --- /dev/null +++ b/api/classes/monaco.editor.ApplyUpdateResult.html @@ -0,0 +1 @@ +ApplyUpdateResult | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • ApplyUpdateResult

Index

Constructors

Properties

Constructors

Properties

didChange: boolean
newValue: T

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.editor.BareFontInfo.html b/api/classes/monaco.editor.BareFontInfo.html new file mode 100644 index 00000000..5f99bb43 --- /dev/null +++ b/api/classes/monaco.editor.BareFontInfo.html @@ -0,0 +1 @@ +BareFontInfo | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

_bareFontInfoBrand: void
fontFamily: string
fontFeatureSettings: string
fontSize: number
fontVariationSettings: string
fontWeight: string
letterSpacing: number
lineHeight: number
pixelRatio: number

Legend

  • Constructor
  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.editor.ConfigurationChangedEvent.html b/api/classes/monaco.editor.ConfigurationChangedEvent.html new file mode 100644 index 00000000..66211b75 --- /dev/null +++ b/api/classes/monaco.editor.ConfigurationChangedEvent.html @@ -0,0 +1,3 @@ +ConfigurationChangedEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An event describing that the configuration of the editor has changed.

+

Hierarchy

  • ConfigurationChangedEvent

Index

Constructors

Methods

Constructors

Methods

Legend

  • Constructor
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.editor.FindMatch.html b/api/classes/monaco.editor.FindMatch.html new file mode 100644 index 00000000..07d95e4c --- /dev/null +++ b/api/classes/monaco.editor.FindMatch.html @@ -0,0 +1 @@ +FindMatch | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FindMatch

Index

Constructors

Properties

_findMatchBrand: void
matches: string[]
range: Range

Legend

  • Constructor
  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.editor.FontInfo.html b/api/classes/monaco.editor.FontInfo.html new file mode 100644 index 00000000..683a4e72 --- /dev/null +++ b/api/classes/monaco.editor.FontInfo.html @@ -0,0 +1 @@ +FontInfo | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

_bareFontInfoBrand: void
_editorStylingBrand: void
canUseHalfwidthRightwardsArrow: boolean
fontFamily: string
fontFeatureSettings: string
fontSize: number
fontVariationSettings: string
fontWeight: string
isMonospace: boolean
isTrusted: boolean
letterSpacing: number
lineHeight: number
maxDigitWidth: number
middotWidth: number
pixelRatio: number
spaceWidth: number
typicalFullwidthCharacterWidth: number
typicalHalfwidthCharacterWidth: number
version: number
wsmiddotWidth: number

Legend

  • Inherited constructor
  • Inherited property
  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.editor.LineRange.html b/api/classes/monaco.editor.LineRange.html new file mode 100644 index 00000000..ad406bfd --- /dev/null +++ b/api/classes/monaco.editor.LineRange.html @@ -0,0 +1,15 @@ +LineRange | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A range of lines (1-based).

+

Hierarchy

  • LineRange

Index

Constructors

  • new LineRange(startLineNumber: number, endLineNumberExclusive: number): LineRange

Properties

endLineNumberExclusive: number
+

The end line number (exclusive).

+
startLineNumber: number
+

The start line number.

+

Accessors

  • get isEmpty(): boolean
  • get length(): number

Methods

  • toString(): string

Legend

  • Constructor
  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.editor.LineRangeMapping.html b/api/classes/monaco.editor.LineRangeMapping.html new file mode 100644 index 00000000..46a1149f --- /dev/null +++ b/api/classes/monaco.editor.LineRangeMapping.html @@ -0,0 +1,12 @@ +LineRangeMapping | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Maps a line range in the original text model to a line range in the modified text model.

+

Hierarchy

  • LineRangeMapping

Index

Constructors

Properties

innerChanges: RangeMapping[]
+

If inner changes have not been computed, this is set to undefined. +Otherwise, it represents the character-level diff in this line range. +The original range of each range mapping should be contained in the original line range (same for modified). +Must not be an empty array.

+
modifiedRange: LineRange
+

The line range in the modified text model.

+
originalRange: LineRange
+

The line range in the original text model.

+

Methods

  • toString(): string

Legend

  • Constructor
  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.editor.RangeMapping.html b/api/classes/monaco.editor.RangeMapping.html new file mode 100644 index 00000000..d65ca49b --- /dev/null +++ b/api/classes/monaco.editor.RangeMapping.html @@ -0,0 +1,7 @@ +RangeMapping | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Maps a range in the original text model to a range in the modified text model.

+

Hierarchy

  • RangeMapping

Index

Constructors

Properties

modifiedRange: Range
+

The modified range.

+
originalRange: Range
+

The original range.

+

Methods

  • toString(): string

Legend

  • Constructor
  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.editor.TextModelResolvedOptions.html b/api/classes/monaco.editor.TextModelResolvedOptions.html new file mode 100644 index 00000000..281fb799 --- /dev/null +++ b/api/classes/monaco.editor.TextModelResolvedOptions.html @@ -0,0 +1 @@ +TextModelResolvedOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TextModelResolvedOptions

Index

Constructors

Properties

_textModelResolvedOptionsBrand: void
bracketPairColorizationOptions: BracketPairColorizationOptions
defaultEOL: DefaultEndOfLine
indentSize: number
insertSpaces: boolean
tabSize: number
trimAutoWhitespace: boolean

Accessors

  • get originalIndentSize(): number | "tabSize"

Legend

  • Constructor
  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/classes/monaco.languages.FoldingRangeKind.html b/api/classes/monaco.languages.FoldingRangeKind.html new file mode 100644 index 00000000..7ead8b4a --- /dev/null +++ b/api/classes/monaco.languages.FoldingRangeKind.html @@ -0,0 +1,12 @@ +FoldingRangeKind | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FoldingRangeKind

Index

Constructors

Properties

value: string
+

Kind for folding range representing a comment. The value of the kind is 'comment'.

+
+

Kind for folding range representing a import. The value of the kind is 'imports'.

+
+

Kind for folding range representing regions (for example marked by #region, #endregion). +The value of the kind is 'region'.

+

Legend

  • Constructor
  • Property
  • Static property

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.KeyCode.html b/api/enums/monaco.KeyCode.html new file mode 100644 index 00000000..99e1934a --- /dev/null +++ b/api/enums/monaco.KeyCode.html @@ -0,0 +1,51 @@ +KeyCode | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Virtual Key Codes, the value does not hold any inherent meaning. +Inspired somewhat from https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx +But these are "more general", as they should work across browsers & OS`s.

+

Index

Enumeration members

ABNT_C1 = 110
ABNT_C2 = 111
Alt = 6
AudioVolumeDown = 114
AudioVolumeMute = 112
AudioVolumeUp = 113
Backquote = 86
+

Used for miscellaneous characters; it can vary by keyboard. +For the US standard keyboard, the '`~' key

+
Backslash = 88
+

Used for miscellaneous characters; it can vary by keyboard. +For the US standard keyboard, the '|' key

+
Backspace = 1
BracketLeft = 87
+

Used for miscellaneous characters; it can vary by keyboard. +For the US standard keyboard, the '[{' key

+
BracketRight = 89
+

Used for miscellaneous characters; it can vary by keyboard. +For the US standard keyboard, the ']}' key

+
BrowserBack = 117
BrowserForward = 118
BrowserHome = 116
BrowserSearch = 115
CapsLock = 8
Clear = 126
+

VK_CLEAR, 0x0C, CLEAR key

+
Comma = 82
+

For any country/region, the ',' key +For the US standard keyboard, the ',<' key

+
ContextMenu = 58
Ctrl = 5
Delete = 20
DependsOnKbLayout = -1
Digit0 = 21
Digit1 = 22
Digit2 = 23
Digit3 = 24
Digit4 = 25
Digit5 = 26
Digit6 = 27
Digit7 = 28
Digit8 = 29
Digit9 = 30
DownArrow = 18
End = 13
Enter = 3
Equal = 81
+

For any country/region, the '+' key +For the US standard keyboard, the '=+' key

+
Escape = 9
F1 = 59
F10 = 68
F11 = 69
F12 = 70
F13 = 71
F14 = 72
F15 = 73
F16 = 74
F17 = 75
F18 = 76
F19 = 77
F2 = 60
F3 = 61
F4 = 62
F5 = 63
F6 = 64
F7 = 65
F8 = 66
F9 = 67
Home = 14
Insert = 19
IntlBackslash = 92
+

Either the angle bracket key or the backslash key on the RT 102-key keyboard.

+
KEY_IN_COMPOSITION = 109
+

Cover all key codes when IME is processing input.

+
KeyA = 31
KeyB = 32
KeyC = 33
KeyD = 34
KeyE = 35
KeyF = 36
KeyG = 37
KeyH = 38
KeyI = 39
KeyJ = 40
KeyK = 41
KeyL = 42
KeyM = 43
KeyN = 44
KeyO = 45
KeyP = 46
KeyQ = 47
KeyR = 48
KeyS = 49
KeyT = 50
KeyU = 51
KeyV = 52
KeyW = 53
KeyX = 54
KeyY = 55
KeyZ = 56
LaunchApp2 = 125
LaunchMail = 124
LaunchMediaPlayer = 123
LeftArrow = 15
MAX_VALUE = 127
+

Placed last to cover the length of the enum. +Please do not depend on this value!

+
MediaPlayPause = 122
MediaStop = 121
MediaTrackNext = 119
MediaTrackPrevious = 120
Meta = 57
Minus = 83
+

For any country/region, the '-' key +For the US standard keyboard, the '-_' key

+
NUMPAD_SEPARATOR = 105
NumLock = 78
Numpad0 = 93
Numpad1 = 94
Numpad2 = 95
Numpad3 = 96
Numpad4 = 97
Numpad5 = 98
Numpad6 = 99
Numpad7 = 100
Numpad8 = 101
Numpad9 = 102
NumpadAdd = 104
NumpadDecimal = 107
NumpadDivide = 108
NumpadMultiply = 103
NumpadSubtract = 106
OEM_8 = 91
+

Used for miscellaneous characters; it can vary by keyboard.

+
PageDown = 12
PageUp = 11
PauseBreak = 7
Period = 84
+

For any country/region, the '.' key +For the US standard keyboard, the '.>' key

+
Quote = 90
+

Used for miscellaneous characters; it can vary by keyboard. +For the US standard keyboard, the ''"' key

+
RightArrow = 17
ScrollLock = 79
Semicolon = 80
+

Used for miscellaneous characters; it can vary by keyboard. +For the US standard keyboard, the ';:' key

+
Shift = 4
Slash = 85
+

Used for miscellaneous characters; it can vary by keyboard. +For the US standard keyboard, the '/?' key

+
Space = 10
Tab = 2
Unknown = 0
+

Placed first to cover the 0 value of the enum.

+
UpArrow = 16

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.MarkerSeverity.html b/api/enums/monaco.MarkerSeverity.html new file mode 100644 index 00000000..a09bfdf2 --- /dev/null +++ b/api/enums/monaco.MarkerSeverity.html @@ -0,0 +1 @@ +MarkerSeverity | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration MarkerSeverity

Index

Enumeration members

Enumeration members

Error = 8
Hint = 1
Info = 2
Warning = 4

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.MarkerTag.html b/api/enums/monaco.MarkerTag.html new file mode 100644 index 00000000..4f66e8fd --- /dev/null +++ b/api/enums/monaco.MarkerTag.html @@ -0,0 +1 @@ +MarkerTag | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

Enumeration members

Deprecated = 2
Unnecessary = 1

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.SelectionDirection.html b/api/enums/monaco.SelectionDirection.html new file mode 100644 index 00000000..a1a4ca01 --- /dev/null +++ b/api/enums/monaco.SelectionDirection.html @@ -0,0 +1,7 @@ +SelectionDirection | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SelectionDirection

+

The direction of a selection.

+

Index

Enumeration members

Enumeration members

LTR = 0
+

The selection starts above where it ends.

+
RTL = 1
+

The selection starts below where it ends.

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.AccessibilitySupport.html b/api/enums/monaco.editor.AccessibilitySupport.html new file mode 100644 index 00000000..e6170e0e --- /dev/null +++ b/api/enums/monaco.editor.AccessibilitySupport.html @@ -0,0 +1,3 @@ +AccessibilitySupport | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

Enumeration members

Disabled = 1
Enabled = 2
Unknown = 0
+

This should be the browser case where it is not known if a screen reader is attached or no.

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.ContentWidgetPositionPreference.html b/api/enums/monaco.editor.ContentWidgetPositionPreference.html new file mode 100644 index 00000000..71f88c24 --- /dev/null +++ b/api/enums/monaco.editor.ContentWidgetPositionPreference.html @@ -0,0 +1,9 @@ +ContentWidgetPositionPreference | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ContentWidgetPositionPreference

+

A positioning preference for rendering content widgets.

+

Index

Enumeration members

Enumeration members

ABOVE = 1
+

Place the content widget above a position

+
BELOW = 2
+

Place the content widget below a position

+
EXACT = 0
+

Place the content widget exactly at a position

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.CursorChangeReason.html b/api/enums/monaco.editor.CursorChangeReason.html new file mode 100644 index 00000000..ddb50180 --- /dev/null +++ b/api/enums/monaco.editor.CursorChangeReason.html @@ -0,0 +1,17 @@ +CursorChangeReason | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Describes the reason the cursor has changed its position.

+

Index

Enumeration members

ContentFlush = 1
+

A model.setValue() was called.

+
Explicit = 3
+

There was an explicit user gesture.

+
NotSet = 0
+

Unknown or not set.

+
Paste = 4
+

There was a Paste.

+
RecoverFromMarkers = 2
+

The model has been changed outside of this cursor and the cursor recovers its position from associated markers.

+
Redo = 6
+

There was a Redo.

+
Undo = 5
+

There was an Undo.

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.DefaultEndOfLine.html b/api/enums/monaco.editor.DefaultEndOfLine.html new file mode 100644 index 00000000..102b00fe --- /dev/null +++ b/api/enums/monaco.editor.DefaultEndOfLine.html @@ -0,0 +1,7 @@ +DefaultEndOfLine | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The default end of line to use when instantiating models.

+

Index

Enumeration members

Enumeration members

CRLF = 2
+

Use carriage return and line feed (\r\n) as the end of line character.

+
LF = 1
+

Use line feed (\n) as the end of line character.

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.EditorAutoIndentStrategy.html b/api/enums/monaco.editor.EditorAutoIndentStrategy.html new file mode 100644 index 00000000..38ff9e6e --- /dev/null +++ b/api/enums/monaco.editor.EditorAutoIndentStrategy.html @@ -0,0 +1,3 @@ +EditorAutoIndentStrategy | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EditorAutoIndentStrategy

+

Configuration options for auto indentation in the editor

+

Index

Enumeration members

Enumeration members

Advanced = 3
Brackets = 2
Full = 4
Keep = 1
None = 0

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.EditorOption.html b/api/enums/monaco.editor.EditorOption.html new file mode 100644 index 00000000..a7830524 --- /dev/null +++ b/api/enums/monaco.editor.EditorOption.html @@ -0,0 +1 @@ +EditorOption | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

Enumeration members

acceptSuggestionOnCommitCharacter = 0
acceptSuggestionOnEnter = 1
accessibilityPageSize = 3
accessibilitySupport = 2
ariaLabel = 4
autoClosingBrackets = 5
autoClosingDelete = 6
autoClosingOvertype = 7
autoClosingQuotes = 8
autoIndent = 9
autoSurround = 11
automaticLayout = 10
bracketPairColorization = 12
codeLens = 14
codeLensFontFamily = 15
codeLensFontSize = 16
colorDecorators = 17
colorDecoratorsLimit = 18
columnSelection = 19
comments = 20
contextmenu = 21
copyWithSyntaxHighlighting = 22
cursorBlinking = 23
cursorSmoothCaretAnimation = 24
cursorStyle = 25
cursorSurroundingLines = 26
cursorSurroundingLinesStyle = 27
cursorWidth = 28
definitionLinkOpensInPeek = 83
disableLayerHinting = 29
disableMonospaceOptimizations = 30
domReadOnly = 31
dragAndDrop = 32
dropIntoEditor = 33
editorClassName = 135
emptySelectionClipboard = 34
experimentalWhitespaceRendering = 35
extraEditorClassName = 36
fastScrollSensitivity = 37
find = 38
fixedOverflowWidgets = 39
folding = 40
foldingHighlight = 42
foldingImportsByDefault = 43
foldingMaximumRegions = 44
foldingStrategy = 41
fontFamily = 46
fontInfo = 47
fontLigatures = 48
fontSize = 49
fontVariations = 51
fontWeight = 50
formatOnPaste = 52
formatOnType = 53
glyphMargin = 54
gotoLocation = 55
guides = 13
hideCursorInOverviewRuler = 56
hover = 57
inDiffEditor = 58
inlayHints = 134
inlineSuggest = 59
layoutInfo = 138
letterSpacing = 60
lightbulb = 61
lineDecorationsWidth = 62
lineHeight = 63
lineNumbers = 64
lineNumbersMinChars = 65
linkedEditing = 66
links = 67
matchBrackets = 68
minimap = 69
mouseStyle = 70
mouseWheelScrollSensitivity = 71
mouseWheelZoom = 72
multiCursorLimit = 76
multiCursorMergeOverlapping = 73
multiCursorModifier = 74
multiCursorPaste = 75
occurrencesHighlight = 77
overviewRulerBorder = 78
overviewRulerLanes = 79
padding = 80
parameterHints = 81
peekWidgetDefaultFocus = 82
pixelRatio = 136
quickSuggestions = 84
quickSuggestionsDelay = 85
readOnly = 86
renameOnType = 87
renderControlCharacters = 88
renderFinalNewline = 89
renderLineHighlight = 90
renderLineHighlightOnlyWhenFocus = 91
renderValidationDecorations = 92
renderWhitespace = 93
revealHorizontalRightPadding = 94
roundedSelection = 95
rulers = 96
scrollBeyondLastColumn = 98
scrollBeyondLastLine = 99
scrollPredominantAxis = 100
scrollbar = 97
selectOnLineNumbers = 103
selectionClipboard = 101
selectionHighlight = 102
showDeprecated = 133
showFoldingControls = 104
showUnused = 105
smartSelect = 107
smoothScrolling = 108
snippetSuggestions = 106
stickyScroll = 109
stickyTabStops = 110
stopRenderingLineAfter = 111
suggest = 112
suggestFontSize = 113
suggestLineHeight = 114
suggestOnTriggerCharacters = 115
suggestSelection = 116
tabCompletion = 117
tabFocusMode = 137
tabIndex = 118
unfoldOnClickAfterEndOfLine = 45
unicodeHighlighting = 119
unusualLineTerminators = 120
useShadowDOM = 121
useTabStops = 122
wordBreak = 123
wordSeparators = 124
wordWrap = 125
wordWrapBreakAfterCharacters = 126
wordWrapBreakBeforeCharacters = 127
wordWrapColumn = 128
wordWrapOverride1 = 129
wordWrapOverride2 = 130
wrappingIndent = 131
wrappingInfo = 139
wrappingStrategy = 132

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.EndOfLinePreference.html b/api/enums/monaco.editor.EndOfLinePreference.html new file mode 100644 index 00000000..57616ee2 --- /dev/null +++ b/api/enums/monaco.editor.EndOfLinePreference.html @@ -0,0 +1,9 @@ +EndOfLinePreference | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

End of line character preference.

+

Index

Enumeration members

Enumeration members

CRLF = 2
+

Use carriage return and line feed (\r\n) as the end of line character.

+
LF = 1
+

Use line feed (\n) as the end of line character.

+
TextDefined = 0
+

Use the end of line character identified in the text buffer.

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.EndOfLineSequence.html b/api/enums/monaco.editor.EndOfLineSequence.html new file mode 100644 index 00000000..486fb9ed --- /dev/null +++ b/api/enums/monaco.editor.EndOfLineSequence.html @@ -0,0 +1,7 @@ +EndOfLineSequence | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

End of line character preference.

+

Index

Enumeration members

Enumeration members

CRLF = 1
+

Use carriage return and line feed (\r\n) as the end of line character.

+
LF = 0
+

Use line feed (\n) as the end of line character.

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.InjectedTextCursorStops.html b/api/enums/monaco.editor.InjectedTextCursorStops.html new file mode 100644 index 00000000..c06c75e7 --- /dev/null +++ b/api/enums/monaco.editor.InjectedTextCursorStops.html @@ -0,0 +1 @@ +InjectedTextCursorStops | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration InjectedTextCursorStops

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.MinimapPosition.html b/api/enums/monaco.editor.MinimapPosition.html new file mode 100644 index 00000000..2ad6b0c6 --- /dev/null +++ b/api/enums/monaco.editor.MinimapPosition.html @@ -0,0 +1,3 @@ +MinimapPosition | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Position in the minimap to render the decoration.

+

Index

Enumeration members

Enumeration members

Gutter = 2
Inline = 1

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.MouseTargetType.html b/api/enums/monaco.editor.MouseTargetType.html new file mode 100644 index 00000000..9758e097 --- /dev/null +++ b/api/enums/monaco.editor.MouseTargetType.html @@ -0,0 +1,31 @@ +MouseTargetType | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Type of hit element with the mouse in the editor.

+

Index

Enumeration members

CONTENT_EMPTY = 7
+

Mouse is on top of empty space in the content (e.g. after line text or below last line)

+
CONTENT_TEXT = 6
+

Mouse is on top of text in the content.

+
CONTENT_VIEW_ZONE = 8
+

Mouse is on top of a view zone in the content.

+
CONTENT_WIDGET = 9
+

Mouse is on top of a content widget.

+
GUTTER_GLYPH_MARGIN = 2
+

Mouse is on top of the glyph margin

+
GUTTER_LINE_DECORATIONS = 4
+

Mouse is on top of the line decorations

+
GUTTER_LINE_NUMBERS = 3
+

Mouse is on top of the line numbers

+
GUTTER_VIEW_ZONE = 5
+

Mouse is on top of the whitespace left in the gutter by a view zone.

+
OUTSIDE_EDITOR = 13
+

Mouse is outside of the editor.

+
OVERLAY_WIDGET = 12
+

Mouse is on top of an overlay widget.

+
OVERVIEW_RULER = 10
+

Mouse is on top of the decorations overview ruler.

+
SCROLLBAR = 11
+

Mouse is on top of a scrollbar.

+
TEXTAREA = 1
+

Mouse is on top of the textarea used for input.

+
UNKNOWN = 0
+

Mouse is on top of an unknown element.

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.OverlayWidgetPositionPreference.html b/api/enums/monaco.editor.OverlayWidgetPositionPreference.html new file mode 100644 index 00000000..426f3658 --- /dev/null +++ b/api/enums/monaco.editor.OverlayWidgetPositionPreference.html @@ -0,0 +1,9 @@ +OverlayWidgetPositionPreference | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration OverlayWidgetPositionPreference

+

A positioning preference for rendering overlay widgets.

+

Index

Enumeration members

BOTTOM_RIGHT_CORNER = 1
+

Position the overlay widget in the bottom right corner

+
TOP_CENTER = 2
+

Position the overlay widget in the top center

+
TOP_RIGHT_CORNER = 0
+

Position the overlay widget in the top right corner

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.OverviewRulerLane.html b/api/enums/monaco.editor.OverviewRulerLane.html new file mode 100644 index 00000000..6112eb02 --- /dev/null +++ b/api/enums/monaco.editor.OverviewRulerLane.html @@ -0,0 +1,3 @@ +OverviewRulerLane | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Vertical Lane in the overview ruler of the editor.

+

Index

Enumeration members

Enumeration members

Center = 2
Full = 7
Left = 1
Right = 4

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.PositionAffinity.html b/api/enums/monaco.editor.PositionAffinity.html new file mode 100644 index 00000000..7ade02c2 --- /dev/null +++ b/api/enums/monaco.editor.PositionAffinity.html @@ -0,0 +1,11 @@ +PositionAffinity | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

Left = 0
+

Prefers the left most position.

+
LeftOfInjectedText = 3
+

If the given position is on injected text, prefers the position left of it.

+
None = 2
+

No preference.

+
Right = 1
+

Prefers the right most position.

+
RightOfInjectedText = 4
+

If the given position is on injected text, prefers the position right of it.

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.RenderLineNumbersType.html b/api/enums/monaco.editor.RenderLineNumbersType.html new file mode 100644 index 00000000..71ff0508 --- /dev/null +++ b/api/enums/monaco.editor.RenderLineNumbersType.html @@ -0,0 +1 @@ +RenderLineNumbersType | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.RenderMinimap.html b/api/enums/monaco.editor.RenderMinimap.html new file mode 100644 index 00000000..cd746fbb --- /dev/null +++ b/api/enums/monaco.editor.RenderMinimap.html @@ -0,0 +1 @@ +RenderMinimap | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

Enumeration members

Blocks = 2
None = 0
Text = 1

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.ScrollType.html b/api/enums/monaco.editor.ScrollType.html new file mode 100644 index 00000000..4e7e25d6 --- /dev/null +++ b/api/enums/monaco.editor.ScrollType.html @@ -0,0 +1 @@ +ScrollType | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

Enumeration members

Immediate = 1
Smooth = 0

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.ScrollbarVisibility.html b/api/enums/monaco.editor.ScrollbarVisibility.html new file mode 100644 index 00000000..194ca7fe --- /dev/null +++ b/api/enums/monaco.editor.ScrollbarVisibility.html @@ -0,0 +1 @@ +ScrollbarVisibility | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

Enumeration members

Auto = 1
Hidden = 2
Visible = 3

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.TextEditorCursorBlinkingStyle.html b/api/enums/monaco.editor.TextEditorCursorBlinkingStyle.html new file mode 100644 index 00000000..ec90a676 --- /dev/null +++ b/api/enums/monaco.editor.TextEditorCursorBlinkingStyle.html @@ -0,0 +1,15 @@ +TextEditorCursorBlinkingStyle | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextEditorCursorBlinkingStyle

+

The kind of animation in which the editor's cursor should be rendered.

+

Index

Enumeration members

Blink = 1
+

Blinking

+
Expand = 4
+

Expand collapse animation on the y axis

+
Hidden = 0
+

Hidden

+
Phase = 3
+

Blinking with prolonged filled state and smooth fading

+
Smooth = 2
+

Blinking with smooth fading

+
Solid = 5
+

No-Blinking

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.TextEditorCursorStyle.html b/api/enums/monaco.editor.TextEditorCursorStyle.html new file mode 100644 index 00000000..faad3155 --- /dev/null +++ b/api/enums/monaco.editor.TextEditorCursorStyle.html @@ -0,0 +1,15 @@ +TextEditorCursorStyle | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The style in which the editor's cursor should be rendered.

+

Index

Enumeration members

Block = 2
+

As a block (sitting on top of a character).

+
BlockOutline = 5
+

As an outlined block (sitting on top of a character).

+
Line = 1
+

As a vertical line (sitting between two characters).

+
LineThin = 4
+

As a thin vertical line (sitting between two characters).

+
Underline = 3
+

As a horizontal line (sitting under a character).

+
UnderlineThin = 6
+

As a thin horizontal line (sitting under a character).

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.TrackedRangeStickiness.html b/api/enums/monaco.editor.TrackedRangeStickiness.html new file mode 100644 index 00000000..c39d29c1 --- /dev/null +++ b/api/enums/monaco.editor.TrackedRangeStickiness.html @@ -0,0 +1,4 @@ +TrackedRangeStickiness | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TrackedRangeStickiness

+

Describes the behavior of decorations when typing/editing near their edges. +Note: Please do not edit the values, as they very carefully match DecorationRangeBehavior

+

Index

Enumeration members

AlwaysGrowsWhenTypingAtEdges = 0
GrowsOnlyWhenTypingAfter = 3
GrowsOnlyWhenTypingBefore = 2
NeverGrowsWhenTypingAtEdges = 1

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.editor.WrappingIndent.html b/api/enums/monaco.editor.WrappingIndent.html new file mode 100644 index 00000000..c0fbdd71 --- /dev/null +++ b/api/enums/monaco.editor.WrappingIndent.html @@ -0,0 +1,11 @@ +WrappingIndent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Describes how to indent wrapped lines.

+

Index

Enumeration members

Enumeration members

DeepIndent = 3
+

DeepIndent => wrapped lines get +2 indentation toward the parent.

+
Indent = 2
+

Indent => wrapped lines get +1 indentation toward the parent.

+
None = 0
+

No indentation => wrapped lines begin at column 1.

+
Same = 1
+

Same => wrapped lines get the same indentation as the parent.

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.CodeActionTriggerType.html b/api/enums/monaco.languages.CodeActionTriggerType.html new file mode 100644 index 00000000..38a3eb6c --- /dev/null +++ b/api/enums/monaco.languages.CodeActionTriggerType.html @@ -0,0 +1 @@ +CodeActionTriggerType | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.CompletionItemInsertTextRule.html b/api/enums/monaco.languages.CompletionItemInsertTextRule.html new file mode 100644 index 00000000..26752726 --- /dev/null +++ b/api/enums/monaco.languages.CompletionItemInsertTextRule.html @@ -0,0 +1,6 @@ +CompletionItemInsertTextRule | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CompletionItemInsertTextRule

Index

Enumeration members

InsertAsSnippet = 4
+

insertText is a snippet.

+
KeepWhitespace = 1
+

Adjust whitespace/indentation of multiline insert texts to +match the current line indentation.

+
None = 0

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.CompletionItemKind.html b/api/enums/monaco.languages.CompletionItemKind.html new file mode 100644 index 00000000..f7413284 --- /dev/null +++ b/api/enums/monaco.languages.CompletionItemKind.html @@ -0,0 +1 @@ +CompletionItemKind | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

Class = 5
Color = 19
Constant = 14
Constructor = 2
Customcolor = 22
Enum = 15
EnumMember = 16
Event = 10
Field = 3
File = 20
Folder = 23
Function = 1
Interface = 7
Issue = 26
Keyword = 17
Method = 0
Module = 8
Operator = 11
Property = 9
Reference = 21
Snippet = 27
Struct = 6
Text = 18
TypeParameter = 24
Unit = 12
User = 25
Value = 13
Variable = 4

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.CompletionItemTag.html b/api/enums/monaco.languages.CompletionItemTag.html new file mode 100644 index 00000000..bb030294 --- /dev/null +++ b/api/enums/monaco.languages.CompletionItemTag.html @@ -0,0 +1 @@ +CompletionItemTag | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.CompletionTriggerKind.html b/api/enums/monaco.languages.CompletionTriggerKind.html new file mode 100644 index 00000000..45a9bfcb --- /dev/null +++ b/api/enums/monaco.languages.CompletionTriggerKind.html @@ -0,0 +1,3 @@ +CompletionTriggerKind | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

How a suggest provider was triggered.

+

Index

Enumeration members

Invoke = 0
TriggerCharacter = 1
TriggerForIncompleteCompletions = 2

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.DocumentHighlightKind.html b/api/enums/monaco.languages.DocumentHighlightKind.html new file mode 100644 index 00000000..ceacf492 --- /dev/null +++ b/api/enums/monaco.languages.DocumentHighlightKind.html @@ -0,0 +1,9 @@ +DocumentHighlightKind | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A document highlight kind.

+

Index

Enumeration members

Enumeration members

Read = 1
+

Read-access of a symbol, like reading a variable.

+
Text = 0
+

A textual occurrence.

+
Write = 2
+

Write-access of a symbol, like writing to a variable.

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.IndentAction.html b/api/enums/monaco.languages.IndentAction.html new file mode 100644 index 00000000..ed4c9454 --- /dev/null +++ b/api/enums/monaco.languages.IndentAction.html @@ -0,0 +1,15 @@ +IndentAction | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Describes what to do with the indentation when pressing Enter.

+

Index

Enumeration members

Indent = 1
+

Insert new line and indent once (relative to the previous line's indentation).

+
IndentOutdent = 2
+

Insert two new lines:

+
    +
  • the first one indented which will hold the cursor
  • +
  • the second one at the same indentation level
  • +
+
None = 0
+

Insert new line and copy the previous line's indentation.

+
Outdent = 3
+

Insert new line and outdent once (relative to the previous line's indentation).

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.InlayHintKind.html b/api/enums/monaco.languages.InlayHintKind.html new file mode 100644 index 00000000..8f81a0bc --- /dev/null +++ b/api/enums/monaco.languages.InlayHintKind.html @@ -0,0 +1 @@ +InlayHintKind | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.InlineCompletionTriggerKind.html b/api/enums/monaco.languages.InlineCompletionTriggerKind.html new file mode 100644 index 00000000..c4b63d26 --- /dev/null +++ b/api/enums/monaco.languages.InlineCompletionTriggerKind.html @@ -0,0 +1,9 @@ +InlineCompletionTriggerKind | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

How an inline completion provider was triggered.

+

Index

Enumeration members

Enumeration members

Automatic = 0
+

Completion was triggered automatically while editing. +It is sufficient to return a single completion item in this case.

+
Explicit = 1
+

Completion was triggered explicitly by a user gesture. +Return multiple completion items to enable cycling through them.

+

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.SignatureHelpTriggerKind.html b/api/enums/monaco.languages.SignatureHelpTriggerKind.html new file mode 100644 index 00000000..6e31e0fc --- /dev/null +++ b/api/enums/monaco.languages.SignatureHelpTriggerKind.html @@ -0,0 +1 @@ +SignatureHelpTriggerKind | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.SymbolKind.html b/api/enums/monaco.languages.SymbolKind.html new file mode 100644 index 00000000..c3c02a4a --- /dev/null +++ b/api/enums/monaco.languages.SymbolKind.html @@ -0,0 +1,3 @@ +SymbolKind | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A symbol kind.

+

Index

Enumeration members

Array = 17
Boolean = 16
Class = 4
Constant = 13
Constructor = 8
Enum = 9
EnumMember = 21
Event = 23
Field = 7
File = 0
Function = 11
Interface = 10
Key = 19
Method = 5
Module = 1
Namespace = 2
Null = 20
Number = 15
Object = 18
Operator = 24
Package = 3
Property = 6
String = 14
Struct = 22
TypeParameter = 25
Variable = 12

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.SymbolTag.html b/api/enums/monaco.languages.SymbolTag.html new file mode 100644 index 00000000..cae25b91 --- /dev/null +++ b/api/enums/monaco.languages.SymbolTag.html @@ -0,0 +1 @@ +SymbolTag | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

Enumeration members

Deprecated = 1

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.typescript.JsxEmit.html b/api/enums/monaco.languages.typescript.JsxEmit.html new file mode 100644 index 00000000..eb69f89c --- /dev/null +++ b/api/enums/monaco.languages.typescript.JsxEmit.html @@ -0,0 +1 @@ +JsxEmit | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.typescript.ModuleKind.html b/api/enums/monaco.languages.typescript.ModuleKind.html new file mode 100644 index 00000000..51ff2a49 --- /dev/null +++ b/api/enums/monaco.languages.typescript.ModuleKind.html @@ -0,0 +1 @@ +ModuleKind | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.typescript.ModuleResolutionKind.html b/api/enums/monaco.languages.typescript.ModuleResolutionKind.html new file mode 100644 index 00000000..0544b7d3 --- /dev/null +++ b/api/enums/monaco.languages.typescript.ModuleResolutionKind.html @@ -0,0 +1 @@ +ModuleResolutionKind | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.typescript.NewLineKind.html b/api/enums/monaco.languages.typescript.NewLineKind.html new file mode 100644 index 00000000..98ff78e8 --- /dev/null +++ b/api/enums/monaco.languages.typescript.NewLineKind.html @@ -0,0 +1 @@ +NewLineKind | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

CarriageReturnLineFeed = 0
LineFeed = 1

Settings

Theme

\ No newline at end of file diff --git a/api/enums/monaco.languages.typescript.ScriptTarget.html b/api/enums/monaco.languages.typescript.ScriptTarget.html new file mode 100644 index 00000000..4a331f18 --- /dev/null +++ b/api/enums/monaco.languages.typescript.ScriptTarget.html @@ -0,0 +1 @@ +ScriptTarget | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Settings

Theme

\ No newline at end of file diff --git a/api/index.html b/api/index.html new file mode 100644 index 00000000..4359ec00 --- /dev/null +++ b/api/index.html @@ -0,0 +1 @@ +Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Monaco Editor API

Index

Namespaces

Interfaces

Variables

Variables

MonacoEnvironment: Environment | undefined
Window: { prototype: Window }

Type declaration

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/Window.html b/api/interfaces/Window.html new file mode 100644 index 00000000..bd946093 --- /dev/null +++ b/api/interfaces/Window.html @@ -0,0 +1,333 @@ +Window | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Window

+

A window containing a DOM document; the document property points to the DOM document loaded in that window.

+

Hierarchy

  • EventTarget
  • AnimationFrameProvider
  • GlobalEventHandlers
  • WindowEventHandlers
  • WindowLocalStorage
  • WindowOrWorkerGlobalScope
  • WindowSessionStorage
  • MochaGlobals
    • Window

Indexable

[index: number]: Window

Index

Properties

Accessors

Methods

Properties

MonacoEnvironment?: Environment
after: HookFunction
+

Execute after running tests.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
see

https://mochajs.org/api/global.html#after

+
afterEach: HookFunction
+

Execute after each test case.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
see

https://mochajs.org/api/global.html#afterEach

+
before: HookFunction
+

Execute before running tests.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
see

https://mochajs.org/api/global.html#before

+
beforeEach: HookFunction
+

Execute before each test case.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
see

https://mochajs.org/api/global.html#beforeEach

+
caches: CacheStorage
+

Available only in secure contexts.

+
clientInformation: Navigator
deprecated

This is a legacy alias of navigator.

+
closed: boolean
+

Returns true if the window has been closed, false otherwise.

+
context: SuiteFunction
+

Describe a "suite" containing nested suites and tests.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
crossOriginIsolated: boolean
crypto: Crypto
customElements: CustomElementRegistry
+

Defines a new custom element, mapping the given name to the given constructor as an autonomous custom element.

+
describe: SuiteFunction
+

Describe a "suite" containing nested suites and tests.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
devicePixelRatio: number
document: Document
event: Event
deprecated
external: External
deprecated
frameElement: Element
frames: Window
history: History
indexedDB: IDBFactory
innerHeight: number
innerWidth: number
isSecureContext: boolean
it: TestFunction
+

Describes a test case.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
length: number
localStorage: Storage
locationbar: BarProp
+

Returns true if the location bar is visible; otherwise, returns false.

+
menubar: BarProp
+

Returns true if the menu bar is visible; otherwise, returns false.

+
name: string
navigator: Navigator
onabort: (ev: UIEvent) => any

Type declaration

    • (ev: UIEvent): any
    • +

      Fires when the user aborts the download.

      +

      Parameters

      • ev: UIEvent
        +

        The event.

        +

      Returns any

onafterprint: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • Parameters

      • ev: Event

      Returns any

onanimationcancel: (ev: AnimationEvent) => any

Type declaration

    • (ev: AnimationEvent): any
    • Parameters

      • ev: AnimationEvent

      Returns any

onanimationend: (ev: AnimationEvent) => any

Type declaration

    • (ev: AnimationEvent): any
    • Parameters

      • ev: AnimationEvent

      Returns any

onanimationiteration: (ev: AnimationEvent) => any

Type declaration

    • (ev: AnimationEvent): any
    • Parameters

      • ev: AnimationEvent

      Returns any

onanimationstart: (ev: AnimationEvent) => any

Type declaration

    • (ev: AnimationEvent): any
    • Parameters

      • ev: AnimationEvent

      Returns any

onauxclick: (ev: MouseEvent) => any

Type declaration

    • (ev: MouseEvent): any
    • Parameters

      • ev: MouseEvent

      Returns any

onbeforeprint: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • Parameters

      • ev: Event

      Returns any

onbeforeunload: (ev: BeforeUnloadEvent) => any

Type declaration

    • (ev: BeforeUnloadEvent): any
    • Parameters

      • ev: BeforeUnloadEvent

      Returns any

onblur: (ev: FocusEvent) => any

Type declaration

    • (ev: FocusEvent): any
    • +

      Fires when the object loses the input focus.

      +

      Parameters

      • ev: FocusEvent
        +

        The focus event.

        +

      Returns any

oncanplay: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when playback is possible, but would require further buffering.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

oncanplaythrough: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • Parameters

      • ev: Event

      Returns any

onchange: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Fires when the contents of the object or selection have changed.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onclick: (ev: MouseEvent) => any

Type declaration

    • (ev: MouseEvent): any
    • +

      Fires when the user clicks the left mouse button on the object

      +

      Parameters

      • ev: MouseEvent
        +

        The mouse event.

        +

      Returns any

onclose: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • Parameters

      • ev: Event

      Returns any

oncontextmenu: (ev: MouseEvent) => any

Type declaration

    • (ev: MouseEvent): any
    • +

      Fires when the user clicks the right mouse button in the client area, opening the context menu.

      +

      Parameters

      • ev: MouseEvent
        +

        The mouse event.

        +

      Returns any

oncuechange: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • Parameters

      • ev: Event

      Returns any

ondblclick: (ev: MouseEvent) => any

Type declaration

    • (ev: MouseEvent): any
    • +

      Fires when the user double-clicks the object.

      +

      Parameters

      • ev: MouseEvent
        +

        The mouse event.

        +

      Returns any

ondevicemotion: (ev: DeviceMotionEvent) => any

Type declaration

    • (ev: DeviceMotionEvent): any
    • +

      Available only in secure contexts.

      +

      Parameters

      • ev: DeviceMotionEvent

      Returns any

ondeviceorientation: (ev: DeviceOrientationEvent) => any

Type declaration

    • (ev: DeviceOrientationEvent): any
    • +

      Available only in secure contexts.

      +

      Parameters

      • ev: DeviceOrientationEvent

      Returns any

ondrag: (ev: DragEvent) => any

Type declaration

    • (ev: DragEvent): any
    • +

      Fires on the source object continuously during a drag operation.

      +

      Parameters

      • ev: DragEvent
        +

        The event.

        +

      Returns any

ondragend: (ev: DragEvent) => any

Type declaration

    • (ev: DragEvent): any
    • +

      Fires on the source object when the user releases the mouse at the close of a drag operation.

      +

      Parameters

      • ev: DragEvent
        +

        The event.

        +

      Returns any

ondragenter: (ev: DragEvent) => any

Type declaration

    • (ev: DragEvent): any
    • +

      Fires on the target element when the user drags the object to a valid drop target.

      +

      Parameters

      • ev: DragEvent
        +

        The drag event.

        +

      Returns any

ondragleave: (ev: DragEvent) => any

Type declaration

    • (ev: DragEvent): any
    • +

      Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.

      +

      Parameters

      • ev: DragEvent
        +

        The drag event.

        +

      Returns any

ondragover: (ev: DragEvent) => any

Type declaration

    • (ev: DragEvent): any
    • +

      Fires on the target element continuously while the user drags the object over a valid drop target.

      +

      Parameters

      • ev: DragEvent
        +

        The event.

        +

      Returns any

ondragstart: (ev: DragEvent) => any

Type declaration

    • (ev: DragEvent): any
    • +

      Fires on the source object when the user starts to drag a text selection or selected object.

      +

      Parameters

      • ev: DragEvent
        +

        The event.

        +

      Returns any

ondrop: (ev: DragEvent) => any

Type declaration

    • (ev: DragEvent): any
    • Parameters

      • ev: DragEvent

      Returns any

ondurationchange: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when the duration attribute is updated.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onemptied: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when the media element is reset to its initial state.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onended: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when the end of playback is reached.

      +

      Parameters

      • ev: Event
        +

        The event

        +

      Returns any

onerror: OnErrorEventHandlerNonNull
+

Fires when an error occurs during object loading.

+
param ev

The event.

+
onfocus: (ev: FocusEvent) => any

Type declaration

    • (ev: FocusEvent): any
    • +

      Fires when the object receives focus.

      +

      Parameters

      • ev: FocusEvent
        +

        The event.

        +

      Returns any

onformdata: (ev: FormDataEvent) => any

Type declaration

    • (ev: FormDataEvent): any
    • Parameters

      • ev: FormDataEvent

      Returns any

ongamepadconnected: (ev: GamepadEvent) => any

Type declaration

    • (ev: GamepadEvent): any
    • Parameters

      • ev: GamepadEvent

      Returns any

ongamepaddisconnected: (ev: GamepadEvent) => any

Type declaration

    • (ev: GamepadEvent): any
    • Parameters

      • ev: GamepadEvent

      Returns any

ongotpointercapture: (ev: PointerEvent) => any

Type declaration

    • (ev: PointerEvent): any
    • Parameters

      • ev: PointerEvent

      Returns any

onhashchange: (ev: HashChangeEvent) => any

Type declaration

    • (ev: HashChangeEvent): any
    • Parameters

      • ev: HashChangeEvent

      Returns any

oninput: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • Parameters

      • ev: Event

      Returns any

oninvalid: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • Parameters

      • ev: Event

      Returns any

onkeydown: (ev: KeyboardEvent) => any

Type declaration

    • (ev: KeyboardEvent): any
    • +

      Fires when the user presses a key.

      +

      Parameters

      • ev: KeyboardEvent
        +

        The keyboard event

        +

      Returns any

onkeypress: (ev: KeyboardEvent) => any

Type declaration

    • (ev: KeyboardEvent): any
    • +

      Fires when the user presses an alphanumeric key.

      +
      deprecated

      Parameters

      • ev: KeyboardEvent
        +

        The event.

        +

      Returns any

onkeyup: (ev: KeyboardEvent) => any

Type declaration

    • (ev: KeyboardEvent): any
    • +

      Fires when the user releases a key.

      +

      Parameters

      • ev: KeyboardEvent
        +

        The keyboard event

        +

      Returns any

onlanguagechange: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • Parameters

      • ev: Event

      Returns any

onload: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Fires immediately after the browser loads the object.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onloadeddata: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when media data is loaded at the current playback position.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onloadedmetadata: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when the duration and dimensions of the media have been determined.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onloadstart: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when Internet Explorer begins looking for media data.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onlostpointercapture: (ev: PointerEvent) => any

Type declaration

    • (ev: PointerEvent): any
    • Parameters

      • ev: PointerEvent

      Returns any

onmessage: (ev: MessageEvent<any>) => any

Type declaration

    • (ev: MessageEvent<any>): any
    • Parameters

      • ev: MessageEvent<any>

      Returns any

onmessageerror: (ev: MessageEvent<any>) => any

Type declaration

    • (ev: MessageEvent<any>): any
    • Parameters

      • ev: MessageEvent<any>

      Returns any

onmousedown: (ev: MouseEvent) => any

Type declaration

    • (ev: MouseEvent): any
    • +

      Fires when the user clicks the object with either mouse button.

      +

      Parameters

      • ev: MouseEvent
        +

        The mouse event.

        +

      Returns any

onmouseenter: (ev: MouseEvent) => any

Type declaration

    • (ev: MouseEvent): any
    • Parameters

      • ev: MouseEvent

      Returns any

onmouseleave: (ev: MouseEvent) => any

Type declaration

    • (ev: MouseEvent): any
    • Parameters

      • ev: MouseEvent

      Returns any

onmousemove: (ev: MouseEvent) => any

Type declaration

    • (ev: MouseEvent): any
    • +

      Fires when the user moves the mouse over the object.

      +

      Parameters

      • ev: MouseEvent
        +

        The mouse event.

        +

      Returns any

onmouseout: (ev: MouseEvent) => any

Type declaration

    • (ev: MouseEvent): any
    • +

      Fires when the user moves the mouse pointer outside the boundaries of the object.

      +

      Parameters

      • ev: MouseEvent
        +

        The mouse event.

        +

      Returns any

onmouseover: (ev: MouseEvent) => any

Type declaration

    • (ev: MouseEvent): any
    • +

      Fires when the user moves the mouse pointer into the object.

      +

      Parameters

      • ev: MouseEvent
        +

        The mouse event.

        +

      Returns any

onmouseup: (ev: MouseEvent) => any

Type declaration

    • (ev: MouseEvent): any
    • +

      Fires when the user releases a mouse button while the mouse is over the object.

      +

      Parameters

      • ev: MouseEvent
        +

        The mouse event.

        +

      Returns any

onoffline: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • Parameters

      • ev: Event

      Returns any

ononline: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • Parameters

      • ev: Event

      Returns any

onorientationchange: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • deprecated

      Parameters

      • ev: Event

      Returns any

onpagehide: (ev: PageTransitionEvent) => any

Type declaration

    • (ev: PageTransitionEvent): any
    • Parameters

      • ev: PageTransitionEvent

      Returns any

onpageshow: (ev: PageTransitionEvent) => any

Type declaration

    • (ev: PageTransitionEvent): any
    • Parameters

      • ev: PageTransitionEvent

      Returns any

onpause: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when playback is paused.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onplay: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when the play method is requested.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onplaying: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when the audio or video has started playing.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onpointercancel: (ev: PointerEvent) => any

Type declaration

    • (ev: PointerEvent): any
    • Parameters

      • ev: PointerEvent

      Returns any

onpointerdown: (ev: PointerEvent) => any

Type declaration

    • (ev: PointerEvent): any
    • Parameters

      • ev: PointerEvent

      Returns any

onpointerenter: (ev: PointerEvent) => any

Type declaration

    • (ev: PointerEvent): any
    • Parameters

      • ev: PointerEvent

      Returns any

onpointerleave: (ev: PointerEvent) => any

Type declaration

    • (ev: PointerEvent): any
    • Parameters

      • ev: PointerEvent

      Returns any

onpointermove: (ev: PointerEvent) => any

Type declaration

    • (ev: PointerEvent): any
    • Parameters

      • ev: PointerEvent

      Returns any

onpointerout: (ev: PointerEvent) => any

Type declaration

    • (ev: PointerEvent): any
    • Parameters

      • ev: PointerEvent

      Returns any

onpointerover: (ev: PointerEvent) => any

Type declaration

    • (ev: PointerEvent): any
    • Parameters

      • ev: PointerEvent

      Returns any

onpointerup: (ev: PointerEvent) => any

Type declaration

    • (ev: PointerEvent): any
    • Parameters

      • ev: PointerEvent

      Returns any

onpopstate: (ev: PopStateEvent) => any

Type declaration

    • (ev: PopStateEvent): any
    • Parameters

      • ev: PopStateEvent

      Returns any

onprogress: (ev: ProgressEvent<EventTarget>) => any

Type declaration

    • (ev: ProgressEvent<EventTarget>): any
    • +

      Occurs to indicate progress while downloading media data.

      +

      Parameters

      • ev: ProgressEvent<EventTarget>
        +

        The event.

        +

      Returns any

onratechange: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when the playback rate is increased or decreased.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onrejectionhandled: (ev: PromiseRejectionEvent) => any

Type declaration

    • (ev: PromiseRejectionEvent): any
    • Parameters

      • ev: PromiseRejectionEvent

      Returns any

onreset: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Fires when the user resets a form.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onresize: (ev: UIEvent) => any

Type declaration

    • (ev: UIEvent): any
    • Parameters

      • ev: UIEvent

      Returns any

onscroll: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Fires when the user repositions the scroll box in the scroll bar on the object.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onseeked: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when the seek operation ends.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onseeking: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when the current playback position is moved.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onselect: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Fires when the current selection changes.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onselectionchange: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • Parameters

      • ev: Event

      Returns any

onselectstart: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • Parameters

      • ev: Event

      Returns any

onstalled: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when the download has stopped.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onstorage: (ev: StorageEvent) => any

Type declaration

    • (ev: StorageEvent): any
    • Parameters

      • ev: StorageEvent

      Returns any

onsubmit: (ev: SubmitEvent) => any

Type declaration

    • (ev: SubmitEvent): any
    • Parameters

      • ev: SubmitEvent

      Returns any

onsuspend: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs if the load operation has been intentionally halted.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

ontimeupdate: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs to indicate the current playback position.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

ontoggle: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • Parameters

      • ev: Event

      Returns any

ontouchcancel?: (ev: TouchEvent) => any

Type declaration

    • (ev: TouchEvent): any
    • Parameters

      • ev: TouchEvent

      Returns any

ontouchend?: (ev: TouchEvent) => any

Type declaration

    • (ev: TouchEvent): any
    • Parameters

      • ev: TouchEvent

      Returns any

ontouchmove?: (ev: TouchEvent) => any

Type declaration

    • (ev: TouchEvent): any
    • Parameters

      • ev: TouchEvent

      Returns any

ontouchstart?: (ev: TouchEvent) => any

Type declaration

    • (ev: TouchEvent): any
    • Parameters

      • ev: TouchEvent

      Returns any

ontransitioncancel: (ev: TransitionEvent) => any

Type declaration

    • (ev: TransitionEvent): any
    • Parameters

      • ev: TransitionEvent

      Returns any

ontransitionend: (ev: TransitionEvent) => any

Type declaration

    • (ev: TransitionEvent): any
    • Parameters

      • ev: TransitionEvent

      Returns any

ontransitionrun: (ev: TransitionEvent) => any

Type declaration

    • (ev: TransitionEvent): any
    • Parameters

      • ev: TransitionEvent

      Returns any

ontransitionstart: (ev: TransitionEvent) => any

Type declaration

    • (ev: TransitionEvent): any
    • Parameters

      • ev: TransitionEvent

      Returns any

onunhandledrejection: (ev: PromiseRejectionEvent) => any

Type declaration

    • (ev: PromiseRejectionEvent): any
    • Parameters

      • ev: PromiseRejectionEvent

      Returns any

onunload: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • Parameters

      • ev: Event

      Returns any

onvolumechange: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when the volume is changed, or playback is muted or unmuted.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onwaiting: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • +

      Occurs when playback stops because the next frame of a video resource is not available.

      +

      Parameters

      • ev: Event
        +

        The event.

        +

      Returns any

onwebkitanimationend: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • deprecated

      This is a legacy alias of onanimationend.

      +

      Parameters

      • ev: Event

      Returns any

onwebkitanimationiteration: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • deprecated

      This is a legacy alias of onanimationiteration.

      +

      Parameters

      • ev: Event

      Returns any

onwebkitanimationstart: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • deprecated

      This is a legacy alias of onanimationstart.

      +

      Parameters

      • ev: Event

      Returns any

onwebkittransitionend: (ev: Event) => any

Type declaration

    • (ev: Event): any
    • deprecated

      This is a legacy alias of ontransitionend.

      +

      Parameters

      • ev: Event

      Returns any

onwheel: (ev: WheelEvent) => any

Type declaration

    • (ev: WheelEvent): any
    • Parameters

      • ev: WheelEvent

      Returns any

opener: any
orientation: number
deprecated
origin: string
outerHeight: number
outerWidth: number
pageXOffset: number
deprecated

This is a legacy alias of scrollX.

+
pageYOffset: number
deprecated

This is a legacy alias of scrollY.

+
parent: Window
+

Refers to either the parent WindowProxy, or itself.

+

It can rarely be null e.g. for contentWindow of an iframe that is already removed from the parent.

+
performance: Performance
personalbar: BarProp
+

Returns true if the personal bar is visible; otherwise, returns false.

+
run: () => void

Type declaration

screen: Screen
screenLeft: number
screenTop: number
screenX: number
screenY: number
scrollX: number
scrollY: number
scrollbars: BarProp
+

Returns true if the scrollbars are visible; otherwise, returns false.

+
self: Window & typeof globalThis
sessionStorage: Storage
setup: HookFunction
+

Execute before each test case.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
see

https://mochajs.org/api/global.html#beforeEach

+
specify: TestFunction
+

Describes a test case.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
speechSynthesis: SpeechSynthesis
status: string
deprecated
statusbar: BarProp
+

Returns true if the status bar is visible; otherwise, returns false.

+
suite: SuiteFunction
+

Describe a "suite" containing nested suites and tests.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
suiteSetup: HookFunction
+

Execute before running tests.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
see

https://mochajs.org/api/global.html#before

+
suiteTeardown: HookFunction
+

Execute after running tests.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
see

https://mochajs.org/api/global.html#after

+
teardown: HookFunction
+

Execute after each test case.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
see

https://mochajs.org/api/global.html#afterEach

+
test: TestFunction
+

Describes a test case.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
toolbar: BarProp
+

Returns true if the toolbar is visible; otherwise, returns false.

+
top: Window
visualViewport: VisualViewport
window: Window & typeof globalThis
xcontext: PendingSuiteFunction
+

Pending suite.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
xdescribe: PendingSuiteFunction
+

Pending suite.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
xit: PendingTestFunction
+

Describes a pending test case.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+
xspecify: PendingTestFunction
+

Describes a pending test case.

+
    +
  • Only available when invoked via the mocha CLI.
  • +
+

Accessors

  • get location(): Location
  • set location(href: string | Location): void
  • Returns Location

  • Parameters

    • href: string | Location

    Returns void

Methods

  • addEventListener<K>(type: K, listener: (ev: WindowEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void
  • addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void
  • Type parameters

    • K: keyof WindowEventMap

    Parameters

    • type: K
    • listener: (ev: WindowEventMap[K]) => any
        • (ev: WindowEventMap[K]): any
        • Parameters

          • ev: WindowEventMap[K]

          Returns any

    • Optional options: boolean | AddEventListenerOptions

    Returns void

  • Parameters

    • type: string
    • listener: EventListenerOrEventListenerObject
    • Optional options: boolean | AddEventListenerOptions

    Returns void

  • alert(message?: any): void
  • Parameters

    • Optional message: any

    Returns void

  • atob(data: string): string
  • Parameters

    • data: string

    Returns string

  • blur(): void
  • Returns void

  • btoa(data: string): string
  • Parameters

    • data: string

    Returns string

  • cancelAnimationFrame(handle: number): void
  • Parameters

    • handle: number

    Returns void

  • cancelIdleCallback(handle: number): void
  • Parameters

    • handle: number

    Returns void

  • captureEvents(): void
  • deprecated

    Returns void

  • clearInterval(handle?: number): void
  • Parameters

    • Optional handle: number

    Returns void

  • clearTimeout(handle?: number): void
  • Parameters

    • Optional handle: number

    Returns void

  • close(): void
  • +

    Closes the window.

    +

    Returns void

  • confirm(message?: string): boolean
  • Parameters

    • Optional message: string

    Returns boolean

  • createImageBitmap(image: ImageBitmapSource, options?: ImageBitmapOptions): Promise<ImageBitmap>
  • createImageBitmap(image: ImageBitmapSource, sx: number, sy: number, sw: number, sh: number, options?: ImageBitmapOptions): Promise<ImageBitmap>
  • Parameters

    • image: ImageBitmapSource
    • Optional options: ImageBitmapOptions

    Returns Promise<ImageBitmap>

  • Parameters

    • image: ImageBitmapSource
    • sx: number
    • sy: number
    • sw: number
    • sh: number
    • Optional options: ImageBitmapOptions

    Returns Promise<ImageBitmap>

  • dispatchEvent(event: Event): boolean
  • +

    Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.

    +

    Parameters

    • event: Event

    Returns boolean

  • fetch(input: RequestInfo, init?: RequestInit): Promise<Response>
  • Parameters

    • input: RequestInfo
    • Optional init: RequestInit

    Returns Promise<Response>

  • focus(): void
  • +

    Moves the focus to the window's browsing context, if any.

    +

    Returns void

  • getComputedStyle(elt: Element, pseudoElt?: string): CSSStyleDeclaration
  • Parameters

    • elt: Element
    • Optional pseudoElt: string

    Returns CSSStyleDeclaration

  • getSelection(): Selection
  • Returns Selection

  • matchMedia(query: string): MediaQueryList
  • Parameters

    • query: string

    Returns MediaQueryList

  • moveBy(x: number, y: number): void
  • Parameters

    • x: number
    • y: number

    Returns void

  • moveTo(x: number, y: number): void
  • Parameters

    • x: number
    • y: number

    Returns void

  • open(url?: string | URL, target?: string, features?: string): Window
  • Parameters

    • Optional url: string | URL
    • Optional target: string
    • Optional features: string

    Returns Window

  • postMessage(message: any, targetOrigin: string, transfer?: Transferable[]): void
  • postMessage(message: any, options?: WindowPostMessageOptions): void
  • +

    Posts a message to the given window. Messages can be structured objects, e.g. nested objects and arrays, can contain JavaScript values (strings, numbers, Date objects, etc), and can contain certain data objects such as File Blob, FileList, and ArrayBuffer objects.

    +

    Objects listed in the transfer member of options are transferred, not just cloned, meaning that they are no longer usable on the sending side.

    +

    A target origin can be specified using the targetOrigin member of options. If not provided, it defaults to "/". This default restricts the message to same-origin targets only.

    +

    If the origin of the target window doesn't match the given target origin, the message is discarded, to avoid information leakage. To send the message to the target regardless of origin, set the target origin to "*".

    +

    Throws a "DataCloneError" DOMException if transfer array contains duplicate objects or if message could not be cloned.

    +

    Parameters

    • message: any
    • targetOrigin: string
    • Optional transfer: Transferable[]

    Returns void

  • Parameters

    • message: any
    • Optional options: WindowPostMessageOptions

    Returns void

  • print(): void
  • Returns void

  • prompt(message?: string, _default?: string): string
  • Parameters

    • Optional message: string
    • Optional _default: string

    Returns string

  • queueMicrotask(callback: VoidFunction): void
  • Parameters

    • callback: VoidFunction

    Returns void

  • releaseEvents(): void
  • deprecated

    Returns void

  • removeEventListener<K>(type: K, listener: (ev: WindowEventMap[K]) => any, options?: boolean | EventListenerOptions): void
  • removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void
  • Type parameters

    • K: keyof WindowEventMap

    Parameters

    • type: K
    • listener: (ev: WindowEventMap[K]) => any
        • (ev: WindowEventMap[K]): any
        • Parameters

          • ev: WindowEventMap[K]

          Returns any

    • Optional options: boolean | EventListenerOptions

    Returns void

  • Parameters

    • type: string
    • listener: EventListenerOrEventListenerObject
    • Optional options: boolean | EventListenerOptions

    Returns void

  • requestAnimationFrame(callback: FrameRequestCallback): number
  • Parameters

    • callback: FrameRequestCallback

    Returns number

  • requestIdleCallback(callback: IdleRequestCallback, options?: IdleRequestOptions): number
  • Parameters

    • callback: IdleRequestCallback
    • Optional options: IdleRequestOptions

    Returns number

  • resizeBy(x: number, y: number): void
  • Parameters

    • x: number
    • y: number

    Returns void

  • resizeTo(width: number, height: number): void
  • Parameters

    • width: number
    • height: number

    Returns void

  • scroll(options?: ScrollToOptions): void
  • scroll(x: number, y: number): void
  • Parameters

    • Optional options: ScrollToOptions

    Returns void

  • Parameters

    • x: number
    • y: number

    Returns void

  • scrollBy(options?: ScrollToOptions): void
  • scrollBy(x: number, y: number): void
  • Parameters

    • Optional options: ScrollToOptions

    Returns void

  • Parameters

    • x: number
    • y: number

    Returns void

  • scrollTo(options?: ScrollToOptions): void
  • scrollTo(x: number, y: number): void
  • Parameters

    • Optional options: ScrollToOptions

    Returns void

  • Parameters

    • x: number
    • y: number

    Returns void

  • setInterval(handler: TimerHandler, timeout?: number, ...arguments: any[]): number
  • Parameters

    • handler: TimerHandler
    • Optional timeout: number
    • Rest ...arguments: any[]

    Returns number

  • setTimeout(handler: TimerHandler, timeout?: number, ...arguments: any[]): number
  • Parameters

    • handler: TimerHandler
    • Optional timeout: number
    • Rest ...arguments: any[]

    Returns number

  • stop(): void
  • +

    Cancels the document load.

    +

    Returns void

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.CancellationToken.html b/api/interfaces/monaco.CancellationToken.html new file mode 100644 index 00000000..2a95c9b5 --- /dev/null +++ b/api/interfaces/monaco.CancellationToken.html @@ -0,0 +1,8 @@ +CancellationToken | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CancellationToken

Hierarchy

  • CancellationToken

Index

Events

  • +

    An event which fires when cancellation is requested. This event +only ever fires once as cancellation can only happen once. Listeners +that are registered after cancellation will be called (next event loop run), +but also only once.

    +

    Parameters

    • listener: (e: any) => any
        • (e: any): any
        • Parameters

          • e: any

          Returns any

    • Optional thisArgs: any
    • Optional disposables: IDisposable[]

    Returns IDisposable

Properties

isCancellationRequested: boolean
+

A flag signalling is cancellation has been requested.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.Environment.html b/api/interfaces/monaco.Environment.html new file mode 100644 index 00000000..57ef277d --- /dev/null +++ b/api/interfaces/monaco.Environment.html @@ -0,0 +1 @@ +Environment | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Environment

Index

Properties

baseUrl?: string
globalAPI?: boolean

Methods

  • getWorker(workerId: string, label: string): Worker | Promise<Worker>
  • getWorkerUrl(workerId: string, label: string): string

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.IDisposable.html b/api/interfaces/monaco.IDisposable.html new file mode 100644 index 00000000..74b269b1 --- /dev/null +++ b/api/interfaces/monaco.IDisposable.html @@ -0,0 +1 @@ +IDisposable | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.IEvent.html b/api/interfaces/monaco.IEvent.html new file mode 100644 index 00000000..331b61b1 --- /dev/null +++ b/api/interfaces/monaco.IEvent.html @@ -0,0 +1 @@ +IEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • IEvent

Callable

  • IEvent(listener: (e: T) => any, thisArg?: any): IDisposable

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.IKeyboardEvent.html b/api/interfaces/monaco.IKeyboardEvent.html new file mode 100644 index 00000000..11c5f216 --- /dev/null +++ b/api/interfaces/monaco.IKeyboardEvent.html @@ -0,0 +1 @@ +IKeyboardEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IKeyboardEvent

Index

Properties

_standardKeyboardEventBrand: true
altGraphKey: boolean
altKey: boolean
browserEvent: KeyboardEvent
code: string
ctrlKey: boolean
keyCode: KeyCode
metaKey: boolean
shiftKey: boolean
target: HTMLElement

Methods

  • equals(keybinding: number): boolean
  • preventDefault(): void
  • stopPropagation(): void

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.IMarkdownString.html b/api/interfaces/monaco.IMarkdownString.html new file mode 100644 index 00000000..44a882ef --- /dev/null +++ b/api/interfaces/monaco.IMarkdownString.html @@ -0,0 +1 @@ +IMarkdownString | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IMarkdownString

Index

Properties

baseUri?: UriComponents
isTrusted?: boolean | MarkdownStringTrustedOptions
supportHtml?: boolean
supportThemeIcons?: boolean
uris?: {}

Type declaration

value: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.IMouseEvent.html b/api/interfaces/monaco.IMouseEvent.html new file mode 100644 index 00000000..c0fb965d --- /dev/null +++ b/api/interfaces/monaco.IMouseEvent.html @@ -0,0 +1 @@ +IMouseEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IMouseEvent

Index

Properties

altKey: boolean
browserEvent: MouseEvent
buttons: number
ctrlKey: boolean
detail: number
leftButton: boolean
metaKey: boolean
middleButton: boolean
posx: number
posy: number
rightButton: boolean
shiftKey: boolean
target: HTMLElement
timestamp: number

Methods

  • preventDefault(): void
  • stopPropagation(): void

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.IPosition.html b/api/interfaces/monaco.IPosition.html new file mode 100644 index 00000000..d74c0110 --- /dev/null +++ b/api/interfaces/monaco.IPosition.html @@ -0,0 +1,7 @@ +IPosition | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A position in the editor. This interface is suitable for serialization.

+

Hierarchy

  • IPosition

Index

Properties

column: number
+

column (the first character in a line is between column 1 and column 2)

+
lineNumber: number
+

line number (starts at 1)

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.IRange.html b/api/interfaces/monaco.IRange.html new file mode 100644 index 00000000..6194eb23 --- /dev/null +++ b/api/interfaces/monaco.IRange.html @@ -0,0 +1,11 @@ +IRange | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A range in the editor. This interface is suitable for serialization.

+

Hierarchy

  • IRange

Index

Properties

endColumn: number
+

Column on which the range ends in line endLineNumber.

+
endLineNumber: number
+

Line number on which the range ends.

+
startColumn: number
+

Column on which the range starts in line startLineNumber (starts at 1).

+
startLineNumber: number
+

Line number on which the range starts (starts at 1).

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.IScrollEvent.html b/api/interfaces/monaco.IScrollEvent.html new file mode 100644 index 00000000..c9bd5904 --- /dev/null +++ b/api/interfaces/monaco.IScrollEvent.html @@ -0,0 +1 @@ +IScrollEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IScrollEvent

Index

Properties

scrollHeight: number
scrollHeightChanged: boolean
scrollLeft: number
scrollLeftChanged: boolean
scrollTop: number
scrollTopChanged: boolean
scrollWidth: number
scrollWidthChanged: boolean

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.ISelection.html b/api/interfaces/monaco.ISelection.html new file mode 100644 index 00000000..d82dac0d --- /dev/null +++ b/api/interfaces/monaco.ISelection.html @@ -0,0 +1,12 @@ +ISelection | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A selection in the editor. +The selection is a range that has an orientation.

+

Hierarchy

  • ISelection

Index

Properties

positionColumn: number
+

The column on positionLineNumber where the selection has ended.

+
positionLineNumber: number
+

The line number on which the selection has ended.

+
selectionStartColumn: number
+

The column on selectionStartLineNumber where the selection has started.

+
selectionStartLineNumber: number
+

The line number on which the selection has started.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.MarkdownStringTrustedOptions.html b/api/interfaces/monaco.MarkdownStringTrustedOptions.html new file mode 100644 index 00000000..778cb7fb --- /dev/null +++ b/api/interfaces/monaco.MarkdownStringTrustedOptions.html @@ -0,0 +1 @@ +MarkdownStringTrustedOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MarkdownStringTrustedOptions

Hierarchy

  • MarkdownStringTrustedOptions

Index

Properties

Properties

enabledCommands: readonly string[]

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.UriComponents.html b/api/interfaces/monaco.UriComponents.html new file mode 100644 index 00000000..d054a83c --- /dev/null +++ b/api/interfaces/monaco.UriComponents.html @@ -0,0 +1 @@ +UriComponents | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UriComponents

Implemented by

Index

Properties

authority: string
fragment: string
path: string
query: string
scheme: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.BracketPairColorizationOptions.html b/api/interfaces/monaco.editor.BracketPairColorizationOptions.html new file mode 100644 index 00000000..a9114743 --- /dev/null +++ b/api/interfaces/monaco.editor.BracketPairColorizationOptions.html @@ -0,0 +1 @@ +BracketPairColorizationOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BracketPairColorizationOptions

Hierarchy

  • BracketPairColorizationOptions

Index

Properties

enabled: boolean
independentColorPoolPerBracketType: boolean

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.EditorLayoutInfo.html b/api/interfaces/monaco.editor.EditorLayoutInfo.html new file mode 100644 index 00000000..8d7076dc --- /dev/null +++ b/api/interfaces/monaco.editor.EditorLayoutInfo.html @@ -0,0 +1,33 @@ +EditorLayoutInfo | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The internal layout details of the editor.

+

Hierarchy

  • EditorLayoutInfo

Index

Properties

contentLeft: number
+

Left position for the content (actual text)

+
contentWidth: number
+

The width of the content (actual text)

+
decorationsLeft: number
+

Left position for the line decorations.

+
decorationsWidth: number
+

The width of the line decorations.

+
glyphMarginLeft: number
+

Left position for the glyph margin.

+
glyphMarginWidth: number
+

The width of the glyph margin.

+
height: number
+

Full editor height.

+
horizontalScrollbarHeight: number
+

The height of the horizontal scrollbar.

+
isViewportWrapping: boolean
isWordWrapMinified: boolean
lineNumbersLeft: number
+

Left position for the line numbers.

+
lineNumbersWidth: number
+

The width of the line numbers.

+
+

Layout information for the minimap

+
overviewRuler: OverviewRulerPosition
+

The position of the overview ruler.

+
verticalScrollbarWidth: number
+

The width of the vertical scrollbar.

+
viewportColumn: number
+

The number of columns (of typical characters) fitting on a viewport line.

+
width: number
+

Full editor width.

+
wrappingColumn: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.EditorMinimapLayoutInfo.html b/api/interfaces/monaco.editor.EditorMinimapLayoutInfo.html new file mode 100644 index 00000000..1de9a429 --- /dev/null +++ b/api/interfaces/monaco.editor.EditorMinimapLayoutInfo.html @@ -0,0 +1,3 @@ +EditorMinimapLayoutInfo | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The internal layout details of the editor.

+

Hierarchy

  • EditorMinimapLayoutInfo

Index

Properties

minimapCanvasInnerHeight: number
minimapCanvasInnerWidth: number
minimapCanvasOuterHeight: number
minimapCanvasOuterWidth: number
minimapHeightIsEditorHeight: boolean
minimapIsSampling: boolean
minimapLeft: number
minimapLineHeight: number
minimapScale: number
minimapWidth: number
renderMinimap: RenderMinimap

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.EditorWrappingInfo.html b/api/interfaces/monaco.editor.EditorWrappingInfo.html new file mode 100644 index 00000000..a70e496a --- /dev/null +++ b/api/interfaces/monaco.editor.EditorWrappingInfo.html @@ -0,0 +1 @@ +EditorWrappingInfo | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EditorWrappingInfo

Index

Properties

isDominatedByLongLines: boolean
isViewportWrapping: boolean
isWordWrapMinified: boolean
wrappingColumn: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IActionDescriptor.html b/api/interfaces/monaco.editor.IActionDescriptor.html new file mode 100644 index 00000000..54fea76a --- /dev/null +++ b/api/interfaces/monaco.editor.IActionDescriptor.html @@ -0,0 +1,27 @@ +IActionDescriptor | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Description of an action contribution

+

Hierarchy

  • IActionDescriptor

Index

Properties

contextMenuGroupId?: string
+

Control if the action should show up in the context menu and where. +The context menu of the editor has these default: + navigation - The navigation group comes first in all cases. + 1_modification - This group comes next and contains commands that modify your code. + 9_cutcopypaste - The last default group with the basic editing commands. +You can also create your own group. +Defaults to null (don't show in context menu).

+
contextMenuOrder?: number
+

Control the order in the context menu group.

+
id: string
+

An unique identifier of the contributed action.

+
keybindingContext?: string
+

The keybinding rule (condition on top of precondition).

+
keybindings?: number[]
+

An array of keybindings for the action.

+
label: string
+

A label of the action that will be presented to the user.

+
precondition?: string
+

Precondition rule.

+

Methods

  • run(editor: ICodeEditor, ...args: any[]): void | Promise<void>
  • +

    Method that will be executed when the action is triggered.

    +

    Parameters

    • editor: ICodeEditor
      +

      The editor instance is passed in as a convenience

      +
    • Rest ...args: any[]

    Returns void | Promise<void>

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IBaseMouseTarget.html b/api/interfaces/monaco.editor.IBaseMouseTarget.html new file mode 100644 index 00000000..7ce9402b --- /dev/null +++ b/api/interfaces/monaco.editor.IBaseMouseTarget.html @@ -0,0 +1,9 @@ +IBaseMouseTarget | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

element: Element
+

The target element

+
mouseColumn: number
+

Desired mouse column (e.g. when position.column gets clamped to text length -- clicking after text on a line).

+
position: Position
+

The 'approximate' editor position

+
range: Range
+

The 'approximate' editor range

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IBracketPairColorizationOptions.html b/api/interfaces/monaco.editor.IBracketPairColorizationOptions.html new file mode 100644 index 00000000..bf463d43 --- /dev/null +++ b/api/interfaces/monaco.editor.IBracketPairColorizationOptions.html @@ -0,0 +1,5 @@ +IBracketPairColorizationOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBracketPairColorizationOptions

Hierarchy

  • IBracketPairColorizationOptions

Index

Properties

enabled?: boolean
+

Enable or disable bracket pair colorization.

+
independentColorPoolPerBracketType?: boolean
+

Use independent color pool per bracket type.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IChange.html b/api/interfaces/monaco.editor.IChange.html new file mode 100644 index 00000000..bcc40bac --- /dev/null +++ b/api/interfaces/monaco.editor.IChange.html @@ -0,0 +1,3 @@ +IChange | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A change

+

Hierarchy

Index

Properties

modifiedEndLineNumber: number
modifiedStartLineNumber: number
originalEndLineNumber: number
originalStartLineNumber: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ICharChange.html b/api/interfaces/monaco.editor.ICharChange.html new file mode 100644 index 00000000..aba22c03 --- /dev/null +++ b/api/interfaces/monaco.editor.ICharChange.html @@ -0,0 +1,3 @@ +ICharChange | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A character level change.

+

Hierarchy

Index

Properties

modifiedEndColumn: number
modifiedEndLineNumber: number
modifiedStartColumn: number
modifiedStartLineNumber: number
originalEndColumn: number
originalEndLineNumber: number
originalStartColumn: number
originalStartLineNumber: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ICodeEditor.html b/api/interfaces/monaco.editor.ICodeEditor.html new file mode 100644 index 00000000..16824955 --- /dev/null +++ b/api/interfaces/monaco.editor.ICodeEditor.html @@ -0,0 +1,316 @@ +ICodeEditor | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A rich code editor.

+

Hierarchy

Index

Events

Properties

Methods

Events

onContextMenu: IEvent<IEditorMouseEvent>
+

An event emitted on a "contextmenu".

+
onDidAttemptReadOnlyEdit: IEvent<void>
+

An event emitted when editing failed because the editor is read-only.

+
onDidBlurEditorText: IEvent<void>
+

An event emitted when the text inside this editor lost focus (i.e. cursor stops blinking).

+
onDidBlurEditorWidget: IEvent<void>
+

An event emitted when the text inside this editor or an editor widget lost focus.

+
onDidChangeConfiguration: IEvent<ConfigurationChangedEvent>
+

An event emitted when the configuration of the editor has changed. (e.g. editor.updateOptions())

+
onDidChangeCursorPosition: IEvent<ICursorPositionChangedEvent>
+

An event emitted when the cursor position has changed.

+
onDidChangeCursorSelection: IEvent<ICursorSelectionChangedEvent>
+

An event emitted when the cursor selection has changed.

+
onDidChangeHiddenAreas: IEvent<void>
+

An event emitted when hidden areas change in the editor (e.g. due to folding).

+
onDidChangeModel: IEvent<IModelChangedEvent>
+

An event emitted when the model of this editor has changed (e.g. editor.setModel()).

+
onDidChangeModelContent: IEvent<IModelContentChangedEvent>
+

An event emitted when the content of the current model has changed.

+
onDidChangeModelDecorations: IEvent<IModelDecorationsChangedEvent>
+

An event emitted when the decorations of the current model have changed.

+
onDidChangeModelLanguage: IEvent<IModelLanguageChangedEvent>
+

An event emitted when the language of the current model has changed.

+
onDidChangeModelLanguageConfiguration: IEvent<IModelLanguageConfigurationChangedEvent>
+

An event emitted when the language configuration of the current model has changed.

+
onDidChangeModelOptions: IEvent<IModelOptionsChangedEvent>
+

An event emitted when the options of the current model has changed.

+
onDidContentSizeChange: IEvent<IContentSizeChangedEvent>
+

An event emitted when the content width or content height in the editor has changed.

+
onDidFocusEditorText: IEvent<void>
+

An event emitted when the text inside this editor gained focus (i.e. cursor starts blinking).

+
onDidFocusEditorWidget: IEvent<void>
+

An event emitted when the text inside this editor or an editor widget gained focus.

+
onDidLayoutChange: IEvent<EditorLayoutInfo>
+

An event emitted when the layout of the editor has changed.

+
onDidPaste: IEvent<IPasteEvent>
+

An event emitted when users paste text in the editor.

+
onDidScrollChange: IEvent<IScrollEvent>
+

An event emitted when the scroll in the editor has changed.

+
+

An event emitted on a "keydown".

+
+

An event emitted on a "keyup".

+
+

An event emitted on a "mousedown".

+
+

An event emitted on a "mouseleave".

+
+

An event emitted on a "mousemove".

+
+

An event emitted on a "mouseup".

+

Properties

onDidCompositionEnd: IEvent<void>
+

An event emitted after composition has ended.

+
onDidCompositionStart: IEvent<void>
+

An event emitted after composition has started.

+

Methods

  • applyFontInfo(target: HTMLElement): void
  • dispose(): void
  • executeCommand(source: string, command: ICommand): void
  • +

    Execute a command on the editor. +The edits will land on the undo-redo stack, but no "undo stop" will be pushed.

    +

    Parameters

    • source: string
      +

      The source of the call.

      +
    • command: ICommand
      +

      The command to execute

      +

    Returns void

  • executeCommands(source: string, commands: ICommand[]): void
  • focus(): void
  • getBottomForLineNumber(lineNumber: number): number
  • +

    Get the vertical position (top offset) for the line's bottom w.r.t. to the first line.

    +

    Parameters

    • lineNumber: number

    Returns number

  • getContainerDomNode(): HTMLElement
  • getContentHeight(): number
  • +

    Get the height of the editor's content. +This is information that is "erased" when computing scrollHeight = Math.max(contentHeight, height)

    +

    Returns number

  • getContentWidth(): number
  • +

    Get the width of the editor's content. +This is information that is "erased" when computing scrollWidth = Math.max(contentWidth, width)

    +

    Returns number

  • getContribution<T>(id: string): T
  • getDomNode(): HTMLElement
  • getEditorType(): string
  • getId(): string
  • getOffsetForColumn(lineNumber: number, column: number): number
  • +

    Get the horizontal position (left offset) for the column w.r.t to the beginning of the line. +This method works only if the line lineNumber is currently rendered (in the editor's viewport). +Use this method with caution.

    +

    Parameters

    • lineNumber: number
    • column: number

    Returns number

  • getScrollHeight(): number
  • getScrollLeft(): number
  • getScrollTop(): number
  • getScrollWidth(): number
  • getScrolledVisiblePosition(position: IPosition): { height: number; left: number; top: number }
  • +

    Get the visible position for position. +The result position takes scrolling into account and is relative to the top left corner of the editor. +Explanation 1: the results of this method will change for the same position if the user scrolls the editor. +Explanation 2: the results of this method will not change if the container of the editor gets repositioned. +Warning: the results of this method are inaccurate for positions that are outside the current editor viewport.

    +

    Parameters

    Returns { height: number; left: number; top: number }

    • height: number
    • left: number
    • top: number
  • getTargetAtClientPoint(clientX: number, clientY: number): IMouseTarget
  • +

    Get the hit test target at coordinates clientX and clientY. +The coordinates are relative to the top-left of the viewport.

    +

    Parameters

    • clientX: number
    • clientY: number

    Returns IMouseTarget

    Hit test target or null if the coordinates fall outside the editor or the editor has no model.

    +
  • getTopForLineNumber(lineNumber: number): number
  • +

    Get the vertical position (top offset) for the line's top w.r.t. to the first line.

    +

    Parameters

    • lineNumber: number

    Returns number

  • getTopForPosition(lineNumber: number, column: number): number
  • +

    Get the vertical position (top offset) for the position w.r.t. to the first line.

    +

    Parameters

    • lineNumber: number
    • column: number

    Returns number

  • getValue(options?: { lineEnding: string; preserveBOM: boolean }): string
  • getVisibleColumnFromPosition(position: IPosition): number
  • getVisibleRanges(): Range[]
  • hasTextFocus(): boolean
  • hasWidgetFocus(): boolean
  • +

    Instructs the editor to remeasure its container. This method should +be called when the container of the editor gets resized.

    +

    If a dimension is passed in, the passed in value will be used.

    +

    Parameters

    Returns void

  • popUndoStop(): boolean
  • pushUndoStop(): boolean
  • removeDecorations(decorationIds: string[]): void
  • render(forceRedraw?: boolean): void
  • revealLine(lineNumber: number, scrollType?: ScrollType): void
  • revealLineInCenter(lineNumber: number, scrollType?: ScrollType): void
  • revealLineInCenterIfOutsideViewport(lineNumber: number, scrollType?: ScrollType): void
  • revealLineNearTop(lineNumber: number, scrollType?: ScrollType): void
  • revealLines(startLineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealLinesInCenter(lineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealLinesInCenterIfOutsideViewport(lineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealLinesNearTop(lineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealRangeInCenterIfOutsideViewport(range: IRange, scrollType?: ScrollType): void
  • revealRangeNearTopIfOutsideViewport(range: IRange, scrollType?: ScrollType): void
  • setBanner(bannerDomNode: HTMLElement, height: number): void
  • +

    Sets the current model attached to this editor. +If the previous model was created by the editor via the value key in the options +literal object, it will be destroyed. Otherwise, if the previous model was set +via setModel, or the model key in the options literal object, the previous model +will not be destroyed. +It is safe to call setModel(null) to simply detach the current model from the editor.

    +

    Parameters

    Returns void

  • setPosition(position: IPosition, source?: string): void
  • +

    Set the primary position of the cursor. This will remove any secondary cursors.

    +

    Parameters

    • position: IPosition
      +

      New primary cursor's position

      +
    • Optional source: string
      +

      Source of the call that caused the position

      +

    Returns void

  • setScrollLeft(newScrollLeft: number, scrollType?: ScrollType): void
  • setScrollTop(newScrollTop: number, scrollType?: ScrollType): void
  • setSelection(selection: IRange, source?: string): void
  • setSelection(selection: Range, source?: string): void
  • setSelection(selection: ISelection, source?: string): void
  • setSelection(selection: Selection, source?: string): void
  • +

    Set the primary selection of the editor. This will remove any secondary cursors.

    +

    Parameters

    • selection: IRange
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • +

    Set the primary selection of the editor. This will remove any secondary cursors.

    +

    Parameters

    • selection: Range
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • +

    Set the primary selection of the editor. This will remove any secondary cursors.

    +

    Parameters

    • selection: ISelection
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • +

    Set the primary selection of the editor. This will remove any secondary cursors.

    +

    Parameters

    • selection: Selection
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • setSelections(selections: readonly ISelection[], source?: string): void
  • +

    Set the selections for all the cursors of the editor. +Cursors will be removed or added, as necessary.

    +

    Parameters

    • selections: readonly ISelection[]
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • setValue(newValue: string): void
  • trigger(source: string, handlerId: string, payload: any): void
  • +

    Directly trigger a handler or an editor action.

    +

    Parameters

    • source: string
      +

      The source of the call.

      +
    • handlerId: string
      +

      The id of the handler or the id of a contribution.

      +
    • payload: any
      +

      Extra data to be sent to the handler.

      +

    Returns void

  • writeScreenReaderContent(reason: string): void

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ICodeEditorViewState.html b/api/interfaces/monaco.editor.ICodeEditorViewState.html new file mode 100644 index 00000000..99a12b70 --- /dev/null +++ b/api/interfaces/monaco.editor.ICodeEditorViewState.html @@ -0,0 +1,3 @@ +ICodeEditorViewState | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A (serializable) state of the code editor.

+

Hierarchy

  • ICodeEditorViewState

Index

Properties

contributionsState: {}

Type declaration

  • [id: string]: any
cursorState: ICursorState[]
viewState: IViewState

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IColorizerElementOptions.html b/api/interfaces/monaco.editor.IColorizerElementOptions.html new file mode 100644 index 00000000..6ee46858 --- /dev/null +++ b/api/interfaces/monaco.editor.IColorizerElementOptions.html @@ -0,0 +1 @@ +IColorizerElementOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

mimeType?: string
tabSize?: number
theme?: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IColorizerOptions.html b/api/interfaces/monaco.editor.IColorizerOptions.html new file mode 100644 index 00000000..3808a36e --- /dev/null +++ b/api/interfaces/monaco.editor.IColorizerOptions.html @@ -0,0 +1 @@ +IColorizerOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Properties

tabSize?: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ICommand.html b/api/interfaces/monaco.editor.ICommand.html new file mode 100644 index 00000000..80161c29 --- /dev/null +++ b/api/interfaces/monaco.editor.ICommand.html @@ -0,0 +1,16 @@ +ICommand | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A command that modifies text / cursor state on a model.

+

Hierarchy

  • ICommand

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ICommandDescriptor.html b/api/interfaces/monaco.editor.ICommandDescriptor.html new file mode 100644 index 00000000..ead72014 --- /dev/null +++ b/api/interfaces/monaco.editor.ICommandDescriptor.html @@ -0,0 +1,7 @@ +ICommandDescriptor | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Description of a command contribution

+

Hierarchy

  • ICommandDescriptor

Index

Properties

Properties

id: string
+

An unique identifier of the contributed command.

+
+

Callback that will be executed when the command is triggered.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ICommandHandler.html b/api/interfaces/monaco.editor.ICommandHandler.html new file mode 100644 index 00000000..75ebe75b --- /dev/null +++ b/api/interfaces/monaco.editor.ICommandHandler.html @@ -0,0 +1 @@ +ICommandHandler | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ICommandHandler

Callable

  • ICommandHandler(...args: any[]): void

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IComputedEditorOptions.html b/api/interfaces/monaco.editor.IComputedEditorOptions.html new file mode 100644 index 00000000..6184c23d --- /dev/null +++ b/api/interfaces/monaco.editor.IComputedEditorOptions.html @@ -0,0 +1,3 @@ +IComputedEditorOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

All computed editor options.

+

Hierarchy

  • IComputedEditorOptions

Index

Methods

Methods

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IContentSizeChangedEvent.html b/api/interfaces/monaco.editor.IContentSizeChangedEvent.html new file mode 100644 index 00000000..f6453d7a --- /dev/null +++ b/api/interfaces/monaco.editor.IContentSizeChangedEvent.html @@ -0,0 +1 @@ +IContentSizeChangedEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IContentSizeChangedEvent

Index

Properties

contentHeight: number
contentHeightChanged: boolean
contentWidth: number
contentWidthChanged: boolean

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IContentWidget.html b/api/interfaces/monaco.editor.IContentWidget.html new file mode 100644 index 00000000..77361859 --- /dev/null +++ b/api/interfaces/monaco.editor.IContentWidget.html @@ -0,0 +1,22 @@ +IContentWidget | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A content widget renders inline with the text and can be easily placed 'near' an editor position.

+

Hierarchy

  • IContentWidget

Index

Properties

allowEditorOverflow?: boolean
+

Render this content widget in a location where it could overflow the editor's view dom node.

+
suppressMouseDown?: boolean
+

Call preventDefault() on mousedown events that target the content widget.

+

Methods

  • getDomNode(): HTMLElement
  • getId(): string

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IContentWidgetPosition.html b/api/interfaces/monaco.editor.IContentWidgetPosition.html new file mode 100644 index 00000000..8f0afc89 --- /dev/null +++ b/api/interfaces/monaco.editor.IContentWidgetPosition.html @@ -0,0 +1,15 @@ +IContentWidgetPosition | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A position for rendering content widgets.

+

Hierarchy

  • IContentWidgetPosition

Index

Properties

position: IPosition
+

Desired position for the content widget. +preference will also affect the placement.

+
positionAffinity?: PositionAffinity
+

Placement preference when multiple view positions refer to the same (model) position. +This plays a role when injected text is involved.

+
+

Placement preference for position, in order of preference.

+
secondaryPosition?: IPosition
+

Optionally, a secondary position can be provided to further +define the position of the content widget. The secondary position +must have the same line number as the primary position.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IContextKey.html b/api/interfaces/monaco.editor.IContextKey.html new file mode 100644 index 00000000..3acce62e --- /dev/null +++ b/api/interfaces/monaco.editor.IContextKey.html @@ -0,0 +1 @@ +IContextKey | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • IContextKey

Index

Methods

  • get(): T
  • reset(): void
  • set(value: T): void

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ICursorPositionChangedEvent.html b/api/interfaces/monaco.editor.ICursorPositionChangedEvent.html new file mode 100644 index 00000000..3d9a1d94 --- /dev/null +++ b/api/interfaces/monaco.editor.ICursorPositionChangedEvent.html @@ -0,0 +1,11 @@ +ICursorPositionChangedEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An event describing that the cursor position has changed.

+

Hierarchy

  • ICursorPositionChangedEvent

Index

Properties

position: Position
+

Primary cursor's position.

+
+

Reason.

+
secondaryPositions: Position[]
+

Secondary cursors' position.

+
source: string
+

Source of the call that caused the event.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ICursorSelectionChangedEvent.html b/api/interfaces/monaco.editor.ICursorSelectionChangedEvent.html new file mode 100644 index 00000000..a698a0a0 --- /dev/null +++ b/api/interfaces/monaco.editor.ICursorSelectionChangedEvent.html @@ -0,0 +1,17 @@ +ICursorSelectionChangedEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICursorSelectionChangedEvent

+

An event describing that the cursor selection has changed.

+

Hierarchy

  • ICursorSelectionChangedEvent

Index

Properties

modelVersionId: number
+

The model version id.

+
oldModelVersionId: number
+

The model version id the that oldSelections refer to.

+
oldSelections: Selection[]
+

The old selections.

+
+

Reason.

+
secondarySelections: Selection[]
+

The secondary selections.

+
selection: Selection
+

The primary selection.

+
source: string
+

Source of the call that caused the event.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ICursorState.html b/api/interfaces/monaco.editor.ICursorState.html new file mode 100644 index 00000000..958f7259 --- /dev/null +++ b/api/interfaces/monaco.editor.ICursorState.html @@ -0,0 +1,3 @@ +ICursorState | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A (serializable) state of the cursors.

+

Hierarchy

  • ICursorState

Index

Properties

inSelectionMode: boolean
position: IPosition
selectionStart: IPosition

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ICursorStateComputer.html b/api/interfaces/monaco.editor.ICursorStateComputer.html new file mode 100644 index 00000000..69882c3f --- /dev/null +++ b/api/interfaces/monaco.editor.ICursorStateComputer.html @@ -0,0 +1,3 @@ +ICursorStateComputer | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ICursorStateComputer

Callable

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ICursorStateComputerData.html b/api/interfaces/monaco.editor.ICursorStateComputerData.html new file mode 100644 index 00000000..c52e3657 --- /dev/null +++ b/api/interfaces/monaco.editor.ICursorStateComputerData.html @@ -0,0 +1,10 @@ +ICursorStateComputerData | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A helper for computing cursor state after a command.

+

Hierarchy

  • ICursorStateComputerData

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IDecorationOptions.html b/api/interfaces/monaco.editor.IDecorationOptions.html new file mode 100644 index 00000000..7124a232 --- /dev/null +++ b/api/interfaces/monaco.editor.IDecorationOptions.html @@ -0,0 +1,7 @@ +IDecorationOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Properties

color: string | ThemeColor
+

CSS color to render. +e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry

+
darkColor?: string | ThemeColor
+

CSS color to render. +e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IDiffEditor.html b/api/interfaces/monaco.editor.IDiffEditor.html new file mode 100644 index 00000000..83342c3b --- /dev/null +++ b/api/interfaces/monaco.editor.IDiffEditor.html @@ -0,0 +1,152 @@ +IDiffEditor | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A rich diff editor.

+

Hierarchy

Index

Events

onDidChangeModel: IEvent<void>
+

An event emitted when the diff model is changed (i.e. the diff editor shows new content).

+
onDidUpdateDiff: IEvent<void>
+

An event emitted when the diff information computed by this diff editor has been updated.

+

Methods

  • dispose(): void
  • focus(): void
  • getContainerDomNode(): HTMLElement
  • +

    Get information based on computed diff about a line number from the modified model. +If the diff computation is not finished or the model is missing, will return null.

    +

    Parameters

    • lineNumber: number

    Returns IDiffLineInformation

  • +

    Get information based on computed diff about a line number from the original model. +If the diff computation is not finished or the model is missing, will return null.

    +

    Parameters

    • lineNumber: number

    Returns IDiffLineInformation

  • getEditorType(): string
  • getId(): string
  • getVisibleColumnFromPosition(position: IPosition): number
  • hasTextFocus(): boolean
  • +

    Instructs the editor to remeasure its container. This method should +be called when the container of the editor gets resized.

    +

    If a dimension is passed in, the passed in value will be used.

    +

    Parameters

    Returns void

  • revealLine(lineNumber: number, scrollType?: ScrollType): void
  • revealLineInCenter(lineNumber: number, scrollType?: ScrollType): void
  • revealLineInCenterIfOutsideViewport(lineNumber: number, scrollType?: ScrollType): void
  • revealLineNearTop(lineNumber: number, scrollType?: ScrollType): void
  • revealLines(startLineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealLinesInCenter(lineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealLinesInCenterIfOutsideViewport(lineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealLinesNearTop(lineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealRangeInCenterIfOutsideViewport(range: IRange, scrollType?: ScrollType): void
  • revealRangeNearTopIfOutsideViewport(range: IRange, scrollType?: ScrollType): void
  • +

    Sets the current model attached to this editor. +If the previous model was created by the editor via the value key in the options +literal object, it will be destroyed. Otherwise, if the previous model was set +via setModel, or the model key in the options literal object, the previous model +will not be destroyed. +It is safe to call setModel(null) to simply detach the current model from the editor.

    +

    Parameters

    Returns void

  • setPosition(position: IPosition, source?: string): void
  • +

    Set the primary position of the cursor. This will remove any secondary cursors.

    +

    Parameters

    • position: IPosition
      +

      New primary cursor's position

      +
    • Optional source: string
      +

      Source of the call that caused the position

      +

    Returns void

  • setSelection(selection: IRange, source?: string): void
  • setSelection(selection: Range, source?: string): void
  • setSelection(selection: ISelection, source?: string): void
  • setSelection(selection: Selection, source?: string): void
  • +

    Set the primary selection of the editor. This will remove any secondary cursors.

    +

    Parameters

    • selection: IRange
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • +

    Set the primary selection of the editor. This will remove any secondary cursors.

    +

    Parameters

    • selection: Range
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • +

    Set the primary selection of the editor. This will remove any secondary cursors.

    +

    Parameters

    • selection: ISelection
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • +

    Set the primary selection of the editor. This will remove any secondary cursors.

    +

    Parameters

    • selection: Selection
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • setSelections(selections: readonly ISelection[], source?: string): void
  • +

    Set the selections for all the cursors of the editor. +Cursors will be removed or added, as necessary.

    +

    Parameters

    • selections: readonly ISelection[]
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • trigger(source: string, handlerId: string, payload: any): void
  • +

    Directly trigger a handler or an editor action.

    +

    Parameters

    • source: string
      +

      The source of the call.

      +
    • handlerId: string
      +

      The id of the handler or the id of a contribution.

      +
    • payload: any
      +

      Extra data to be sent to the handler.

      +

    Returns void

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IDiffEditorBaseOptions.html b/api/interfaces/monaco.editor.IDiffEditorBaseOptions.html new file mode 100644 index 00000000..bdd0a7e0 --- /dev/null +++ b/api/interfaces/monaco.editor.IDiffEditorBaseOptions.html @@ -0,0 +1,35 @@ +IDiffEditorBaseOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

diffAlgorithm?: "smart" | "experimental" | IDocumentDiffProvider
+

Diff Algorithm

+
diffCodeLens?: boolean
+

Should the diff editor enable code lens? +Defaults to false.

+
diffWordWrap?: "on" | "off" | "inherit"
+

Control the wrapping of the diff editor.

+
enableSplitViewResizing?: boolean
+

Allow the user to resize the diff editor split view. +Defaults to true.

+
ignoreTrimWhitespace?: boolean
+

Compute the diff by ignoring leading/trailing whitespace +Defaults to true.

+
maxComputationTime?: number
+

Timeout in milliseconds after which diff computation is cancelled. +Defaults to 5000.

+
maxFileSize?: number
+

Maximum supported file size in MB. +Defaults to 50.

+
originalEditable?: boolean
+

Original model should be editable? +Defaults to false.

+
renderIndicators?: boolean
+

Render +/- indicators for added/deleted changes. +Defaults to true.

+
renderMarginRevertIcon?: boolean
+

Shows icons in the glyph margin to revert changes. +Default to true.

+
renderOverviewRuler?: boolean
+

Is the diff editor should render overview ruler +Defaults to true

+
renderSideBySide?: boolean
+

Render the differences in two side-by-side editors. +Defaults to true.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IDiffEditorConstructionOptions.html b/api/interfaces/monaco.editor.IDiffEditorConstructionOptions.html new file mode 100644 index 00000000..8ff5fbda --- /dev/null +++ b/api/interfaces/monaco.editor.IDiffEditorConstructionOptions.html @@ -0,0 +1,419 @@ +IDiffEditorConstructionOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDiffEditorConstructionOptions

Hierarchy

Index

Properties

Properties

acceptSuggestionOnCommitCharacter?: boolean
+

Accept suggestions on provider defined characters. +Defaults to true.

+
acceptSuggestionOnEnter?: "on" | "off" | "smart"
+

Accept suggestions on ENTER. +Defaults to 'on'.

+
accessibilityPageSize?: number
+

Controls the number of lines in the editor that can be read out by a screen reader

+
accessibilitySupport?: "on" | "off" | "auto"
+

Configure the editor's accessibility support. +Defaults to 'auto'. It is best to leave this to 'auto'.

+
ariaLabel?: string
+

The aria label for the editor's textarea (when it is focused).

+
autoClosingBrackets?: EditorAutoClosingStrategy
+

Options for auto closing brackets. +Defaults to language defined behavior.

+
autoClosingDelete?: EditorAutoClosingEditStrategy
+

Options for pressing backspace near quotes or bracket pairs.

+
autoClosingOvertype?: EditorAutoClosingEditStrategy
+

Options for typing over closing quotes or brackets.

+
autoClosingQuotes?: EditorAutoClosingStrategy
+

Options for auto closing quotes. +Defaults to language defined behavior.

+
autoIndent?: "none" | "advanced" | "full" | "brackets" | "keep"
+

Controls whether the editor should automatically adjust the indentation when users type, paste, move or indent lines. +Defaults to advanced.

+
+

Options for auto surrounding. +Defaults to always allowing auto surrounding.

+
automaticLayout?: boolean
+

Enable that the editor will install a ResizeObserver to check if its container dom node size has changed. +Defaults to false.

+
bracketPairColorization?: IBracketPairColorizationOptions
+

Configures bracket pair colorization (disabled by default).

+
codeActionsOnSaveTimeout?: number
+

Timeout for running code actions on save.

+
codeLens?: boolean
+

Show code lens +Defaults to true.

+
codeLensFontFamily?: string
+

Code lens font family. Defaults to editor font family.

+
codeLensFontSize?: number
+

Code lens font size. Default to 90% of the editor font size

+
colorDecorators?: boolean
+

Enable inline color decorators and color picker rendering.

+
colorDecoratorsLimit?: number
+

Controls the max number of color decorators that can be rendered in an editor at once.

+
columnSelection?: boolean
+

Enable that the selection with the mouse and keys is doing column selection. +Defaults to false.

+
+

Control the behaviour of comments in the editor.

+
contextmenu?: boolean
+

Enable custom contextmenu. +Defaults to true.

+
copyWithSyntaxHighlighting?: boolean
+

Syntax highlighting is copied.

+
cursorBlinking?: "blink" | "smooth" | "phase" | "expand" | "solid"
+

Control the cursor animation style, possible values are 'blink', 'smooth', 'phase', 'expand' and 'solid'. +Defaults to 'blink'.

+
cursorSmoothCaretAnimation?: "on" | "off" | "explicit"
+

Enable smooth caret animation. +Defaults to 'off'.

+
cursorStyle?: "line" | "block" | "underline" | "line-thin" | "block-outline" | "underline-thin"
+

Control the cursor style, either 'block' or 'line'. +Defaults to 'line'.

+
cursorSurroundingLines?: number
+

Controls the minimal number of visible leading and trailing lines surrounding the cursor. +Defaults to 0.

+
cursorSurroundingLinesStyle?: "default" | "all"
+

Controls when cursorSurroundingLines should be enforced +Defaults to default, cursorSurroundingLines is not enforced when cursor position is changed +by mouse.

+
cursorWidth?: number
+

Control the width of the cursor when cursorStyle is set to 'line'

+
definitionLinkOpensInPeek?: boolean
+

Controls whether the definition link opens element in the peek widget. +Defaults to false.

+
diffAlgorithm?: "smart" | "experimental" | IDocumentDiffProvider
+

Diff Algorithm

+
diffCodeLens?: boolean
+

Should the diff editor enable code lens? +Defaults to false.

+
diffWordWrap?: "on" | "off" | "inherit"
+

Control the wrapping of the diff editor.

+
dimension?: IDimension
+

The initial editor dimension (to avoid measuring the container).

+
disableLayerHinting?: boolean
+

Disable the use of transform: translate3d(0px, 0px, 0px) for the editor margin and lines layers. +The usage of transform: translate3d(0px, 0px, 0px) acts as a hint for browsers to create an extra layer. +Defaults to false.

+
disableMonospaceOptimizations?: boolean
+

Disable the optimizations for monospace fonts. +Defaults to false.

+
domReadOnly?: boolean
+

Should the textarea used for input use the DOM readonly attribute. +Defaults to false.

+
dragAndDrop?: boolean
+

Controls if the editor should allow to move selections via drag and drop. +Defaults to false.

+
dropIntoEditor?: IDropIntoEditorOptions
+

Controls dropping into the editor from an external source.

+

When enabled, this shows a preview of the drop location and triggers an onDropIntoEditor event.

+
emptySelectionClipboard?: boolean
+

Copying without a selection copies the current line.

+
enableSplitViewResizing?: boolean
+

Allow the user to resize the diff editor split view. +Defaults to true.

+
experimentalWhitespaceRendering?: "off" | "svg" | "font"
+

Enable experimental whitespace rendering. +Defaults to 'svg'.

+
extraEditorClassName?: string
+

Class name to be added to the editor.

+
fastScrollSensitivity?: number
+

FastScrolling mulitplier speed when pressing Alt +Defaults to 5.

+
+

Control the behavior of the find widget.

+
fixedOverflowWidgets?: boolean
+

Display overflow widgets as fixed. +Defaults to false.

+
folding?: boolean
+

Enable code folding. +Defaults to true.

+
foldingHighlight?: boolean
+

Enable highlight for folded regions. +Defaults to true.

+
foldingImportsByDefault?: boolean
+

Auto fold imports folding regions. +Defaults to true.

+
foldingMaximumRegions?: number
+

Maximum number of foldable regions. +Defaults to 5000.

+
foldingStrategy?: "auto" | "indentation"
+

Selects the folding strategy. 'auto' uses the strategies contributed for the current document, 'indentation' uses the indentation based folding strategy. +Defaults to 'auto'.

+
fontFamily?: string
+

The font family

+
fontLigatures?: string | boolean
+

Enable font ligatures. +Defaults to false.

+
fontSize?: number
+

The font size

+
fontVariations?: string | boolean
+

Enable font variations. +Defaults to false.

+
fontWeight?: string
+

The font weight

+
formatOnPaste?: boolean
+

Enable format on paste. +Defaults to false.

+
formatOnType?: boolean
+

Enable format on type. +Defaults to false.

+
glyphMargin?: boolean
+

Enable the rendering of the glyph margin. +Defaults to true in vscode and to false in monaco-editor.

+
gotoLocation?: IGotoLocationOptions
+

Controls the behavior of editor guides.

+
hideCursorInOverviewRuler?: boolean
+

Should the cursor be hidden in the overview ruler. +Defaults to false.

+
+

Configure the editor's hover.

+
ignoreTrimWhitespace?: boolean
+

Compute the diff by ignoring leading/trailing whitespace +Defaults to true.

+
inDiffEditor?: boolean
+

This editor is used inside a diff editor.

+
+

Control the behavior and rendering of the inline hints.

+
inlineSuggest?: IInlineSuggestOptions
isInEmbeddedEditor?: boolean
+

Is the diff editor inside another editor +Defaults to false

+
letterSpacing?: number
+

The letter spacing

+
+

Control the behavior and rendering of the code action lightbulb.

+
lineDecorationsWidth?: string | number
+

The width reserved for line decorations (in px). +Line decorations are placed between line numbers and the editor content. +You can pass in a string in the format floating point followed by "ch". e.g. 1.3ch. +Defaults to 10.

+
lineHeight?: number
+

The line height

+
lineNumbers?: LineNumbersType
+

Control the rendering of line numbers. +If it is a function, it will be invoked when rendering a line number and the return value will be rendered. +Otherwise, if it is a truthy, line numbers will be rendered normally (equivalent of using an identity function). +Otherwise, line numbers will not be rendered. +Defaults to on.

+
lineNumbersMinChars?: number
+

Control the width of line numbers, by reserving horizontal space for rendering at least an amount of digits. +Defaults to 5.

+
linkedEditing?: boolean
+

Enable linked editing. +Defaults to false.

+
links?: boolean
+

Enable detecting links and making them clickable. +Defaults to true.

+
matchBrackets?: "always" | "never" | "near"
+

Enable highlighting of matching brackets. +Defaults to 'always'.

+
matchOnWordStartOnly?: boolean
+

Controls whether suggestions allow matches in the middle of the word instead of only at the beginning

+
maxComputationTime?: number
+

Timeout in milliseconds after which diff computation is cancelled. +Defaults to 5000.

+
maxFileSize?: number
+

Maximum supported file size in MB. +Defaults to 50.

+
+

Control the behavior and rendering of the minimap.

+
modifiedAriaLabel?: string
+

Aria label for modified editor.

+
mouseStyle?: "default" | "text" | "copy"
+

Control the mouse pointer style, either 'text' or 'default' or 'copy' +Defaults to 'text'

+
mouseWheelScrollSensitivity?: number
+

A multiplier to be used on the deltaX and deltaY of mouse wheel scroll events. +Defaults to 1.

+
mouseWheelZoom?: boolean
+

Zoom the font in the editor when using the mouse wheel in combination with holding Ctrl. +Defaults to false.

+
multiCursorLimit?: number
+

Controls the max number of text cursors that can be in an active editor at once.

+
multiCursorMergeOverlapping?: boolean
+

Merge overlapping selections. +Defaults to true

+
multiCursorModifier?: "ctrlCmd" | "alt"
+

The modifier to be used to add multiple cursors with the mouse. +Defaults to 'alt'

+
multiCursorPaste?: "spread" | "full"
+

Configure the behaviour when pasting a text with the line count equal to the cursor count. +Defaults to 'spread'.

+
occurrencesHighlight?: boolean
+

Enable semantic occurrences highlight. +Defaults to true.

+
originalAriaLabel?: string
+

Aria label for original editor.

+
originalEditable?: boolean
+

Original model should be editable? +Defaults to false.

+
overflowWidgetsDomNode?: HTMLElement
+

Place overflow widgets inside an external DOM node. +Defaults to an internal DOM node.

+
overviewRulerBorder?: boolean
+

Controls if a border should be drawn around the overview ruler. +Defaults to true.

+
overviewRulerLanes?: number
+

The number of vertical lanes the overview ruler should render. +Defaults to 3.

+
+

Controls the spacing around the editor.

+
+

Parameter hint options.

+
peekWidgetDefaultFocus?: "tree" | "editor"
+

Controls whether to focus the inline editor in the peek widget by default. +Defaults to false.

+
quickSuggestions?: boolean | IQuickSuggestionsOptions
+

Enable quick suggestions (shadow suggestions) +Defaults to true.

+
quickSuggestionsDelay?: number
+

Quick suggestions show delay (in ms) +Defaults to 10 (ms)

+
readOnly?: boolean
+

Should the editor be read only. See also domReadOnly. +Defaults to false.

+
renameOnType?: boolean
+

deprecated, use linkedEditing instead

+
renderControlCharacters?: boolean
+

Enable rendering of control characters. +Defaults to true.

+
renderFinalNewline?: "on" | "off" | "dimmed"
+

Render last line number when the file ends with a newline. +Defaults to 'on' for Windows and macOS and 'dimmed' for Linux.

+
renderIndicators?: boolean
+

Render +/- indicators for added/deleted changes. +Defaults to true.

+
renderLineHighlight?: "all" | "line" | "none" | "gutter"
+

Enable rendering of current line highlight. +Defaults to all.

+
renderLineHighlightOnlyWhenFocus?: boolean
+

Control if the current line highlight should be rendered only the editor is focused. +Defaults to false.

+
renderMarginRevertIcon?: boolean
+

Shows icons in the glyph margin to revert changes. +Default to true.

+
renderOverviewRuler?: boolean
+

Is the diff editor should render overview ruler +Defaults to true

+
renderSideBySide?: boolean
+

Render the differences in two side-by-side editors. +Defaults to true.

+
renderValidationDecorations?: "on" | "off" | "editable"
+

Should the editor render validation decorations. +Defaults to editable.

+
renderWhitespace?: "all" | "none" | "boundary" | "selection" | "trailing"
+

Enable rendering of whitespace. +Defaults to 'selection'.

+
revealHorizontalRightPadding?: number
+

When revealing the cursor, a virtual padding (px) is added to the cursor, turning it into a rectangle. +This virtual padding ensures that the cursor gets revealed before hitting the edge of the viewport. +Defaults to 30 (px).

+
roundedSelection?: boolean
+

Render the editor selection with rounded borders. +Defaults to true.

+
rulers?: (number | IRulerOption)[]
+

Render vertical lines at the specified columns. +Defaults to empty array.

+
scrollBeyondLastColumn?: number
+

Enable that scrolling can go beyond the last column by a number of columns. +Defaults to 5.

+
scrollBeyondLastLine?: boolean
+

Enable that scrolling can go one screen size after the last line. +Defaults to true.

+
scrollPredominantAxis?: boolean
+

Enable that the editor scrolls only the predominant axis. Prevents horizontal drift when scrolling vertically on a trackpad. +Defaults to true.

+
+

Control the behavior and rendering of the scrollbars.

+
selectOnLineNumbers?: boolean
+

Should the corresponding line be selected when clicking on the line number? +Defaults to true.

+
selectionClipboard?: boolean
+

Enable Linux primary clipboard. +Defaults to true.

+
selectionHighlight?: boolean
+

Enable selection highlight. +Defaults to true.

+
showDeprecated?: boolean
+

Controls strikethrough deprecated variables.

+
showFoldingControls?: "always" | "never" | "mouseover"
+

Controls whether the fold actions in the gutter stay always visible or hide unless the mouse is over the gutter. +Defaults to 'mouseover'.

+
showUnused?: boolean
+

Controls fading out of unused variables.

+
smartSelect?: ISmartSelectOptions
+

Smart select options.

+
smoothScrolling?: boolean
+

Enable that the editor animates scrolling to a position. +Defaults to false.

+
snippetSuggestions?: "none" | "top" | "bottom" | "inline"
+

Enable snippet suggestions. Default to 'true'.

+
+

Control the behavior of sticky scroll options

+
stickyTabStops?: boolean
+

Emulate selection behaviour of tab characters when using spaces for indentation. +This means selection will stick to tab stops.

+
stopRenderingLineAfter?: number
+

Performance guard: Stop rendering a line after x characters. +Defaults to 10000. +Use -1 to never stop rendering

+
suggest?: ISuggestOptions
+

Suggest options.

+
suggestFontSize?: number
+

The font size for the suggest widget. +Defaults to the editor font size.

+
suggestLineHeight?: number
+

The line height for the suggest widget. +Defaults to the editor line height.

+
suggestOnTriggerCharacters?: boolean
+

Enable the suggestion box to pop-up on trigger characters. +Defaults to true.

+
suggestSelection?: "first" | "recentlyUsed" | "recentlyUsedByPrefix"
+

The history mode for suggestions.

+
tabCompletion?: "on" | "off" | "onlySnippets"
+

Enable tab completion.

+
tabIndex?: number
+

The tabindex property of the editor's textarea

+
unfoldOnClickAfterEndOfLine?: boolean
+

Controls whether clicking on the empty content after a folded line will unfold the line. +Defaults to false.

+
unicodeHighlight?: IUnicodeHighlightOptions
+

Controls the behavior of the unicode highlight feature +(by default, ambiguous and invisible characters are highlighted).

+
unusualLineTerminators?: "off" | "auto" | "prompt"
+

Remove unusual line terminators like LINE SEPARATOR (LS), PARAGRAPH SEPARATOR (PS). +Defaults to 'prompt'.

+
useShadowDOM?: boolean
+

Control if the editor should use shadow DOM.

+
useTabStops?: boolean
+

Inserting and deleting whitespace follows tab stops.

+
wordBreak?: "normal" | "keepAll"
+

Sets whether line breaks appear wherever the text would otherwise overflow its content box. +When wordBreak = 'normal', Use the default line break rule. +When wordBreak = 'keepAll', Word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal.

+
wordSeparators?: string
+

A string containing the word separators used when doing word navigation. +Defaults to `~!@#$%^&*()-=+[{]}\|;:'",.<>/?

+
wordWrap?: "on" | "off" | "wordWrapColumn" | "bounded"
+

Control the wrapping of the editor. +When wordWrap = "off", the lines will never wrap. +When wordWrap = "on", the lines will wrap at the viewport width. +When wordWrap = "wordWrapColumn", the lines will wrap at wordWrapColumn. +When wordWrap = "bounded", the lines will wrap at min(viewport width, wordWrapColumn). +Defaults to "off".

+
wordWrapBreakAfterCharacters?: string
+

Configure word wrapping characters. A break will be introduced after these characters.

+
wordWrapBreakBeforeCharacters?: string
+

Configure word wrapping characters. A break will be introduced before these characters.

+
wordWrapColumn?: number
+

Control the wrapping of the editor. +When wordWrap = "off", the lines will never wrap. +When wordWrap = "on", the lines will wrap at the viewport width. +When wordWrap = "wordWrapColumn", the lines will wrap at wordWrapColumn. +When wordWrap = "bounded", the lines will wrap at min(viewport width, wordWrapColumn). +Defaults to 80.

+
wordWrapOverride1?: "on" | "off" | "inherit"
+

Override the wordWrap setting.

+
wordWrapOverride2?: "on" | "off" | "inherit"
+

Override the wordWrapOverride1 setting.

+
wrappingIndent?: "none" | "same" | "indent" | "deepIndent"
+

Control indentation of wrapped lines. Can be: 'none', 'same', 'indent' or 'deepIndent'. +Defaults to 'same' in vscode and to 'none' in monaco-editor.

+
wrappingStrategy?: "simple" | "advanced"
+

Controls the wrapping strategy to use. +Defaults to 'simple'.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IDiffEditorModel.html b/api/interfaces/monaco.editor.IDiffEditorModel.html new file mode 100644 index 00000000..39c47a58 --- /dev/null +++ b/api/interfaces/monaco.editor.IDiffEditorModel.html @@ -0,0 +1,7 @@ +IDiffEditorModel | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A model for the diff editor.

+

Hierarchy

  • IDiffEditorModel

Index

Properties

modified: ITextModel
+

Modified model.

+
original: ITextModel
+

Original model.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IDiffEditorOptions.html b/api/interfaces/monaco.editor.IDiffEditorOptions.html new file mode 100644 index 00000000..97425ebc --- /dev/null +++ b/api/interfaces/monaco.editor.IDiffEditorOptions.html @@ -0,0 +1,409 @@ +IDiffEditorOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for the diff editor.

+

Hierarchy

Index

Properties

Properties

acceptSuggestionOnCommitCharacter?: boolean
+

Accept suggestions on provider defined characters. +Defaults to true.

+
acceptSuggestionOnEnter?: "on" | "off" | "smart"
+

Accept suggestions on ENTER. +Defaults to 'on'.

+
accessibilityPageSize?: number
+

Controls the number of lines in the editor that can be read out by a screen reader

+
accessibilitySupport?: "on" | "off" | "auto"
+

Configure the editor's accessibility support. +Defaults to 'auto'. It is best to leave this to 'auto'.

+
ariaLabel?: string
+

The aria label for the editor's textarea (when it is focused).

+
autoClosingBrackets?: EditorAutoClosingStrategy
+

Options for auto closing brackets. +Defaults to language defined behavior.

+
autoClosingDelete?: EditorAutoClosingEditStrategy
+

Options for pressing backspace near quotes or bracket pairs.

+
autoClosingOvertype?: EditorAutoClosingEditStrategy
+

Options for typing over closing quotes or brackets.

+
autoClosingQuotes?: EditorAutoClosingStrategy
+

Options for auto closing quotes. +Defaults to language defined behavior.

+
autoIndent?: "none" | "advanced" | "full" | "brackets" | "keep"
+

Controls whether the editor should automatically adjust the indentation when users type, paste, move or indent lines. +Defaults to advanced.

+
+

Options for auto surrounding. +Defaults to always allowing auto surrounding.

+
automaticLayout?: boolean
+

Enable that the editor will install a ResizeObserver to check if its container dom node size has changed. +Defaults to false.

+
bracketPairColorization?: IBracketPairColorizationOptions
+

Configures bracket pair colorization (disabled by default).

+
codeActionsOnSaveTimeout?: number
+

Timeout for running code actions on save.

+
codeLens?: boolean
+

Show code lens +Defaults to true.

+
codeLensFontFamily?: string
+

Code lens font family. Defaults to editor font family.

+
codeLensFontSize?: number
+

Code lens font size. Default to 90% of the editor font size

+
colorDecorators?: boolean
+

Enable inline color decorators and color picker rendering.

+
colorDecoratorsLimit?: number
+

Controls the max number of color decorators that can be rendered in an editor at once.

+
columnSelection?: boolean
+

Enable that the selection with the mouse and keys is doing column selection. +Defaults to false.

+
+

Control the behaviour of comments in the editor.

+
contextmenu?: boolean
+

Enable custom contextmenu. +Defaults to true.

+
copyWithSyntaxHighlighting?: boolean
+

Syntax highlighting is copied.

+
cursorBlinking?: "blink" | "smooth" | "phase" | "expand" | "solid"
+

Control the cursor animation style, possible values are 'blink', 'smooth', 'phase', 'expand' and 'solid'. +Defaults to 'blink'.

+
cursorSmoothCaretAnimation?: "on" | "off" | "explicit"
+

Enable smooth caret animation. +Defaults to 'off'.

+
cursorStyle?: "line" | "block" | "underline" | "line-thin" | "block-outline" | "underline-thin"
+

Control the cursor style, either 'block' or 'line'. +Defaults to 'line'.

+
cursorSurroundingLines?: number
+

Controls the minimal number of visible leading and trailing lines surrounding the cursor. +Defaults to 0.

+
cursorSurroundingLinesStyle?: "default" | "all"
+

Controls when cursorSurroundingLines should be enforced +Defaults to default, cursorSurroundingLines is not enforced when cursor position is changed +by mouse.

+
cursorWidth?: number
+

Control the width of the cursor when cursorStyle is set to 'line'

+
definitionLinkOpensInPeek?: boolean
+

Controls whether the definition link opens element in the peek widget. +Defaults to false.

+
diffAlgorithm?: "smart" | "experimental" | IDocumentDiffProvider
+

Diff Algorithm

+
diffCodeLens?: boolean
+

Should the diff editor enable code lens? +Defaults to false.

+
diffWordWrap?: "on" | "off" | "inherit"
+

Control the wrapping of the diff editor.

+
disableLayerHinting?: boolean
+

Disable the use of transform: translate3d(0px, 0px, 0px) for the editor margin and lines layers. +The usage of transform: translate3d(0px, 0px, 0px) acts as a hint for browsers to create an extra layer. +Defaults to false.

+
disableMonospaceOptimizations?: boolean
+

Disable the optimizations for monospace fonts. +Defaults to false.

+
domReadOnly?: boolean
+

Should the textarea used for input use the DOM readonly attribute. +Defaults to false.

+
dragAndDrop?: boolean
+

Controls if the editor should allow to move selections via drag and drop. +Defaults to false.

+
dropIntoEditor?: IDropIntoEditorOptions
+

Controls dropping into the editor from an external source.

+

When enabled, this shows a preview of the drop location and triggers an onDropIntoEditor event.

+
emptySelectionClipboard?: boolean
+

Copying without a selection copies the current line.

+
enableSplitViewResizing?: boolean
+

Allow the user to resize the diff editor split view. +Defaults to true.

+
experimentalWhitespaceRendering?: "off" | "svg" | "font"
+

Enable experimental whitespace rendering. +Defaults to 'svg'.

+
extraEditorClassName?: string
+

Class name to be added to the editor.

+
fastScrollSensitivity?: number
+

FastScrolling mulitplier speed when pressing Alt +Defaults to 5.

+
+

Control the behavior of the find widget.

+
fixedOverflowWidgets?: boolean
+

Display overflow widgets as fixed. +Defaults to false.

+
folding?: boolean
+

Enable code folding. +Defaults to true.

+
foldingHighlight?: boolean
+

Enable highlight for folded regions. +Defaults to true.

+
foldingImportsByDefault?: boolean
+

Auto fold imports folding regions. +Defaults to true.

+
foldingMaximumRegions?: number
+

Maximum number of foldable regions. +Defaults to 5000.

+
foldingStrategy?: "auto" | "indentation"
+

Selects the folding strategy. 'auto' uses the strategies contributed for the current document, 'indentation' uses the indentation based folding strategy. +Defaults to 'auto'.

+
fontFamily?: string
+

The font family

+
fontLigatures?: string | boolean
+

Enable font ligatures. +Defaults to false.

+
fontSize?: number
+

The font size

+
fontVariations?: string | boolean
+

Enable font variations. +Defaults to false.

+
fontWeight?: string
+

The font weight

+
formatOnPaste?: boolean
+

Enable format on paste. +Defaults to false.

+
formatOnType?: boolean
+

Enable format on type. +Defaults to false.

+
glyphMargin?: boolean
+

Enable the rendering of the glyph margin. +Defaults to true in vscode and to false in monaco-editor.

+
gotoLocation?: IGotoLocationOptions
+

Controls the behavior of editor guides.

+
hideCursorInOverviewRuler?: boolean
+

Should the cursor be hidden in the overview ruler. +Defaults to false.

+
+

Configure the editor's hover.

+
ignoreTrimWhitespace?: boolean
+

Compute the diff by ignoring leading/trailing whitespace +Defaults to true.

+
inDiffEditor?: boolean
+

This editor is used inside a diff editor.

+
+

Control the behavior and rendering of the inline hints.

+
inlineSuggest?: IInlineSuggestOptions
letterSpacing?: number
+

The letter spacing

+
+

Control the behavior and rendering of the code action lightbulb.

+
lineDecorationsWidth?: string | number
+

The width reserved for line decorations (in px). +Line decorations are placed between line numbers and the editor content. +You can pass in a string in the format floating point followed by "ch". e.g. 1.3ch. +Defaults to 10.

+
lineHeight?: number
+

The line height

+
lineNumbers?: LineNumbersType
+

Control the rendering of line numbers. +If it is a function, it will be invoked when rendering a line number and the return value will be rendered. +Otherwise, if it is a truthy, line numbers will be rendered normally (equivalent of using an identity function). +Otherwise, line numbers will not be rendered. +Defaults to on.

+
lineNumbersMinChars?: number
+

Control the width of line numbers, by reserving horizontal space for rendering at least an amount of digits. +Defaults to 5.

+
linkedEditing?: boolean
+

Enable linked editing. +Defaults to false.

+
links?: boolean
+

Enable detecting links and making them clickable. +Defaults to true.

+
matchBrackets?: "always" | "never" | "near"
+

Enable highlighting of matching brackets. +Defaults to 'always'.

+
matchOnWordStartOnly?: boolean
+

Controls whether suggestions allow matches in the middle of the word instead of only at the beginning

+
maxComputationTime?: number
+

Timeout in milliseconds after which diff computation is cancelled. +Defaults to 5000.

+
maxFileSize?: number
+

Maximum supported file size in MB. +Defaults to 50.

+
+

Control the behavior and rendering of the minimap.

+
mouseStyle?: "default" | "text" | "copy"
+

Control the mouse pointer style, either 'text' or 'default' or 'copy' +Defaults to 'text'

+
mouseWheelScrollSensitivity?: number
+

A multiplier to be used on the deltaX and deltaY of mouse wheel scroll events. +Defaults to 1.

+
mouseWheelZoom?: boolean
+

Zoom the font in the editor when using the mouse wheel in combination with holding Ctrl. +Defaults to false.

+
multiCursorLimit?: number
+

Controls the max number of text cursors that can be in an active editor at once.

+
multiCursorMergeOverlapping?: boolean
+

Merge overlapping selections. +Defaults to true

+
multiCursorModifier?: "ctrlCmd" | "alt"
+

The modifier to be used to add multiple cursors with the mouse. +Defaults to 'alt'

+
multiCursorPaste?: "spread" | "full"
+

Configure the behaviour when pasting a text with the line count equal to the cursor count. +Defaults to 'spread'.

+
occurrencesHighlight?: boolean
+

Enable semantic occurrences highlight. +Defaults to true.

+
originalEditable?: boolean
+

Original model should be editable? +Defaults to false.

+
overviewRulerBorder?: boolean
+

Controls if a border should be drawn around the overview ruler. +Defaults to true.

+
overviewRulerLanes?: number
+

The number of vertical lanes the overview ruler should render. +Defaults to 3.

+
+

Controls the spacing around the editor.

+
+

Parameter hint options.

+
peekWidgetDefaultFocus?: "tree" | "editor"
+

Controls whether to focus the inline editor in the peek widget by default. +Defaults to false.

+
quickSuggestions?: boolean | IQuickSuggestionsOptions
+

Enable quick suggestions (shadow suggestions) +Defaults to true.

+
quickSuggestionsDelay?: number
+

Quick suggestions show delay (in ms) +Defaults to 10 (ms)

+
readOnly?: boolean
+

Should the editor be read only. See also domReadOnly. +Defaults to false.

+
renameOnType?: boolean
+

deprecated, use linkedEditing instead

+
renderControlCharacters?: boolean
+

Enable rendering of control characters. +Defaults to true.

+
renderFinalNewline?: "on" | "off" | "dimmed"
+

Render last line number when the file ends with a newline. +Defaults to 'on' for Windows and macOS and 'dimmed' for Linux.

+
renderIndicators?: boolean
+

Render +/- indicators for added/deleted changes. +Defaults to true.

+
renderLineHighlight?: "all" | "line" | "none" | "gutter"
+

Enable rendering of current line highlight. +Defaults to all.

+
renderLineHighlightOnlyWhenFocus?: boolean
+

Control if the current line highlight should be rendered only the editor is focused. +Defaults to false.

+
renderMarginRevertIcon?: boolean
+

Shows icons in the glyph margin to revert changes. +Default to true.

+
renderOverviewRuler?: boolean
+

Is the diff editor should render overview ruler +Defaults to true

+
renderSideBySide?: boolean
+

Render the differences in two side-by-side editors. +Defaults to true.

+
renderValidationDecorations?: "on" | "off" | "editable"
+

Should the editor render validation decorations. +Defaults to editable.

+
renderWhitespace?: "all" | "none" | "boundary" | "selection" | "trailing"
+

Enable rendering of whitespace. +Defaults to 'selection'.

+
revealHorizontalRightPadding?: number
+

When revealing the cursor, a virtual padding (px) is added to the cursor, turning it into a rectangle. +This virtual padding ensures that the cursor gets revealed before hitting the edge of the viewport. +Defaults to 30 (px).

+
roundedSelection?: boolean
+

Render the editor selection with rounded borders. +Defaults to true.

+
rulers?: (number | IRulerOption)[]
+

Render vertical lines at the specified columns. +Defaults to empty array.

+
scrollBeyondLastColumn?: number
+

Enable that scrolling can go beyond the last column by a number of columns. +Defaults to 5.

+
scrollBeyondLastLine?: boolean
+

Enable that scrolling can go one screen size after the last line. +Defaults to true.

+
scrollPredominantAxis?: boolean
+

Enable that the editor scrolls only the predominant axis. Prevents horizontal drift when scrolling vertically on a trackpad. +Defaults to true.

+
+

Control the behavior and rendering of the scrollbars.

+
selectOnLineNumbers?: boolean
+

Should the corresponding line be selected when clicking on the line number? +Defaults to true.

+
selectionClipboard?: boolean
+

Enable Linux primary clipboard. +Defaults to true.

+
selectionHighlight?: boolean
+

Enable selection highlight. +Defaults to true.

+
showDeprecated?: boolean
+

Controls strikethrough deprecated variables.

+
showFoldingControls?: "always" | "never" | "mouseover"
+

Controls whether the fold actions in the gutter stay always visible or hide unless the mouse is over the gutter. +Defaults to 'mouseover'.

+
showUnused?: boolean
+

Controls fading out of unused variables.

+
smartSelect?: ISmartSelectOptions
+

Smart select options.

+
smoothScrolling?: boolean
+

Enable that the editor animates scrolling to a position. +Defaults to false.

+
snippetSuggestions?: "none" | "top" | "bottom" | "inline"
+

Enable snippet suggestions. Default to 'true'.

+
+

Control the behavior of sticky scroll options

+
stickyTabStops?: boolean
+

Emulate selection behaviour of tab characters when using spaces for indentation. +This means selection will stick to tab stops.

+
stopRenderingLineAfter?: number
+

Performance guard: Stop rendering a line after x characters. +Defaults to 10000. +Use -1 to never stop rendering

+
suggest?: ISuggestOptions
+

Suggest options.

+
suggestFontSize?: number
+

The font size for the suggest widget. +Defaults to the editor font size.

+
suggestLineHeight?: number
+

The line height for the suggest widget. +Defaults to the editor line height.

+
suggestOnTriggerCharacters?: boolean
+

Enable the suggestion box to pop-up on trigger characters. +Defaults to true.

+
suggestSelection?: "first" | "recentlyUsed" | "recentlyUsedByPrefix"
+

The history mode for suggestions.

+
tabCompletion?: "on" | "off" | "onlySnippets"
+

Enable tab completion.

+
tabIndex?: number
+

The tabindex property of the editor's textarea

+
unfoldOnClickAfterEndOfLine?: boolean
+

Controls whether clicking on the empty content after a folded line will unfold the line. +Defaults to false.

+
unicodeHighlight?: IUnicodeHighlightOptions
+

Controls the behavior of the unicode highlight feature +(by default, ambiguous and invisible characters are highlighted).

+
unusualLineTerminators?: "off" | "auto" | "prompt"
+

Remove unusual line terminators like LINE SEPARATOR (LS), PARAGRAPH SEPARATOR (PS). +Defaults to 'prompt'.

+
useShadowDOM?: boolean
+

Control if the editor should use shadow DOM.

+
useTabStops?: boolean
+

Inserting and deleting whitespace follows tab stops.

+
wordBreak?: "normal" | "keepAll"
+

Sets whether line breaks appear wherever the text would otherwise overflow its content box. +When wordBreak = 'normal', Use the default line break rule. +When wordBreak = 'keepAll', Word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal.

+
wordSeparators?: string
+

A string containing the word separators used when doing word navigation. +Defaults to `~!@#$%^&*()-=+[{]}\|;:'",.<>/?

+
wordWrap?: "on" | "off" | "wordWrapColumn" | "bounded"
+

Control the wrapping of the editor. +When wordWrap = "off", the lines will never wrap. +When wordWrap = "on", the lines will wrap at the viewport width. +When wordWrap = "wordWrapColumn", the lines will wrap at wordWrapColumn. +When wordWrap = "bounded", the lines will wrap at min(viewport width, wordWrapColumn). +Defaults to "off".

+
wordWrapBreakAfterCharacters?: string
+

Configure word wrapping characters. A break will be introduced after these characters.

+
wordWrapBreakBeforeCharacters?: string
+

Configure word wrapping characters. A break will be introduced before these characters.

+
wordWrapColumn?: number
+

Control the wrapping of the editor. +When wordWrap = "off", the lines will never wrap. +When wordWrap = "on", the lines will wrap at the viewport width. +When wordWrap = "wordWrapColumn", the lines will wrap at wordWrapColumn. +When wordWrap = "bounded", the lines will wrap at min(viewport width, wordWrapColumn). +Defaults to 80.

+
wordWrapOverride1?: "on" | "off" | "inherit"
+

Override the wordWrap setting.

+
wordWrapOverride2?: "on" | "off" | "inherit"
+

Override the wordWrapOverride1 setting.

+
wrappingIndent?: "none" | "same" | "indent" | "deepIndent"
+

Control indentation of wrapped lines. Can be: 'none', 'same', 'indent' or 'deepIndent'. +Defaults to 'same' in vscode and to 'none' in monaco-editor.

+
wrappingStrategy?: "simple" | "advanced"
+

Controls the wrapping strategy to use. +Defaults to 'simple'.

+

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IDiffEditorViewState.html b/api/interfaces/monaco.editor.IDiffEditorViewState.html new file mode 100644 index 00000000..ad9294b1 --- /dev/null +++ b/api/interfaces/monaco.editor.IDiffEditorViewState.html @@ -0,0 +1,3 @@ +IDiffEditorViewState | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

(Serializable) View state for the diff editor.

+

Hierarchy

  • IDiffEditorViewState

Index

Properties

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IDiffLineInformation.html b/api/interfaces/monaco.editor.IDiffLineInformation.html new file mode 100644 index 00000000..b3524b8d --- /dev/null +++ b/api/interfaces/monaco.editor.IDiffLineInformation.html @@ -0,0 +1,3 @@ +IDiffLineInformation | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Information about a line in the diff editor

+

Hierarchy

  • IDiffLineInformation

Index

Properties

equivalentLineNumber: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IDiffNavigator.html b/api/interfaces/monaco.editor.IDiffNavigator.html new file mode 100644 index 00000000..f04033ee --- /dev/null +++ b/api/interfaces/monaco.editor.IDiffNavigator.html @@ -0,0 +1 @@ +IDiffNavigator | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IDiffNavigator

Index

Methods

  • canNavigate(): boolean
  • dispose(): void
  • next(): void
  • previous(): void

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IDiffNavigatorOptions.html b/api/interfaces/monaco.editor.IDiffNavigatorOptions.html new file mode 100644 index 00000000..c1e11729 --- /dev/null +++ b/api/interfaces/monaco.editor.IDiffNavigatorOptions.html @@ -0,0 +1 @@ +IDiffNavigatorOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IDiffNavigatorOptions

Index

Properties

alwaysRevealFirst?: boolean
followsCaret?: boolean
ignoreCharChanges?: boolean

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IDimension.html b/api/interfaces/monaco.editor.IDimension.html new file mode 100644 index 00000000..f4bc6a4e --- /dev/null +++ b/api/interfaces/monaco.editor.IDimension.html @@ -0,0 +1 @@ +IDimension | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IDimension

Index

Properties

Properties

height: number
width: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IDocumentDiff.html b/api/interfaces/monaco.editor.IDocumentDiff.html new file mode 100644 index 00000000..f07568f8 --- /dev/null +++ b/api/interfaces/monaco.editor.IDocumentDiff.html @@ -0,0 +1,9 @@ +IDocumentDiff | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents a diff between two text models.

+

Hierarchy

  • IDocumentDiff

Index

Properties

changes: LineRangeMapping[]
+

Maps all modified line ranges in the original to the corresponding line ranges in the modified text model.

+
identical: boolean
+

If true, both text models are identical (byte-wise).

+
quitEarly: boolean
+

If true, the diff computation timed out and the diff might not be accurate.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IDocumentDiffProvider.html b/api/interfaces/monaco.editor.IDocumentDiffProvider.html new file mode 100644 index 00000000..28d24c45 --- /dev/null +++ b/api/interfaces/monaco.editor.IDocumentDiffProvider.html @@ -0,0 +1,8 @@ +IDocumentDiffProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A document diff provider computes the diff between two text models.

+

Hierarchy

  • IDocumentDiffProvider

Index

Properties

Methods

Properties

onDidChange: IEvent<void>
+

Is fired when settings of the diff algorithm change that could alter the result of the diffing computation. +Any user of this provider should recompute the diff when this event is fired.

+

Methods

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IDocumentDiffProviderOptions.html b/api/interfaces/monaco.editor.IDocumentDiffProviderOptions.html new file mode 100644 index 00000000..489e7d26 --- /dev/null +++ b/api/interfaces/monaco.editor.IDocumentDiffProviderOptions.html @@ -0,0 +1,7 @@ +IDocumentDiffProviderOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocumentDiffProviderOptions

+

Options for the diff computation.

+

Hierarchy

  • IDocumentDiffProviderOptions

Index

Properties

ignoreTrimWhitespace: boolean
+

When set to true, the diff should ignore whitespace changes.i

+
maxComputationTimeMs: number
+

A diff computation should throw if it takes longer than this value.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IDropIntoEditorOptions.html b/api/interfaces/monaco.editor.IDropIntoEditorOptions.html new file mode 100644 index 00000000..36453cb3 --- /dev/null +++ b/api/interfaces/monaco.editor.IDropIntoEditorOptions.html @@ -0,0 +1,6 @@ +IDropIntoEditorOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for editor drop into behavior

+

Hierarchy

  • IDropIntoEditorOptions

Index

Properties

Properties

enabled?: boolean
+

Enable the dropping into editor. +Defaults to true.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditOperationBuilder.html b/api/interfaces/monaco.editor.IEditOperationBuilder.html new file mode 100644 index 00000000..9fbc8c47 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditOperationBuilder.html @@ -0,0 +1,26 @@ +IEditOperationBuilder | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A builder and helper for edit operations for a command.

+

Hierarchy

  • IEditOperationBuilder

Index

Methods

  • addEditOperation(range: IRange, text: string, forceMoveMarkers?: boolean): void
  • +

    Add a new edit operation (a replace operation).

    +

    Parameters

    • range: IRange
      +

      The range to replace (delete). May be empty to represent a simple insert.

      +
    • text: string
      +

      The text to replace with. May be null to represent a simple delete.

      +
    • Optional forceMoveMarkers: boolean

    Returns void

  • addTrackedEditOperation(range: IRange, text: string, forceMoveMarkers?: boolean): void
  • +

    Add a new edit operation (a replace operation). +The inverse edits will be accessible in ICursorStateComputerData.getInverseEditOperations()

    +

    Parameters

    • range: IRange
      +

      The range to replace (delete). May be empty to represent a simple insert.

      +
    • text: string
      +

      The text to replace with. May be null to represent a simple delete.

      +
    • Optional forceMoveMarkers: boolean

    Returns void

  • trackSelection(selection: Selection, trackPreviousOnEmpty?: boolean): string
  • +

    Track selection when applying edit operations. +A best effort will be made to not grow/expand the selection. +An empty selection will clamp to a nearby character.

    +

    Parameters

    • selection: Selection
      +

      The selection to track.

      +
    • Optional trackPreviousOnEmpty: boolean
      +

      If set, and the selection is empty, indicates whether the selection + should clamp to the previous or the next character.

      +

    Returns string

    A unique identifier.

    +

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditor.html b/api/interfaces/monaco.editor.IEditor.html new file mode 100644 index 00000000..658dab77 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditor.html @@ -0,0 +1,135 @@ +IEditor | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An editor.

+

Hierarchy

Index

Events

Methods

  • dispose(): void
  • focus(): void
  • getEditorType(): string
  • getId(): string
  • getVisibleColumnFromPosition(position: IPosition): number
  • hasTextFocus(): boolean
  • +

    Instructs the editor to remeasure its container. This method should +be called when the container of the editor gets resized.

    +

    If a dimension is passed in, the passed in value will be used.

    +

    Parameters

    Returns void

  • revealLine(lineNumber: number, scrollType?: ScrollType): void
  • revealLineInCenter(lineNumber: number, scrollType?: ScrollType): void
  • revealLineInCenterIfOutsideViewport(lineNumber: number, scrollType?: ScrollType): void
  • +

    Scroll vertically as necessary and reveal a line centered vertically only if it lies outside the viewport.

    +

    Parameters

    Returns void

  • revealLineNearTop(lineNumber: number, scrollType?: ScrollType): void
  • +

    Scroll vertically as necessary and reveal a line close to the top of the viewport, +optimized for viewing a code definition.

    +

    Parameters

    Returns void

  • revealLines(startLineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealLinesInCenter(lineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealLinesInCenterIfOutsideViewport(lineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • +

    Scroll vertically as necessary and reveal lines centered vertically only if it lies outside the viewport.

    +

    Parameters

    • lineNumber: number
    • endLineNumber: number
    • Optional scrollType: ScrollType

    Returns void

  • revealLinesNearTop(lineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • +

    Scroll vertically as necessary and reveal lines close to the top of the viewport, +optimized for viewing a code definition.

    +

    Parameters

    • lineNumber: number
    • endLineNumber: number
    • Optional scrollType: ScrollType

    Returns void

  • +

    Scroll vertically or horizontally as necessary and reveal a position close to the top of the viewport, +optimized for viewing a code definition.

    +

    Parameters

    Returns void

  • revealRangeInCenterIfOutsideViewport(range: IRange, scrollType?: ScrollType): void
  • +

    Scroll vertically or horizontally as necessary and reveal a range close to the top of the viewport, +optimized for viewing a code definition.

    +

    Parameters

    Returns void

  • revealRangeNearTopIfOutsideViewport(range: IRange, scrollType?: ScrollType): void
  • +

    Scroll vertically or horizontally as necessary and reveal a range close to the top of the viewport, +optimized for viewing a code definition. Only if it lies outside the viewport.

    +

    Parameters

    Returns void

  • +

    Sets the current model attached to this editor. +If the previous model was created by the editor via the value key in the options +literal object, it will be destroyed. Otherwise, if the previous model was set +via setModel, or the model key in the options literal object, the previous model +will not be destroyed. +It is safe to call setModel(null) to simply detach the current model from the editor.

    +

    Parameters

    Returns void

  • setPosition(position: IPosition, source?: string): void
  • +

    Set the primary position of the cursor. This will remove any secondary cursors.

    +

    Parameters

    • position: IPosition
      +

      New primary cursor's position

      +
    • Optional source: string
      +

      Source of the call that caused the position

      +

    Returns void

  • setSelection(selection: IRange, source?: string): void
  • setSelection(selection: Range, source?: string): void
  • setSelection(selection: ISelection, source?: string): void
  • setSelection(selection: Selection, source?: string): void
  • +

    Set the primary selection of the editor. This will remove any secondary cursors.

    +

    Parameters

    • selection: IRange
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • +

    Set the primary selection of the editor. This will remove any secondary cursors.

    +

    Parameters

    • selection: Range
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • +

    Set the primary selection of the editor. This will remove any secondary cursors.

    +

    Parameters

    • selection: ISelection
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • +

    Set the primary selection of the editor. This will remove any secondary cursors.

    +

    Parameters

    • selection: Selection
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • setSelections(selections: readonly ISelection[], source?: string): void
  • +

    Set the selections for all the cursors of the editor. +Cursors will be removed or added, as necessary.

    +

    Parameters

    • selections: readonly ISelection[]
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • trigger(source: string, handlerId: string, payload: any): void
  • +

    Directly trigger a handler or an editor action.

    +

    Parameters

    • source: string
      +

      The source of the call.

      +
    • handlerId: string
      +

      The id of the handler or the id of a contribution.

      +
    • payload: any
      +

      Extra data to be sent to the handler.

      +

    Returns void

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorAction.html b/api/interfaces/monaco.editor.IEditorAction.html new file mode 100644 index 00000000..85929872 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorAction.html @@ -0,0 +1 @@ +IEditorAction | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IEditorAction

Index

Properties

alias: string
id: string
label: string

Methods

  • isSupported(): boolean
  • run(): Promise<void>

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorCommentsOptions.html b/api/interfaces/monaco.editor.IEditorCommentsOptions.html new file mode 100644 index 00000000..34fe6572 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorCommentsOptions.html @@ -0,0 +1,9 @@ +IEditorCommentsOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for editor comments

+

Hierarchy

  • IEditorCommentsOptions

Index

Properties

ignoreEmptyLines?: boolean
+

Ignore empty lines when inserting line comments. +Defaults to true.

+
insertSpace?: boolean
+

Insert a space after the line comment token and inside the block comments tokens. +Defaults to true.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorConstructionOptions.html b/api/interfaces/monaco.editor.IEditorConstructionOptions.html new file mode 100644 index 00000000..2205f7b4 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorConstructionOptions.html @@ -0,0 +1,378 @@ +IEditorConstructionOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Properties

acceptSuggestionOnCommitCharacter?: boolean
+

Accept suggestions on provider defined characters. +Defaults to true.

+
acceptSuggestionOnEnter?: "on" | "off" | "smart"
+

Accept suggestions on ENTER. +Defaults to 'on'.

+
accessibilityPageSize?: number
+

Controls the number of lines in the editor that can be read out by a screen reader

+
accessibilitySupport?: "on" | "off" | "auto"
+

Configure the editor's accessibility support. +Defaults to 'auto'. It is best to leave this to 'auto'.

+
ariaLabel?: string
+

The aria label for the editor's textarea (when it is focused).

+
autoClosingBrackets?: EditorAutoClosingStrategy
+

Options for auto closing brackets. +Defaults to language defined behavior.

+
autoClosingDelete?: EditorAutoClosingEditStrategy
+

Options for pressing backspace near quotes or bracket pairs.

+
autoClosingOvertype?: EditorAutoClosingEditStrategy
+

Options for typing over closing quotes or brackets.

+
autoClosingQuotes?: EditorAutoClosingStrategy
+

Options for auto closing quotes. +Defaults to language defined behavior.

+
autoIndent?: "none" | "advanced" | "full" | "brackets" | "keep"
+

Controls whether the editor should automatically adjust the indentation when users type, paste, move or indent lines. +Defaults to advanced.

+
+

Options for auto surrounding. +Defaults to always allowing auto surrounding.

+
automaticLayout?: boolean
+

Enable that the editor will install a ResizeObserver to check if its container dom node size has changed. +Defaults to false.

+
bracketPairColorization?: IBracketPairColorizationOptions
+

Configures bracket pair colorization (disabled by default).

+
codeActionsOnSaveTimeout?: number
+

Timeout for running code actions on save.

+
codeLens?: boolean
+

Show code lens +Defaults to true.

+
codeLensFontFamily?: string
+

Code lens font family. Defaults to editor font family.

+
codeLensFontSize?: number
+

Code lens font size. Default to 90% of the editor font size

+
colorDecorators?: boolean
+

Enable inline color decorators and color picker rendering.

+
colorDecoratorsLimit?: number
+

Controls the max number of color decorators that can be rendered in an editor at once.

+
columnSelection?: boolean
+

Enable that the selection with the mouse and keys is doing column selection. +Defaults to false.

+
+

Control the behaviour of comments in the editor.

+
contextmenu?: boolean
+

Enable custom contextmenu. +Defaults to true.

+
copyWithSyntaxHighlighting?: boolean
+

Syntax highlighting is copied.

+
cursorBlinking?: "blink" | "smooth" | "phase" | "expand" | "solid"
+

Control the cursor animation style, possible values are 'blink', 'smooth', 'phase', 'expand' and 'solid'. +Defaults to 'blink'.

+
cursorSmoothCaretAnimation?: "on" | "off" | "explicit"
+

Enable smooth caret animation. +Defaults to 'off'.

+
cursorStyle?: "line" | "block" | "underline" | "line-thin" | "block-outline" | "underline-thin"
+

Control the cursor style, either 'block' or 'line'. +Defaults to 'line'.

+
cursorSurroundingLines?: number
+

Controls the minimal number of visible leading and trailing lines surrounding the cursor. +Defaults to 0.

+
cursorSurroundingLinesStyle?: "default" | "all"
+

Controls when cursorSurroundingLines should be enforced +Defaults to default, cursorSurroundingLines is not enforced when cursor position is changed +by mouse.

+
cursorWidth?: number
+

Control the width of the cursor when cursorStyle is set to 'line'

+
definitionLinkOpensInPeek?: boolean
+

Controls whether the definition link opens element in the peek widget. +Defaults to false.

+
dimension?: IDimension
+

The initial editor dimension (to avoid measuring the container).

+
disableLayerHinting?: boolean
+

Disable the use of transform: translate3d(0px, 0px, 0px) for the editor margin and lines layers. +The usage of transform: translate3d(0px, 0px, 0px) acts as a hint for browsers to create an extra layer. +Defaults to false.

+
disableMonospaceOptimizations?: boolean
+

Disable the optimizations for monospace fonts. +Defaults to false.

+
domReadOnly?: boolean
+

Should the textarea used for input use the DOM readonly attribute. +Defaults to false.

+
dragAndDrop?: boolean
+

Controls if the editor should allow to move selections via drag and drop. +Defaults to false.

+
dropIntoEditor?: IDropIntoEditorOptions
+

Controls dropping into the editor from an external source.

+

When enabled, this shows a preview of the drop location and triggers an onDropIntoEditor event.

+
emptySelectionClipboard?: boolean
+

Copying without a selection copies the current line.

+
experimentalWhitespaceRendering?: "off" | "svg" | "font"
+

Enable experimental whitespace rendering. +Defaults to 'svg'.

+
extraEditorClassName?: string
+

Class name to be added to the editor.

+
fastScrollSensitivity?: number
+

FastScrolling mulitplier speed when pressing Alt +Defaults to 5.

+
+

Control the behavior of the find widget.

+
fixedOverflowWidgets?: boolean
+

Display overflow widgets as fixed. +Defaults to false.

+
folding?: boolean
+

Enable code folding. +Defaults to true.

+
foldingHighlight?: boolean
+

Enable highlight for folded regions. +Defaults to true.

+
foldingImportsByDefault?: boolean
+

Auto fold imports folding regions. +Defaults to true.

+
foldingMaximumRegions?: number
+

Maximum number of foldable regions. +Defaults to 5000.

+
foldingStrategy?: "auto" | "indentation"
+

Selects the folding strategy. 'auto' uses the strategies contributed for the current document, 'indentation' uses the indentation based folding strategy. +Defaults to 'auto'.

+
fontFamily?: string
+

The font family

+
fontLigatures?: string | boolean
+

Enable font ligatures. +Defaults to false.

+
fontSize?: number
+

The font size

+
fontVariations?: string | boolean
+

Enable font variations. +Defaults to false.

+
fontWeight?: string
+

The font weight

+
formatOnPaste?: boolean
+

Enable format on paste. +Defaults to false.

+
formatOnType?: boolean
+

Enable format on type. +Defaults to false.

+
glyphMargin?: boolean
+

Enable the rendering of the glyph margin. +Defaults to true in vscode and to false in monaco-editor.

+
gotoLocation?: IGotoLocationOptions
+

Controls the behavior of editor guides.

+
hideCursorInOverviewRuler?: boolean
+

Should the cursor be hidden in the overview ruler. +Defaults to false.

+
+

Configure the editor's hover.

+
inDiffEditor?: boolean
+

This editor is used inside a diff editor.

+
+

Control the behavior and rendering of the inline hints.

+
inlineSuggest?: IInlineSuggestOptions
letterSpacing?: number
+

The letter spacing

+
+

Control the behavior and rendering of the code action lightbulb.

+
lineDecorationsWidth?: string | number
+

The width reserved for line decorations (in px). +Line decorations are placed between line numbers and the editor content. +You can pass in a string in the format floating point followed by "ch". e.g. 1.3ch. +Defaults to 10.

+
lineHeight?: number
+

The line height

+
lineNumbers?: LineNumbersType
+

Control the rendering of line numbers. +If it is a function, it will be invoked when rendering a line number and the return value will be rendered. +Otherwise, if it is a truthy, line numbers will be rendered normally (equivalent of using an identity function). +Otherwise, line numbers will not be rendered. +Defaults to on.

+
lineNumbersMinChars?: number
+

Control the width of line numbers, by reserving horizontal space for rendering at least an amount of digits. +Defaults to 5.

+
linkedEditing?: boolean
+

Enable linked editing. +Defaults to false.

+
links?: boolean
+

Enable detecting links and making them clickable. +Defaults to true.

+
matchBrackets?: "always" | "never" | "near"
+

Enable highlighting of matching brackets. +Defaults to 'always'.

+
matchOnWordStartOnly?: boolean
+

Controls whether suggestions allow matches in the middle of the word instead of only at the beginning

+
+

Control the behavior and rendering of the minimap.

+
mouseStyle?: "default" | "text" | "copy"
+

Control the mouse pointer style, either 'text' or 'default' or 'copy' +Defaults to 'text'

+
mouseWheelScrollSensitivity?: number
+

A multiplier to be used on the deltaX and deltaY of mouse wheel scroll events. +Defaults to 1.

+
mouseWheelZoom?: boolean
+

Zoom the font in the editor when using the mouse wheel in combination with holding Ctrl. +Defaults to false.

+
multiCursorLimit?: number
+

Controls the max number of text cursors that can be in an active editor at once.

+
multiCursorMergeOverlapping?: boolean
+

Merge overlapping selections. +Defaults to true

+
multiCursorModifier?: "ctrlCmd" | "alt"
+

The modifier to be used to add multiple cursors with the mouse. +Defaults to 'alt'

+
multiCursorPaste?: "spread" | "full"
+

Configure the behaviour when pasting a text with the line count equal to the cursor count. +Defaults to 'spread'.

+
occurrencesHighlight?: boolean
+

Enable semantic occurrences highlight. +Defaults to true.

+
overflowWidgetsDomNode?: HTMLElement
+

Place overflow widgets inside an external DOM node. +Defaults to an internal DOM node.

+
overviewRulerBorder?: boolean
+

Controls if a border should be drawn around the overview ruler. +Defaults to true.

+
overviewRulerLanes?: number
+

The number of vertical lanes the overview ruler should render. +Defaults to 3.

+
+

Controls the spacing around the editor.

+
+

Parameter hint options.

+
peekWidgetDefaultFocus?: "tree" | "editor"
+

Controls whether to focus the inline editor in the peek widget by default. +Defaults to false.

+
quickSuggestions?: boolean | IQuickSuggestionsOptions
+

Enable quick suggestions (shadow suggestions) +Defaults to true.

+
quickSuggestionsDelay?: number
+

Quick suggestions show delay (in ms) +Defaults to 10 (ms)

+
readOnly?: boolean
+

Should the editor be read only. See also domReadOnly. +Defaults to false.

+
renameOnType?: boolean
+

deprecated, use linkedEditing instead

+
renderControlCharacters?: boolean
+

Enable rendering of control characters. +Defaults to true.

+
renderFinalNewline?: "on" | "off" | "dimmed"
+

Render last line number when the file ends with a newline. +Defaults to 'on' for Windows and macOS and 'dimmed' for Linux.

+
renderLineHighlight?: "all" | "line" | "none" | "gutter"
+

Enable rendering of current line highlight. +Defaults to all.

+
renderLineHighlightOnlyWhenFocus?: boolean
+

Control if the current line highlight should be rendered only the editor is focused. +Defaults to false.

+
renderValidationDecorations?: "on" | "off" | "editable"
+

Should the editor render validation decorations. +Defaults to editable.

+
renderWhitespace?: "all" | "none" | "boundary" | "selection" | "trailing"
+

Enable rendering of whitespace. +Defaults to 'selection'.

+
revealHorizontalRightPadding?: number
+

When revealing the cursor, a virtual padding (px) is added to the cursor, turning it into a rectangle. +This virtual padding ensures that the cursor gets revealed before hitting the edge of the viewport. +Defaults to 30 (px).

+
roundedSelection?: boolean
+

Render the editor selection with rounded borders. +Defaults to true.

+
rulers?: (number | IRulerOption)[]
+

Render vertical lines at the specified columns. +Defaults to empty array.

+
scrollBeyondLastColumn?: number
+

Enable that scrolling can go beyond the last column by a number of columns. +Defaults to 5.

+
scrollBeyondLastLine?: boolean
+

Enable that scrolling can go one screen size after the last line. +Defaults to true.

+
scrollPredominantAxis?: boolean
+

Enable that the editor scrolls only the predominant axis. Prevents horizontal drift when scrolling vertically on a trackpad. +Defaults to true.

+
+

Control the behavior and rendering of the scrollbars.

+
selectOnLineNumbers?: boolean
+

Should the corresponding line be selected when clicking on the line number? +Defaults to true.

+
selectionClipboard?: boolean
+

Enable Linux primary clipboard. +Defaults to true.

+
selectionHighlight?: boolean
+

Enable selection highlight. +Defaults to true.

+
showDeprecated?: boolean
+

Controls strikethrough deprecated variables.

+
showFoldingControls?: "always" | "never" | "mouseover"
+

Controls whether the fold actions in the gutter stay always visible or hide unless the mouse is over the gutter. +Defaults to 'mouseover'.

+
showUnused?: boolean
+

Controls fading out of unused variables.

+
smartSelect?: ISmartSelectOptions
+

Smart select options.

+
smoothScrolling?: boolean
+

Enable that the editor animates scrolling to a position. +Defaults to false.

+
snippetSuggestions?: "none" | "top" | "bottom" | "inline"
+

Enable snippet suggestions. Default to 'true'.

+
+

Control the behavior of sticky scroll options

+
stickyTabStops?: boolean
+

Emulate selection behaviour of tab characters when using spaces for indentation. +This means selection will stick to tab stops.

+
stopRenderingLineAfter?: number
+

Performance guard: Stop rendering a line after x characters. +Defaults to 10000. +Use -1 to never stop rendering

+
suggest?: ISuggestOptions
+

Suggest options.

+
suggestFontSize?: number
+

The font size for the suggest widget. +Defaults to the editor font size.

+
suggestLineHeight?: number
+

The line height for the suggest widget. +Defaults to the editor line height.

+
suggestOnTriggerCharacters?: boolean
+

Enable the suggestion box to pop-up on trigger characters. +Defaults to true.

+
suggestSelection?: "first" | "recentlyUsed" | "recentlyUsedByPrefix"
+

The history mode for suggestions.

+
tabCompletion?: "on" | "off" | "onlySnippets"
+

Enable tab completion.

+
tabIndex?: number
+

The tabindex property of the editor's textarea

+
unfoldOnClickAfterEndOfLine?: boolean
+

Controls whether clicking on the empty content after a folded line will unfold the line. +Defaults to false.

+
unicodeHighlight?: IUnicodeHighlightOptions
+

Controls the behavior of the unicode highlight feature +(by default, ambiguous and invisible characters are highlighted).

+
unusualLineTerminators?: "off" | "auto" | "prompt"
+

Remove unusual line terminators like LINE SEPARATOR (LS), PARAGRAPH SEPARATOR (PS). +Defaults to 'prompt'.

+
useShadowDOM?: boolean
+

Control if the editor should use shadow DOM.

+
useTabStops?: boolean
+

Inserting and deleting whitespace follows tab stops.

+
wordBreak?: "normal" | "keepAll"
+

Sets whether line breaks appear wherever the text would otherwise overflow its content box. +When wordBreak = 'normal', Use the default line break rule. +When wordBreak = 'keepAll', Word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal.

+
wordSeparators?: string
+

A string containing the word separators used when doing word navigation. +Defaults to `~!@#$%^&*()-=+[{]}\|;:'",.<>/?

+
wordWrap?: "on" | "off" | "wordWrapColumn" | "bounded"
+

Control the wrapping of the editor. +When wordWrap = "off", the lines will never wrap. +When wordWrap = "on", the lines will wrap at the viewport width. +When wordWrap = "wordWrapColumn", the lines will wrap at wordWrapColumn. +When wordWrap = "bounded", the lines will wrap at min(viewport width, wordWrapColumn). +Defaults to "off".

+
wordWrapBreakAfterCharacters?: string
+

Configure word wrapping characters. A break will be introduced after these characters.

+
wordWrapBreakBeforeCharacters?: string
+

Configure word wrapping characters. A break will be introduced before these characters.

+
wordWrapColumn?: number
+

Control the wrapping of the editor. +When wordWrap = "off", the lines will never wrap. +When wordWrap = "on", the lines will wrap at the viewport width. +When wordWrap = "wordWrapColumn", the lines will wrap at wordWrapColumn. +When wordWrap = "bounded", the lines will wrap at min(viewport width, wordWrapColumn). +Defaults to 80.

+
wordWrapOverride1?: "on" | "off" | "inherit"
+

Override the wordWrap setting.

+
wordWrapOverride2?: "on" | "off" | "inherit"
+

Override the wordWrapOverride1 setting.

+
wrappingIndent?: "none" | "same" | "indent" | "deepIndent"
+

Control indentation of wrapped lines. Can be: 'none', 'same', 'indent' or 'deepIndent'. +Defaults to 'same' in vscode and to 'none' in monaco-editor.

+
wrappingStrategy?: "simple" | "advanced"
+

Controls the wrapping strategy to use. +Defaults to 'simple'.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorContribution.html b/api/interfaces/monaco.editor.IEditorContribution.html new file mode 100644 index 00000000..376e885b --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorContribution.html @@ -0,0 +1,9 @@ +IEditorContribution | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An editor contribution that gets created every time a new editor gets created and gets disposed when the editor gets disposed.

+

Hierarchy

  • IEditorContribution

Index

Methods

  • dispose(): void
  • restoreViewState(state: any): void
  • saveViewState(): any

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorDecorationsCollection.html b/api/interfaces/monaco.editor.IEditorDecorationsCollection.html new file mode 100644 index 00000000..3d4c0652 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorDecorationsCollection.html @@ -0,0 +1,18 @@ +IEditorDecorationsCollection | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IEditorDecorationsCollection

+

A collection of decorations

+

Hierarchy

  • IEditorDecorationsCollection

Index

Properties

length: number
+

Get the decorations count.

+
+

An event emitted when decorations change in the editor, +but the change is not caused by us setting or clearing the collection.

+

Methods

  • clear(): void
  • getRange(index: number): Range

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorFindOptions.html b/api/interfaces/monaco.editor.IEditorFindOptions.html new file mode 100644 index 00000000..17627026 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorFindOptions.html @@ -0,0 +1,11 @@ +IEditorFindOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for editor find widget

+

Hierarchy

  • IEditorFindOptions

Index

Properties

addExtraSpaceOnTop?: boolean
autoFindInSelection?: "always" | "never" | "multiline"
+

Controls if Find in Selection flag is turned on in the editor.

+
cursorMoveOnType?: boolean
+

Controls whether the cursor should move to find matches while typing.

+
loop?: boolean
+

Controls whether the search result and diff result automatically restarts from the beginning (or the end) when no further matches can be found

+
seedSearchStringFromSelection?: "always" | "never" | "selection"
+

Controls if we seed search string in the Find Widget with editor selection.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorHoverOptions.html b/api/interfaces/monaco.editor.IEditorHoverOptions.html new file mode 100644 index 00000000..6171c9e3 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorHoverOptions.html @@ -0,0 +1,15 @@ +IEditorHoverOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for editor hover

+

Hierarchy

  • IEditorHoverOptions

Index

Properties

above?: boolean
+

Should the hover be shown above the line if possible? +Defaults to false.

+
delay?: number
+

Delay for showing the hover. +Defaults to 300.

+
enabled?: boolean
+

Enable the hover. +Defaults to true.

+
sticky?: boolean
+

Is the hover sticky such that it can be clicked and its contents selected? +Defaults to true.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorInlayHintsOptions.html b/api/interfaces/monaco.editor.IEditorInlayHintsOptions.html new file mode 100644 index 00000000..b62fbc69 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorInlayHintsOptions.html @@ -0,0 +1,15 @@ +IEditorInlayHintsOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for editor inlayHints

+

Hierarchy

  • IEditorInlayHintsOptions

Index

Properties

enabled?: "on" | "off" | "offUnlessPressed" | "onUnlessPressed"
+

Enable the inline hints. +Defaults to true.

+
fontFamily?: string
+

Font family of inline hints. +Defaults to editor font family.

+
fontSize?: number
+

Font size of inline hints. +Default to 90% of the editor font size.

+
padding?: boolean
+

Enables the padding around the inlay hint. +Defaults to false.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorLightbulbOptions.html b/api/interfaces/monaco.editor.IEditorLightbulbOptions.html new file mode 100644 index 00000000..45976e32 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorLightbulbOptions.html @@ -0,0 +1,6 @@ +IEditorLightbulbOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for editor lightbulb

+

Hierarchy

  • IEditorLightbulbOptions

Index

Properties

Properties

enabled?: boolean
+

Enable the lightbulb code action. +Defaults to true.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorMinimapOptions.html b/api/interfaces/monaco.editor.IEditorMinimapOptions.html new file mode 100644 index 00000000..eabd7386 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorMinimapOptions.html @@ -0,0 +1,25 @@ +IEditorMinimapOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for editor minimap

+

Hierarchy

  • IEditorMinimapOptions

Index

Properties

autohide?: boolean
+

Control the rendering of minimap.

+
enabled?: boolean
+

Enable the rendering of the minimap. +Defaults to true.

+
maxColumn?: number
+

Limit the width of the minimap to render at most a certain number of columns. +Defaults to 120.

+
renderCharacters?: boolean
+

Render the actual text on a line (as opposed to color blocks). +Defaults to true.

+
scale?: number
+

Relative size of the font in the minimap. Defaults to 1.

+
showSlider?: "always" | "mouseover"
+

Control the rendering of the minimap slider. +Defaults to 'mouseover'.

+
side?: "right" | "left"
+

Control the side of the minimap in editor. +Defaults to 'right'.

+
size?: "proportional" | "fill" | "fit"
+

Control the minimap rendering mode. +Defaults to 'actual'.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorMouseEvent.html b/api/interfaces/monaco.editor.IEditorMouseEvent.html new file mode 100644 index 00000000..ce913a6f --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorMouseEvent.html @@ -0,0 +1,3 @@ +IEditorMouseEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A mouse event originating from the editor.

+

Hierarchy

  • IEditorMouseEvent

Index

Properties

Properties

target: IMouseTarget

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorOption.html b/api/interfaces/monaco.editor.IEditorOption.html new file mode 100644 index 00000000..b6296aa3 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorOption.html @@ -0,0 +1,3 @@ +IEditorOption | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IEditorOption<K, V>

Type parameters

Hierarchy

  • IEditorOption

Index

Properties

defaultValue: V
id: K
name: string

Methods

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorOptions.html b/api/interfaces/monaco.editor.IEditorOptions.html new file mode 100644 index 00000000..3719605f --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorOptions.html @@ -0,0 +1,375 @@ +IEditorOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for the editor.

+

Hierarchy

Index

Properties

Properties

acceptSuggestionOnCommitCharacter?: boolean
+

Accept suggestions on provider defined characters. +Defaults to true.

+
acceptSuggestionOnEnter?: "on" | "off" | "smart"
+

Accept suggestions on ENTER. +Defaults to 'on'.

+
accessibilityPageSize?: number
+

Controls the number of lines in the editor that can be read out by a screen reader

+
accessibilitySupport?: "on" | "off" | "auto"
+

Configure the editor's accessibility support. +Defaults to 'auto'. It is best to leave this to 'auto'.

+
ariaLabel?: string
+

The aria label for the editor's textarea (when it is focused).

+
autoClosingBrackets?: EditorAutoClosingStrategy
+

Options for auto closing brackets. +Defaults to language defined behavior.

+
autoClosingDelete?: EditorAutoClosingEditStrategy
+

Options for pressing backspace near quotes or bracket pairs.

+
autoClosingOvertype?: EditorAutoClosingEditStrategy
+

Options for typing over closing quotes or brackets.

+
autoClosingQuotes?: EditorAutoClosingStrategy
+

Options for auto closing quotes. +Defaults to language defined behavior.

+
autoIndent?: "none" | "advanced" | "full" | "brackets" | "keep"
+

Controls whether the editor should automatically adjust the indentation when users type, paste, move or indent lines. +Defaults to advanced.

+
+

Options for auto surrounding. +Defaults to always allowing auto surrounding.

+
automaticLayout?: boolean
+

Enable that the editor will install a ResizeObserver to check if its container dom node size has changed. +Defaults to false.

+
bracketPairColorization?: IBracketPairColorizationOptions
+

Configures bracket pair colorization (disabled by default).

+
codeActionsOnSaveTimeout?: number
+

Timeout for running code actions on save.

+
codeLens?: boolean
+

Show code lens +Defaults to true.

+
codeLensFontFamily?: string
+

Code lens font family. Defaults to editor font family.

+
codeLensFontSize?: number
+

Code lens font size. Default to 90% of the editor font size

+
colorDecorators?: boolean
+

Enable inline color decorators and color picker rendering.

+
colorDecoratorsLimit?: number
+

Controls the max number of color decorators that can be rendered in an editor at once.

+
columnSelection?: boolean
+

Enable that the selection with the mouse and keys is doing column selection. +Defaults to false.

+
+

Control the behaviour of comments in the editor.

+
contextmenu?: boolean
+

Enable custom contextmenu. +Defaults to true.

+
copyWithSyntaxHighlighting?: boolean
+

Syntax highlighting is copied.

+
cursorBlinking?: "blink" | "smooth" | "phase" | "expand" | "solid"
+

Control the cursor animation style, possible values are 'blink', 'smooth', 'phase', 'expand' and 'solid'. +Defaults to 'blink'.

+
cursorSmoothCaretAnimation?: "on" | "off" | "explicit"
+

Enable smooth caret animation. +Defaults to 'off'.

+
cursorStyle?: "line" | "block" | "underline" | "line-thin" | "block-outline" | "underline-thin"
+

Control the cursor style, either 'block' or 'line'. +Defaults to 'line'.

+
cursorSurroundingLines?: number
+

Controls the minimal number of visible leading and trailing lines surrounding the cursor. +Defaults to 0.

+
cursorSurroundingLinesStyle?: "default" | "all"
+

Controls when cursorSurroundingLines should be enforced +Defaults to default, cursorSurroundingLines is not enforced when cursor position is changed +by mouse.

+
cursorWidth?: number
+

Control the width of the cursor when cursorStyle is set to 'line'

+
definitionLinkOpensInPeek?: boolean
+

Controls whether the definition link opens element in the peek widget. +Defaults to false.

+
disableLayerHinting?: boolean
+

Disable the use of transform: translate3d(0px, 0px, 0px) for the editor margin and lines layers. +The usage of transform: translate3d(0px, 0px, 0px) acts as a hint for browsers to create an extra layer. +Defaults to false.

+
disableMonospaceOptimizations?: boolean
+

Disable the optimizations for monospace fonts. +Defaults to false.

+
domReadOnly?: boolean
+

Should the textarea used for input use the DOM readonly attribute. +Defaults to false.

+
dragAndDrop?: boolean
+

Controls if the editor should allow to move selections via drag and drop. +Defaults to false.

+
dropIntoEditor?: IDropIntoEditorOptions
+

Controls dropping into the editor from an external source.

+

When enabled, this shows a preview of the drop location and triggers an onDropIntoEditor event.

+
emptySelectionClipboard?: boolean
+

Copying without a selection copies the current line.

+
experimentalWhitespaceRendering?: "off" | "svg" | "font"
+

Enable experimental whitespace rendering. +Defaults to 'svg'.

+
extraEditorClassName?: string
+

Class name to be added to the editor.

+
fastScrollSensitivity?: number
+

FastScrolling mulitplier speed when pressing Alt +Defaults to 5.

+
+

Control the behavior of the find widget.

+
fixedOverflowWidgets?: boolean
+

Display overflow widgets as fixed. +Defaults to false.

+
folding?: boolean
+

Enable code folding. +Defaults to true.

+
foldingHighlight?: boolean
+

Enable highlight for folded regions. +Defaults to true.

+
foldingImportsByDefault?: boolean
+

Auto fold imports folding regions. +Defaults to true.

+
foldingMaximumRegions?: number
+

Maximum number of foldable regions. +Defaults to 5000.

+
foldingStrategy?: "auto" | "indentation"
+

Selects the folding strategy. 'auto' uses the strategies contributed for the current document, 'indentation' uses the indentation based folding strategy. +Defaults to 'auto'.

+
fontFamily?: string
+

The font family

+
fontLigatures?: string | boolean
+

Enable font ligatures. +Defaults to false.

+
fontSize?: number
+

The font size

+
fontVariations?: string | boolean
+

Enable font variations. +Defaults to false.

+
fontWeight?: string
+

The font weight

+
formatOnPaste?: boolean
+

Enable format on paste. +Defaults to false.

+
formatOnType?: boolean
+

Enable format on type. +Defaults to false.

+
glyphMargin?: boolean
+

Enable the rendering of the glyph margin. +Defaults to true in vscode and to false in monaco-editor.

+
gotoLocation?: IGotoLocationOptions
+

Controls the behavior of editor guides.

+
hideCursorInOverviewRuler?: boolean
+

Should the cursor be hidden in the overview ruler. +Defaults to false.

+
+

Configure the editor's hover.

+
inDiffEditor?: boolean
+

This editor is used inside a diff editor.

+
+

Control the behavior and rendering of the inline hints.

+
inlineSuggest?: IInlineSuggestOptions
letterSpacing?: number
+

The letter spacing

+
+

Control the behavior and rendering of the code action lightbulb.

+
lineDecorationsWidth?: string | number
+

The width reserved for line decorations (in px). +Line decorations are placed between line numbers and the editor content. +You can pass in a string in the format floating point followed by "ch". e.g. 1.3ch. +Defaults to 10.

+
lineHeight?: number
+

The line height

+
lineNumbers?: LineNumbersType
+

Control the rendering of line numbers. +If it is a function, it will be invoked when rendering a line number and the return value will be rendered. +Otherwise, if it is a truthy, line numbers will be rendered normally (equivalent of using an identity function). +Otherwise, line numbers will not be rendered. +Defaults to on.

+
lineNumbersMinChars?: number
+

Control the width of line numbers, by reserving horizontal space for rendering at least an amount of digits. +Defaults to 5.

+
linkedEditing?: boolean
+

Enable linked editing. +Defaults to false.

+
links?: boolean
+

Enable detecting links and making them clickable. +Defaults to true.

+
matchBrackets?: "always" | "never" | "near"
+

Enable highlighting of matching brackets. +Defaults to 'always'.

+
matchOnWordStartOnly?: boolean
+

Controls whether suggestions allow matches in the middle of the word instead of only at the beginning

+
+

Control the behavior and rendering of the minimap.

+
mouseStyle?: "default" | "text" | "copy"
+

Control the mouse pointer style, either 'text' or 'default' or 'copy' +Defaults to 'text'

+
mouseWheelScrollSensitivity?: number
+

A multiplier to be used on the deltaX and deltaY of mouse wheel scroll events. +Defaults to 1.

+
mouseWheelZoom?: boolean
+

Zoom the font in the editor when using the mouse wheel in combination with holding Ctrl. +Defaults to false.

+
multiCursorLimit?: number
+

Controls the max number of text cursors that can be in an active editor at once.

+
multiCursorMergeOverlapping?: boolean
+

Merge overlapping selections. +Defaults to true

+
multiCursorModifier?: "ctrlCmd" | "alt"
+

The modifier to be used to add multiple cursors with the mouse. +Defaults to 'alt'

+
multiCursorPaste?: "spread" | "full"
+

Configure the behaviour when pasting a text with the line count equal to the cursor count. +Defaults to 'spread'.

+
occurrencesHighlight?: boolean
+

Enable semantic occurrences highlight. +Defaults to true.

+
overviewRulerBorder?: boolean
+

Controls if a border should be drawn around the overview ruler. +Defaults to true.

+
overviewRulerLanes?: number
+

The number of vertical lanes the overview ruler should render. +Defaults to 3.

+
+

Controls the spacing around the editor.

+
+

Parameter hint options.

+
peekWidgetDefaultFocus?: "tree" | "editor"
+

Controls whether to focus the inline editor in the peek widget by default. +Defaults to false.

+
quickSuggestions?: boolean | IQuickSuggestionsOptions
+

Enable quick suggestions (shadow suggestions) +Defaults to true.

+
quickSuggestionsDelay?: number
+

Quick suggestions show delay (in ms) +Defaults to 10 (ms)

+
readOnly?: boolean
+

Should the editor be read only. See also domReadOnly. +Defaults to false.

+
renameOnType?: boolean
+

deprecated, use linkedEditing instead

+
renderControlCharacters?: boolean
+

Enable rendering of control characters. +Defaults to true.

+
renderFinalNewline?: "on" | "off" | "dimmed"
+

Render last line number when the file ends with a newline. +Defaults to 'on' for Windows and macOS and 'dimmed' for Linux.

+
renderLineHighlight?: "all" | "line" | "none" | "gutter"
+

Enable rendering of current line highlight. +Defaults to all.

+
renderLineHighlightOnlyWhenFocus?: boolean
+

Control if the current line highlight should be rendered only the editor is focused. +Defaults to false.

+
renderValidationDecorations?: "on" | "off" | "editable"
+

Should the editor render validation decorations. +Defaults to editable.

+
renderWhitespace?: "all" | "none" | "boundary" | "selection" | "trailing"
+

Enable rendering of whitespace. +Defaults to 'selection'.

+
revealHorizontalRightPadding?: number
+

When revealing the cursor, a virtual padding (px) is added to the cursor, turning it into a rectangle. +This virtual padding ensures that the cursor gets revealed before hitting the edge of the viewport. +Defaults to 30 (px).

+
roundedSelection?: boolean
+

Render the editor selection with rounded borders. +Defaults to true.

+
rulers?: (number | IRulerOption)[]
+

Render vertical lines at the specified columns. +Defaults to empty array.

+
scrollBeyondLastColumn?: number
+

Enable that scrolling can go beyond the last column by a number of columns. +Defaults to 5.

+
scrollBeyondLastLine?: boolean
+

Enable that scrolling can go one screen size after the last line. +Defaults to true.

+
scrollPredominantAxis?: boolean
+

Enable that the editor scrolls only the predominant axis. Prevents horizontal drift when scrolling vertically on a trackpad. +Defaults to true.

+
+

Control the behavior and rendering of the scrollbars.

+
selectOnLineNumbers?: boolean
+

Should the corresponding line be selected when clicking on the line number? +Defaults to true.

+
selectionClipboard?: boolean
+

Enable Linux primary clipboard. +Defaults to true.

+
selectionHighlight?: boolean
+

Enable selection highlight. +Defaults to true.

+
showDeprecated?: boolean
+

Controls strikethrough deprecated variables.

+
showFoldingControls?: "always" | "never" | "mouseover"
+

Controls whether the fold actions in the gutter stay always visible or hide unless the mouse is over the gutter. +Defaults to 'mouseover'.

+
showUnused?: boolean
+

Controls fading out of unused variables.

+
smartSelect?: ISmartSelectOptions
+

Smart select options.

+
smoothScrolling?: boolean
+

Enable that the editor animates scrolling to a position. +Defaults to false.

+
snippetSuggestions?: "none" | "top" | "bottom" | "inline"
+

Enable snippet suggestions. Default to 'true'.

+
+

Control the behavior of sticky scroll options

+
stickyTabStops?: boolean
+

Emulate selection behaviour of tab characters when using spaces for indentation. +This means selection will stick to tab stops.

+
stopRenderingLineAfter?: number
+

Performance guard: Stop rendering a line after x characters. +Defaults to 10000. +Use -1 to never stop rendering

+
suggest?: ISuggestOptions
+

Suggest options.

+
suggestFontSize?: number
+

The font size for the suggest widget. +Defaults to the editor font size.

+
suggestLineHeight?: number
+

The line height for the suggest widget. +Defaults to the editor line height.

+
suggestOnTriggerCharacters?: boolean
+

Enable the suggestion box to pop-up on trigger characters. +Defaults to true.

+
suggestSelection?: "first" | "recentlyUsed" | "recentlyUsedByPrefix"
+

The history mode for suggestions.

+
tabCompletion?: "on" | "off" | "onlySnippets"
+

Enable tab completion.

+
tabIndex?: number
+

The tabindex property of the editor's textarea

+
unfoldOnClickAfterEndOfLine?: boolean
+

Controls whether clicking on the empty content after a folded line will unfold the line. +Defaults to false.

+
unicodeHighlight?: IUnicodeHighlightOptions
+

Controls the behavior of the unicode highlight feature +(by default, ambiguous and invisible characters are highlighted).

+
unusualLineTerminators?: "off" | "auto" | "prompt"
+

Remove unusual line terminators like LINE SEPARATOR (LS), PARAGRAPH SEPARATOR (PS). +Defaults to 'prompt'.

+
useShadowDOM?: boolean
+

Control if the editor should use shadow DOM.

+
useTabStops?: boolean
+

Inserting and deleting whitespace follows tab stops.

+
wordBreak?: "normal" | "keepAll"
+

Sets whether line breaks appear wherever the text would otherwise overflow its content box. +When wordBreak = 'normal', Use the default line break rule. +When wordBreak = 'keepAll', Word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal.

+
wordSeparators?: string
+

A string containing the word separators used when doing word navigation. +Defaults to `~!@#$%^&*()-=+[{]}\|;:'",.<>/?

+
wordWrap?: "on" | "off" | "wordWrapColumn" | "bounded"
+

Control the wrapping of the editor. +When wordWrap = "off", the lines will never wrap. +When wordWrap = "on", the lines will wrap at the viewport width. +When wordWrap = "wordWrapColumn", the lines will wrap at wordWrapColumn. +When wordWrap = "bounded", the lines will wrap at min(viewport width, wordWrapColumn). +Defaults to "off".

+
wordWrapBreakAfterCharacters?: string
+

Configure word wrapping characters. A break will be introduced after these characters.

+
wordWrapBreakBeforeCharacters?: string
+

Configure word wrapping characters. A break will be introduced before these characters.

+
wordWrapColumn?: number
+

Control the wrapping of the editor. +When wordWrap = "off", the lines will never wrap. +When wordWrap = "on", the lines will wrap at the viewport width. +When wordWrap = "wordWrapColumn", the lines will wrap at wordWrapColumn. +When wordWrap = "bounded", the lines will wrap at min(viewport width, wordWrapColumn). +Defaults to 80.

+
wordWrapOverride1?: "on" | "off" | "inherit"
+

Override the wordWrap setting.

+
wordWrapOverride2?: "on" | "off" | "inherit"
+

Override the wordWrapOverride1 setting.

+
wrappingIndent?: "none" | "same" | "indent" | "deepIndent"
+

Control indentation of wrapped lines. Can be: 'none', 'same', 'indent' or 'deepIndent'. +Defaults to 'same' in vscode and to 'none' in monaco-editor.

+
wrappingStrategy?: "simple" | "advanced"
+

Controls the wrapping strategy to use. +Defaults to 'simple'.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorOverrideServices.html b/api/interfaces/monaco.editor.IEditorOverrideServices.html new file mode 100644 index 00000000..0a8dbc7d --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorOverrideServices.html @@ -0,0 +1 @@ +IEditorOverrideServices | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IEditorOverrideServices

Indexable

[index: string]: any

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorPaddingOptions.html b/api/interfaces/monaco.editor.IEditorPaddingOptions.html new file mode 100644 index 00000000..7d6d62a5 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorPaddingOptions.html @@ -0,0 +1,7 @@ +IEditorPaddingOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for editor padding

+

Hierarchy

  • IEditorPaddingOptions

Index

Properties

Properties

bottom?: number
+

Spacing between bottom edge of editor and last line.

+
top?: number
+

Spacing between top edge of editor and first line.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorParameterHintOptions.html b/api/interfaces/monaco.editor.IEditorParameterHintOptions.html new file mode 100644 index 00000000..b693c7c9 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorParameterHintOptions.html @@ -0,0 +1,9 @@ +IEditorParameterHintOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for parameter hints

+

Hierarchy

  • IEditorParameterHintOptions

Index

Properties

Properties

cycle?: boolean
+

Enable cycling of parameter hints. +Defaults to false.

+
enabled?: boolean
+

Enable parameter hints. +Defaults to true.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorScrollbarOptions.html b/api/interfaces/monaco.editor.IEditorScrollbarOptions.html new file mode 100644 index 00000000..abf42c29 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorScrollbarOptions.html @@ -0,0 +1,49 @@ +IEditorScrollbarOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for editor scrollbars

+

Hierarchy

  • IEditorScrollbarOptions

Index

Properties

alwaysConsumeMouseWheel?: boolean
+

Always consume mouse wheel events (always call preventDefault() and stopPropagation() on the browser events). +Defaults to true. +NOTE: This option cannot be updated using updateOptions()

+
arrowSize?: number
+

The size of arrows (if displayed). +Defaults to 11. +NOTE: This option cannot be updated using updateOptions()

+
handleMouseWheel?: boolean
+

Listen to mouse wheel events and react to them by scrolling. +Defaults to true.

+
horizontal?: "auto" | "visible" | "hidden"
+

Render horizontal scrollbar. +Defaults to 'auto'.

+
horizontalHasArrows?: boolean
+

Render arrows at the left and right of the horizontal scrollbar. +Defaults to false. +NOTE: This option cannot be updated using updateOptions()

+
horizontalScrollbarSize?: number
+

Height in pixels for the horizontal scrollbar. +Defaults to 10 (px).

+
horizontalSliderSize?: number
+

Height in pixels for the horizontal slider. +Defaults to horizontalScrollbarSize. +NOTE: This option cannot be updated using updateOptions()

+
scrollByPage?: boolean
+

Scroll gutter clicks move by page vs jump to position. +Defaults to false.

+
useShadows?: boolean
+

Cast horizontal and vertical shadows when the content is scrolled. +Defaults to true. +NOTE: This option cannot be updated using updateOptions()

+
vertical?: "auto" | "visible" | "hidden"
+

Render vertical scrollbar. +Defaults to 'auto'.

+
verticalHasArrows?: boolean
+

Render arrows at the top and bottom of the vertical scrollbar. +Defaults to false. +NOTE: This option cannot be updated using updateOptions()

+
verticalScrollbarSize?: number
+

Width in pixels for the vertical scrollbar. +Defaults to 10 (px).

+
verticalSliderSize?: number
+

Width in pixels for the vertical slider. +Defaults to verticalScrollbarSize. +NOTE: This option cannot be updated using updateOptions()

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IEditorStickyScrollOptions.html b/api/interfaces/monaco.editor.IEditorStickyScrollOptions.html new file mode 100644 index 00000000..86b6d385 --- /dev/null +++ b/api/interfaces/monaco.editor.IEditorStickyScrollOptions.html @@ -0,0 +1,5 @@ +IEditorStickyScrollOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IEditorStickyScrollOptions

Index

Properties

enabled?: boolean
+

Enable the sticky scroll

+
maxLineCount?: number
+

Maximum number of sticky lines to show

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IGlobalEditorOptions.html b/api/interfaces/monaco.editor.IGlobalEditorOptions.html new file mode 100644 index 00000000..243c974f --- /dev/null +++ b/api/interfaces/monaco.editor.IGlobalEditorOptions.html @@ -0,0 +1,46 @@ +IGlobalEditorOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Options which apply for all editors.

+

Hierarchy

Index

Properties

autoDetectHighContrast?: boolean
+

If enabled, will automatically change to high contrast theme if the OS is using a high contrast theme. +Defaults to true.

+
detectIndentation?: boolean
+

Controls whether tabSize and insertSpaces will be automatically detected when a file is opened based on the file contents. +Defaults to true.

+
insertSpaces?: boolean
+

Insert spaces when pressing Tab. +This setting is overridden based on the file contents when detectIndentation is on. +Defaults to true.

+
largeFileOptimizations?: boolean
+

Special handling for large files to disable certain memory intensive features. +Defaults to true.

+
maxTokenizationLineLength?: number
+

Lines above this length will not be tokenized for performance reasons. +Defaults to 20000.

+
semanticHighlighting.enabled?: boolean | "configuredByTheme"
+

Controls whether the semanticHighlighting is shown for the languages that support it. +true: semanticHighlighting is enabled for all themes +false: semanticHighlighting is disabled for all themes +'configuredByTheme': semanticHighlighting is controlled by the current color theme's semanticHighlighting setting. +Defaults to 'byTheme'.

+
stablePeek?: boolean
+

Keep peek editors open even when double-clicking their content or when hitting Escape. +Defaults to false.

+
tabSize?: number
+

The number of spaces a tab is equal to. +This setting is overridden based on the file contents when detectIndentation is on. +Defaults to 4.

+
theme?: string
+

Theme to be used for rendering. +The current out-of-the-box available themes are: 'vs' (default), 'vs-dark', 'hc-black', 'hc-light'. +You can create custom themes via monaco.editor.defineTheme. +To switch a theme, use monaco.editor.setTheme. +NOTE: The theme might be overwritten if the OS is in high contrast mode, unless autoDetectHighContrast is set to false.

+
trimAutoWhitespace?: boolean
+

Remove trailing auto inserted whitespace. +Defaults to true.

+
wordBasedSuggestions?: boolean
+

Controls whether completions should be computed based on words in the document. +Defaults to true.

+
wordBasedSuggestionsOnlySameLanguage?: boolean
+

Controls whether word based completions should be included from opened documents of the same language or any language.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IGotoLocationOptions.html b/api/interfaces/monaco.editor.IGotoLocationOptions.html new file mode 100644 index 00000000..1de28c6e --- /dev/null +++ b/api/interfaces/monaco.editor.IGotoLocationOptions.html @@ -0,0 +1,3 @@ +IGotoLocationOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for go to location

+

Hierarchy

  • IGotoLocationOptions

Index

Properties

alternativeDeclarationCommand?: string
alternativeDefinitionCommand?: string
alternativeImplementationCommand?: string
alternativeReferenceCommand?: string
alternativeTypeDefinitionCommand?: string
multipleDeclarations?: GoToLocationValues
multipleDefinitions?: GoToLocationValues
multipleImplementations?: GoToLocationValues
multipleReferences?: GoToLocationValues
multipleTypeDefinitions?: GoToLocationValues

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IGuidesOptions.html b/api/interfaces/monaco.editor.IGuidesOptions.html new file mode 100644 index 00000000..aad2253d --- /dev/null +++ b/api/interfaces/monaco.editor.IGuidesOptions.html @@ -0,0 +1,16 @@ +IGuidesOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IGuidesOptions

Index

Properties

bracketPairs?: boolean | "active"
+

Enable rendering of bracket pair guides. +Defaults to false.

+
bracketPairsHorizontal?: boolean | "active"
+

Enable rendering of vertical bracket pair guides. +Defaults to 'active'.

+
highlightActiveBracketPair?: boolean
+

Enable highlighting of the active bracket pair. +Defaults to true.

+
highlightActiveIndentation?: boolean | "always"
+

Enable highlighting of the active indent guide. +Defaults to true.

+
indentation?: boolean
+

Enable rendering of indent guides. +Defaults to true.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IIdentifiedSingleEditOperation.html b/api/interfaces/monaco.editor.IIdentifiedSingleEditOperation.html new file mode 100644 index 00000000..11c75cdb --- /dev/null +++ b/api/interfaces/monaco.editor.IIdentifiedSingleEditOperation.html @@ -0,0 +1,10 @@ +IIdentifiedSingleEditOperation | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IIdentifiedSingleEditOperation

+

A single edit operation, that has an identifier.

+

Hierarchy

Index

Properties

forceMoveMarkers?: boolean
+

This indicates that this operation has "insert" semantics. +i.e. forceMoveMarkers = true => if range is collapsed, all markers at the position will be moved.

+
range: IRange
+

The range to replace. This can be empty to emulate a simple insert.

+
text: string
+

The text to replace with. This can be null to emulate a simple delete.

+

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IInlineSuggestOptions.html b/api/interfaces/monaco.editor.IInlineSuggestOptions.html new file mode 100644 index 00000000..cf847d09 --- /dev/null +++ b/api/interfaces/monaco.editor.IInlineSuggestOptions.html @@ -0,0 +1,9 @@ +IInlineSuggestOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IInlineSuggestOptions

Index

Properties

enabled?: boolean
+

Enable or disable the rendering of automatic inline completions.

+
mode?: "prefix" | "subword" | "subwordSmart"
+

Configures the mode. +Use prefix to only show ghost text if the text to replace is a prefix of the suggestion text. +Use subword to only show ghost text if the replace text is a subword of the suggestion text. +Use subwordSmart to only show ghost text if the replace text is a subword of the suggestion text, but the subword must start after the cursor position. +Defaults to prefix.

+
showToolbar?: "always" | "onHover"

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IKeybindingRule.html b/api/interfaces/monaco.editor.IKeybindingRule.html new file mode 100644 index 00000000..50f77f48 --- /dev/null +++ b/api/interfaces/monaco.editor.IKeybindingRule.html @@ -0,0 +1,3 @@ +IKeybindingRule | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A keybinding rule.

+

Hierarchy

  • IKeybindingRule

Index

Properties

command?: string
commandArgs?: any
keybinding: number
when?: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ILineChange.html b/api/interfaces/monaco.editor.ILineChange.html new file mode 100644 index 00000000..7ed1d86a --- /dev/null +++ b/api/interfaces/monaco.editor.ILineChange.html @@ -0,0 +1,3 @@ +ILineChange | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A line change

+

Hierarchy

Index

Properties

charChanges: ICharChange[]
modifiedEndLineNumber: number
modifiedStartLineNumber: number
originalEndLineNumber: number
originalStartLineNumber: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMarker.html b/api/interfaces/monaco.editor.IMarker.html new file mode 100644 index 00000000..7a9a5ab8 --- /dev/null +++ b/api/interfaces/monaco.editor.IMarker.html @@ -0,0 +1 @@ +IMarker | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IMarker

Index

Properties

code?: string | { target: Uri; value: string }
endColumn: number
endLineNumber: number
message: string
modelVersionId?: number
owner: string
relatedInformation?: IRelatedInformation[]
resource: Uri
severity: MarkerSeverity
source?: string
startColumn: number
startLineNumber: number
tags?: MarkerTag[]

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMarkerData.html b/api/interfaces/monaco.editor.IMarkerData.html new file mode 100644 index 00000000..90254ced --- /dev/null +++ b/api/interfaces/monaco.editor.IMarkerData.html @@ -0,0 +1,3 @@ +IMarkerData | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A structure defining a problem/warning/etc.

+

Hierarchy

  • IMarkerData

Index

Properties

code?: string | { target: Uri; value: string }
endColumn: number
endLineNumber: number
message: string
modelVersionId?: number
relatedInformation?: IRelatedInformation[]
severity: MarkerSeverity
source?: string
startColumn: number
startLineNumber: number
tags?: MarkerTag[]

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IModelChangedEvent.html b/api/interfaces/monaco.editor.IModelChangedEvent.html new file mode 100644 index 00000000..8aacd1bf --- /dev/null +++ b/api/interfaces/monaco.editor.IModelChangedEvent.html @@ -0,0 +1,7 @@ +IModelChangedEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An event describing that an editor has had its model reset (i.e. editor.setModel()).

+

Hierarchy

  • IModelChangedEvent

Index

Properties

newModelUrl: Uri
+

The uri of the new model or null.

+
oldModelUrl: Uri
+

The uri of the previous model or null.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IModelContentChange.html b/api/interfaces/monaco.editor.IModelContentChange.html new file mode 100644 index 00000000..8352de92 --- /dev/null +++ b/api/interfaces/monaco.editor.IModelContentChange.html @@ -0,0 +1,9 @@ +IModelContentChange | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IModelContentChange

Index

Properties

range: IRange
+

The range that got replaced.

+
rangeLength: number
+

The length of the range that got replaced.

+
rangeOffset: number
+

The offset of the range that got replaced.

+
text: string
+

The new text for the range.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IModelContentChangedEvent.html b/api/interfaces/monaco.editor.IModelContentChangedEvent.html new file mode 100644 index 00000000..f8cc5c7c --- /dev/null +++ b/api/interfaces/monaco.editor.IModelContentChangedEvent.html @@ -0,0 +1,14 @@ +IModelContentChangedEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An event describing a change in the text of a model.

+

Hierarchy

  • IModelContentChangedEvent

Index

Properties

eol: string
+

The (new) end-of-line character.

+
isFlush: boolean
+

Flag that indicates that all decorations were lost with this edit. +The model has been reset to a new value.

+
isRedoing: boolean
+

Flag that indicates that this event was generated while redoing.

+
isUndoing: boolean
+

Flag that indicates that this event was generated while undoing.

+
versionId: number
+

The new version id the model has transitioned to.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IModelDecoration.html b/api/interfaces/monaco.editor.IModelDecoration.html new file mode 100644 index 00000000..fab56c27 --- /dev/null +++ b/api/interfaces/monaco.editor.IModelDecoration.html @@ -0,0 +1,11 @@ +IModelDecoration | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A decoration in the model.

+

Hierarchy

  • IModelDecoration

Index

Properties

id: string
+

Identifier for a decoration.

+
+

Options associated with this decoration.

+
ownerId: number
+

Identifier for a decoration's owner.

+
range: Range
+

Range that this decoration covers.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IModelDecorationMinimapOptions.html b/api/interfaces/monaco.editor.IModelDecorationMinimapOptions.html new file mode 100644 index 00000000..5ea76665 --- /dev/null +++ b/api/interfaces/monaco.editor.IModelDecorationMinimapOptions.html @@ -0,0 +1,11 @@ +IModelDecorationMinimapOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModelDecorationMinimapOptions

+

Options for rendering a model decoration in the overview ruler.

+

Hierarchy

Index

Properties

color: string | ThemeColor
+

CSS color to render. +e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry

+
darkColor?: string | ThemeColor
+

CSS color to render. +e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry

+
position: MinimapPosition
+

The position in the overview ruler.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IModelDecorationOptions.html b/api/interfaces/monaco.editor.IModelDecorationOptions.html new file mode 100644 index 00000000..0361dcf6 --- /dev/null +++ b/api/interfaces/monaco.editor.IModelDecorationOptions.html @@ -0,0 +1,49 @@ +IModelDecorationOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Options for a model decoration.

+

Hierarchy

  • IModelDecorationOptions

Index

Properties

+

If set, text will be injected in the view after the range.

+
afterContentClassName?: string
+

If set, the decoration will be rendered after the text with this CSS class name.

+
+

If set, text will be injected in the view before the range.

+
beforeContentClassName?: string
+

If set, the decoration will be rendered before the text with this CSS class name.

+
blockClassName?: string
blockIsAfterEnd?: boolean
+

Indicates if this block should be rendered after the last line. +In this case, the range must be empty and set to the last line.

+
className?: string
+

CSS class name describing the decoration.

+
firstLineDecorationClassName?: string
+

If set, the decoration will be rendered in the lines decorations with this CSS class name, but only for the first line in case of line wrapping.

+
glyphMarginClassName?: string
+

If set, the decoration will be rendered in the glyph margin with this CSS class name.

+
glyphMarginHoverMessage?: IMarkdownString | IMarkdownString[]
+

Message to be rendered when hovering over the glyph margin decoration.

+
hoverMessage?: IMarkdownString | IMarkdownString[]
+

Array of MarkdownString to render as the decoration message.

+
inlineClassName?: string
+

If set, the decoration will be rendered inline with the text with this CSS class name. +Please use this only for CSS rules that must impact the text. For example, use className +to have a background color decoration.

+
inlineClassNameAffectsLetterSpacing?: boolean
+

If there is an inlineClassName which affects letter spacing.

+
isWholeLine?: boolean
+

Should the decoration expand to encompass a whole line.

+
linesDecorationsClassName?: string
+

If set, the decoration will be rendered in the lines decorations with this CSS class name.

+
marginClassName?: string
+

If set, the decoration will be rendered in the margin (covering its full width) with this CSS class name.

+
+

If set, render this decoration in the minimap.

+
+

If set, render this decoration in the overview ruler.

+
showIfCollapsed?: boolean
+

Always render the decoration (even when the range it encompasses is collapsed).

+
+

Customize the growing behavior of the decoration when typing at the edges of the decoration. +Defaults to TrackedRangeStickiness.AlwaysGrowsWhenTypingAtEdges

+
zIndex?: number
+

Specifies the stack order of a decoration. +A decoration with greater stack order is always in front of a decoration with +a lower stack order when the decorations are on the same line.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IModelDecorationOverviewRulerOptions.html b/api/interfaces/monaco.editor.IModelDecorationOverviewRulerOptions.html new file mode 100644 index 00000000..336b40ad --- /dev/null +++ b/api/interfaces/monaco.editor.IModelDecorationOverviewRulerOptions.html @@ -0,0 +1,11 @@ +IModelDecorationOverviewRulerOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModelDecorationOverviewRulerOptions

+

Options for rendering a model decoration in the overview ruler.

+

Hierarchy

Index

Properties

color: string | ThemeColor
+

CSS color to render. +e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry

+
darkColor?: string | ThemeColor
+

CSS color to render. +e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry

+
+

The position in the overview ruler.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IModelDecorationsChangedEvent.html b/api/interfaces/monaco.editor.IModelDecorationsChangedEvent.html new file mode 100644 index 00000000..a210ff44 --- /dev/null +++ b/api/interfaces/monaco.editor.IModelDecorationsChangedEvent.html @@ -0,0 +1,3 @@ +IModelDecorationsChangedEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModelDecorationsChangedEvent

+

An event describing that model decorations have changed.

+

Hierarchy

  • IModelDecorationsChangedEvent

Index

Properties

affectsMinimap: boolean
affectsOverviewRuler: boolean

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IModelDeltaDecoration.html b/api/interfaces/monaco.editor.IModelDeltaDecoration.html new file mode 100644 index 00000000..3b1ad7ee --- /dev/null +++ b/api/interfaces/monaco.editor.IModelDeltaDecoration.html @@ -0,0 +1,7 @@ +IModelDeltaDecoration | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

New model decorations.

+

Hierarchy

  • IModelDeltaDecoration

Index

Properties

Properties

+

Options associated with this decoration.

+
range: IRange
+

Range that this decoration covers.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IModelLanguageChangedEvent.html b/api/interfaces/monaco.editor.IModelLanguageChangedEvent.html new file mode 100644 index 00000000..07e73123 --- /dev/null +++ b/api/interfaces/monaco.editor.IModelLanguageChangedEvent.html @@ -0,0 +1,9 @@ +IModelLanguageChangedEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An event describing that the current language associated with a model has changed.

+

Hierarchy

  • IModelLanguageChangedEvent

Index

Properties

newLanguage: string
+

New language

+
oldLanguage: string
+

Previous language

+
source: string
+

Source of the call that caused the event.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IModelLanguageConfigurationChangedEvent.html b/api/interfaces/monaco.editor.IModelLanguageConfigurationChangedEvent.html new file mode 100644 index 00000000..f2db1241 --- /dev/null +++ b/api/interfaces/monaco.editor.IModelLanguageConfigurationChangedEvent.html @@ -0,0 +1,3 @@ +IModelLanguageConfigurationChangedEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModelLanguageConfigurationChangedEvent

+

An event describing that the language configuration associated with a model has changed.

+

Hierarchy

  • IModelLanguageConfigurationChangedEvent

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IModelOptionsChangedEvent.html b/api/interfaces/monaco.editor.IModelOptionsChangedEvent.html new file mode 100644 index 00000000..4ea8550f --- /dev/null +++ b/api/interfaces/monaco.editor.IModelOptionsChangedEvent.html @@ -0,0 +1 @@ +IModelOptionsChangedEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IModelOptionsChangedEvent

Index

Properties

indentSize: boolean
insertSpaces: boolean
tabSize: boolean
trimAutoWhitespace: boolean

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMouseTargetContentEmpty.html b/api/interfaces/monaco.editor.IMouseTargetContentEmpty.html new file mode 100644 index 00000000..ae04d7f2 --- /dev/null +++ b/api/interfaces/monaco.editor.IMouseTargetContentEmpty.html @@ -0,0 +1,9 @@ +IMouseTargetContentEmpty | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

element: Element
+

The target element

+
mouseColumn: number
+

Desired mouse column (e.g. when position.column gets clamped to text length -- clicking after text on a line).

+
position: Position
+

The 'approximate' editor position

+
range: Range
+

The 'approximate' editor range

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMouseTargetContentEmptyData.html b/api/interfaces/monaco.editor.IMouseTargetContentEmptyData.html new file mode 100644 index 00000000..bfd1eecb --- /dev/null +++ b/api/interfaces/monaco.editor.IMouseTargetContentEmptyData.html @@ -0,0 +1 @@ +IMouseTargetContentEmptyData | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMouseTargetContentEmptyData

Hierarchy

  • IMouseTargetContentEmptyData

Index

Properties

horizontalDistanceToText?: number
isAfterLines: boolean

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMouseTargetContentText.html b/api/interfaces/monaco.editor.IMouseTargetContentText.html new file mode 100644 index 00000000..9df6b1ad --- /dev/null +++ b/api/interfaces/monaco.editor.IMouseTargetContentText.html @@ -0,0 +1,9 @@ +IMouseTargetContentText | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

element: Element
+

The target element

+
mouseColumn: number
+

Desired mouse column (e.g. when position.column gets clamped to text length -- clicking after text on a line).

+
position: Position
+

The 'approximate' editor position

+
range: Range
+

The 'approximate' editor range

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMouseTargetContentTextData.html b/api/interfaces/monaco.editor.IMouseTargetContentTextData.html new file mode 100644 index 00000000..f84e063f --- /dev/null +++ b/api/interfaces/monaco.editor.IMouseTargetContentTextData.html @@ -0,0 +1 @@ +IMouseTargetContentTextData | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IMouseTargetContentTextData

Index

Properties

mightBeForeignElement: boolean

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMouseTargetContentWidget.html b/api/interfaces/monaco.editor.IMouseTargetContentWidget.html new file mode 100644 index 00000000..f3a134dc --- /dev/null +++ b/api/interfaces/monaco.editor.IMouseTargetContentWidget.html @@ -0,0 +1,9 @@ +IMouseTargetContentWidget | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

detail: string
element: Element
+

The target element

+
mouseColumn: number
+

Desired mouse column (e.g. when position.column gets clamped to text length -- clicking after text on a line).

+
position: null
+

The 'approximate' editor position

+
range: null
+

The 'approximate' editor range

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMouseTargetMargin.html b/api/interfaces/monaco.editor.IMouseTargetMargin.html new file mode 100644 index 00000000..fa0bbc4b --- /dev/null +++ b/api/interfaces/monaco.editor.IMouseTargetMargin.html @@ -0,0 +1,9 @@ +IMouseTargetMargin | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

element: Element
+

The target element

+
mouseColumn: number
+

Desired mouse column (e.g. when position.column gets clamped to text length -- clicking after text on a line).

+
position: Position
+

The 'approximate' editor position

+
range: Range
+

The 'approximate' editor range

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMouseTargetMarginData.html b/api/interfaces/monaco.editor.IMouseTargetMarginData.html new file mode 100644 index 00000000..2dd5e538 --- /dev/null +++ b/api/interfaces/monaco.editor.IMouseTargetMarginData.html @@ -0,0 +1 @@ +IMouseTargetMarginData | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IMouseTargetMarginData

Index

Properties

glyphMarginLeft: number
glyphMarginWidth: number
isAfterLines: boolean
lineNumbersWidth: number
offsetX: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMouseTargetOutsideEditor.html b/api/interfaces/monaco.editor.IMouseTargetOutsideEditor.html new file mode 100644 index 00000000..33b31307 --- /dev/null +++ b/api/interfaces/monaco.editor.IMouseTargetOutsideEditor.html @@ -0,0 +1,9 @@ +IMouseTargetOutsideEditor | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

element: Element
+

The target element

+
mouseColumn: number
+

Desired mouse column (e.g. when position.column gets clamped to text length -- clicking after text on a line).

+
outsideDistance: number
outsidePosition: "right" | "left" | "above" | "below"
position: Position
+

The 'approximate' editor position

+
range: Range
+

The 'approximate' editor range

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMouseTargetOverlayWidget.html b/api/interfaces/monaco.editor.IMouseTargetOverlayWidget.html new file mode 100644 index 00000000..28e00a45 --- /dev/null +++ b/api/interfaces/monaco.editor.IMouseTargetOverlayWidget.html @@ -0,0 +1,9 @@ +IMouseTargetOverlayWidget | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

detail: string
element: Element
+

The target element

+
mouseColumn: number
+

Desired mouse column (e.g. when position.column gets clamped to text length -- clicking after text on a line).

+
position: null
+

The 'approximate' editor position

+
range: null
+

The 'approximate' editor range

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMouseTargetOverviewRuler.html b/api/interfaces/monaco.editor.IMouseTargetOverviewRuler.html new file mode 100644 index 00000000..7d982888 --- /dev/null +++ b/api/interfaces/monaco.editor.IMouseTargetOverviewRuler.html @@ -0,0 +1,9 @@ +IMouseTargetOverviewRuler | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

element: Element
+

The target element

+
mouseColumn: number
+

Desired mouse column (e.g. when position.column gets clamped to text length -- clicking after text on a line).

+
position: Position
+

The 'approximate' editor position

+
range: Range
+

The 'approximate' editor range

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMouseTargetScrollbar.html b/api/interfaces/monaco.editor.IMouseTargetScrollbar.html new file mode 100644 index 00000000..e3eb6162 --- /dev/null +++ b/api/interfaces/monaco.editor.IMouseTargetScrollbar.html @@ -0,0 +1,9 @@ +IMouseTargetScrollbar | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

element: Element
+

The target element

+
mouseColumn: number
+

Desired mouse column (e.g. when position.column gets clamped to text length -- clicking after text on a line).

+
position: Position
+

The 'approximate' editor position

+
range: Range
+

The 'approximate' editor range

+
type: SCROLLBAR

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMouseTargetTextarea.html b/api/interfaces/monaco.editor.IMouseTargetTextarea.html new file mode 100644 index 00000000..8b52e8a5 --- /dev/null +++ b/api/interfaces/monaco.editor.IMouseTargetTextarea.html @@ -0,0 +1,9 @@ +IMouseTargetTextarea | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

element: Element
+

The target element

+
mouseColumn: number
+

Desired mouse column (e.g. when position.column gets clamped to text length -- clicking after text on a line).

+
position: null
+

The 'approximate' editor position

+
range: null
+

The 'approximate' editor range

+
type: TEXTAREA

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMouseTargetUnknown.html b/api/interfaces/monaco.editor.IMouseTargetUnknown.html new file mode 100644 index 00000000..26b65ec6 --- /dev/null +++ b/api/interfaces/monaco.editor.IMouseTargetUnknown.html @@ -0,0 +1,9 @@ +IMouseTargetUnknown | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

element: Element
+

The target element

+
mouseColumn: number
+

Desired mouse column (e.g. when position.column gets clamped to text length -- clicking after text on a line).

+
position: Position
+

The 'approximate' editor position

+
range: Range
+

The 'approximate' editor range

+
type: UNKNOWN

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMouseTargetViewZone.html b/api/interfaces/monaco.editor.IMouseTargetViewZone.html new file mode 100644 index 00000000..cd878f33 --- /dev/null +++ b/api/interfaces/monaco.editor.IMouseTargetViewZone.html @@ -0,0 +1,9 @@ +IMouseTargetViewZone | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

element: Element
+

The target element

+
mouseColumn: number
+

Desired mouse column (e.g. when position.column gets clamped to text length -- clicking after text on a line).

+
position: Position
+

The 'approximate' editor position

+
range: Range
+

The 'approximate' editor range

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IMouseTargetViewZoneData.html b/api/interfaces/monaco.editor.IMouseTargetViewZoneData.html new file mode 100644 index 00000000..c648ccbc --- /dev/null +++ b/api/interfaces/monaco.editor.IMouseTargetViewZoneData.html @@ -0,0 +1 @@ +IMouseTargetViewZoneData | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IMouseTargetViewZoneData

Index

Properties

afterLineNumber: number
position: Position
positionAfter: Position
positionBefore: Position
viewZoneId: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.INewScrollPosition.html b/api/interfaces/monaco.editor.INewScrollPosition.html new file mode 100644 index 00000000..08daa014 --- /dev/null +++ b/api/interfaces/monaco.editor.INewScrollPosition.html @@ -0,0 +1 @@ +INewScrollPosition | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • INewScrollPosition

Index

Properties

scrollLeft?: number
scrollTop?: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IOverlayWidget.html b/api/interfaces/monaco.editor.IOverlayWidget.html new file mode 100644 index 00000000..7f31ebe4 --- /dev/null +++ b/api/interfaces/monaco.editor.IOverlayWidget.html @@ -0,0 +1,10 @@ +IOverlayWidget | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An overlay widgets renders on top of the text.

+

Hierarchy

  • IOverlayWidget

Index

Methods

  • getDomNode(): HTMLElement
  • getId(): string

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IOverlayWidgetPosition.html b/api/interfaces/monaco.editor.IOverlayWidgetPosition.html new file mode 100644 index 00000000..d7fc4ed7 --- /dev/null +++ b/api/interfaces/monaco.editor.IOverlayWidgetPosition.html @@ -0,0 +1,5 @@ +IOverlayWidgetPosition | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A position for rendering overlay widgets.

+

Hierarchy

  • IOverlayWidgetPosition

Index

Properties

Properties

+

The position preference for the overlay widget.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IPartialEditorMouseEvent.html b/api/interfaces/monaco.editor.IPartialEditorMouseEvent.html new file mode 100644 index 00000000..57b8658b --- /dev/null +++ b/api/interfaces/monaco.editor.IPartialEditorMouseEvent.html @@ -0,0 +1 @@ +IPartialEditorMouseEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IPartialEditorMouseEvent

Index

Properties

Properties

target: IMouseTarget

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IPasteEvent.html b/api/interfaces/monaco.editor.IPasteEvent.html new file mode 100644 index 00000000..64a88fcf --- /dev/null +++ b/api/interfaces/monaco.editor.IPasteEvent.html @@ -0,0 +1,3 @@ +IPasteEvent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A paste event originating from the editor.

+

Hierarchy

  • IPasteEvent

Index

Properties

Properties

languageId: string
range: Range

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IQuickSuggestionsOptions.html b/api/interfaces/monaco.editor.IQuickSuggestionsOptions.html new file mode 100644 index 00000000..4033ef77 --- /dev/null +++ b/api/interfaces/monaco.editor.IQuickSuggestionsOptions.html @@ -0,0 +1,3 @@ +IQuickSuggestionsOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for quick suggestions

+

Hierarchy

  • IQuickSuggestionsOptions

Index

Properties

comments?: boolean | QuickSuggestionsValue
other?: boolean | QuickSuggestionsValue
strings?: boolean | QuickSuggestionsValue

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IRelatedInformation.html b/api/interfaces/monaco.editor.IRelatedInformation.html new file mode 100644 index 00000000..44ad3fcc --- /dev/null +++ b/api/interfaces/monaco.editor.IRelatedInformation.html @@ -0,0 +1 @@ +IRelatedInformation | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IRelatedInformation

Index

Properties

endColumn: number
endLineNumber: number
message: string
resource: Uri
startColumn: number
startLineNumber: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IRulerOption.html b/api/interfaces/monaco.editor.IRulerOption.html new file mode 100644 index 00000000..8f776ba2 --- /dev/null +++ b/api/interfaces/monaco.editor.IRulerOption.html @@ -0,0 +1 @@ +IRulerOption | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IRulerOption

Index

Properties

Properties

color: string
column: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ISingleEditOperation.html b/api/interfaces/monaco.editor.ISingleEditOperation.html new file mode 100644 index 00000000..f4e11ca0 --- /dev/null +++ b/api/interfaces/monaco.editor.ISingleEditOperation.html @@ -0,0 +1,11 @@ +ISingleEditOperation | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A single edit operation, that acts as a simple replace. +i.e. Replace text at range with text in model.

+

Hierarchy

Index

Properties

forceMoveMarkers?: boolean
+

This indicates that this operation has "insert" semantics. +i.e. forceMoveMarkers = true => if range is collapsed, all markers at the position will be moved.

+
range: IRange
+

The range to replace. This can be empty to emulate a simple insert.

+
text: string
+

The text to replace with. This can be null to emulate a simple delete.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ISmartSelectOptions.html b/api/interfaces/monaco.editor.ISmartSelectOptions.html new file mode 100644 index 00000000..4ea7c607 --- /dev/null +++ b/api/interfaces/monaco.editor.ISmartSelectOptions.html @@ -0,0 +1 @@ +ISmartSelectOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ISmartSelectOptions

Index

Properties

selectLeadingAndTrailingWhitespace?: boolean

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IStandaloneCodeEditor.html b/api/interfaces/monaco.editor.IStandaloneCodeEditor.html new file mode 100644 index 00000000..984a30f2 --- /dev/null +++ b/api/interfaces/monaco.editor.IStandaloneCodeEditor.html @@ -0,0 +1,314 @@ +IStandaloneCodeEditor | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Events

Properties

Methods

Events

onContextMenu: IEvent<IEditorMouseEvent>
+

An event emitted on a "contextmenu".

+
onDidAttemptReadOnlyEdit: IEvent<void>
+

An event emitted when editing failed because the editor is read-only.

+
onDidBlurEditorText: IEvent<void>
+

An event emitted when the text inside this editor lost focus (i.e. cursor stops blinking).

+
onDidBlurEditorWidget: IEvent<void>
+

An event emitted when the text inside this editor or an editor widget lost focus.

+
onDidChangeConfiguration: IEvent<ConfigurationChangedEvent>
+

An event emitted when the configuration of the editor has changed. (e.g. editor.updateOptions())

+
onDidChangeCursorPosition: IEvent<ICursorPositionChangedEvent>
+

An event emitted when the cursor position has changed.

+
onDidChangeCursorSelection: IEvent<ICursorSelectionChangedEvent>
+

An event emitted when the cursor selection has changed.

+
onDidChangeHiddenAreas: IEvent<void>
+

An event emitted when hidden areas change in the editor (e.g. due to folding).

+
onDidChangeModel: IEvent<IModelChangedEvent>
+

An event emitted when the model of this editor has changed (e.g. editor.setModel()).

+
onDidChangeModelContent: IEvent<IModelContentChangedEvent>
+

An event emitted when the content of the current model has changed.

+
onDidChangeModelDecorations: IEvent<IModelDecorationsChangedEvent>
+

An event emitted when the decorations of the current model have changed.

+
onDidChangeModelLanguage: IEvent<IModelLanguageChangedEvent>
+

An event emitted when the language of the current model has changed.

+
onDidChangeModelLanguageConfiguration: IEvent<IModelLanguageConfigurationChangedEvent>
+

An event emitted when the language configuration of the current model has changed.

+
onDidChangeModelOptions: IEvent<IModelOptionsChangedEvent>
+

An event emitted when the options of the current model has changed.

+
onDidContentSizeChange: IEvent<IContentSizeChangedEvent>
+

An event emitted when the content width or content height in the editor has changed.

+
onDidFocusEditorText: IEvent<void>
+

An event emitted when the text inside this editor gained focus (i.e. cursor starts blinking).

+
onDidFocusEditorWidget: IEvent<void>
+

An event emitted when the text inside this editor or an editor widget gained focus.

+
onDidLayoutChange: IEvent<EditorLayoutInfo>
+

An event emitted when the layout of the editor has changed.

+
onDidPaste: IEvent<IPasteEvent>
+

An event emitted when users paste text in the editor.

+
onDidScrollChange: IEvent<IScrollEvent>
+

An event emitted when the scroll in the editor has changed.

+
+

An event emitted on a "keydown".

+
+

An event emitted on a "keyup".

+
+

An event emitted on a "mousedown".

+
+

An event emitted on a "mouseleave".

+
+

An event emitted on a "mousemove".

+
+

An event emitted on a "mouseup".

+

Properties

onDidCompositionEnd: IEvent<void>
+

An event emitted after composition has ended.

+
onDidCompositionStart: IEvent<void>
+

An event emitted after composition has started.

+

Methods

  • addCommand(keybinding: number, handler: ICommandHandler, context?: string): string
  • applyFontInfo(target: HTMLElement): void
  • createContextKey<T>(key: string, defaultValue: T): IContextKey<T>
  • dispose(): void
  • executeCommand(source: string, command: ICommand): void
  • executeCommands(source: string, commands: ICommand[]): void
  • focus(): void
  • getBottomForLineNumber(lineNumber: number): number
  • getContainerDomNode(): HTMLElement
  • getContentHeight(): number
  • getContentWidth(): number
  • getContribution<T>(id: string): T
  • getDomNode(): HTMLElement
  • getEditorType(): string
  • getId(): string
  • getOffsetForColumn(lineNumber: number, column: number): number
  • +

    Get the horizontal position (left offset) for the column w.r.t to the beginning of the line. +This method works only if the line lineNumber is currently rendered (in the editor's viewport). +Use this method with caution.

    +

    Parameters

    • lineNumber: number
    • column: number

    Returns number

  • getScrollHeight(): number
  • getScrollLeft(): number
  • getScrollTop(): number
  • getScrollWidth(): number
  • getScrolledVisiblePosition(position: IPosition): { height: number; left: number; top: number }
  • +

    Get the visible position for position. +The result position takes scrolling into account and is relative to the top left corner of the editor. +Explanation 1: the results of this method will change for the same position if the user scrolls the editor. +Explanation 2: the results of this method will not change if the container of the editor gets repositioned. +Warning: the results of this method are inaccurate for positions that are outside the current editor viewport.

    +

    Parameters

    Returns { height: number; left: number; top: number }

    • height: number
    • left: number
    • top: number
  • getTargetAtClientPoint(clientX: number, clientY: number): IMouseTarget
  • getTopForLineNumber(lineNumber: number): number
  • getTopForPosition(lineNumber: number, column: number): number
  • getValue(options?: { lineEnding: string; preserveBOM: boolean }): string
  • getVisibleColumnFromPosition(position: IPosition): number
  • getVisibleRanges(): Range[]
  • hasTextFocus(): boolean
  • hasWidgetFocus(): boolean
  • +

    Instructs the editor to remeasure its container. This method should +be called when the container of the editor gets resized.

    +

    If a dimension is passed in, the passed in value will be used.

    +

    Parameters

    Returns void

  • popUndoStop(): boolean
  • pushUndoStop(): boolean
  • removeDecorations(decorationIds: string[]): void
  • render(forceRedraw?: boolean): void
  • revealLine(lineNumber: number, scrollType?: ScrollType): void
  • revealLineInCenter(lineNumber: number, scrollType?: ScrollType): void
  • revealLineInCenterIfOutsideViewport(lineNumber: number, scrollType?: ScrollType): void
  • revealLineNearTop(lineNumber: number, scrollType?: ScrollType): void
  • revealLines(startLineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealLinesInCenter(lineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealLinesInCenterIfOutsideViewport(lineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealLinesNearTop(lineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealRangeInCenterIfOutsideViewport(range: IRange, scrollType?: ScrollType): void
  • revealRangeNearTopIfOutsideViewport(range: IRange, scrollType?: ScrollType): void
  • setBanner(bannerDomNode: HTMLElement, height: number): void
  • +

    Sets the current model attached to this editor. +If the previous model was created by the editor via the value key in the options +literal object, it will be destroyed. Otherwise, if the previous model was set +via setModel, or the model key in the options literal object, the previous model +will not be destroyed. +It is safe to call setModel(null) to simply detach the current model from the editor.

    +

    Parameters

    Returns void

  • setPosition(position: IPosition, source?: string): void
  • setScrollLeft(newScrollLeft: number, scrollType?: ScrollType): void
  • setScrollTop(newScrollTop: number, scrollType?: ScrollType): void
  • setSelection(selection: IRange, source?: string): void
  • setSelection(selection: Range, source?: string): void
  • setSelection(selection: ISelection, source?: string): void
  • setSelection(selection: Selection, source?: string): void
  • setSelections(selections: readonly ISelection[], source?: string): void
  • +

    Set the selections for all the cursors of the editor. +Cursors will be removed or added, as necessary.

    +

    Parameters

    • selections: readonly ISelection[]
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • setValue(newValue: string): void
  • trigger(source: string, handlerId: string, payload: any): void
  • +

    Directly trigger a handler or an editor action.

    +

    Parameters

    • source: string
      +

      The source of the call.

      +
    • handlerId: string
      +

      The id of the handler or the id of a contribution.

      +
    • payload: any
      +

      Extra data to be sent to the handler.

      +

    Returns void

  • writeScreenReaderContent(reason: string): void

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IStandaloneDiffEditor.html b/api/interfaces/monaco.editor.IStandaloneDiffEditor.html new file mode 100644 index 00000000..75fea24a --- /dev/null +++ b/api/interfaces/monaco.editor.IStandaloneDiffEditor.html @@ -0,0 +1,150 @@ +IStandaloneDiffEditor | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Events

onDidChangeModel: IEvent<void>
+

An event emitted when the diff model is changed (i.e. the diff editor shows new content).

+
onDidUpdateDiff: IEvent<void>
+

An event emitted when the diff information computed by this diff editor has been updated.

+

Methods

  • addCommand(keybinding: number, handler: ICommandHandler, context?: string): string
  • createContextKey<T>(key: string, defaultValue: T): IContextKey<T>
  • dispose(): void
  • focus(): void
  • getContainerDomNode(): HTMLElement
  • getEditorType(): string
  • getId(): string
  • getVisibleColumnFromPosition(position: IPosition): number
  • hasTextFocus(): boolean
  • +

    Instructs the editor to remeasure its container. This method should +be called when the container of the editor gets resized.

    +

    If a dimension is passed in, the passed in value will be used.

    +

    Parameters

    Returns void

  • revealLine(lineNumber: number, scrollType?: ScrollType): void
  • revealLineInCenter(lineNumber: number, scrollType?: ScrollType): void
  • revealLineInCenterIfOutsideViewport(lineNumber: number, scrollType?: ScrollType): void
  • revealLineNearTop(lineNumber: number, scrollType?: ScrollType): void
  • revealLines(startLineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealLinesInCenter(lineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealLinesInCenterIfOutsideViewport(lineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealLinesNearTop(lineNumber: number, endLineNumber: number, scrollType?: ScrollType): void
  • revealRangeInCenterIfOutsideViewport(range: IRange, scrollType?: ScrollType): void
  • revealRangeNearTopIfOutsideViewport(range: IRange, scrollType?: ScrollType): void
  • +

    Sets the current model attached to this editor. +If the previous model was created by the editor via the value key in the options +literal object, it will be destroyed. Otherwise, if the previous model was set +via setModel, or the model key in the options literal object, the previous model +will not be destroyed. +It is safe to call setModel(null) to simply detach the current model from the editor.

    +

    Parameters

    Returns void

  • setPosition(position: IPosition, source?: string): void
  • setSelection(selection: IRange, source?: string): void
  • setSelection(selection: Range, source?: string): void
  • setSelection(selection: ISelection, source?: string): void
  • setSelection(selection: Selection, source?: string): void
  • setSelections(selections: readonly ISelection[], source?: string): void
  • +

    Set the selections for all the cursors of the editor. +Cursors will be removed or added, as necessary.

    +

    Parameters

    • selections: readonly ISelection[]
      +

      The new selection

      +
    • Optional source: string
      +

      Source of the call that caused the selection

      +

    Returns void

  • trigger(source: string, handlerId: string, payload: any): void
  • +

    Directly trigger a handler or an editor action.

    +

    Parameters

    • source: string
      +

      The source of the call.

      +
    • handlerId: string
      +

      The id of the handler or the id of a contribution.

      +
    • payload: any
      +

      Extra data to be sent to the handler.

      +

    Returns void

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html b/api/interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html new file mode 100644 index 00000000..b632b604 --- /dev/null +++ b/api/interfaces/monaco.editor.IStandaloneDiffEditorConstructionOptions.html @@ -0,0 +1,430 @@ +IStandaloneDiffEditorConstructionOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStandaloneDiffEditorConstructionOptions

+

The options to create a diff editor.

+

Hierarchy

Index

Properties

Properties

acceptSuggestionOnCommitCharacter?: boolean
+

Accept suggestions on provider defined characters. +Defaults to true.

+
acceptSuggestionOnEnter?: "on" | "off" | "smart"
+

Accept suggestions on ENTER. +Defaults to 'on'.

+
accessibilityPageSize?: number
+

Controls the number of lines in the editor that can be read out by a screen reader

+
accessibilitySupport?: "on" | "off" | "auto"
+

Configure the editor's accessibility support. +Defaults to 'auto'. It is best to leave this to 'auto'.

+
ariaLabel?: string
+

The aria label for the editor's textarea (when it is focused).

+
autoClosingBrackets?: EditorAutoClosingStrategy
+

Options for auto closing brackets. +Defaults to language defined behavior.

+
autoClosingDelete?: EditorAutoClosingEditStrategy
+

Options for pressing backspace near quotes or bracket pairs.

+
autoClosingOvertype?: EditorAutoClosingEditStrategy
+

Options for typing over closing quotes or brackets.

+
autoClosingQuotes?: EditorAutoClosingStrategy
+

Options for auto closing quotes. +Defaults to language defined behavior.

+
autoDetectHighContrast?: boolean
+

If enabled, will automatically change to high contrast theme if the OS is using a high contrast theme. +Defaults to true.

+
autoIndent?: "none" | "advanced" | "full" | "brackets" | "keep"
+

Controls whether the editor should automatically adjust the indentation when users type, paste, move or indent lines. +Defaults to advanced.

+
+

Options for auto surrounding. +Defaults to always allowing auto surrounding.

+
automaticLayout?: boolean
+

Enable that the editor will install a ResizeObserver to check if its container dom node size has changed. +Defaults to false.

+
bracketPairColorization?: IBracketPairColorizationOptions
+

Configures bracket pair colorization (disabled by default).

+
codeActionsOnSaveTimeout?: number
+

Timeout for running code actions on save.

+
codeLens?: boolean
+

Show code lens +Defaults to true.

+
codeLensFontFamily?: string
+

Code lens font family. Defaults to editor font family.

+
codeLensFontSize?: number
+

Code lens font size. Default to 90% of the editor font size

+
colorDecorators?: boolean
+

Enable inline color decorators and color picker rendering.

+
colorDecoratorsLimit?: number
+

Controls the max number of color decorators that can be rendered in an editor at once.

+
columnSelection?: boolean
+

Enable that the selection with the mouse and keys is doing column selection. +Defaults to false.

+
+

Control the behaviour of comments in the editor.

+
contextmenu?: boolean
+

Enable custom contextmenu. +Defaults to true.

+
copyWithSyntaxHighlighting?: boolean
+

Syntax highlighting is copied.

+
cursorBlinking?: "blink" | "smooth" | "phase" | "expand" | "solid"
+

Control the cursor animation style, possible values are 'blink', 'smooth', 'phase', 'expand' and 'solid'. +Defaults to 'blink'.

+
cursorSmoothCaretAnimation?: "on" | "off" | "explicit"
+

Enable smooth caret animation. +Defaults to 'off'.

+
cursorStyle?: "line" | "block" | "underline" | "line-thin" | "block-outline" | "underline-thin"
+

Control the cursor style, either 'block' or 'line'. +Defaults to 'line'.

+
cursorSurroundingLines?: number
+

Controls the minimal number of visible leading and trailing lines surrounding the cursor. +Defaults to 0.

+
cursorSurroundingLinesStyle?: "default" | "all"
+

Controls when cursorSurroundingLines should be enforced +Defaults to default, cursorSurroundingLines is not enforced when cursor position is changed +by mouse.

+
cursorWidth?: number
+

Control the width of the cursor when cursorStyle is set to 'line'

+
definitionLinkOpensInPeek?: boolean
+

Controls whether the definition link opens element in the peek widget. +Defaults to false.

+
diffAlgorithm?: "smart" | "experimental" | IDocumentDiffProvider
+

Diff Algorithm

+
diffCodeLens?: boolean
+

Should the diff editor enable code lens? +Defaults to false.

+
diffWordWrap?: "on" | "off" | "inherit"
+

Control the wrapping of the diff editor.

+
dimension?: IDimension
+

The initial editor dimension (to avoid measuring the container).

+
disableLayerHinting?: boolean
+

Disable the use of transform: translate3d(0px, 0px, 0px) for the editor margin and lines layers. +The usage of transform: translate3d(0px, 0px, 0px) acts as a hint for browsers to create an extra layer. +Defaults to false.

+
disableMonospaceOptimizations?: boolean
+

Disable the optimizations for monospace fonts. +Defaults to false.

+
domReadOnly?: boolean
+

Should the textarea used for input use the DOM readonly attribute. +Defaults to false.

+
dragAndDrop?: boolean
+

Controls if the editor should allow to move selections via drag and drop. +Defaults to false.

+
dropIntoEditor?: IDropIntoEditorOptions
+

Controls dropping into the editor from an external source.

+

When enabled, this shows a preview of the drop location and triggers an onDropIntoEditor event.

+
emptySelectionClipboard?: boolean
+

Copying without a selection copies the current line.

+
enableSplitViewResizing?: boolean
+

Allow the user to resize the diff editor split view. +Defaults to true.

+
experimentalWhitespaceRendering?: "off" | "svg" | "font"
+

Enable experimental whitespace rendering. +Defaults to 'svg'.

+
extraEditorClassName?: string
+

Class name to be added to the editor.

+
fastScrollSensitivity?: number
+

FastScrolling mulitplier speed when pressing Alt +Defaults to 5.

+
+

Control the behavior of the find widget.

+
fixedOverflowWidgets?: boolean
+

Display overflow widgets as fixed. +Defaults to false.

+
folding?: boolean
+

Enable code folding. +Defaults to true.

+
foldingHighlight?: boolean
+

Enable highlight for folded regions. +Defaults to true.

+
foldingImportsByDefault?: boolean
+

Auto fold imports folding regions. +Defaults to true.

+
foldingMaximumRegions?: number
+

Maximum number of foldable regions. +Defaults to 5000.

+
foldingStrategy?: "auto" | "indentation"
+

Selects the folding strategy. 'auto' uses the strategies contributed for the current document, 'indentation' uses the indentation based folding strategy. +Defaults to 'auto'.

+
fontFamily?: string
+

The font family

+
fontLigatures?: string | boolean
+

Enable font ligatures. +Defaults to false.

+
fontSize?: number
+

The font size

+
fontVariations?: string | boolean
+

Enable font variations. +Defaults to false.

+
fontWeight?: string
+

The font weight

+
formatOnPaste?: boolean
+

Enable format on paste. +Defaults to false.

+
formatOnType?: boolean
+

Enable format on type. +Defaults to false.

+
glyphMargin?: boolean
+

Enable the rendering of the glyph margin. +Defaults to true in vscode and to false in monaco-editor.

+
gotoLocation?: IGotoLocationOptions
+

Controls the behavior of editor guides.

+
hideCursorInOverviewRuler?: boolean
+

Should the cursor be hidden in the overview ruler. +Defaults to false.

+
+

Configure the editor's hover.

+
ignoreTrimWhitespace?: boolean
+

Compute the diff by ignoring leading/trailing whitespace +Defaults to true.

+
inDiffEditor?: boolean
+

This editor is used inside a diff editor.

+
+

Control the behavior and rendering of the inline hints.

+
inlineSuggest?: IInlineSuggestOptions
isInEmbeddedEditor?: boolean
+

Is the diff editor inside another editor +Defaults to false

+
letterSpacing?: number
+

The letter spacing

+
+

Control the behavior and rendering of the code action lightbulb.

+
lineDecorationsWidth?: string | number
+

The width reserved for line decorations (in px). +Line decorations are placed between line numbers and the editor content. +You can pass in a string in the format floating point followed by "ch". e.g. 1.3ch. +Defaults to 10.

+
lineHeight?: number
+

The line height

+
lineNumbers?: LineNumbersType
+

Control the rendering of line numbers. +If it is a function, it will be invoked when rendering a line number and the return value will be rendered. +Otherwise, if it is a truthy, line numbers will be rendered normally (equivalent of using an identity function). +Otherwise, line numbers will not be rendered. +Defaults to on.

+
lineNumbersMinChars?: number
+

Control the width of line numbers, by reserving horizontal space for rendering at least an amount of digits. +Defaults to 5.

+
linkedEditing?: boolean
+

Enable linked editing. +Defaults to false.

+
links?: boolean
+

Enable detecting links and making them clickable. +Defaults to true.

+
matchBrackets?: "always" | "never" | "near"
+

Enable highlighting of matching brackets. +Defaults to 'always'.

+
matchOnWordStartOnly?: boolean
+

Controls whether suggestions allow matches in the middle of the word instead of only at the beginning

+
maxComputationTime?: number
+

Timeout in milliseconds after which diff computation is cancelled. +Defaults to 5000.

+
maxFileSize?: number
+

Maximum supported file size in MB. +Defaults to 50.

+
+

Control the behavior and rendering of the minimap.

+
modifiedAriaLabel?: string
+

Aria label for modified editor.

+
mouseStyle?: "default" | "text" | "copy"
+

Control the mouse pointer style, either 'text' or 'default' or 'copy' +Defaults to 'text'

+
mouseWheelScrollSensitivity?: number
+

A multiplier to be used on the deltaX and deltaY of mouse wheel scroll events. +Defaults to 1.

+
mouseWheelZoom?: boolean
+

Zoom the font in the editor when using the mouse wheel in combination with holding Ctrl. +Defaults to false.

+
multiCursorLimit?: number
+

Controls the max number of text cursors that can be in an active editor at once.

+
multiCursorMergeOverlapping?: boolean
+

Merge overlapping selections. +Defaults to true

+
multiCursorModifier?: "ctrlCmd" | "alt"
+

The modifier to be used to add multiple cursors with the mouse. +Defaults to 'alt'

+
multiCursorPaste?: "spread" | "full"
+

Configure the behaviour when pasting a text with the line count equal to the cursor count. +Defaults to 'spread'.

+
occurrencesHighlight?: boolean
+

Enable semantic occurrences highlight. +Defaults to true.

+
originalAriaLabel?: string
+

Aria label for original editor.

+
originalEditable?: boolean
+

Original model should be editable? +Defaults to false.

+
overflowWidgetsDomNode?: HTMLElement
+

Place overflow widgets inside an external DOM node. +Defaults to an internal DOM node.

+
overviewRulerBorder?: boolean
+

Controls if a border should be drawn around the overview ruler. +Defaults to true.

+
overviewRulerLanes?: number
+

The number of vertical lanes the overview ruler should render. +Defaults to 3.

+
+

Controls the spacing around the editor.

+
+

Parameter hint options.

+
peekWidgetDefaultFocus?: "tree" | "editor"
+

Controls whether to focus the inline editor in the peek widget by default. +Defaults to false.

+
quickSuggestions?: boolean | IQuickSuggestionsOptions
+

Enable quick suggestions (shadow suggestions) +Defaults to true.

+
quickSuggestionsDelay?: number
+

Quick suggestions show delay (in ms) +Defaults to 10 (ms)

+
readOnly?: boolean
+

Should the editor be read only. See also domReadOnly. +Defaults to false.

+
renameOnType?: boolean
+

deprecated, use linkedEditing instead

+
renderControlCharacters?: boolean
+

Enable rendering of control characters. +Defaults to true.

+
renderFinalNewline?: "on" | "off" | "dimmed"
+

Render last line number when the file ends with a newline. +Defaults to 'on' for Windows and macOS and 'dimmed' for Linux.

+
renderIndicators?: boolean
+

Render +/- indicators for added/deleted changes. +Defaults to true.

+
renderLineHighlight?: "all" | "line" | "none" | "gutter"
+

Enable rendering of current line highlight. +Defaults to all.

+
renderLineHighlightOnlyWhenFocus?: boolean
+

Control if the current line highlight should be rendered only the editor is focused. +Defaults to false.

+
renderMarginRevertIcon?: boolean
+

Shows icons in the glyph margin to revert changes. +Default to true.

+
renderOverviewRuler?: boolean
+

Is the diff editor should render overview ruler +Defaults to true

+
renderSideBySide?: boolean
+

Render the differences in two side-by-side editors. +Defaults to true.

+
renderValidationDecorations?: "on" | "off" | "editable"
+

Should the editor render validation decorations. +Defaults to editable.

+
renderWhitespace?: "all" | "none" | "boundary" | "selection" | "trailing"
+

Enable rendering of whitespace. +Defaults to 'selection'.

+
revealHorizontalRightPadding?: number
+

When revealing the cursor, a virtual padding (px) is added to the cursor, turning it into a rectangle. +This virtual padding ensures that the cursor gets revealed before hitting the edge of the viewport. +Defaults to 30 (px).

+
roundedSelection?: boolean
+

Render the editor selection with rounded borders. +Defaults to true.

+
rulers?: (number | IRulerOption)[]
+

Render vertical lines at the specified columns. +Defaults to empty array.

+
scrollBeyondLastColumn?: number
+

Enable that scrolling can go beyond the last column by a number of columns. +Defaults to 5.

+
scrollBeyondLastLine?: boolean
+

Enable that scrolling can go one screen size after the last line. +Defaults to true.

+
scrollPredominantAxis?: boolean
+

Enable that the editor scrolls only the predominant axis. Prevents horizontal drift when scrolling vertically on a trackpad. +Defaults to true.

+
+

Control the behavior and rendering of the scrollbars.

+
selectOnLineNumbers?: boolean
+

Should the corresponding line be selected when clicking on the line number? +Defaults to true.

+
selectionClipboard?: boolean
+

Enable Linux primary clipboard. +Defaults to true.

+
selectionHighlight?: boolean
+

Enable selection highlight. +Defaults to true.

+
showDeprecated?: boolean
+

Controls strikethrough deprecated variables.

+
showFoldingControls?: "always" | "never" | "mouseover"
+

Controls whether the fold actions in the gutter stay always visible or hide unless the mouse is over the gutter. +Defaults to 'mouseover'.

+
showUnused?: boolean
+

Controls fading out of unused variables.

+
smartSelect?: ISmartSelectOptions
+

Smart select options.

+
smoothScrolling?: boolean
+

Enable that the editor animates scrolling to a position. +Defaults to false.

+
snippetSuggestions?: "none" | "top" | "bottom" | "inline"
+

Enable snippet suggestions. Default to 'true'.

+
+

Control the behavior of sticky scroll options

+
stickyTabStops?: boolean
+

Emulate selection behaviour of tab characters when using spaces for indentation. +This means selection will stick to tab stops.

+
stopRenderingLineAfter?: number
+

Performance guard: Stop rendering a line after x characters. +Defaults to 10000. +Use -1 to never stop rendering

+
suggest?: ISuggestOptions
+

Suggest options.

+
suggestFontSize?: number
+

The font size for the suggest widget. +Defaults to the editor font size.

+
suggestLineHeight?: number
+

The line height for the suggest widget. +Defaults to the editor line height.

+
suggestOnTriggerCharacters?: boolean
+

Enable the suggestion box to pop-up on trigger characters. +Defaults to true.

+
suggestSelection?: "first" | "recentlyUsed" | "recentlyUsedByPrefix"
+

The history mode for suggestions.

+
tabCompletion?: "on" | "off" | "onlySnippets"
+

Enable tab completion.

+
tabIndex?: number
+

The tabindex property of the editor's textarea

+
theme?: string
+

Initial theme to be used for rendering. +The current out-of-the-box available themes are: 'vs' (default), 'vs-dark', 'hc-black', 'hc-light. +You can create custom themes via monaco.editor.defineTheme. +To switch a theme, use monaco.editor.setTheme. +NOTE: The theme might be overwritten if the OS is in high contrast mode, unless autoDetectHighContrast is set to false.

+
unfoldOnClickAfterEndOfLine?: boolean
+

Controls whether clicking on the empty content after a folded line will unfold the line. +Defaults to false.

+
unicodeHighlight?: IUnicodeHighlightOptions
+

Controls the behavior of the unicode highlight feature +(by default, ambiguous and invisible characters are highlighted).

+
unusualLineTerminators?: "off" | "auto" | "prompt"
+

Remove unusual line terminators like LINE SEPARATOR (LS), PARAGRAPH SEPARATOR (PS). +Defaults to 'prompt'.

+
useShadowDOM?: boolean
+

Control if the editor should use shadow DOM.

+
useTabStops?: boolean
+

Inserting and deleting whitespace follows tab stops.

+
wordBreak?: "normal" | "keepAll"
+

Sets whether line breaks appear wherever the text would otherwise overflow its content box. +When wordBreak = 'normal', Use the default line break rule. +When wordBreak = 'keepAll', Word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal.

+
wordSeparators?: string
+

A string containing the word separators used when doing word navigation. +Defaults to `~!@#$%^&*()-=+[{]}\|;:'",.<>/?

+
wordWrap?: "on" | "off" | "wordWrapColumn" | "bounded"
+

Control the wrapping of the editor. +When wordWrap = "off", the lines will never wrap. +When wordWrap = "on", the lines will wrap at the viewport width. +When wordWrap = "wordWrapColumn", the lines will wrap at wordWrapColumn. +When wordWrap = "bounded", the lines will wrap at min(viewport width, wordWrapColumn). +Defaults to "off".

+
wordWrapBreakAfterCharacters?: string
+

Configure word wrapping characters. A break will be introduced after these characters.

+
wordWrapBreakBeforeCharacters?: string
+

Configure word wrapping characters. A break will be introduced before these characters.

+
wordWrapColumn?: number
+

Control the wrapping of the editor. +When wordWrap = "off", the lines will never wrap. +When wordWrap = "on", the lines will wrap at the viewport width. +When wordWrap = "wordWrapColumn", the lines will wrap at wordWrapColumn. +When wordWrap = "bounded", the lines will wrap at min(viewport width, wordWrapColumn). +Defaults to 80.

+
wordWrapOverride1?: "on" | "off" | "inherit"
+

Override the wordWrap setting.

+
wordWrapOverride2?: "on" | "off" | "inherit"
+

Override the wordWrapOverride1 setting.

+
wrappingIndent?: "none" | "same" | "indent" | "deepIndent"
+

Control indentation of wrapped lines. Can be: 'none', 'same', 'indent' or 'deepIndent'. +Defaults to 'same' in vscode and to 'none' in monaco-editor.

+
wrappingStrategy?: "simple" | "advanced"
+

Controls the wrapping strategy to use. +Defaults to 'simple'.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html b/api/interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html new file mode 100644 index 00000000..8cb2a27d --- /dev/null +++ b/api/interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html @@ -0,0 +1,438 @@ +IStandaloneEditorConstructionOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStandaloneEditorConstructionOptions

+

The options to create an editor.

+

Hierarchy

Index

Properties

Properties

acceptSuggestionOnCommitCharacter?: boolean
+

Accept suggestions on provider defined characters. +Defaults to true.

+
acceptSuggestionOnEnter?: "on" | "off" | "smart"
+

Accept suggestions on ENTER. +Defaults to 'on'.

+
accessibilityHelpUrl?: string
+

An URL to open when Ctrl+H (Windows and Linux) or Cmd+H (OSX) is pressed in +the accessibility help dialog in the editor.

+
accessibilityPageSize?: number
+

Controls the number of lines in the editor that can be read out by a screen reader

+
accessibilitySupport?: "on" | "off" | "auto"
+

Configure the editor's accessibility support. +Defaults to 'auto'. It is best to leave this to 'auto'.

+
ariaContainerElement?: HTMLElement
+

Container element to use for ARIA messages. +Defaults to document.body.

+
ariaLabel?: string
+

The aria label for the editor's textarea (when it is focused).

+
autoClosingBrackets?: EditorAutoClosingStrategy
+

Options for auto closing brackets. +Defaults to language defined behavior.

+
autoClosingDelete?: EditorAutoClosingEditStrategy
+

Options for pressing backspace near quotes or bracket pairs.

+
autoClosingOvertype?: EditorAutoClosingEditStrategy
+

Options for typing over closing quotes or brackets.

+
autoClosingQuotes?: EditorAutoClosingStrategy
+

Options for auto closing quotes. +Defaults to language defined behavior.

+
autoDetectHighContrast?: boolean
+

If enabled, will automatically change to high contrast theme if the OS is using a high contrast theme. +Defaults to true.

+
autoIndent?: "none" | "advanced" | "full" | "brackets" | "keep"
+

Controls whether the editor should automatically adjust the indentation when users type, paste, move or indent lines. +Defaults to advanced.

+
+

Options for auto surrounding. +Defaults to always allowing auto surrounding.

+
automaticLayout?: boolean
+

Enable that the editor will install a ResizeObserver to check if its container dom node size has changed. +Defaults to false.

+
bracketPairColorization?: IBracketPairColorizationOptions
+

Configures bracket pair colorization (disabled by default).

+
codeActionsOnSaveTimeout?: number
+

Timeout for running code actions on save.

+
codeLens?: boolean
+

Show code lens +Defaults to true.

+
codeLensFontFamily?: string
+

Code lens font family. Defaults to editor font family.

+
codeLensFontSize?: number
+

Code lens font size. Default to 90% of the editor font size

+
colorDecorators?: boolean
+

Enable inline color decorators and color picker rendering.

+
colorDecoratorsLimit?: number
+

Controls the max number of color decorators that can be rendered in an editor at once.

+
columnSelection?: boolean
+

Enable that the selection with the mouse and keys is doing column selection. +Defaults to false.

+
+

Control the behaviour of comments in the editor.

+
contextmenu?: boolean
+

Enable custom contextmenu. +Defaults to true.

+
copyWithSyntaxHighlighting?: boolean
+

Syntax highlighting is copied.

+
cursorBlinking?: "blink" | "smooth" | "phase" | "expand" | "solid"
+

Control the cursor animation style, possible values are 'blink', 'smooth', 'phase', 'expand' and 'solid'. +Defaults to 'blink'.

+
cursorSmoothCaretAnimation?: "on" | "off" | "explicit"
+

Enable smooth caret animation. +Defaults to 'off'.

+
cursorStyle?: "line" | "block" | "underline" | "line-thin" | "block-outline" | "underline-thin"
+

Control the cursor style, either 'block' or 'line'. +Defaults to 'line'.

+
cursorSurroundingLines?: number
+

Controls the minimal number of visible leading and trailing lines surrounding the cursor. +Defaults to 0.

+
cursorSurroundingLinesStyle?: "default" | "all"
+

Controls when cursorSurroundingLines should be enforced +Defaults to default, cursorSurroundingLines is not enforced when cursor position is changed +by mouse.

+
cursorWidth?: number
+

Control the width of the cursor when cursorStyle is set to 'line'

+
definitionLinkOpensInPeek?: boolean
+

Controls whether the definition link opens element in the peek widget. +Defaults to false.

+
detectIndentation?: boolean
+

Controls whether tabSize and insertSpaces will be automatically detected when a file is opened based on the file contents. +Defaults to true.

+
dimension?: IDimension
+

The initial editor dimension (to avoid measuring the container).

+
disableLayerHinting?: boolean
+

Disable the use of transform: translate3d(0px, 0px, 0px) for the editor margin and lines layers. +The usage of transform: translate3d(0px, 0px, 0px) acts as a hint for browsers to create an extra layer. +Defaults to false.

+
disableMonospaceOptimizations?: boolean
+

Disable the optimizations for monospace fonts. +Defaults to false.

+
domReadOnly?: boolean
+

Should the textarea used for input use the DOM readonly attribute. +Defaults to false.

+
dragAndDrop?: boolean
+

Controls if the editor should allow to move selections via drag and drop. +Defaults to false.

+
dropIntoEditor?: IDropIntoEditorOptions
+

Controls dropping into the editor from an external source.

+

When enabled, this shows a preview of the drop location and triggers an onDropIntoEditor event.

+
emptySelectionClipboard?: boolean
+

Copying without a selection copies the current line.

+
experimentalWhitespaceRendering?: "off" | "svg" | "font"
+

Enable experimental whitespace rendering. +Defaults to 'svg'.

+
extraEditorClassName?: string
+

Class name to be added to the editor.

+
fastScrollSensitivity?: number
+

FastScrolling mulitplier speed when pressing Alt +Defaults to 5.

+
+

Control the behavior of the find widget.

+
fixedOverflowWidgets?: boolean
+

Display overflow widgets as fixed. +Defaults to false.

+
folding?: boolean
+

Enable code folding. +Defaults to true.

+
foldingHighlight?: boolean
+

Enable highlight for folded regions. +Defaults to true.

+
foldingImportsByDefault?: boolean
+

Auto fold imports folding regions. +Defaults to true.

+
foldingMaximumRegions?: number
+

Maximum number of foldable regions. +Defaults to 5000.

+
foldingStrategy?: "auto" | "indentation"
+

Selects the folding strategy. 'auto' uses the strategies contributed for the current document, 'indentation' uses the indentation based folding strategy. +Defaults to 'auto'.

+
fontFamily?: string
+

The font family

+
fontLigatures?: string | boolean
+

Enable font ligatures. +Defaults to false.

+
fontSize?: number
+

The font size

+
fontVariations?: string | boolean
+

Enable font variations. +Defaults to false.

+
fontWeight?: string
+

The font weight

+
formatOnPaste?: boolean
+

Enable format on paste. +Defaults to false.

+
formatOnType?: boolean
+

Enable format on type. +Defaults to false.

+
glyphMargin?: boolean
+

Enable the rendering of the glyph margin. +Defaults to true in vscode and to false in monaco-editor.

+
gotoLocation?: IGotoLocationOptions
+

Controls the behavior of editor guides.

+
hideCursorInOverviewRuler?: boolean
+

Should the cursor be hidden in the overview ruler. +Defaults to false.

+
+

Configure the editor's hover.

+
inDiffEditor?: boolean
+

This editor is used inside a diff editor.

+
+

Control the behavior and rendering of the inline hints.

+
inlineSuggest?: IInlineSuggestOptions
insertSpaces?: boolean
+

Insert spaces when pressing Tab. +This setting is overridden based on the file contents when detectIndentation is on. +Defaults to true.

+
language?: string
+

The initial language of the auto created model in the editor. +To not automatically create a model, use model: null.

+
largeFileOptimizations?: boolean
+

Special handling for large files to disable certain memory intensive features. +Defaults to true.

+
letterSpacing?: number
+

The letter spacing

+
+

Control the behavior and rendering of the code action lightbulb.

+
lineDecorationsWidth?: string | number
+

The width reserved for line decorations (in px). +Line decorations are placed between line numbers and the editor content. +You can pass in a string in the format floating point followed by "ch". e.g. 1.3ch. +Defaults to 10.

+
lineHeight?: number
+

The line height

+
lineNumbers?: LineNumbersType
+

Control the rendering of line numbers. +If it is a function, it will be invoked when rendering a line number and the return value will be rendered. +Otherwise, if it is a truthy, line numbers will be rendered normally (equivalent of using an identity function). +Otherwise, line numbers will not be rendered. +Defaults to on.

+
lineNumbersMinChars?: number
+

Control the width of line numbers, by reserving horizontal space for rendering at least an amount of digits. +Defaults to 5.

+
linkedEditing?: boolean
+

Enable linked editing. +Defaults to false.

+
links?: boolean
+

Enable detecting links and making them clickable. +Defaults to true.

+
matchBrackets?: "always" | "never" | "near"
+

Enable highlighting of matching brackets. +Defaults to 'always'.

+
matchOnWordStartOnly?: boolean
+

Controls whether suggestions allow matches in the middle of the word instead of only at the beginning

+
maxTokenizationLineLength?: number
+

Lines above this length will not be tokenized for performance reasons. +Defaults to 20000.

+
+

Control the behavior and rendering of the minimap.

+
model?: ITextModel
+

The initial model associated with this code editor.

+
mouseStyle?: "default" | "text" | "copy"
+

Control the mouse pointer style, either 'text' or 'default' or 'copy' +Defaults to 'text'

+
mouseWheelScrollSensitivity?: number
+

A multiplier to be used on the deltaX and deltaY of mouse wheel scroll events. +Defaults to 1.

+
mouseWheelZoom?: boolean
+

Zoom the font in the editor when using the mouse wheel in combination with holding Ctrl. +Defaults to false.

+
multiCursorLimit?: number
+

Controls the max number of text cursors that can be in an active editor at once.

+
multiCursorMergeOverlapping?: boolean
+

Merge overlapping selections. +Defaults to true

+
multiCursorModifier?: "ctrlCmd" | "alt"
+

The modifier to be used to add multiple cursors with the mouse. +Defaults to 'alt'

+
multiCursorPaste?: "spread" | "full"
+

Configure the behaviour when pasting a text with the line count equal to the cursor count. +Defaults to 'spread'.

+
occurrencesHighlight?: boolean
+

Enable semantic occurrences highlight. +Defaults to true.

+
overflowWidgetsDomNode?: HTMLElement
+

Place overflow widgets inside an external DOM node. +Defaults to an internal DOM node.

+
overviewRulerBorder?: boolean
+

Controls if a border should be drawn around the overview ruler. +Defaults to true.

+
overviewRulerLanes?: number
+

The number of vertical lanes the overview ruler should render. +Defaults to 3.

+
+

Controls the spacing around the editor.

+
+

Parameter hint options.

+
peekWidgetDefaultFocus?: "tree" | "editor"
+

Controls whether to focus the inline editor in the peek widget by default. +Defaults to false.

+
quickSuggestions?: boolean | IQuickSuggestionsOptions
+

Enable quick suggestions (shadow suggestions) +Defaults to true.

+
quickSuggestionsDelay?: number
+

Quick suggestions show delay (in ms) +Defaults to 10 (ms)

+
readOnly?: boolean
+

Should the editor be read only. See also domReadOnly. +Defaults to false.

+
renameOnType?: boolean
+

deprecated, use linkedEditing instead

+
renderControlCharacters?: boolean
+

Enable rendering of control characters. +Defaults to true.

+
renderFinalNewline?: "on" | "off" | "dimmed"
+

Render last line number when the file ends with a newline. +Defaults to 'on' for Windows and macOS and 'dimmed' for Linux.

+
renderLineHighlight?: "all" | "line" | "none" | "gutter"
+

Enable rendering of current line highlight. +Defaults to all.

+
renderLineHighlightOnlyWhenFocus?: boolean
+

Control if the current line highlight should be rendered only the editor is focused. +Defaults to false.

+
renderValidationDecorations?: "on" | "off" | "editable"
+

Should the editor render validation decorations. +Defaults to editable.

+
renderWhitespace?: "all" | "none" | "boundary" | "selection" | "trailing"
+

Enable rendering of whitespace. +Defaults to 'selection'.

+
revealHorizontalRightPadding?: number
+

When revealing the cursor, a virtual padding (px) is added to the cursor, turning it into a rectangle. +This virtual padding ensures that the cursor gets revealed before hitting the edge of the viewport. +Defaults to 30 (px).

+
roundedSelection?: boolean
+

Render the editor selection with rounded borders. +Defaults to true.

+
rulers?: (number | IRulerOption)[]
+

Render vertical lines at the specified columns. +Defaults to empty array.

+
scrollBeyondLastColumn?: number
+

Enable that scrolling can go beyond the last column by a number of columns. +Defaults to 5.

+
scrollBeyondLastLine?: boolean
+

Enable that scrolling can go one screen size after the last line. +Defaults to true.

+
scrollPredominantAxis?: boolean
+

Enable that the editor scrolls only the predominant axis. Prevents horizontal drift when scrolling vertically on a trackpad. +Defaults to true.

+
+

Control the behavior and rendering of the scrollbars.

+
selectOnLineNumbers?: boolean
+

Should the corresponding line be selected when clicking on the line number? +Defaults to true.

+
selectionClipboard?: boolean
+

Enable Linux primary clipboard. +Defaults to true.

+
selectionHighlight?: boolean
+

Enable selection highlight. +Defaults to true.

+
semanticHighlighting.enabled?: boolean | "configuredByTheme"
+

Controls whether the semanticHighlighting is shown for the languages that support it. +true: semanticHighlighting is enabled for all themes +false: semanticHighlighting is disabled for all themes +'configuredByTheme': semanticHighlighting is controlled by the current color theme's semanticHighlighting setting. +Defaults to 'byTheme'.

+
showDeprecated?: boolean
+

Controls strikethrough deprecated variables.

+
showFoldingControls?: "always" | "never" | "mouseover"
+

Controls whether the fold actions in the gutter stay always visible or hide unless the mouse is over the gutter. +Defaults to 'mouseover'.

+
showUnused?: boolean
+

Controls fading out of unused variables.

+
smartSelect?: ISmartSelectOptions
+

Smart select options.

+
smoothScrolling?: boolean
+

Enable that the editor animates scrolling to a position. +Defaults to false.

+
snippetSuggestions?: "none" | "top" | "bottom" | "inline"
+

Enable snippet suggestions. Default to 'true'.

+
stablePeek?: boolean
+

Keep peek editors open even when double-clicking their content or when hitting Escape. +Defaults to false.

+
+

Control the behavior of sticky scroll options

+
stickyTabStops?: boolean
+

Emulate selection behaviour of tab characters when using spaces for indentation. +This means selection will stick to tab stops.

+
stopRenderingLineAfter?: number
+

Performance guard: Stop rendering a line after x characters. +Defaults to 10000. +Use -1 to never stop rendering

+
suggest?: ISuggestOptions
+

Suggest options.

+
suggestFontSize?: number
+

The font size for the suggest widget. +Defaults to the editor font size.

+
suggestLineHeight?: number
+

The line height for the suggest widget. +Defaults to the editor line height.

+
suggestOnTriggerCharacters?: boolean
+

Enable the suggestion box to pop-up on trigger characters. +Defaults to true.

+
suggestSelection?: "first" | "recentlyUsed" | "recentlyUsedByPrefix"
+

The history mode for suggestions.

+
tabCompletion?: "on" | "off" | "onlySnippets"
+

Enable tab completion.

+
tabIndex?: number
+

The tabindex property of the editor's textarea

+
tabSize?: number
+

The number of spaces a tab is equal to. +This setting is overridden based on the file contents when detectIndentation is on. +Defaults to 4.

+
theme?: string
+

Initial theme to be used for rendering. +The current out-of-the-box available themes are: 'vs' (default), 'vs-dark', 'hc-black', 'hc-light. +You can create custom themes via monaco.editor.defineTheme. +To switch a theme, use monaco.editor.setTheme. +NOTE: The theme might be overwritten if the OS is in high contrast mode, unless autoDetectHighContrast is set to false.

+
trimAutoWhitespace?: boolean
+

Remove trailing auto inserted whitespace. +Defaults to true.

+
unfoldOnClickAfterEndOfLine?: boolean
+

Controls whether clicking on the empty content after a folded line will unfold the line. +Defaults to false.

+
unicodeHighlight?: IUnicodeHighlightOptions
+

Controls the behavior of the unicode highlight feature +(by default, ambiguous and invisible characters are highlighted).

+
unusualLineTerminators?: "off" | "auto" | "prompt"
+

Remove unusual line terminators like LINE SEPARATOR (LS), PARAGRAPH SEPARATOR (PS). +Defaults to 'prompt'.

+
useShadowDOM?: boolean
+

Control if the editor should use shadow DOM.

+
useTabStops?: boolean
+

Inserting and deleting whitespace follows tab stops.

+
value?: string
+

The initial value of the auto created model in the editor. +To not automatically create a model, use model: null.

+
wordBasedSuggestions?: boolean
+

Controls whether completions should be computed based on words in the document. +Defaults to true.

+
wordBasedSuggestionsOnlySameLanguage?: boolean
+

Controls whether word based completions should be included from opened documents of the same language or any language.

+
wordBreak?: "normal" | "keepAll"
+

Sets whether line breaks appear wherever the text would otherwise overflow its content box. +When wordBreak = 'normal', Use the default line break rule. +When wordBreak = 'keepAll', Word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal.

+
wordSeparators?: string
+

A string containing the word separators used when doing word navigation. +Defaults to `~!@#$%^&*()-=+[{]}\|;:'",.<>/?

+
wordWrap?: "on" | "off" | "wordWrapColumn" | "bounded"
+

Control the wrapping of the editor. +When wordWrap = "off", the lines will never wrap. +When wordWrap = "on", the lines will wrap at the viewport width. +When wordWrap = "wordWrapColumn", the lines will wrap at wordWrapColumn. +When wordWrap = "bounded", the lines will wrap at min(viewport width, wordWrapColumn). +Defaults to "off".

+
wordWrapBreakAfterCharacters?: string
+

Configure word wrapping characters. A break will be introduced after these characters.

+
wordWrapBreakBeforeCharacters?: string
+

Configure word wrapping characters. A break will be introduced before these characters.

+
wordWrapColumn?: number
+

Control the wrapping of the editor. +When wordWrap = "off", the lines will never wrap. +When wordWrap = "on", the lines will wrap at the viewport width. +When wordWrap = "wordWrapColumn", the lines will wrap at wordWrapColumn. +When wordWrap = "bounded", the lines will wrap at min(viewport width, wordWrapColumn). +Defaults to 80.

+
wordWrapOverride1?: "on" | "off" | "inherit"
+

Override the wordWrap setting.

+
wordWrapOverride2?: "on" | "off" | "inherit"
+

Override the wordWrapOverride1 setting.

+
wrappingIndent?: "none" | "same" | "indent" | "deepIndent"
+

Control indentation of wrapped lines. Can be: 'none', 'same', 'indent' or 'deepIndent'. +Defaults to 'same' in vscode and to 'none' in monaco-editor.

+
wrappingStrategy?: "simple" | "advanced"
+

Controls the wrapping strategy to use. +Defaults to 'simple'.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IStandaloneThemeData.html b/api/interfaces/monaco.editor.IStandaloneThemeData.html new file mode 100644 index 00000000..ce08ad89 --- /dev/null +++ b/api/interfaces/monaco.editor.IStandaloneThemeData.html @@ -0,0 +1 @@ +IStandaloneThemeData | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IStandaloneThemeData

Index

Properties

colors: IColors
encodedTokensColors?: string[]
inherit: boolean

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ISuggestOptions.html b/api/interfaces/monaco.editor.ISuggestOptions.html new file mode 100644 index 00000000..297c092e --- /dev/null +++ b/api/interfaces/monaco.editor.ISuggestOptions.html @@ -0,0 +1,83 @@ +ISuggestOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for editor suggest widget

+

Hierarchy

  • ISuggestOptions

Index

Properties

filterGraceful?: boolean
+

Enable graceful matching. Defaults to true.

+
insertMode?: "insert" | "replace"
+

Overwrite word ends on accept. Default to false.

+
localityBonus?: boolean
+

Favors words that appear close to the cursor.

+
matchOnWordStartOnly?: boolean
+

Controls whether suggestions allow matches in the middle of the word instead of only at the beginning

+
preview?: boolean
+

Enable or disable the rendering of the suggestion preview.

+
previewMode?: "prefix" | "subword" | "subwordSmart"
+

Configures the mode of the preview.

+
selectionMode?: "always" | "never" | "whenTriggerCharacter" | "whenQuickSuggestion"
+

Select suggestions when triggered via quick suggest or trigger characters

+
shareSuggestSelections?: boolean
+

Enable using global storage for remembering suggestions.

+
showClasses?: boolean
+

Show class-suggestions.

+
showColors?: boolean
+

Show color-suggestions.

+
showConstants?: boolean
+

Show constant-suggestions.

+
showConstructors?: boolean
+

Show constructor-suggestions.

+
showDeprecated?: boolean
+

Show deprecated-suggestions.

+
showEnumMembers?: boolean
+

Show enumMember-suggestions.

+
showEnums?: boolean
+

Show enum-suggestions.

+
showEvents?: boolean
+

Show event-suggestions.

+
showFields?: boolean
+

Show field-suggestions.

+
showFiles?: boolean
+

Show file-suggestions.

+
showFolders?: boolean
+

Show folder-suggestions.

+
showFunctions?: boolean
+

Show function-suggestions.

+
showIcons?: boolean
+

Enable or disable icons in suggestions. Defaults to true.

+
showInlineDetails?: boolean
+

Show details inline with the label. Defaults to true.

+
showInterfaces?: boolean
+

Show interface-suggestions.

+
showIssues?: boolean
+

Show issue-suggestions.

+
showKeywords?: boolean
+

Show keyword-suggestions.

+
showMethods?: boolean
+

Show method-suggestions.

+
showModules?: boolean
+

Show module-suggestions.

+
showOperators?: boolean
+

Show operator-suggestions.

+
showProperties?: boolean
+

Show property-suggestions.

+
showReferences?: boolean
+

Show reference-suggestions.

+
showSnippets?: boolean
+

Show snippet-suggestions.

+
showStatusBar?: boolean
+

Enable or disable the suggest status bar.

+
showStructs?: boolean
+

Show struct-suggestions.

+
showTypeParameters?: boolean
+

Show typeParameter-suggestions.

+
showUnits?: boolean
+

Show unit-suggestions.

+
showUsers?: boolean
+

Show user-suggestions.

+
showValues?: boolean
+

Show value-suggestions.

+
showVariables?: boolean
+

Show variable-suggestions.

+
showWords?: boolean
+

Show text-suggestions.

+
snippetsPreventQuickSuggestions?: boolean
+

Prevent quick suggestions when a snippet is active. Defaults to true.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ITextModel.html b/api/interfaces/monaco.editor.ITextModel.html new file mode 100644 index 00000000..378f2637 --- /dev/null +++ b/api/interfaces/monaco.editor.ITextModel.html @@ -0,0 +1,289 @@ +ITextModel | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A model.

+

Hierarchy

  • ITextModel

Index

Events

onDidChangeAttached: IEvent<void>
+

An event emitted when the model has been attached to the first editor or detached from the last editor.

+
onDidChangeDecorations: IEvent<IModelDecorationsChangedEvent>
+

An event emitted when decorations of the model have changed.

+
onDidChangeLanguage: IEvent<IModelLanguageChangedEvent>
+

An event emitted when the language associated with the model has changed.

+
onDidChangeLanguageConfiguration: IEvent<IModelLanguageConfigurationChangedEvent>
+

An event emitted when the language configuration associated with the model has changed.

+
onDidChangeOptions: IEvent<IModelOptionsChangedEvent>
+

An event emitted when the model options have changed.

+
onWillDispose: IEvent<void>
+

An event emitted right before disposing the model.

+

Properties

id: string
+

A unique identifier associated with this model.

+
uri: Uri
+

Gets the resource associated with this editor model.

+

Methods

  • deltaDecorations(oldDecorations: string[], newDecorations: IModelDeltaDecoration[], ownerId?: number): string[]
  • +

    Perform a minimum amount of operations, in order to transform the decorations +identified by oldDecorations to the decorations described by newDecorations +and returns the new identifiers associated with the resulting decorations.

    +

    Parameters

    • oldDecorations: string[]
      +

      Array containing previous decorations identifiers.

      +
    • newDecorations: IModelDeltaDecoration[]
      +

      Array describing what decorations should result after the call.

      +
    • Optional ownerId: number
      +

      Identifies the editor id in which these decorations should appear. If no ownerId is provided, the decorations will appear in all editors that attach this model.

      +

    Returns string[]

    An array containing the new decorations identifiers.

    +
  • detectIndentation(defaultInsertSpaces: boolean, defaultTabSize: number): void
  • +

    Detect the indentation options for this model from its content.

    +

    Parameters

    • defaultInsertSpaces: boolean
    • defaultTabSize: number

    Returns void

  • dispose(): void
  • findMatches(searchString: string, searchOnlyEditableRange: boolean, isRegex: boolean, matchCase: boolean, wordSeparators: string, captureMatches: boolean, limitResultCount?: number): FindMatch[]
  • findMatches(searchString: string, searchScope: IRange | IRange[], isRegex: boolean, matchCase: boolean, wordSeparators: string, captureMatches: boolean, limitResultCount?: number): FindMatch[]
  • +

    Search the model.

    +

    Parameters

    • searchString: string
      +

      The string used to search. If it is a regular expression, set isRegex to true.

      +
    • searchOnlyEditableRange: boolean
      +

      Limit the searching to only search inside the editable range of the model.

      +
    • isRegex: boolean
      +

      Used to indicate that searchString is a regular expression.

      +
    • matchCase: boolean
      +

      Force the matching to match lower/upper case exactly.

      +
    • wordSeparators: string
      +

      Force the matching to match entire words only. Pass null otherwise.

      +
    • captureMatches: boolean
      +

      The result will contain the captured groups.

      +
    • Optional limitResultCount: number
      +

      Limit the number of results

      +

    Returns FindMatch[]

    The ranges where the matches are. It is empty if not matches have been found.

    +
  • +

    Search the model.

    +

    Parameters

    • searchString: string
      +

      The string used to search. If it is a regular expression, set isRegex to true.

      +
    • searchScope: IRange | IRange[]
      +

      Limit the searching to only search inside these ranges.

      +
    • isRegex: boolean
      +

      Used to indicate that searchString is a regular expression.

      +
    • matchCase: boolean
      +

      Force the matching to match lower/upper case exactly.

      +
    • wordSeparators: string
      +

      Force the matching to match entire words only. Pass null otherwise.

      +
    • captureMatches: boolean
      +

      The result will contain the captured groups.

      +
    • Optional limitResultCount: number
      +

      Limit the number of results

      +

    Returns FindMatch[]

    The ranges where the matches are. It is empty if no matches have been found.

    +
  • findNextMatch(searchString: string, searchStart: IPosition, isRegex: boolean, matchCase: boolean, wordSeparators: string, captureMatches: boolean): FindMatch
  • +

    Search the model for the next match. Loops to the beginning of the model if needed.

    +

    Parameters

    • searchString: string
      +

      The string used to search. If it is a regular expression, set isRegex to true.

      +
    • searchStart: IPosition
      +

      Start the searching at the specified position.

      +
    • isRegex: boolean
      +

      Used to indicate that searchString is a regular expression.

      +
    • matchCase: boolean
      +

      Force the matching to match lower/upper case exactly.

      +
    • wordSeparators: string
      +

      Force the matching to match entire words only. Pass null otherwise.

      +
    • captureMatches: boolean
      +

      The result will contain the captured groups.

      +

    Returns FindMatch

    The range where the next match is. It is null if no next match has been found.

    +
  • findPreviousMatch(searchString: string, searchStart: IPosition, isRegex: boolean, matchCase: boolean, wordSeparators: string, captureMatches: boolean): FindMatch
  • +

    Search the model for the previous match. Loops to the end of the model if needed.

    +

    Parameters

    • searchString: string
      +

      The string used to search. If it is a regular expression, set isRegex to true.

      +
    • searchStart: IPosition
      +

      Start the searching at the specified position.

      +
    • isRegex: boolean
      +

      Used to indicate that searchString is a regular expression.

      +
    • matchCase: boolean
      +

      Force the matching to match lower/upper case exactly.

      +
    • wordSeparators: string
      +

      Force the matching to match entire words only. Pass null otherwise.

      +
    • captureMatches: boolean
      +

      The result will contain the captured groups.

      +

    Returns FindMatch

    The range where the previous match is. It is null if no previous match has been found.

    +
  • getAllDecorations(ownerId?: number, filterOutValidation?: boolean): IModelDecoration[]
  • +

    Gets all the decorations as an array.

    +

    Parameters

    • Optional ownerId: number
      +

      If set, it will ignore decorations belonging to other owners.

      +
    • Optional filterOutValidation: boolean
      +

      If set, it will ignore decorations specific to validation (i.e. warnings, errors).

      +

    Returns IModelDecoration[]

  • getAlternativeVersionId(): number
  • +

    Get the alternative version id of the model. +This alternative version id is not always incremented, +it will return the same values in the case of undo-redo.

    +

    Returns number

  • getDecorationRange(id: string): Range
  • +

    Get the range associated with a decoration.

    +

    Parameters

    • id: string
      +

      The decoration id.

      +

    Returns Range

    The decoration range or null if the decoration was not found.

    +
  • getDecorationsInRange(range: IRange, ownerId?: number, filterOutValidation?: boolean, onlyMinimapDecorations?: boolean): IModelDecoration[]
  • +

    Gets all the decorations in a range as an array. Only startLineNumber and endLineNumber from range are used for filtering. +So for now it returns all the decorations on the same line as range.

    +

    Parameters

    • range: IRange
      +

      The range to search in

      +
    • Optional ownerId: number
      +

      If set, it will ignore decorations belonging to other owners.

      +
    • Optional filterOutValidation: boolean
      +

      If set, it will ignore decorations specific to validation (i.e. warnings, errors).

      +
    • Optional onlyMinimapDecorations: boolean

    Returns IModelDecoration[]

    An array with the decorations

    +
  • getEOL(): string
  • +

    Get the end of line sequence predominantly used in the text buffer.

    +

    Returns string

    EOL char sequence (e.g.: '\n' or '\r\n').

    +
  • getFullModelRange(): Range
  • getLanguageId(): string
  • getLineContent(lineNumber: number): string
  • getLineCount(): number
  • getLineDecorations(lineNumber: number, ownerId?: number, filterOutValidation?: boolean): IModelDecoration[]
  • +

    Gets all the decorations for the line lineNumber as an array.

    +

    Parameters

    • lineNumber: number
      +

      The line number

      +
    • Optional ownerId: number
      +

      If set, it will ignore decorations belonging to other owners.

      +
    • Optional filterOutValidation: boolean
      +

      If set, it will ignore decorations specific to validation (i.e. warnings, errors).

      +

    Returns IModelDecoration[]

    An array with the decorations

    +
  • getLineFirstNonWhitespaceColumn(lineNumber: number): number
  • +

    Returns the column before the first non whitespace character for line at lineNumber. +Returns 0 if line is empty or contains only whitespace.

    +

    Parameters

    • lineNumber: number

    Returns number

  • getLineLastNonWhitespaceColumn(lineNumber: number): number
  • +

    Returns the column after the last non whitespace character for line at lineNumber. +Returns 0 if line is empty or contains only whitespace.

    +

    Parameters

    • lineNumber: number

    Returns number

  • getLineLength(lineNumber: number): number
  • getLineMaxColumn(lineNumber: number): number
  • getLineMinColumn(lineNumber: number): number
  • getLinesContent(): string[]
  • getLinesDecorations(startLineNumber: number, endLineNumber: number, ownerId?: number, filterOutValidation?: boolean): IModelDecoration[]
  • +

    Gets all the decorations for the lines between startLineNumber and endLineNumber as an array.

    +

    Parameters

    • startLineNumber: number
      +

      The start line number

      +
    • endLineNumber: number
      +

      The end line number

      +
    • Optional ownerId: number
      +

      If set, it will ignore decorations belonging to other owners.

      +
    • Optional filterOutValidation: boolean
      +

      If set, it will ignore decorations specific to validation (i.e. warnings, errors).

      +

    Returns IModelDecoration[]

    An array with the decorations

    +
  • getOverviewRulerDecorations(ownerId?: number, filterOutValidation?: boolean): IModelDecoration[]
  • +

    Gets all the decorations that should be rendered in the overview ruler as an array.

    +

    Parameters

    • Optional ownerId: number
      +

      If set, it will ignore decorations belonging to other owners.

      +
    • Optional filterOutValidation: boolean
      +

      If set, it will ignore decorations specific to validation (i.e. warnings, errors).

      +

    Returns IModelDecoration[]

  • +

    Get the text stored in this model.

    +

    Parameters

    • Optional eol: EndOfLinePreference
      +

      The end of line character preference. Defaults to EndOfLinePreference.TextDefined.

      +
    • Optional preserveBOM: boolean

    Returns string

    The text.

    +
  • +

    Get the text in a certain range.

    +

    Parameters

    • range: IRange
      +

      The range describing what text to get.

      +
    • Optional eol: EndOfLinePreference
      +

      The end of line character preference. This will only be used for multiline ranges. Defaults to EndOfLinePreference.TextDefined.

      +

    Returns string

    The text.

    +
  • getVersionId(): number
  • +

    Get the current version id of the model. +Anytime a change happens to the model (even undo/redo), +the version id is incremented.

    +

    Returns number

  • isAttachedToEditor(): boolean
  • isDisposed(): boolean
  • +

    Advances the given position by the given offset (negative offsets are also accepted) +and returns it as a new valid position.

    +

    If the offset and position are such that their combination goes beyond the beginning or +end of the model, throws an exception.

    +

    If the offset is such that the new position would be in the middle of a multi-byte +line terminator, throws an exception.

    +

    Parameters

    Returns Position

  • normalizeIndentation(str: string): string
  • +

    Normalize a string containing whitespace according to indentation rules (converts to spaces or to tabs).

    +

    Parameters

    • str: string

    Returns string

  • popStackElement(): void
  • +

    Push edit operations, basically editing the model. This is the preferred way +of editing the model. The edit operations will land on the undo stack.

    +

    Parameters

    • beforeCursorState: Selection[]
      +

      The cursor state before the edit operations. This cursor state will be returned when undo or redo are invoked.

      +
    • editOperations: IIdentifiedSingleEditOperation[]
      +

      The edit operations.

      +
    • cursorStateComputer: ICursorStateComputer
      +

      A callback that can compute the resulting cursors state after the edit operations have been executed.

      +

    Returns Selection[]

    The cursor state returned by the cursorStateComputer.

    +
  • pushStackElement(): void
  • +

    Change the end of line sequence without recording in the undo stack. +This can have dire consequences on the undo stack! See @pushEOL for the preferred way.

    +

    Parameters

    Returns void

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ITextModelUpdateOptions.html b/api/interfaces/monaco.editor.ITextModelUpdateOptions.html new file mode 100644 index 00000000..05f90f79 --- /dev/null +++ b/api/interfaces/monaco.editor.ITextModelUpdateOptions.html @@ -0,0 +1 @@ +ITextModelUpdateOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ITextModelUpdateOptions

Index

Properties

bracketColorizationOptions?: BracketPairColorizationOptions
indentSize?: number | "tabSize"
insertSpaces?: boolean
tabSize?: number
trimAutoWhitespace?: boolean

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ITextSnapshot.html b/api/interfaces/monaco.editor.ITextSnapshot.html new file mode 100644 index 00000000..5272cb57 --- /dev/null +++ b/api/interfaces/monaco.editor.ITextSnapshot.html @@ -0,0 +1,5 @@ +ITextSnapshot | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Text snapshot that works like an iterator. +Will try to return chunks of roughly ~64KB size. +Will return null when finished.

+

Hierarchy

  • ITextSnapshot

Index

Methods

Methods

  • read(): string

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ITokenThemeRule.html b/api/interfaces/monaco.editor.ITokenThemeRule.html new file mode 100644 index 00000000..8d23cc79 --- /dev/null +++ b/api/interfaces/monaco.editor.ITokenThemeRule.html @@ -0,0 +1 @@ +ITokenThemeRule | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ITokenThemeRule

Index

Properties

background?: string
fontStyle?: string
foreground?: string
token: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IUnicodeHighlightOptions.html b/api/interfaces/monaco.editor.IUnicodeHighlightOptions.html new file mode 100644 index 00000000..51c704f0 --- /dev/null +++ b/api/interfaces/monaco.editor.IUnicodeHighlightOptions.html @@ -0,0 +1,17 @@ +IUnicodeHighlightOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration options for unicode highlighting.

+

Hierarchy

  • IUnicodeHighlightOptions

Index

Properties

allowedCharacters?: Record<string, true>
+

Defines allowed characters that are not being highlighted.

+
allowedLocales?: Record<string, true>
+

Unicode characters that are common in allowed locales are not being highlighted.

+
ambiguousCharacters?: boolean
+

Controls whether characters are highlighted that can be confused with basic ASCII characters, except those that are common in the current user locale.

+
includeComments?: boolean | "inUntrustedWorkspace"
+

Controls whether characters in comments should also be subject to unicode highlighting.

+
includeStrings?: boolean | "inUntrustedWorkspace"
+

Controls whether characters in strings should also be subject to unicode highlighting.

+
invisibleCharacters?: boolean
+

Controls whether characters that just reserve space or have no width at all are highlighted.

+
nonBasicASCII?: boolean | "inUntrustedWorkspace"
+

Controls whether all non-basic ASCII characters are highlighted. Only characters between U+0020 and U+007E, tab, line-feed and carriage-return are considered basic ASCII.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IValidEditOperation.html b/api/interfaces/monaco.editor.IValidEditOperation.html new file mode 100644 index 00000000..c8eb0354 --- /dev/null +++ b/api/interfaces/monaco.editor.IValidEditOperation.html @@ -0,0 +1,5 @@ +IValidEditOperation | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IValidEditOperation

Index

Properties

Properties

range: Range
+

The range to replace. This can be empty to emulate a simple insert.

+
text: string
+

The text to replace with. This can be empty to emulate a simple delete.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IViewState.html b/api/interfaces/monaco.editor.IViewState.html new file mode 100644 index 00000000..b380a771 --- /dev/null +++ b/api/interfaces/monaco.editor.IViewState.html @@ -0,0 +1,7 @@ +IViewState | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A (serializable) state of the view.

+

Hierarchy

  • IViewState

Index

Properties

firstPosition: IPosition
firstPositionDeltaTop: number
scrollLeft: number
scrollTop?: number
+

written by previous versions

+
scrollTopWithoutViewZones?: number
+

written by previous versions

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IViewZone.html b/api/interfaces/monaco.editor.IViewZone.html new file mode 100644 index 00000000..5d6c978f --- /dev/null +++ b/api/interfaces/monaco.editor.IViewZone.html @@ -0,0 +1,36 @@ +IViewZone | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A view zone is a full horizontal rectangle that 'pushes' text down. +The editor reserves space for view zones when rendering.

+

Hierarchy

  • IViewZone

Index

Properties

afterColumn?: number
+

The column after which this zone should appear. +If not set, the maxLineColumn of afterLineNumber will be used. +This is relevant for wrapped lines.

+
afterColumnAffinity?: PositionAffinity
+

If the afterColumn has multiple view columns, the affinity specifies which one to use. Defaults to none.

+
afterLineNumber: number
+

The line number after which this zone should appear. +Use 0 to place a view zone before the first line number.

+
domNode: HTMLElement
+

The dom node of the view zone

+
heightInLines?: number
+

The height in lines of the view zone. +If specified, heightInPx will be used instead of this. +If neither heightInPx nor heightInLines is specified, a default of heightInLines = 1 will be chosen.

+
heightInPx?: number
+

The height in px of the view zone. +If this is set, the editor will give preference to it rather than heightInLines above. +If neither heightInPx nor heightInLines is specified, a default of heightInLines = 1 will be chosen.

+
marginDomNode?: HTMLElement
+

An optional dom node for the view zone that will be placed in the margin area.

+
minWidthInPx?: number
+

The minimum width in px of the view zone. +If this is set, the editor will ensure that the scroll width is >= than this value.

+
suppressMouseDown?: boolean
+

Suppress mouse down events. +If set, the editor will attach a mouse down listener to the view zone and .preventDefault on it. +Defaults to false

+

Methods

  • onComputedHeight(height: number): void
  • onDomNodeTop(top: number): void
  • +

    Callback which gives the relative top of the view zone as it appears (taking scrolling into account).

    +

    Parameters

    • top: number

    Returns void

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IViewZoneChangeAccessor.html b/api/interfaces/monaco.editor.IViewZoneChangeAccessor.html new file mode 100644 index 00000000..c6289a0a --- /dev/null +++ b/api/interfaces/monaco.editor.IViewZoneChangeAccessor.html @@ -0,0 +1,15 @@ +IViewZoneChangeAccessor | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An accessor that allows for zones to be added or removed.

+

Hierarchy

  • IViewZoneChangeAccessor

Index

Methods

  • layoutZone(id: string): void
  • +

    Change a zone's position. +The editor will rescan the afterLineNumber and afterColumn properties of a view zone.

    +

    Parameters

    • id: string

    Returns void

  • removeZone(id: string): void
  • +

    Remove a zone

    +

    Parameters

    • id: string
      +

      A unique identifier to the view zone, as returned by the addZone call.

      +

    Returns void

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IWebWorkerOptions.html b/api/interfaces/monaco.editor.IWebWorkerOptions.html new file mode 100644 index 00000000..88d470a4 --- /dev/null +++ b/api/interfaces/monaco.editor.IWebWorkerOptions.html @@ -0,0 +1,13 @@ +IWebWorkerOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IWebWorkerOptions

Index

Properties

createData?: any
+

The data to send over when calling create on the module.

+
host?: any
+

An object that can be used by the web worker to make calls back to the main thread.

+
keepIdleModels?: boolean
+

Keep idle models. +Defaults to false, which means that idle models will stop syncing after a while.

+
label?: string
+

A label to be used to identify the web worker for debugging purposes.

+
moduleId: string
+

The AMD moduleId to load. +It should export a function create that should return the exported proxy.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.IWordAtPosition.html b/api/interfaces/monaco.editor.IWordAtPosition.html new file mode 100644 index 00000000..12ae4bfe --- /dev/null +++ b/api/interfaces/monaco.editor.IWordAtPosition.html @@ -0,0 +1,9 @@ +IWordAtPosition | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Word inside a model.

+

Hierarchy

  • IWordAtPosition

Index

Properties

endColumn: number
+

The column where the word ends.

+
startColumn: number
+

The column where the word starts.

+
word: string
+

The word.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.InjectedTextOptions.html b/api/interfaces/monaco.editor.InjectedTextOptions.html new file mode 100644 index 00000000..7ea30586 --- /dev/null +++ b/api/interfaces/monaco.editor.InjectedTextOptions.html @@ -0,0 +1,15 @@ +InjectedTextOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configures text that is injected into the view without changing the underlying document.

+

Hierarchy

  • InjectedTextOptions

Index

Properties

attachedData?: unknown
+

This field allows to attach data to this injected text. +The data can be read when injected texts at a given position are queried.

+
content: string
+

Sets the text to inject. Must be a single line.

+
+

Configures cursor stops around injected text. +Defaults to InjectedTextCursorStops.Both.

+
inlineClassName?: string
+

If set, the decoration will be rendered inline with the text with this CSS class name.

+
inlineClassNameAffectsLetterSpacing?: boolean
+

If there is an inlineClassName which affects letter spacing.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.InternalEditorRenderLineNumbersOptions.html b/api/interfaces/monaco.editor.InternalEditorRenderLineNumbersOptions.html new file mode 100644 index 00000000..ff94d5be --- /dev/null +++ b/api/interfaces/monaco.editor.InternalEditorRenderLineNumbersOptions.html @@ -0,0 +1 @@ +InternalEditorRenderLineNumbersOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InternalEditorRenderLineNumbersOptions

Hierarchy

  • InternalEditorRenderLineNumbersOptions

Index

Properties

renderFn: (lineNumber: number) => string

Type declaration

    • (lineNumber: number): string
    • Parameters

      • lineNumber: number

      Returns string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.InternalEditorScrollbarOptions.html b/api/interfaces/monaco.editor.InternalEditorScrollbarOptions.html new file mode 100644 index 00000000..0e9bea49 --- /dev/null +++ b/api/interfaces/monaco.editor.InternalEditorScrollbarOptions.html @@ -0,0 +1 @@ +InternalEditorScrollbarOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InternalEditorScrollbarOptions

Hierarchy

  • InternalEditorScrollbarOptions

Index

Properties

alwaysConsumeMouseWheel: boolean
arrowSize: number
handleMouseWheel: boolean
horizontalHasArrows: boolean
horizontalScrollbarSize: number
horizontalSliderSize: number
scrollByPage: boolean
useShadows: boolean
verticalHasArrows: boolean
verticalScrollbarSize: number
verticalSliderSize: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.InternalQuickSuggestionsOptions.html b/api/interfaces/monaco.editor.InternalQuickSuggestionsOptions.html new file mode 100644 index 00000000..28ccb6ff --- /dev/null +++ b/api/interfaces/monaco.editor.InternalQuickSuggestionsOptions.html @@ -0,0 +1 @@ +InternalQuickSuggestionsOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InternalQuickSuggestionsOptions

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.MonacoWebWorker.html b/api/interfaces/monaco.editor.MonacoWebWorker.html new file mode 100644 index 00000000..4ac66e7c --- /dev/null +++ b/api/interfaces/monaco.editor.MonacoWebWorker.html @@ -0,0 +1,10 @@ +MonacoWebWorker | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A web worker that can provide a proxy to an arbitrary file.

+

Type parameters

  • T

Hierarchy

  • MonacoWebWorker

Index

Methods

  • dispose(): void
  • getProxy(): Promise<T>
  • withSyncedResources(resources: Uri[]): Promise<T>
  • +

    Synchronize (send) the models at resources to the web worker, +making them available in the monaco.worker.getMirrorModels().

    +

    Parameters

    • resources: Uri[]

    Returns Promise<T>

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.OverviewRulerPosition.html b/api/interfaces/monaco.editor.OverviewRulerPosition.html new file mode 100644 index 00000000..0d1ae79c --- /dev/null +++ b/api/interfaces/monaco.editor.OverviewRulerPosition.html @@ -0,0 +1,11 @@ +OverviewRulerPosition | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A description for the overview ruler position.

+

Hierarchy

  • OverviewRulerPosition

Index

Properties

height: number
+

Height of the overview ruler

+
right: number
+

Right position for the overview ruler

+
top: number
+

Top position for the overview ruler

+
width: number
+

Width of the overview ruler

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.editor.ThemeColor.html b/api/interfaces/monaco.editor.ThemeColor.html new file mode 100644 index 00000000..f50d66dd --- /dev/null +++ b/api/interfaces/monaco.editor.ThemeColor.html @@ -0,0 +1 @@ +ThemeColor | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ThemeColor

Index

Properties

Properties

id: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.CodeAction.html b/api/interfaces/monaco.languages.CodeAction.html new file mode 100644 index 00000000..78b8b933 --- /dev/null +++ b/api/interfaces/monaco.languages.CodeAction.html @@ -0,0 +1 @@ +CodeAction | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CodeAction

Index

Properties

command?: Command
diagnostics?: IMarkerData[]
disabled?: string
isPreferred?: boolean
kind?: string
title: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.CodeActionContext.html b/api/interfaces/monaco.languages.CodeActionContext.html new file mode 100644 index 00000000..dbeca305 --- /dev/null +++ b/api/interfaces/monaco.languages.CodeActionContext.html @@ -0,0 +1,10 @@ +CodeActionContext | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Contains additional diagnostic information about the context in which +a code action is run.

+

Hierarchy

  • CodeActionContext

Index

Properties

markers: IMarkerData[]
+

An array of diagnostics.

+
only?: string
+

Requested kind of actions to return.

+
+

The reason why code actions were requested.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.CodeActionList.html b/api/interfaces/monaco.languages.CodeActionList.html new file mode 100644 index 00000000..633f3f1a --- /dev/null +++ b/api/interfaces/monaco.languages.CodeActionList.html @@ -0,0 +1 @@ +CodeActionList | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Methods

Properties

actions: readonly CodeAction[]

Methods

  • dispose(): void

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.CodeActionProvider.html b/api/interfaces/monaco.languages.CodeActionProvider.html new file mode 100644 index 00000000..062cc97c --- /dev/null +++ b/api/interfaces/monaco.languages.CodeActionProvider.html @@ -0,0 +1,8 @@ +CodeActionProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The code action interface defines the contract between extensions and +the light bulb feature.

+

Hierarchy

  • CodeActionProvider

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.CodeActionProviderMetadata.html b/api/interfaces/monaco.languages.CodeActionProviderMetadata.html new file mode 100644 index 00000000..b28754f1 --- /dev/null +++ b/api/interfaces/monaco.languages.CodeActionProviderMetadata.html @@ -0,0 +1,9 @@ +CodeActionProviderMetadata | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Metadata about the type of code actions that a CodeActionProvider provides.

+

Hierarchy

  • CodeActionProviderMetadata

Index

Properties

documentation?: readonly { command: Command; kind: string }[]
providedCodeActionKinds?: readonly string[]
+

List of code action kinds that a CodeActionProvider may return.

+

This list is used to determine if a given CodeActionProvider should be invoked or not. +To avoid unnecessary computation, every CodeActionProvider should list use providedCodeActionKinds. The +list of kinds may either be generic, such as ["quickfix", "refactor", "source"], or list out every kind provided, +such as ["quickfix.removeLine", "source.fixAll" ...].

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.CodeLens.html b/api/interfaces/monaco.languages.CodeLens.html new file mode 100644 index 00000000..abb15b5e --- /dev/null +++ b/api/interfaces/monaco.languages.CodeLens.html @@ -0,0 +1 @@ +CodeLens | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CodeLens

Index

Properties

Properties

command?: Command
id?: string
range: IRange

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.CodeLensList.html b/api/interfaces/monaco.languages.CodeLensList.html new file mode 100644 index 00000000..d7bfcc59 --- /dev/null +++ b/api/interfaces/monaco.languages.CodeLensList.html @@ -0,0 +1 @@ +CodeLensList | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CodeLensList

Index

Properties

Methods

Properties

lenses: CodeLens[]

Methods

  • dispose(): void

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.CodeLensProvider.html b/api/interfaces/monaco.languages.CodeLensProvider.html new file mode 100644 index 00000000..83d93190 --- /dev/null +++ b/api/interfaces/monaco.languages.CodeLensProvider.html @@ -0,0 +1 @@ +CodeLensProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CodeLensProvider

Index

Properties

onDidChange?: IEvent<CodeLensProvider>

Methods

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.Command.html b/api/interfaces/monaco.languages.Command.html new file mode 100644 index 00000000..885ea07b --- /dev/null +++ b/api/interfaces/monaco.languages.Command.html @@ -0,0 +1 @@ +Command | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Command

Index

Properties

arguments?: any[]
id: string
title: string
tooltip?: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.CommentRule.html b/api/interfaces/monaco.languages.CommentRule.html new file mode 100644 index 00000000..816e8143 --- /dev/null +++ b/api/interfaces/monaco.languages.CommentRule.html @@ -0,0 +1,7 @@ +CommentRule | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Describes how comments for a language work.

+

Hierarchy

  • CommentRule

Index

Properties

blockComment?: CharacterPair
+

The block comment character pair, like /* block comment *&#47;

+
lineComment?: string
+

The line comment token, like // this is a comment

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.CompletionContext.html b/api/interfaces/monaco.languages.CompletionContext.html new file mode 100644 index 00000000..86ba33ef --- /dev/null +++ b/api/interfaces/monaco.languages.CompletionContext.html @@ -0,0 +1,9 @@ +CompletionContext | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Contains additional information about the context in which +completion provider is triggered.

+

Hierarchy

  • CompletionContext

Index

Properties

triggerCharacter?: string
+

Character that triggered the completion item provider.

+

undefined if provider was not triggered by a character.

+
+

How the completion was triggered.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.CompletionItem.html b/api/interfaces/monaco.languages.CompletionItem.html new file mode 100644 index 00000000..f9134bc7 --- /dev/null +++ b/api/interfaces/monaco.languages.CompletionItem.html @@ -0,0 +1,53 @@ +CompletionItem | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A completion item represents a text snippet that is +proposed to complete text that is being typed.

+

Hierarchy

  • CompletionItem

Index

Properties

additionalTextEdits?: ISingleEditOperation[]
+

An optional array of additional text edits that are applied when +selecting this completion. Edits must not overlap with the main edit +nor with themselves.

+
command?: Command
+

A command that should be run upon acceptance of this item.

+
commitCharacters?: string[]
+

An optional set of characters that when pressed while this completion is active will accept it first and +then type that character. Note that all commit characters should have length=1 and that superfluous +characters will be ignored.

+
detail?: string
+

A human-readable string with additional information +about this item, like type or symbol information.

+
documentation?: string | IMarkdownString
+

A human-readable string that represents a doc-comment.

+
filterText?: string
+

A string that should be used when filtering a set of +completion items. When falsy the label +is used.

+
insertText: string
+

A string or snippet that should be inserted in a document when selecting +this completion.

+
+

Additional rules (as bitmask) that should be applied when inserting +this completion.

+
+

The kind of this completion item. Based on the kind +an icon is chosen by the editor.

+
label: string | CompletionItemLabel
+

The label of this completion item. By default +this is also the text that is inserted when selecting +this completion.

+
preselect?: boolean
+

Select this item when showing. Note that only one completion item can be selected and +that the editor decides which item that is. The rule is that the first item of those +that match best is selected.

+
+

A range of text that should be replaced by this completion item.

+

Defaults to a range from the start of the {@link TextDocument.getWordRangeAtPosition current word} to the +current position.

+

Note: The range must be a {@link Range.isSingleLine single line} and it must +{@link Range.contains contain} the position at which completion has been requested.

+
sortText?: string
+

A string that should be used when comparing this item +with other items. When falsy the label +is used.

+
tags?: readonly Deprecated[]
+

A modifier to the kind which affect how the item +is rendered, e.g. Deprecated is rendered with a strikeout

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.CompletionItemLabel.html b/api/interfaces/monaco.languages.CompletionItemLabel.html new file mode 100644 index 00000000..154c0e90 --- /dev/null +++ b/api/interfaces/monaco.languages.CompletionItemLabel.html @@ -0,0 +1 @@ +CompletionItemLabel | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CompletionItemLabel

Index

Properties

description?: string
detail?: string
label: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.CompletionItemProvider.html b/api/interfaces/monaco.languages.CompletionItemProvider.html new file mode 100644 index 00000000..c324668d --- /dev/null +++ b/api/interfaces/monaco.languages.CompletionItemProvider.html @@ -0,0 +1,16 @@ +CompletionItemProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The completion item provider interface defines the contract between extensions and +the IntelliSense.

+

When computing complete completion items is expensive, providers can optionally implement +the resolveCompletionItem-function. In that case it is enough to return completion +items with a label from the +provideCompletionItems-function. Subsequently, +when a completion item is shown in the UI and gains focus this provider is asked to resolve +the item, like adding doc-comment or details.

+

Hierarchy

  • CompletionItemProvider

Index

Properties

triggerCharacters?: string[]

Methods

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.CompletionItemRanges.html b/api/interfaces/monaco.languages.CompletionItemRanges.html new file mode 100644 index 00000000..075b3e3d --- /dev/null +++ b/api/interfaces/monaco.languages.CompletionItemRanges.html @@ -0,0 +1 @@ +CompletionItemRanges | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.CompletionList.html b/api/interfaces/monaco.languages.CompletionList.html new file mode 100644 index 00000000..f56966f1 --- /dev/null +++ b/api/interfaces/monaco.languages.CompletionList.html @@ -0,0 +1 @@ +CompletionList | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CompletionList

Index

Properties

incomplete?: boolean
suggestions: CompletionItem[]

Methods

  • dispose(): void

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.DeclarationProvider.html b/api/interfaces/monaco.languages.DeclarationProvider.html new file mode 100644 index 00000000..19b3f82e --- /dev/null +++ b/api/interfaces/monaco.languages.DeclarationProvider.html @@ -0,0 +1,7 @@ +DeclarationProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The definition provider interface defines the contract between extensions and +the go to definition +and peek definition features.

+

Hierarchy

  • DeclarationProvider

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.DefinitionProvider.html b/api/interfaces/monaco.languages.DefinitionProvider.html new file mode 100644 index 00000000..b6ddb3e0 --- /dev/null +++ b/api/interfaces/monaco.languages.DefinitionProvider.html @@ -0,0 +1,7 @@ +DefinitionProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The definition provider interface defines the contract between extensions and +the go to definition +and peek definition features.

+

Hierarchy

  • DefinitionProvider

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.DocumentColorProvider.html b/api/interfaces/monaco.languages.DocumentColorProvider.html new file mode 100644 index 00000000..a93b826f --- /dev/null +++ b/api/interfaces/monaco.languages.DocumentColorProvider.html @@ -0,0 +1,7 @@ +DocumentColorProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A provider of colors for editor models.

+

Hierarchy

  • DocumentColorProvider

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.DocumentFormattingEditProvider.html b/api/interfaces/monaco.languages.DocumentFormattingEditProvider.html new file mode 100644 index 00000000..c86b1f58 --- /dev/null +++ b/api/interfaces/monaco.languages.DocumentFormattingEditProvider.html @@ -0,0 +1,6 @@ +DocumentFormattingEditProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The document formatting provider interface defines the contract between extensions and +the formatting-feature.

+

Hierarchy

  • DocumentFormattingEditProvider

Index

Properties

displayName?: string

Methods

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.DocumentHighlight.html b/api/interfaces/monaco.languages.DocumentHighlight.html new file mode 100644 index 00000000..622852b7 --- /dev/null +++ b/api/interfaces/monaco.languages.DocumentHighlight.html @@ -0,0 +1,9 @@ +DocumentHighlight | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A document highlight is a range inside a text document which deserves +special attention. Usually a document highlight is visualized by changing +the background color of its range.

+

Hierarchy

  • DocumentHighlight

Index

Properties

Properties

+

The highlight kind, default is text.

+
range: IRange
+

The range this highlight applies to.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.DocumentHighlightProvider.html b/api/interfaces/monaco.languages.DocumentHighlightProvider.html new file mode 100644 index 00000000..c7e34594 --- /dev/null +++ b/api/interfaces/monaco.languages.DocumentHighlightProvider.html @@ -0,0 +1,7 @@ +DocumentHighlightProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The document highlight provider interface defines the contract between extensions and +the word-highlight-feature.

+

Hierarchy

  • DocumentHighlightProvider

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.DocumentRangeFormattingEditProvider.html b/api/interfaces/monaco.languages.DocumentRangeFormattingEditProvider.html new file mode 100644 index 00000000..8be4c658 --- /dev/null +++ b/api/interfaces/monaco.languages.DocumentRangeFormattingEditProvider.html @@ -0,0 +1,9 @@ +DocumentRangeFormattingEditProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentRangeFormattingEditProvider

+

The document formatting provider interface defines the contract between extensions and +the formatting-feature.

+

Hierarchy

  • DocumentRangeFormattingEditProvider

Index

Properties

displayName?: string

Methods

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.DocumentRangeSemanticTokensProvider.html b/api/interfaces/monaco.languages.DocumentRangeSemanticTokensProvider.html new file mode 100644 index 00000000..60187beb --- /dev/null +++ b/api/interfaces/monaco.languages.DocumentRangeSemanticTokensProvider.html @@ -0,0 +1 @@ +DocumentRangeSemanticTokensProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentRangeSemanticTokensProvider

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.DocumentSemanticTokensProvider.html b/api/interfaces/monaco.languages.DocumentSemanticTokensProvider.html new file mode 100644 index 00000000..fee2a378 --- /dev/null +++ b/api/interfaces/monaco.languages.DocumentSemanticTokensProvider.html @@ -0,0 +1 @@ +DocumentSemanticTokensProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DocumentSemanticTokensProvider

Index

Properties

onDidChange?: IEvent<void>

Methods

  • releaseDocumentSemanticTokens(resultId: string): void

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.DocumentSymbol.html b/api/interfaces/monaco.languages.DocumentSymbol.html new file mode 100644 index 00000000..6b5130a9 --- /dev/null +++ b/api/interfaces/monaco.languages.DocumentSymbol.html @@ -0,0 +1 @@ +DocumentSymbol | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.DocumentSymbolProvider.html b/api/interfaces/monaco.languages.DocumentSymbolProvider.html new file mode 100644 index 00000000..0a56166f --- /dev/null +++ b/api/interfaces/monaco.languages.DocumentSymbolProvider.html @@ -0,0 +1,6 @@ +DocumentSymbolProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The document symbol provider interface defines the contract between extensions and +the go to symbol-feature.

+

Hierarchy

  • DocumentSymbolProvider

Index

Properties

displayName?: string

Methods

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.EncodedTokensProvider.html b/api/interfaces/monaco.languages.EncodedTokensProvider.html new file mode 100644 index 00000000..47d26028 --- /dev/null +++ b/api/interfaces/monaco.languages.EncodedTokensProvider.html @@ -0,0 +1,9 @@ +EncodedTokensProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A "manual" provider of tokens, returning tokens in a binary form.

+

Hierarchy

  • EncodedTokensProvider

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.EnterAction.html b/api/interfaces/monaco.languages.EnterAction.html new file mode 100644 index 00000000..86492945 --- /dev/null +++ b/api/interfaces/monaco.languages.EnterAction.html @@ -0,0 +1,9 @@ +EnterAction | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Describes what to do when pressing Enter.

+

Hierarchy

  • EnterAction

Index

Properties

appendText?: string
+

Describes text to be appended after the new line and after the indentation.

+
indentAction: IndentAction
+

Describe what to do with the indentation.

+
removeText?: number
+

Describes the number of characters to remove from the new line's indentation.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.FoldingContext.html b/api/interfaces/monaco.languages.FoldingContext.html new file mode 100644 index 00000000..8a4b58bc --- /dev/null +++ b/api/interfaces/monaco.languages.FoldingContext.html @@ -0,0 +1 @@ +FoldingContext | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.FoldingMarkers.html b/api/interfaces/monaco.languages.FoldingMarkers.html new file mode 100644 index 00000000..e9ad4b6c --- /dev/null +++ b/api/interfaces/monaco.languages.FoldingMarkers.html @@ -0,0 +1,8 @@ +FoldingMarkers | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Describes language specific folding markers such as '#region' and '#endregion'. +The start and end regexes will be tested against the contents of all lines and must be designed efficiently:

+
    +
  • the regex should start with '^'
  • +
  • regexp flags (i, g) are ignored
  • +
+

Hierarchy

  • FoldingMarkers

Index

Properties

Properties

end: RegExp
start: RegExp

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.FoldingRange.html b/api/interfaces/monaco.languages.FoldingRange.html new file mode 100644 index 00000000..6a468ec0 --- /dev/null +++ b/api/interfaces/monaco.languages.FoldingRange.html @@ -0,0 +1,10 @@ +FoldingRange | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FoldingRange

Index

Properties

Properties

end: number
+

The one-based end line of the range to fold. The folded area ends with the line's last character.

+
+

Describes the Kind of the folding range such as Comment or +Region. The kind is used to categorize folding ranges and used by commands +like 'Fold all comments'. See +FoldingRangeKind for an enumeration of standardized kinds.

+
start: number
+

The one-based start line of the range to fold. The folded area starts after the line's last character.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.FoldingRangeProvider.html b/api/interfaces/monaco.languages.FoldingRangeProvider.html new file mode 100644 index 00000000..16389cff --- /dev/null +++ b/api/interfaces/monaco.languages.FoldingRangeProvider.html @@ -0,0 +1,7 @@ +FoldingRangeProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A provider of folding ranges for editor models.

+

Hierarchy

  • FoldingRangeProvider

Index

Properties

+

An optional event to signal that the folding ranges from this provider have changed.

+

Methods

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.FoldingRules.html b/api/interfaces/monaco.languages.FoldingRules.html new file mode 100644 index 00000000..d8a1ee2a --- /dev/null +++ b/api/interfaces/monaco.languages.FoldingRules.html @@ -0,0 +1,10 @@ +FoldingRules | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Describes folding rules for a language.

+

Hierarchy

  • FoldingRules

Index

Properties

Properties

markers?: FoldingMarkers
+

Region markers used by the language.

+
offSide?: boolean
+

Used by the indentation based strategy to decide whether empty lines belong to the previous or the next block. +A language adheres to the off-side rule if blocks in that language are expressed by their indentation. +See wikipedia for more information. +If not set, false is used and empty lines belong to the previous block.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.FormattingOptions.html b/api/interfaces/monaco.languages.FormattingOptions.html new file mode 100644 index 00000000..d2074aed --- /dev/null +++ b/api/interfaces/monaco.languages.FormattingOptions.html @@ -0,0 +1,7 @@ +FormattingOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Interface used to format a model

+

Hierarchy

  • FormattingOptions

Index

Properties

insertSpaces: boolean
+

Prefer spaces over tabs.

+
tabSize: number
+

Size of a tab in spaces.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.Hover.html b/api/interfaces/monaco.languages.Hover.html new file mode 100644 index 00000000..9ae1bff1 --- /dev/null +++ b/api/interfaces/monaco.languages.Hover.html @@ -0,0 +1,10 @@ +Hover | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A hover represents additional information for a symbol or word. Hovers are +rendered in a tooltip-like widget.

+

Hierarchy

  • Hover

Index

Properties

Properties

contents: IMarkdownString[]
+

The contents of this hover.

+
range?: IRange
+

The range to which this hover applies. When missing, the +editor will use the range at the current position or the +current position itself.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.HoverProvider.html b/api/interfaces/monaco.languages.HoverProvider.html new file mode 100644 index 00000000..b151b4fb --- /dev/null +++ b/api/interfaces/monaco.languages.HoverProvider.html @@ -0,0 +1,8 @@ +HoverProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The hover provider interface defines the contract between extensions and +the hover-feature.

+

Hierarchy

  • HoverProvider

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IAutoClosingPair.html b/api/interfaces/monaco.languages.IAutoClosingPair.html new file mode 100644 index 00000000..1ef39b09 --- /dev/null +++ b/api/interfaces/monaco.languages.IAutoClosingPair.html @@ -0,0 +1 @@ +IAutoClosingPair | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IAutoClosingPairConditional.html b/api/interfaces/monaco.languages.IAutoClosingPairConditional.html new file mode 100644 index 00000000..df75dc36 --- /dev/null +++ b/api/interfaces/monaco.languages.IAutoClosingPairConditional.html @@ -0,0 +1 @@ +IAutoClosingPairConditional | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Properties

close: string
notIn?: string[]
open: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IColor.html b/api/interfaces/monaco.languages.IColor.html new file mode 100644 index 00000000..fb1ac934 --- /dev/null +++ b/api/interfaces/monaco.languages.IColor.html @@ -0,0 +1,11 @@ +IColor | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A color in RGBA format.

+

Hierarchy

  • IColor

Index

Properties

alpha: number
+

The alpha component in the range [0-1].

+
blue: number
+

The blue component in the range [0-1].

+
green: number
+

The green component in the range [0-1].

+
red: number
+

The red component in the range [0-1].

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IColorInformation.html b/api/interfaces/monaco.languages.IColorInformation.html new file mode 100644 index 00000000..83ee693d --- /dev/null +++ b/api/interfaces/monaco.languages.IColorInformation.html @@ -0,0 +1,7 @@ +IColorInformation | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A color range is a range in a text model which represents a color.

+

Hierarchy

  • IColorInformation

Index

Properties

Properties

color: IColor
+

The color represented in this range.

+
range: IRange
+

The range within the model.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IColorPresentation.html b/api/interfaces/monaco.languages.IColorPresentation.html new file mode 100644 index 00000000..4ac092eb --- /dev/null +++ b/api/interfaces/monaco.languages.IColorPresentation.html @@ -0,0 +1,13 @@ +IColorPresentation | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

String representations for a color

+

Hierarchy

  • IColorPresentation

Index

Properties

additionalTextEdits?: TextEdit[]
+

An optional array of additional text edits that are applied when +selecting this color presentation.

+
label: string
+

The label of this color presentation. It will be shown on the color +picker header. By default this is also the text that is inserted when selecting +this color presentation.

+
textEdit?: TextEdit
+

An edit which is applied to a document when selecting +this presentation for the color.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IDocComment.html b/api/interfaces/monaco.languages.IDocComment.html new file mode 100644 index 00000000..531d831a --- /dev/null +++ b/api/interfaces/monaco.languages.IDocComment.html @@ -0,0 +1,7 @@ +IDocComment | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Definition of documentation comments (e.g. Javadoc/JSdoc)

+

Hierarchy

  • IDocComment

Index

Properties

Properties

close?: string
+

The string that appears on the last line and closes the doc comment (e.g. ' * /').

+
open: string
+

The string that starts a doc comment (e.g. '/**')

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IEncodedLineTokens.html b/api/interfaces/monaco.languages.IEncodedLineTokens.html new file mode 100644 index 00000000..d43caaea --- /dev/null +++ b/api/interfaces/monaco.languages.IEncodedLineTokens.html @@ -0,0 +1,30 @@ +IEncodedLineTokens | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The result of a line tokenization.

+

Hierarchy

  • IEncodedLineTokens

Index

Properties

Properties

endState: IState
+

The tokenization end state. +A pointer will be held to this and the object should not be modified by the tokenizer after the pointer is returned.

+
tokens: Uint32Array
+

The tokens on the line in a binary, encoded format. Each token occupies two array indices. For token i:

+
    +
  • at offset 2*i => startIndex
  • +
  • at offset 2*i + 1 => metadata +Meta data is in binary format:
  • +
+
+
3322 2222 2222 1111 1111 1100 0000 0000
1098 7654 3210 9876 5432 1098 7654 3210 +
+
+
bbbb bbbb bfff ffff ffFF FFTT LLLL LLLL
+
+
+
    +
  • L = EncodedLanguageId (8 bits): Use getEncodedLanguageId to get the encoded ID of a language.
  • +
  • T = StandardTokenType (2 bits): Other = 0, Comment = 1, String = 2, RegEx = 3.
  • +
  • F = FontStyle (4 bits): None = 0, Italic = 1, Bold = 2, Underline = 4, Strikethrough = 8.
  • +
  • f = foreground ColorId (9 bits)
  • +
  • b = background ColorId (9 bits)
  • +
  • The color value for each colorId is defined in IStandaloneThemeData.customTokenColors: +e.g. colorId = 1 is stored in IStandaloneThemeData.customTokenColors[1]. Color id = 0 means no color, +id = 1 is for the default foreground color, id = 2 for the default background.
  • +
+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IExpandedMonarchLanguageAction.html b/api/interfaces/monaco.languages.IExpandedMonarchLanguageAction.html new file mode 100644 index 00000000..a89e5a62 --- /dev/null +++ b/api/interfaces/monaco.languages.IExpandedMonarchLanguageAction.html @@ -0,0 +1,18 @@ +IExpandedMonarchLanguageAction | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IExpandedMonarchLanguageAction

Index

Properties

bracket?: string
open

or @close

+
cases?: Object
+

map from string to ILanguageAction

+
goBack?: number
+

go back n characters in the stream

+
+

array of actions for each parenthesized match group

+
log?: string
+

log a message to the browser console window

+
next?: string
+

the next state to push, or "@push", "@pop", "@popall"

+
nextEmbedded?: string
+

switch to embedded language (using the mimetype) or get out using "@pop"

+
switchTo?: string
+

switch to this state

+
token?: string
+

token class (ie. css class) (or "@brackets" or "@rematch")

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IExpandedMonarchLanguageRule.html b/api/interfaces/monaco.languages.IExpandedMonarchLanguageRule.html new file mode 100644 index 00000000..6631cb7d --- /dev/null +++ b/api/interfaces/monaco.languages.IExpandedMonarchLanguageRule.html @@ -0,0 +1,7 @@ +IExpandedMonarchLanguageRule | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IExpandedMonarchLanguageRule

Index

Properties

+

action to take on match

+
include?: string
+

or an include rule. include all rules from the included state

+
regex?: string | RegExp
+

match tokens

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.ILanguageExtensionPoint.html b/api/interfaces/monaco.languages.ILanguageExtensionPoint.html new file mode 100644 index 00000000..b6da1463 --- /dev/null +++ b/api/interfaces/monaco.languages.ILanguageExtensionPoint.html @@ -0,0 +1 @@ +ILanguageExtensionPoint | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ILanguageExtensionPoint

Index

Properties

aliases?: string[]
configuration?: Uri
extensions?: string[]
filenamePatterns?: string[]
filenames?: string[]
firstLine?: string
id: string
mimetypes?: string[]

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.ILineTokens.html b/api/interfaces/monaco.languages.ILineTokens.html new file mode 100644 index 00000000..60ed2453 --- /dev/null +++ b/api/interfaces/monaco.languages.ILineTokens.html @@ -0,0 +1,8 @@ +ILineTokens | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The result of a line tokenization.

+

Hierarchy

  • ILineTokens

Index

Properties

Properties

endState: IState
+

The tokenization end state. +A pointer will be held to this and the object should not be modified by the tokenizer after the pointer is returned.

+
tokens: IToken[]
+

The list of tokens on the line.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.ILink.html b/api/interfaces/monaco.languages.ILink.html new file mode 100644 index 00000000..e236a243 --- /dev/null +++ b/api/interfaces/monaco.languages.ILink.html @@ -0,0 +1,3 @@ +ILink | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A link inside the editor.

+

Hierarchy

  • ILink

Index

Properties

Properties

range: IRange
tooltip?: string
url?: string | Uri

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.ILinksList.html b/api/interfaces/monaco.languages.ILinksList.html new file mode 100644 index 00000000..a2c7c6ee --- /dev/null +++ b/api/interfaces/monaco.languages.ILinksList.html @@ -0,0 +1 @@ +ILinksList | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ILinksList

Index

Properties

Methods

Properties

links: ILink[]

Methods

  • dispose(): void

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IMonarchLanguage.html b/api/interfaces/monaco.languages.IMonarchLanguage.html new file mode 100644 index 00000000..322aa247 --- /dev/null +++ b/api/interfaces/monaco.languages.IMonarchLanguage.html @@ -0,0 +1,22 @@ +IMonarchLanguage | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A Monarch language definition

+

Hierarchy

  • IMonarchLanguage

Indexable

[key: string]: any
+

Other keys that can be referred to by the tokenizer.

+

Index

Properties

+

for example [['{','}','delimiter.curly']]

+
defaultToken?: string
+

if no match in the tokenizer assign this token class (default 'source')

+
ignoreCase?: boolean
+

is the language case insensitive?

+
includeLF?: boolean
+

include line feeds (in the form of a \n character) at the end of lines +Defaults to false

+
start?: string
+

start symbol in the tokenizer (by default the first entry is used)

+
tokenPostfix?: string
+

attach this to every token class (by default '.' + name)

+
tokenizer: {}
+

map from string to ILanguageRule[]

+

Type declaration

unicode?: boolean
+

is the language unicode-aware? (i.e., /\u{1D306}/)

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IMonarchLanguageBracket.html b/api/interfaces/monaco.languages.IMonarchLanguageBracket.html new file mode 100644 index 00000000..9833ed78 --- /dev/null +++ b/api/interfaces/monaco.languages.IMonarchLanguageBracket.html @@ -0,0 +1,9 @@ +IMonarchLanguageBracket | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

This interface can be shortened as an array, ie. ['{','}','delimiter.curly']

+

Hierarchy

  • IMonarchLanguageBracket

Index

Properties

Properties

close: string
+

closing bracket

+
open: string
+

open bracket

+
token: string
+

token class

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IRelativePattern.html b/api/interfaces/monaco.languages.IRelativePattern.html new file mode 100644 index 00000000..e4a5f71e --- /dev/null +++ b/api/interfaces/monaco.languages.IRelativePattern.html @@ -0,0 +1,8 @@ +IRelativePattern | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IRelativePattern

Index

Properties

Properties

base: string
+

A base file path to which this pattern will be matched against relatively.

+
pattern: string
+

A file glob pattern like *.{ts,js} that will be matched on file paths +relative to the base path.

+

Example: Given a base of /home/work/folder and a file path of /home/work/folder/index.js, +the file glob pattern will match on index.js.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IState.html b/api/interfaces/monaco.languages.IState.html new file mode 100644 index 00000000..b6247bc9 --- /dev/null +++ b/api/interfaces/monaco.languages.IState.html @@ -0,0 +1,5 @@ +IState | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The state of the tokenizer between two lines. +It is useful to store flags such as in multiline comment, etc. +The model will clone the previous line's state and pass it in to tokenize the next line.

+

Hierarchy

  • IState

Index

Methods

  • equals(other: IState): boolean

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IToken.html b/api/interfaces/monaco.languages.IToken.html new file mode 100644 index 00000000..dd33cbc2 --- /dev/null +++ b/api/interfaces/monaco.languages.IToken.html @@ -0,0 +1,3 @@ +IToken | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A token.

+

Hierarchy

  • IToken

Index

Properties

scopes: string
startIndex: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IWorkspaceFileEdit.html b/api/interfaces/monaco.languages.IWorkspaceFileEdit.html new file mode 100644 index 00000000..056520af --- /dev/null +++ b/api/interfaces/monaco.languages.IWorkspaceFileEdit.html @@ -0,0 +1 @@ +IWorkspaceFileEdit | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IWorkspaceFileEdit

Index

Properties

newResource?: Uri
oldResource?: Uri

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IWorkspaceTextEdit.html b/api/interfaces/monaco.languages.IWorkspaceTextEdit.html new file mode 100644 index 00000000..a77af100 --- /dev/null +++ b/api/interfaces/monaco.languages.IWorkspaceTextEdit.html @@ -0,0 +1 @@ +IWorkspaceTextEdit | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IWorkspaceTextEdit

Index

Properties

resource: Uri
textEdit: TextEdit & { insertAsSnippet?: boolean }
versionId: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.ImplementationProvider.html b/api/interfaces/monaco.languages.ImplementationProvider.html new file mode 100644 index 00000000..3a69306d --- /dev/null +++ b/api/interfaces/monaco.languages.ImplementationProvider.html @@ -0,0 +1,6 @@ +ImplementationProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The implementation provider interface defines the contract between extensions and +the go to implementation feature.

+

Hierarchy

  • ImplementationProvider

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.IndentationRule.html b/api/interfaces/monaco.languages.IndentationRule.html new file mode 100644 index 00000000..75b9f864 --- /dev/null +++ b/api/interfaces/monaco.languages.IndentationRule.html @@ -0,0 +1,11 @@ +IndentationRule | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Describes indentation rules for a language.

+

Hierarchy

  • IndentationRule

Index

Properties

decreaseIndentPattern: RegExp
+

If a line matches this pattern, then all the lines after it should be unindented once (until another rule matches).

+
increaseIndentPattern: RegExp
+

If a line matches this pattern, then all the lines after it should be indented once (until another rule matches).

+
indentNextLinePattern?: RegExp
+

If a line matches this pattern, then only the next line after it should be indented once.

+
unIndentedLinePattern?: RegExp
+

If a line matches this pattern, then its indentation should not be changed and it should not be evaluated against the other rules.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.InlayHint.html b/api/interfaces/monaco.languages.InlayHint.html new file mode 100644 index 00000000..c700f9c3 --- /dev/null +++ b/api/interfaces/monaco.languages.InlayHint.html @@ -0,0 +1 @@ +InlayHint | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InlayHint

Index

Properties

label: string | InlayHintLabelPart[]
paddingLeft?: boolean
paddingRight?: boolean
position: IPosition
textEdits?: TextEdit[]
tooltip?: string | IMarkdownString

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.InlayHintLabelPart.html b/api/interfaces/monaco.languages.InlayHintLabelPart.html new file mode 100644 index 00000000..1905f2c9 --- /dev/null +++ b/api/interfaces/monaco.languages.InlayHintLabelPart.html @@ -0,0 +1 @@ +InlayHintLabelPart | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InlayHintLabelPart

Index

Properties

command?: Command
label: string
location?: Location
tooltip?: string | IMarkdownString

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.InlayHintList.html b/api/interfaces/monaco.languages.InlayHintList.html new file mode 100644 index 00000000..ea116520 --- /dev/null +++ b/api/interfaces/monaco.languages.InlayHintList.html @@ -0,0 +1 @@ +InlayHintList | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InlayHintList

Index

Properties

Methods

Properties

hints: InlayHint[]

Methods

  • dispose(): void

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.InlayHintsProvider.html b/api/interfaces/monaco.languages.InlayHintsProvider.html new file mode 100644 index 00000000..7f6e3977 --- /dev/null +++ b/api/interfaces/monaco.languages.InlayHintsProvider.html @@ -0,0 +1 @@ +InlayHintsProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InlayHintsProvider

Index

Properties

displayName?: string
onDidChangeInlayHints?: IEvent<void>

Methods

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.InlineCompletion.html b/api/interfaces/monaco.languages.InlineCompletion.html new file mode 100644 index 00000000..4eea7415 --- /dev/null +++ b/api/interfaces/monaco.languages.InlineCompletion.html @@ -0,0 +1,20 @@ +InlineCompletion | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InlineCompletion

Index

Properties

additionalTextEdits?: ISingleEditOperation[]
+

An optional array of additional text edits that are applied when +selecting this completion. Edits must not overlap with the main edit +nor with themselves.

+
command?: Command
completeBracketPairs?: boolean
+

If set to true, unopened closing brackets are removed and unclosed opening brackets are closed. +Defaults to false.

+
filterText?: string
+

A text that is used to decide if this inline completion should be shown. +An inline completion is shown if the text to replace is a subword of the filter text.

+
insertText: string | { snippet: string }
+

The text to insert. +If the text contains a line break, the range must end at the end of a line. +If existing text should be replaced, the existing text must be a prefix of the text to insert.

+

The text can also be a snippet. In that case, a preview with default parameters is shown. +When accepting the suggestion, the full snippet is inserted.

+
range?: IRange
+

The range to replace. +Must begin and end on the same line.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.InlineCompletionContext.html b/api/interfaces/monaco.languages.InlineCompletionContext.html new file mode 100644 index 00000000..4a834bad --- /dev/null +++ b/api/interfaces/monaco.languages.InlineCompletionContext.html @@ -0,0 +1,3 @@ +InlineCompletionContext | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • InlineCompletionContext

Index

Properties

selectedSuggestionInfo: SelectedSuggestionInfo
+

How the completion was triggered.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.InlineCompletions.html b/api/interfaces/monaco.languages.InlineCompletions.html new file mode 100644 index 00000000..195722c2 --- /dev/null +++ b/api/interfaces/monaco.languages.InlineCompletions.html @@ -0,0 +1,3 @@ +InlineCompletions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InlineCompletions<TItem>

Type parameters

Hierarchy

  • InlineCompletions

Index

Properties

Properties

commands?: Command[]
+

A list of commands associated with the inline completions of this list.

+
items: readonly TItem[]

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.InlineCompletionsProvider.html b/api/interfaces/monaco.languages.InlineCompletionsProvider.html new file mode 100644 index 00000000..cd1a4ad3 --- /dev/null +++ b/api/interfaces/monaco.languages.InlineCompletionsProvider.html @@ -0,0 +1,5 @@ +InlineCompletionsProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InlineCompletionsProvider<T>

Type parameters

Hierarchy

  • InlineCompletionsProvider

Index

Methods

  • freeInlineCompletions(completions: T): void
  • +

    Will be called when a completions list is no longer in use and can be garbage-collected.

    +

    Parameters

    • completions: T

    Returns void

  • handleItemDidShow(completions: T, item: T["items"][number]): void

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.LanguageConfiguration.html b/api/interfaces/monaco.languages.LanguageConfiguration.html new file mode 100644 index 00000000..6f3b2f5d --- /dev/null +++ b/api/interfaces/monaco.languages.LanguageConfiguration.html @@ -0,0 +1,37 @@ +LanguageConfiguration | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The language configuration interface defines the contract between extensions and +various editor features, like automatic bracket insertion, automatic indentation etc.

+

Hierarchy

  • LanguageConfiguration

Index

Properties

__electricCharacterSupport?: { docComment?: IDocComment }
+

Deprecated Do not use.

+
deprecated

Will be replaced by a better API soon.

+

Type declaration

autoCloseBefore?: string
+

Defines what characters must be after the cursor for bracket or quote autoclosing to occur when using the 'languageDefined' autoclosing setting.

+

This is typically the set of characters which can not start an expression, such as whitespace, closing brackets, non-unary operators, etc.

+
autoClosingPairs?: IAutoClosingPairConditional[]
+

The language's auto closing pairs. The 'close' character is automatically inserted with the +'open' character is typed. If not set, the configured brackets will be used.

+
brackets?: CharacterPair[]
+

The language's brackets. +This configuration implicitly affects pressing Enter around these brackets.

+
colorizedBracketPairs?: CharacterPair[]
+

Defines a list of bracket pairs that are colorized depending on their nesting level. +If not set, the configured brackets will be used.

+
comments?: CommentRule
+

The language's comment settings.

+
folding?: FoldingRules
+

The language's folding rules.

+
indentationRules?: IndentationRule
+

The language's indentation settings.

+
onEnterRules?: OnEnterRule[]
+

The language's rules to be evaluated when pressing Enter.

+
surroundingPairs?: IAutoClosingPair[]
+

The language's surrounding pairs. When the 'open' character is typed on a selection, the +selected string is surrounded by the open and close characters. If not set, the autoclosing pairs +settings will be used.

+
wordPattern?: RegExp
+

The language's word definition. +If the language supports Unicode identifiers (e.g. JavaScript), it is preferable +to provide a word definition that uses exclusion of known separators. +e.g.: A regex that matches anything except known separators (and dot is allowed to occur in a floating point number): + /(-?\d.\d\w)|([^`~!@#%^&*()-=+[{]}\|;:'",.<>/?\s]+)/g

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.LanguageFilter.html b/api/interfaces/monaco.languages.LanguageFilter.html new file mode 100644 index 00000000..2d6badc7 --- /dev/null +++ b/api/interfaces/monaco.languages.LanguageFilter.html @@ -0,0 +1,3 @@ +LanguageFilter | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LanguageFilter

Index

Properties

exclusive?: boolean
hasAccessToAllModels?: boolean
+

This provider is implemented in the UI thread.

+
language?: string
notebookType?: string
pattern?: string | IRelativePattern
scheme?: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.LinkProvider.html b/api/interfaces/monaco.languages.LinkProvider.html new file mode 100644 index 00000000..ee088f65 --- /dev/null +++ b/api/interfaces/monaco.languages.LinkProvider.html @@ -0,0 +1,3 @@ +LinkProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A provider of links.

+

Hierarchy

  • LinkProvider

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.LinkedEditingRangeProvider.html b/api/interfaces/monaco.languages.LinkedEditingRangeProvider.html new file mode 100644 index 00000000..b46c39f6 --- /dev/null +++ b/api/interfaces/monaco.languages.LinkedEditingRangeProvider.html @@ -0,0 +1,6 @@ +LinkedEditingRangeProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The linked editing range provider interface defines the contract between extensions and +the linked editing feature.

+

Hierarchy

  • LinkedEditingRangeProvider

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.LinkedEditingRanges.html b/api/interfaces/monaco.languages.LinkedEditingRanges.html new file mode 100644 index 00000000..56fb8f5a --- /dev/null +++ b/api/interfaces/monaco.languages.LinkedEditingRanges.html @@ -0,0 +1,9 @@ +LinkedEditingRanges | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents a list of ranges that can be edited together along with a word pattern to describe valid contents.

+

Hierarchy

  • LinkedEditingRanges

Index

Properties

ranges: IRange[]
+

A list of ranges that can be edited together. The ranges must have +identical length and text content. The ranges cannot overlap

+
wordPattern?: RegExp
+

An optional word pattern that describes valid contents for the given ranges. +If no pattern is provided, the language configuration's word pattern will be used.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.Location.html b/api/interfaces/monaco.languages.Location.html new file mode 100644 index 00000000..9294a2c9 --- /dev/null +++ b/api/interfaces/monaco.languages.Location.html @@ -0,0 +1,8 @@ +Location | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents a location inside a resource, such as a line +inside a text file.

+

Hierarchy

  • Location

Index

Properties

Properties

range: IRange
+

The document range of this locations.

+
uri: Uri
+

The resource identifier of this location.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.LocationLink.html b/api/interfaces/monaco.languages.LocationLink.html new file mode 100644 index 00000000..467eb288 --- /dev/null +++ b/api/interfaces/monaco.languages.LocationLink.html @@ -0,0 +1,10 @@ +LocationLink | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LocationLink

Index

Properties

originSelectionRange?: IRange
+

A range to select where this link originates from.

+
range: IRange
+

The full range this link points to.

+
targetSelectionRange?: IRange
+

A range to select this link points to. Must be contained +in LocationLink.range.

+
uri: Uri
+

The target uri this link points to.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.OnEnterRule.html b/api/interfaces/monaco.languages.OnEnterRule.html new file mode 100644 index 00000000..2626c5c1 --- /dev/null +++ b/api/interfaces/monaco.languages.OnEnterRule.html @@ -0,0 +1,11 @@ +OnEnterRule | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Describes a rule to be evaluated when pressing Enter.

+

Hierarchy

  • OnEnterRule

Index

Properties

action: EnterAction
+

The action to execute.

+
afterText?: RegExp
+

This rule will only execute if the text after the cursor matches this regular expression.

+
beforeText: RegExp
+

This rule will only execute if the text before the cursor matches this regular expression.

+
previousLineText?: RegExp
+

This rule will only execute if the text above the this line matches this regular expression.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.OnTypeFormattingEditProvider.html b/api/interfaces/monaco.languages.OnTypeFormattingEditProvider.html new file mode 100644 index 00000000..7a919aa3 --- /dev/null +++ b/api/interfaces/monaco.languages.OnTypeFormattingEditProvider.html @@ -0,0 +1,9 @@ +OnTypeFormattingEditProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The document formatting provider interface defines the contract between extensions and +the formatting-feature.

+

Hierarchy

  • OnTypeFormattingEditProvider

Index

Properties

autoFormatTriggerCharacters: string[]

Methods

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.ParameterInformation.html b/api/interfaces/monaco.languages.ParameterInformation.html new file mode 100644 index 00000000..0e594a97 --- /dev/null +++ b/api/interfaces/monaco.languages.ParameterInformation.html @@ -0,0 +1,10 @@ +ParameterInformation | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents a parameter of a callable-signature. A parameter can +have a label and a doc-comment.

+

Hierarchy

  • ParameterInformation

Index

Properties

documentation?: string | IMarkdownString
+

The human-readable doc-comment of this signature. Will be shown +in the UI but can be omitted.

+
label: string | [number, number]
+

The label of this signature. Will be shown in +the UI.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.ReferenceContext.html b/api/interfaces/monaco.languages.ReferenceContext.html new file mode 100644 index 00000000..ad20ee29 --- /dev/null +++ b/api/interfaces/monaco.languages.ReferenceContext.html @@ -0,0 +1,6 @@ +ReferenceContext | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Value-object that contains additional information when +requesting references.

+

Hierarchy

  • ReferenceContext

Index

Properties

includeDeclaration: boolean
+

Include the declaration of the current symbol.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.ReferenceProvider.html b/api/interfaces/monaco.languages.ReferenceProvider.html new file mode 100644 index 00000000..356502cf --- /dev/null +++ b/api/interfaces/monaco.languages.ReferenceProvider.html @@ -0,0 +1,6 @@ +ReferenceProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The reference provider interface defines the contract between extensions and +the find references-feature.

+

Hierarchy

  • ReferenceProvider

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.Rejection.html b/api/interfaces/monaco.languages.Rejection.html new file mode 100644 index 00000000..337e2287 --- /dev/null +++ b/api/interfaces/monaco.languages.Rejection.html @@ -0,0 +1 @@ +Rejection | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Rejection

Index

Properties

Properties

rejectReason?: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.RenameLocation.html b/api/interfaces/monaco.languages.RenameLocation.html new file mode 100644 index 00000000..5cec04ff --- /dev/null +++ b/api/interfaces/monaco.languages.RenameLocation.html @@ -0,0 +1 @@ +RenameLocation | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.RenameProvider.html b/api/interfaces/monaco.languages.RenameProvider.html new file mode 100644 index 00000000..6fd13a3a --- /dev/null +++ b/api/interfaces/monaco.languages.RenameProvider.html @@ -0,0 +1 @@ +RenameProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RenameProvider

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.SelectedSuggestionInfo.html b/api/interfaces/monaco.languages.SelectedSuggestionInfo.html new file mode 100644 index 00000000..1d0df0de --- /dev/null +++ b/api/interfaces/monaco.languages.SelectedSuggestionInfo.html @@ -0,0 +1 @@ +SelectedSuggestionInfo | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.SelectionRange.html b/api/interfaces/monaco.languages.SelectionRange.html new file mode 100644 index 00000000..a36fd2b6 --- /dev/null +++ b/api/interfaces/monaco.languages.SelectionRange.html @@ -0,0 +1 @@ +SelectionRange | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.SelectionRangeProvider.html b/api/interfaces/monaco.languages.SelectionRangeProvider.html new file mode 100644 index 00000000..b0586cab --- /dev/null +++ b/api/interfaces/monaco.languages.SelectionRangeProvider.html @@ -0,0 +1,3 @@ +SelectionRangeProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SelectionRangeProvider

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.SemanticTokens.html b/api/interfaces/monaco.languages.SemanticTokens.html new file mode 100644 index 00000000..f059f37d --- /dev/null +++ b/api/interfaces/monaco.languages.SemanticTokens.html @@ -0,0 +1 @@ +SemanticTokens | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SemanticTokens

Index

Properties

Properties

data: Uint32Array
resultId?: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.SemanticTokensEdit.html b/api/interfaces/monaco.languages.SemanticTokensEdit.html new file mode 100644 index 00000000..4ba8c7c5 --- /dev/null +++ b/api/interfaces/monaco.languages.SemanticTokensEdit.html @@ -0,0 +1 @@ +SemanticTokensEdit | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SemanticTokensEdit

Index

Properties

data?: Uint32Array
deleteCount: number
start: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.SemanticTokensEdits.html b/api/interfaces/monaco.languages.SemanticTokensEdits.html new file mode 100644 index 00000000..ed497249 --- /dev/null +++ b/api/interfaces/monaco.languages.SemanticTokensEdits.html @@ -0,0 +1 @@ +SemanticTokensEdits | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SemanticTokensEdits

Index

Properties

Properties

resultId?: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.SemanticTokensLegend.html b/api/interfaces/monaco.languages.SemanticTokensLegend.html new file mode 100644 index 00000000..8f559b4f --- /dev/null +++ b/api/interfaces/monaco.languages.SemanticTokensLegend.html @@ -0,0 +1 @@ +SemanticTokensLegend | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SemanticTokensLegend

Index

Properties

tokenModifiers: string[]
tokenTypes: string[]

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.SignatureHelp.html b/api/interfaces/monaco.languages.SignatureHelp.html new file mode 100644 index 00000000..3e903ec6 --- /dev/null +++ b/api/interfaces/monaco.languages.SignatureHelp.html @@ -0,0 +1,11 @@ +SignatureHelp | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Signature help represents the signature of something +callable. There can be multiple signatures but only one +active and only one active parameter.

+

Hierarchy

  • SignatureHelp

Index

Properties

activeParameter: number
+

The active parameter of the active signature.

+
activeSignature: number
+

The active signature.

+
signatures: SignatureInformation[]
+

One or more signatures.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.SignatureHelpContext.html b/api/interfaces/monaco.languages.SignatureHelpContext.html new file mode 100644 index 00000000..e8ced2ef --- /dev/null +++ b/api/interfaces/monaco.languages.SignatureHelpContext.html @@ -0,0 +1 @@ +SignatureHelpContext | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SignatureHelpContext

Index

Properties

activeSignatureHelp?: SignatureHelp
isRetrigger: boolean
triggerCharacter?: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.SignatureHelpProvider.html b/api/interfaces/monaco.languages.SignatureHelpProvider.html new file mode 100644 index 00000000..e8b4404a --- /dev/null +++ b/api/interfaces/monaco.languages.SignatureHelpProvider.html @@ -0,0 +1,6 @@ +SignatureHelpProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The signature help provider interface defines the contract between extensions and +the parameter hints-feature.

+

Hierarchy

  • SignatureHelpProvider

Index

Properties

signatureHelpRetriggerCharacters?: readonly string[]
signatureHelpTriggerCharacters?: readonly string[]

Methods

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.SignatureHelpResult.html b/api/interfaces/monaco.languages.SignatureHelpResult.html new file mode 100644 index 00000000..31bafdc0 --- /dev/null +++ b/api/interfaces/monaco.languages.SignatureHelpResult.html @@ -0,0 +1 @@ +SignatureHelpResult | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Methods

Properties

Methods

  • dispose(): void

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.SignatureInformation.html b/api/interfaces/monaco.languages.SignatureInformation.html new file mode 100644 index 00000000..84add562 --- /dev/null +++ b/api/interfaces/monaco.languages.SignatureInformation.html @@ -0,0 +1,16 @@ +SignatureInformation | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents the signature of something callable. A signature +can have a label, like a function-name, a doc-comment, and +a set of parameters.

+

Hierarchy

  • SignatureInformation

Index

Properties

activeParameter?: number
+

Index of the active parameter.

+

If provided, this is used in place of SignatureHelp.activeSignature.

+
documentation?: string | IMarkdownString
+

The human-readable doc-comment of this signature. Will be shown +in the UI but can be omitted.

+
label: string
+

The label of this signature. Will be shown in +the UI.

+
parameters: ParameterInformation[]
+

The parameters of this signature.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.TextEdit.html b/api/interfaces/monaco.languages.TextEdit.html new file mode 100644 index 00000000..dec0ad47 --- /dev/null +++ b/api/interfaces/monaco.languages.TextEdit.html @@ -0,0 +1 @@ +TextEdit | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.TokensProvider.html b/api/interfaces/monaco.languages.TokensProvider.html new file mode 100644 index 00000000..587c35d6 --- /dev/null +++ b/api/interfaces/monaco.languages.TokensProvider.html @@ -0,0 +1,7 @@ +TokensProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A "manual" provider of tokens.

+

Hierarchy

  • TokensProvider

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.TokensProviderFactory.html b/api/interfaces/monaco.languages.TokensProviderFactory.html new file mode 100644 index 00000000..8f8146bd --- /dev/null +++ b/api/interfaces/monaco.languages.TokensProviderFactory.html @@ -0,0 +1,3 @@ +TokensProviderFactory | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.TypeDefinitionProvider.html b/api/interfaces/monaco.languages.TypeDefinitionProvider.html new file mode 100644 index 00000000..019f7b56 --- /dev/null +++ b/api/interfaces/monaco.languages.TypeDefinitionProvider.html @@ -0,0 +1,6 @@ +TypeDefinitionProvider | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The type definition provider interface defines the contract between extensions and +the go to type definition feature.

+

Hierarchy

  • TypeDefinitionProvider

Index

Methods

Legend

  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.WorkspaceEdit.html b/api/interfaces/monaco.languages.WorkspaceEdit.html new file mode 100644 index 00000000..ca49c9f0 --- /dev/null +++ b/api/interfaces/monaco.languages.WorkspaceEdit.html @@ -0,0 +1 @@ +WorkspaceEdit | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.WorkspaceEditMetadata.html b/api/interfaces/monaco.languages.WorkspaceEditMetadata.html new file mode 100644 index 00000000..93baef05 --- /dev/null +++ b/api/interfaces/monaco.languages.WorkspaceEditMetadata.html @@ -0,0 +1 @@ +WorkspaceEditMetadata | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WorkspaceEditMetadata

Index

Properties

description?: string
label: string
needsConfirmation: boolean

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.WorkspaceFileEditOptions.html b/api/interfaces/monaco.languages.WorkspaceFileEditOptions.html new file mode 100644 index 00000000..91a5cf6d --- /dev/null +++ b/api/interfaces/monaco.languages.WorkspaceFileEditOptions.html @@ -0,0 +1 @@ +WorkspaceFileEditOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WorkspaceFileEditOptions

Index

Properties

contentsBase64?: string
copy?: boolean
folder?: boolean
ignoreIfExists?: boolean
ignoreIfNotExists?: boolean
maxSize?: number
overwrite?: boolean
recursive?: boolean
skipTrashBin?: boolean

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.css.CSSDataConfiguration.html b/api/interfaces/monaco.languages.css.CSSDataConfiguration.html new file mode 100644 index 00000000..9e5c0385 --- /dev/null +++ b/api/interfaces/monaco.languages.css.CSSDataConfiguration.html @@ -0,0 +1,5 @@ +CSSDataConfiguration | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CSSDataConfiguration

Index

Properties

dataProviders?: {}
+

Provides a set of custom data providers.

+

Type declaration

useDefaultDataProvider?: boolean
+

Defines whether the standard CSS properties, at-directives, pseudoClasses and pseudoElements are shown.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.css.CSSDataV1.html b/api/interfaces/monaco.languages.css.CSSDataV1.html new file mode 100644 index 00000000..84cd8ed9 --- /dev/null +++ b/api/interfaces/monaco.languages.css.CSSDataV1.html @@ -0,0 +1,4 @@ +CSSDataV1 | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Custom CSS properties, at-directives, pseudoClasses and pseudoElements +https://github.com/microsoft/vscode-css-languageservice/blob/main/docs/customData.md

+

Hierarchy

  • CSSDataV1

Index

Properties

atDirectives?: IAtDirectiveData[]
properties?: IPropertyData[]
pseudoClasses?: IPseudoClassData[]
pseudoElements?: IPseudoElementData[]
version: 1 | 1.1

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.css.CSSFormatConfiguration.html b/api/interfaces/monaco.languages.css.CSSFormatConfiguration.html new file mode 100644 index 00000000..6cb6676f --- /dev/null +++ b/api/interfaces/monaco.languages.css.CSSFormatConfiguration.html @@ -0,0 +1,13 @@ +CSSFormatConfiguration | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CSSFormatConfiguration

Index

Properties

braceStyle?: "expand" | "collapse"
+

put braces on the same line as rules (collapse), or put braces on own line, Allman / ANSI style (expand). Default collapse

+
maxPreserveNewLines?: number
+

maximum number of line breaks to be preserved in one chunk. Default: unlimited

+
newlineBetweenRules?: boolean
+

add a new line after every css rule: Default: true

+
newlineBetweenSelectors?: boolean
+

separate selectors with newline (e.g. "a,\nbr" or "a, br"): Default: true

+
preserveNewLines?: boolean
+

whether existing line breaks before elements should be preserved. Default: true

+
spaceAroundSelectorSeparator?: boolean
+

ensure space around selector separators: '>', '+', '~' (e.g. "a>b" -> "a > b"): Default: false

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.css.IAtDirectiveData.html b/api/interfaces/monaco.languages.css.IAtDirectiveData.html new file mode 100644 index 00000000..6999f899 --- /dev/null +++ b/api/interfaces/monaco.languages.css.IAtDirectiveData.html @@ -0,0 +1 @@ +IAtDirectiveData | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IAtDirectiveData

Index

Properties

browsers?: string[]
description?: string | monaco.languages.css.MarkupContent
name: string
status?: EntryStatus

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.css.IPropertyData.html b/api/interfaces/monaco.languages.css.IPropertyData.html new file mode 100644 index 00000000..daec427e --- /dev/null +++ b/api/interfaces/monaco.languages.css.IPropertyData.html @@ -0,0 +1 @@ +IPropertyData | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IPropertyData

Index

Properties

browsers?: string[]
description?: string | monaco.languages.css.MarkupContent
name: string
relevance?: number
restrictions?: string[]
status?: EntryStatus
syntax?: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.css.IPseudoClassData.html b/api/interfaces/monaco.languages.css.IPseudoClassData.html new file mode 100644 index 00000000..2e94b3f7 --- /dev/null +++ b/api/interfaces/monaco.languages.css.IPseudoClassData.html @@ -0,0 +1 @@ +IPseudoClassData | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IPseudoClassData

Index

Properties

browsers?: string[]
description?: string | monaco.languages.css.MarkupContent
name: string
status?: EntryStatus

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.css.IPseudoElementData.html b/api/interfaces/monaco.languages.css.IPseudoElementData.html new file mode 100644 index 00000000..58348e63 --- /dev/null +++ b/api/interfaces/monaco.languages.css.IPseudoElementData.html @@ -0,0 +1 @@ +IPseudoElementData | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IPseudoElementData

Index

Properties

browsers?: string[]
description?: string | monaco.languages.css.MarkupContent
name: string
status?: EntryStatus

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.css.IReference.html b/api/interfaces/monaco.languages.css.IReference.html new file mode 100644 index 00000000..757f071c --- /dev/null +++ b/api/interfaces/monaco.languages.css.IReference.html @@ -0,0 +1 @@ +IReference | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IReference

Index

Properties

Properties

name: string
url: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.css.IValueData.html b/api/interfaces/monaco.languages.css.IValueData.html new file mode 100644 index 00000000..61560500 --- /dev/null +++ b/api/interfaces/monaco.languages.css.IValueData.html @@ -0,0 +1 @@ +IValueData | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IValueData

Index

Properties

browsers?: string[]
description?: string | monaco.languages.css.MarkupContent
name: string
status?: EntryStatus

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.css.LanguageServiceDefaults.html b/api/interfaces/monaco.languages.css.LanguageServiceDefaults.html new file mode 100644 index 00000000..9f6207de --- /dev/null +++ b/api/interfaces/monaco.languages.css.LanguageServiceDefaults.html @@ -0,0 +1,3 @@ +LanguageServiceDefaults | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LanguageServiceDefaults

Index

Properties

diagnosticsOptions: monaco.languages.css.Options
deprecated

Use options instead

+
languageId: string

Methods

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.css.MarkupContent.html b/api/interfaces/monaco.languages.css.MarkupContent.html new file mode 100644 index 00000000..ebfec54f --- /dev/null +++ b/api/interfaces/monaco.languages.css.MarkupContent.html @@ -0,0 +1 @@ +MarkupContent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.css.ModeConfiguration.html b/api/interfaces/monaco.languages.css.ModeConfiguration.html new file mode 100644 index 00000000..0275a818 --- /dev/null +++ b/api/interfaces/monaco.languages.css.ModeConfiguration.html @@ -0,0 +1,27 @@ +ModeConfiguration | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ModeConfiguration

Index

Properties

colors?: boolean
+

Defines whether the built-in color provider is enabled.

+
completionItems?: boolean
+

Defines whether the built-in completionItemProvider is enabled.

+
definitions?: boolean
+

Defines whether the built-in definitions provider is enabled.

+
diagnostics?: boolean
+

Defines whether the built-in diagnostic provider is enabled.

+
documentFormattingEdits?: boolean
+

Defines whether the built-in document formatting edit provider is enabled.

+
documentHighlights?: boolean
+

Defines whether the built-in references provider is enabled.

+
documentRangeFormattingEdits?: boolean
+

Defines whether the built-in document formatting range edit provider is enabled.

+
documentSymbols?: boolean
+

Defines whether the built-in documentSymbolProvider is enabled.

+
foldingRanges?: boolean
+

Defines whether the built-in foldingRange provider is enabled.

+
hovers?: boolean
+

Defines whether the built-in hoverProvider is enabled.

+
references?: boolean
+

Defines whether the built-in references provider is enabled.

+
rename?: boolean
+

Defines whether the built-in rename provider is enabled.

+
selectionRanges?: boolean
+

Defines whether the built-in selection range provider is enabled.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.css.Options.html b/api/interfaces/monaco.languages.css.Options.html new file mode 100644 index 00000000..845020bb --- /dev/null +++ b/api/interfaces/monaco.languages.css.Options.html @@ -0,0 +1,5 @@ +Options | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Options

Index

Properties

+

Configures the CSS data types known by the langauge service.

+
+

Settings for the CSS formatter.

+
lint?: { argumentsInColorFunction?: "ignore" | "warning" | "error"; boxModel?: "ignore" | "warning" | "error"; compatibleVendorPrefixes?: "ignore" | "warning" | "error"; duplicateProperties?: "ignore" | "warning" | "error"; emptyRules?: "ignore" | "warning" | "error"; float?: "ignore" | "warning" | "error"; fontFaceProperties?: "ignore" | "warning" | "error"; hexColorLength?: "ignore" | "warning" | "error"; idSelector?: "ignore" | "warning" | "error"; ieHack?: "ignore" | "warning" | "error"; importStatement?: "ignore" | "warning" | "error"; important?: "ignore" | "warning" | "error"; propertyIgnoredDueToDisplay?: "ignore" | "warning" | "error"; universalSelector?: "ignore" | "warning" | "error"; unknownProperties?: "ignore" | "warning" | "error"; unknownVendorSpecificProperties?: "ignore" | "warning" | "error"; vendorPrefix?: "ignore" | "warning" | "error"; zeroUnits?: "ignore" | "warning" | "error" }

Type declaration

  • Optional Readonly argumentsInColorFunction?: "ignore" | "warning" | "error"
  • Optional Readonly boxModel?: "ignore" | "warning" | "error"
  • Optional Readonly compatibleVendorPrefixes?: "ignore" | "warning" | "error"
  • Optional Readonly duplicateProperties?: "ignore" | "warning" | "error"
  • Optional Readonly emptyRules?: "ignore" | "warning" | "error"
  • Optional Readonly float?: "ignore" | "warning" | "error"
  • Optional Readonly fontFaceProperties?: "ignore" | "warning" | "error"
  • Optional Readonly hexColorLength?: "ignore" | "warning" | "error"
  • Optional Readonly idSelector?: "ignore" | "warning" | "error"
  • Optional Readonly ieHack?: "ignore" | "warning" | "error"
  • Optional Readonly importStatement?: "ignore" | "warning" | "error"
  • Optional Readonly important?: "ignore" | "warning" | "error"
  • Optional Readonly propertyIgnoredDueToDisplay?: "ignore" | "warning" | "error"
  • Optional Readonly universalSelector?: "ignore" | "warning" | "error"
  • Optional Readonly unknownProperties?: "ignore" | "warning" | "error"
  • Optional Readonly unknownVendorSpecificProperties?: "ignore" | "warning" | "error"
  • Optional Readonly vendorPrefix?: "ignore" | "warning" | "error"
  • Optional Readonly zeroUnits?: "ignore" | "warning" | "error"
validate?: boolean

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.html.CompletionConfiguration.html b/api/interfaces/monaco.languages.html.CompletionConfiguration.html new file mode 100644 index 00000000..13fc4993 --- /dev/null +++ b/api/interfaces/monaco.languages.html.CompletionConfiguration.html @@ -0,0 +1 @@ +CompletionConfiguration | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CompletionConfiguration

Indexable

[providerId: string]: boolean

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.html.HTMLDataConfiguration.html b/api/interfaces/monaco.languages.html.HTMLDataConfiguration.html new file mode 100644 index 00000000..ef0ebd0b --- /dev/null +++ b/api/interfaces/monaco.languages.html.HTMLDataConfiguration.html @@ -0,0 +1,5 @@ +HTMLDataConfiguration | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • HTMLDataConfiguration

Index

Properties

dataProviders?: {}
+

Provides a set of custom data providers.

+

Type declaration

useDefaultDataProvider?: boolean
+

Defines whether the standard HTML tags and attributes are shown

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.html.HTMLDataV1.html b/api/interfaces/monaco.languages.html.HTMLDataV1.html new file mode 100644 index 00000000..3a730744 --- /dev/null +++ b/api/interfaces/monaco.languages.html.HTMLDataV1.html @@ -0,0 +1,4 @@ +HTMLDataV1 | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • HTMLDataV1

Index

Properties

globalAttributes?: IAttributeData[]
tags?: ITagData[]
valueSets?: IValueSet[]
version: 1 | 1.1

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.html.HTMLFormatConfiguration.html b/api/interfaces/monaco.languages.html.HTMLFormatConfiguration.html new file mode 100644 index 00000000..93b88402 --- /dev/null +++ b/api/interfaces/monaco.languages.html.HTMLFormatConfiguration.html @@ -0,0 +1 @@ +HTMLFormatConfiguration | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • HTMLFormatConfiguration

Index

Properties

contentUnformatted: string
endWithNewline: boolean
extraLiners: string
indentHandlebars: boolean
indentInnerHtml: boolean
insertSpaces: boolean
maxPreserveNewLines: number
preserveNewLines: boolean
tabSize: number
unformatted: string
wrapAttributes: "auto" | "force" | "force-aligned" | "force-expand-multiline"
wrapLineLength: number

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.html.IAttributeData.html b/api/interfaces/monaco.languages.html.IAttributeData.html new file mode 100644 index 00000000..215ca31e --- /dev/null +++ b/api/interfaces/monaco.languages.html.IAttributeData.html @@ -0,0 +1 @@ +IAttributeData | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IAttributeData

Index

Properties

description?: string | monaco.languages.html.MarkupContent
name: string
valueSet?: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.html.IReference.html b/api/interfaces/monaco.languages.html.IReference.html new file mode 100644 index 00000000..e769f14c --- /dev/null +++ b/api/interfaces/monaco.languages.html.IReference.html @@ -0,0 +1 @@ +IReference | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IReference

Index

Properties

Properties

name: string
url: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.html.ITagData.html b/api/interfaces/monaco.languages.html.ITagData.html new file mode 100644 index 00000000..ec8b1c05 --- /dev/null +++ b/api/interfaces/monaco.languages.html.ITagData.html @@ -0,0 +1 @@ +ITagData | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ITagData

Index

Properties

attributes: IAttributeData[]
description?: string | monaco.languages.html.MarkupContent
name: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.html.IValueData.html b/api/interfaces/monaco.languages.html.IValueData.html new file mode 100644 index 00000000..5e4c305f --- /dev/null +++ b/api/interfaces/monaco.languages.html.IValueData.html @@ -0,0 +1 @@ +IValueData | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IValueData

Index

Properties

description?: string | monaco.languages.html.MarkupContent
name: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.html.IValueSet.html b/api/interfaces/monaco.languages.html.IValueSet.html new file mode 100644 index 00000000..0b3df1fb --- /dev/null +++ b/api/interfaces/monaco.languages.html.IValueSet.html @@ -0,0 +1 @@ +IValueSet | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IValueSet

Index

Properties

Properties

name: string

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.html.LanguageServiceDefaults.html b/api/interfaces/monaco.languages.html.LanguageServiceDefaults.html new file mode 100644 index 00000000..73dd9967 --- /dev/null +++ b/api/interfaces/monaco.languages.html.LanguageServiceDefaults.html @@ -0,0 +1 @@ +LanguageServiceDefaults | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LanguageServiceDefaults

Index

Properties

languageId: string

Methods

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.html.LanguageServiceRegistration.html b/api/interfaces/monaco.languages.html.LanguageServiceRegistration.html new file mode 100644 index 00000000..3cc08f7c --- /dev/null +++ b/api/interfaces/monaco.languages.html.LanguageServiceRegistration.html @@ -0,0 +1 @@ +LanguageServiceRegistration | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Methods

Properties

Methods

  • dispose(): void

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.html.MarkupContent.html b/api/interfaces/monaco.languages.html.MarkupContent.html new file mode 100644 index 00000000..a55c15aa --- /dev/null +++ b/api/interfaces/monaco.languages.html.MarkupContent.html @@ -0,0 +1 @@ +MarkupContent | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.html.ModeConfiguration.html b/api/interfaces/monaco.languages.html.ModeConfiguration.html new file mode 100644 index 00000000..4ad7ea49 --- /dev/null +++ b/api/interfaces/monaco.languages.html.ModeConfiguration.html @@ -0,0 +1,25 @@ +ModeConfiguration | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ModeConfiguration

Index

Properties

colors?: boolean
+

Defines whether the built-in color provider is enabled.

+
completionItems?: boolean
+

Defines whether the built-in completionItemProvider is enabled.

+
diagnostics?: boolean
+

Defines whether the built-in diagnostic provider is enabled.

+
documentFormattingEdits?: boolean
+

Defines whether the built-in documentFormattingEdit provider is enabled.

+
documentHighlights?: boolean
+

Defines whether the built-in references provider is enabled.

+
documentRangeFormattingEdits?: boolean
+

Defines whether the built-in documentRangeFormattingEdit provider is enabled.

+
documentSymbols?: boolean
+

Defines whether the built-in documentSymbolProvider is enabled.

+
foldingRanges?: boolean
+

Defines whether the built-in foldingRange provider is enabled.

+
hovers?: boolean
+

Defines whether the built-in hoverProvider is enabled.

+
links?: boolean
+

Defines whether the built-in definitions provider is enabled.

+
rename?: boolean
+

Defines whether the built-in rename provider is enabled.

+
selectionRanges?: boolean
+

Defines whether the built-in selection range provider is enabled.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.html.Options.html b/api/interfaces/monaco.languages.html.Options.html new file mode 100644 index 00000000..cf7967f2 --- /dev/null +++ b/api/interfaces/monaco.languages.html.Options.html @@ -0,0 +1,7 @@ +Options | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Options

Index

Properties

+

Configures the HTML data types known by the HTML langauge service.

+
+

Settings for the HTML formatter.

+
+

Code completion settings.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.json.DiagnosticsOptions.html b/api/interfaces/monaco.languages.json.DiagnosticsOptions.html new file mode 100644 index 00000000..bff0143d --- /dev/null +++ b/api/interfaces/monaco.languages.json.DiagnosticsOptions.html @@ -0,0 +1,19 @@ +DiagnosticsOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DiagnosticsOptions

Index

Properties

allowComments?: boolean
+

If set, comments are tolerated. If set to false, syntax errors will be emitted for comments. +DiagnosticsOptions.allowComments will override this setting.

+
comments?: SeverityLevel
+

The severity of reported comments. If not set, 'DiagnosticsOptions.allowComments' defines whether comments are ignored or reported as errors.

+
enableSchemaRequest?: boolean
+

If set, the schema service would load schema content on-demand with 'fetch' if available

+
schemaRequest?: SeverityLevel
+

The severity of problems that occurred when resolving and loading schemas. If set to 'ignore', schema resolving problems are not reported. If not set, 'warning' is used.

+
schemaValidation?: SeverityLevel
+

The severity of problems from schema validation. If set to 'ignore', schema validation will be skipped. If not set, 'warning' is used.

+
schemas?: { fileMatch?: string[]; schema?: any; uri: string }[]
+

A list of known schemas and/or associations of schemas to file names.

+
trailingCommas?: SeverityLevel
+

The severity of reported trailing commas. If not set, trailing commas will be reported as errors.

+
validate?: boolean
+

If set, the validator will be enabled and perform syntax and schema based validation, +unless DiagnosticsOptions.schemaValidation is set to ignore.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.json.LanguageServiceDefaults.html b/api/interfaces/monaco.languages.json.LanguageServiceDefaults.html new file mode 100644 index 00000000..ede5833a --- /dev/null +++ b/api/interfaces/monaco.languages.json.LanguageServiceDefaults.html @@ -0,0 +1 @@ +LanguageServiceDefaults | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LanguageServiceDefaults

Index

Properties

languageId: string

Methods

Legend

  • Property
  • Method

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.json.ModeConfiguration.html b/api/interfaces/monaco.languages.json.ModeConfiguration.html new file mode 100644 index 00000000..c3370304 --- /dev/null +++ b/api/interfaces/monaco.languages.json.ModeConfiguration.html @@ -0,0 +1,21 @@ +ModeConfiguration | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ModeConfiguration

Index

Properties

colors?: boolean
+

Defines whether the built-in color provider is enabled.

+
completionItems?: boolean
+

Defines whether the built-in completionItemProvider is enabled.

+
diagnostics?: boolean
+

Defines whether the built-in diagnostic provider is enabled.

+
documentFormattingEdits?: boolean
+

Defines whether the built-in documentFormattingEdit provider is enabled.

+
documentRangeFormattingEdits?: boolean
+

Defines whether the built-in documentRangeFormattingEdit provider is enabled.

+
documentSymbols?: boolean
+

Defines whether the built-in documentSymbolProvider is enabled.

+
foldingRanges?: boolean
+

Defines whether the built-in foldingRange provider is enabled.

+
hovers?: boolean
+

Defines whether the built-in hoverProvider is enabled.

+
selectionRanges?: boolean
+

Defines whether the built-in selection range provider is enabled.

+
tokens?: boolean
+

Defines whether the built-in tokens provider is enabled.

+

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.typescript.CompilerOptions.html b/api/interfaces/monaco.languages.typescript.CompilerOptions.html new file mode 100644 index 00000000..b37bbb76 --- /dev/null +++ b/api/interfaces/monaco.languages.typescript.CompilerOptions.html @@ -0,0 +1,3 @@ +CompilerOptions | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CompilerOptions

Indexable

[option: string]: CompilerOptionsValue | undefined

Index

Properties

allowJs?: boolean
allowSyntheticDefaultImports?: boolean
allowUmdGlobalAccess?: boolean
allowUnreachableCode?: boolean
allowUnusedLabels?: boolean
alwaysStrict?: boolean
baseUrl?: string
charset?: string
checkJs?: boolean
composite?: boolean
declaration?: boolean
declarationDir?: string
declarationMap?: boolean
disableSizeLimit?: boolean
disableSourceOfProjectReferenceRedirect?: boolean
downlevelIteration?: boolean
emitBOM?: boolean
emitDeclarationOnly?: boolean
emitDecoratorMetadata?: boolean
esModuleInterop?: boolean
experimentalDecorators?: boolean
forceConsistentCasingInFileNames?: boolean
importHelpers?: boolean
inlineSourceMap?: boolean
inlineSources?: boolean
isolatedModules?: boolean
jsx?: JsxEmit
jsxFactory?: string
keyofStringsOnly?: boolean
lib?: string[]
locale?: string
mapRoot?: string
maxNodeModuleJsDepth?: number
module?: ModuleKind
moduleResolution?: ModuleResolutionKind
newLine?: NewLineKind
noEmit?: boolean
noEmitHelpers?: boolean
noEmitOnError?: boolean
noErrorTruncation?: boolean
noFallthroughCasesInSwitch?: boolean
noImplicitAny?: boolean
noImplicitReturns?: boolean
noImplicitThis?: boolean
noImplicitUseStrict?: boolean
noLib?: boolean
noResolve?: boolean
noStrictGenericChecks?: boolean
noUnusedLocals?: boolean
noUnusedParameters?: boolean
out?: string
outDir?: string
outFile?: string
paths?: MapLike<string[]>
preserveConstEnums?: boolean
preserveSymlinks?: boolean
project?: string
reactNamespace?: string
removeComments?: boolean
resolveJsonModule?: boolean
rootDir?: string
rootDirs?: string[]
skipDefaultLibCheck?: boolean
skipLibCheck?: boolean
sourceMap?: boolean
sourceRoot?: string
strict?: boolean
strictBindCallApply?: boolean
strictFunctionTypes?: boolean
strictNullChecks?: boolean
strictPropertyInitialization?: boolean
stripInternal?: boolean
suppressExcessPropertyErrors?: boolean
suppressImplicitAnyIndexErrors?: boolean
target?: ScriptTarget
traceResolution?: boolean
typeRoots?: string[]
+

Paths used to compute primary types search locations

+
types?: string[]
useDefineForClassFields?: boolean

Legend

  • Property

Settings

Theme

\ No newline at end of file diff --git a/api/interfaces/monaco.languages.typescript.Diagnostic.html b/api/interfaces/monaco.languages.typescript.Diagnostic.html new file mode 100644 index 00000000..9f8ac6a7 --- /dev/null +++ b/api/interfaces/monaco.languages.typescript.Diagnostic.html @@ -0,0 +1,7 @@ +Diagnostic | Monaco Editor API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

category: 0 | 2 | 3 | 1
+

Diagnostic category: warning = 0, error = 1, suggestion = 2, message = 3

+
code: number
file: { fileName: string }
+

TypeScriptWorker removes all but the fileName property to avoid serializing circular JSON structures.

+

Type declaration

  • fileName: string
length: number
messageText: string | DiagnosticMessageChain
relatedInformation?: DiagnosticRelatedInformation[]
reportsDeprecated?: {}

Type declaration

    reportsUnnecessary?: {}
    +

    May store more in future. For now, this will simply be true to indicate when a diagnostic is an unused-identifier diagnostic.

    +

    Type declaration

      source?: string
      start: number

      Legend

      • Property

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.languages.typescript.DiagnosticMessageChain.html b/api/interfaces/monaco.languages.typescript.DiagnosticMessageChain.html new file mode 100644 index 00000000..42d7b1d8 --- /dev/null +++ b/api/interfaces/monaco.languages.typescript.DiagnosticMessageChain.html @@ -0,0 +1,6 @@ +DiagnosticMessageChain | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu
      +

      A linked list of formatted diagnostic messages to be used as part of a multiline message. +It is built from the bottom up, leaving the head to be the "main" diagnostic.

      +

      Hierarchy

      • DiagnosticMessageChain

      Index

      Properties

      category: 0 | 2 | 3 | 1
      +

      Diagnostic category: warning = 0, error = 1, suggestion = 2, message = 3

      +
      code: number
      messageText: string

      Legend

      • Property

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.languages.typescript.DiagnosticRelatedInformation.html b/api/interfaces/monaco.languages.typescript.DiagnosticRelatedInformation.html new file mode 100644 index 00000000..38322baa --- /dev/null +++ b/api/interfaces/monaco.languages.typescript.DiagnosticRelatedInformation.html @@ -0,0 +1,5 @@ +DiagnosticRelatedInformation | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Hierarchy

      Index

      Properties

      category: 0 | 2 | 3 | 1
      +

      Diagnostic category: warning = 0, error = 1, suggestion = 2, message = 3

      +
      code: number
      file: { fileName: string }
      +

      TypeScriptWorker removes all but the fileName property to avoid serializing circular JSON structures.

      +

      Type declaration

      • fileName: string
      length: number
      messageText: string | DiagnosticMessageChain
      start: number

      Legend

      • Property

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.languages.typescript.DiagnosticsOptions.html b/api/interfaces/monaco.languages.typescript.DiagnosticsOptions.html new file mode 100644 index 00000000..c45d2aef --- /dev/null +++ b/api/interfaces/monaco.languages.typescript.DiagnosticsOptions.html @@ -0,0 +1,4 @@ +DiagnosticsOptions | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Hierarchy

      • DiagnosticsOptions

      Index

      Properties

      diagnosticCodesToIgnore?: number[]
      noSemanticValidation?: boolean
      noSuggestionDiagnostics?: boolean
      noSyntaxValidation?: boolean
      onlyVisible?: boolean
      +

      Limit diagnostic computation to only visible files. +Defaults to false.

      +

      Legend

      • Property

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.languages.typescript.EmitOutput.html b/api/interfaces/monaco.languages.typescript.EmitOutput.html new file mode 100644 index 00000000..934b0473 --- /dev/null +++ b/api/interfaces/monaco.languages.typescript.EmitOutput.html @@ -0,0 +1 @@ +EmitOutput | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Hierarchy

      • EmitOutput

      Index

      Properties

      emitSkipped: boolean
      outputFiles: OutputFile[]

      Legend

      • Property

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.languages.typescript.IExtraLib.html b/api/interfaces/monaco.languages.typescript.IExtraLib.html new file mode 100644 index 00000000..7bf124e0 --- /dev/null +++ b/api/interfaces/monaco.languages.typescript.IExtraLib.html @@ -0,0 +1 @@ +IExtraLib | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Hierarchy

      • IExtraLib

      Index

      Properties

      Properties

      content: string
      version: number

      Legend

      • Property

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.languages.typescript.IExtraLibs.html b/api/interfaces/monaco.languages.typescript.IExtraLibs.html new file mode 100644 index 00000000..400499db --- /dev/null +++ b/api/interfaces/monaco.languages.typescript.IExtraLibs.html @@ -0,0 +1 @@ +IExtraLibs | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.languages.typescript.InlayHintsOptions.html b/api/interfaces/monaco.languages.typescript.InlayHintsOptions.html new file mode 100644 index 00000000..1956a461 --- /dev/null +++ b/api/interfaces/monaco.languages.typescript.InlayHintsOptions.html @@ -0,0 +1 @@ +InlayHintsOptions | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Hierarchy

      • InlayHintsOptions

      Index

      Properties

      includeInlayEnumMemberValueHints?: boolean
      includeInlayFunctionLikeReturnTypeHints?: boolean
      includeInlayFunctionParameterTypeHints?: boolean
      includeInlayParameterNameHints?: "all" | "none" | "literals"
      includeInlayParameterNameHintsWhenArgumentMatchesName?: boolean
      includeInlayPropertyDeclarationTypeHints?: boolean
      includeInlayVariableTypeHints?: boolean

      Legend

      • Property

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.languages.typescript.LanguageServiceDefaults.html b/api/interfaces/monaco.languages.typescript.LanguageServiceDefaults.html new file mode 100644 index 00000000..78db7e42 --- /dev/null +++ b/api/interfaces/monaco.languages.typescript.LanguageServiceDefaults.html @@ -0,0 +1,44 @@ +LanguageServiceDefaults | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Hierarchy

      • LanguageServiceDefaults

      Index

      Properties

      inlayHintsOptions: InlayHintsOptions
      onDidChange: IEvent<void>
      +

      Event fired when compiler options or diagnostics options are changed.

      +
      onDidExtraLibsChange: IEvent<void>
      +

      Event fired when extra libraries registered with the language service change.

      +
      workerOptions: WorkerOptions

      Methods

      • addExtraLib(content: string, filePath?: string): IDisposable
      • +

        Add an additional source file to the language service. Use this +for typescript (definition) files that won't be loaded as editor +documents, like jquery.d.ts.

        +

        Parameters

        • content: string
          +

          The file content

          +
        • Optional filePath: string
          +

          An optional file path

          +

        Returns IDisposable

        A disposable which will remove the file from the +language service upon disposal.

        +
      • getEagerModelSync(): boolean
      • +

        Get the current setting for whether all existing models should be eagerly sync'd +to the worker on start or restart.

        +

        Returns boolean

      • setEagerModelSync(value: boolean): void
      • +

        Configure if all existing models should be eagerly sync'd +to the worker on start or restart.

        +

        Parameters

        • value: boolean

        Returns void

      • setExtraLibs(libs: { content: string; filePath?: string }[]): void
      • +

        Remove all existing extra libs and set the additional source +files to the language service. Use this for typescript definition +files that won't be loaded as editor documents, like jquery.d.ts.

        +

        Parameters

        • libs: { content: string; filePath?: string }[]
          +

          An array of entries to register.

          +

        Returns void

      • setMaximumWorkerIdleTime(value: number): void

      Legend

      • Property
      • Method

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.languages.typescript.MapLike.html b/api/interfaces/monaco.languages.typescript.MapLike.html new file mode 100644 index 00000000..b343d07b --- /dev/null +++ b/api/interfaces/monaco.languages.typescript.MapLike.html @@ -0,0 +1 @@ +MapLike | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Type parameters

      • T

      Hierarchy

      • MapLike

      Indexable

      [index: string]: T

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.languages.typescript.ModeConfiguration.html b/api/interfaces/monaco.languages.typescript.ModeConfiguration.html new file mode 100644 index 00000000..3f930438 --- /dev/null +++ b/api/interfaces/monaco.languages.typescript.ModeConfiguration.html @@ -0,0 +1,27 @@ +ModeConfiguration | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Hierarchy

      • ModeConfiguration

      Index

      Properties

      codeActions?: boolean
      +

      Defines whether the built-in code actions provider is enabled.

      +
      completionItems?: boolean
      +

      Defines whether the built-in completionItemProvider is enabled.

      +
      definitions?: boolean
      +

      Defines whether the built-in definitions provider is enabled.

      +
      diagnostics?: boolean
      +

      Defines whether the built-in diagnostic provider is enabled.

      +
      documentHighlights?: boolean
      +

      Defines whether the built-in references provider is enabled.

      +
      documentRangeFormattingEdits?: boolean
      +

      Defines whether the built-in document formatting range edit provider is enabled.

      +
      documentSymbols?: boolean
      +

      Defines whether the built-in documentSymbolProvider is enabled.

      +
      hovers?: boolean
      +

      Defines whether the built-in hoverProvider is enabled.

      +
      inlayHints?: boolean
      +

      Defines whether the built-in inlay hints provider is enabled.

      +
      onTypeFormattingEdits?: boolean
      +

      Defines whether the built-in onType formatting edit provider is enabled.

      +
      references?: boolean
      +

      Defines whether the built-in references provider is enabled.

      +
      rename?: boolean
      +

      Defines whether the built-in rename provider is enabled.

      +
      signatureHelp?: boolean
      +

      Defines whether the built-in signature help provider is enabled.

      +

      Legend

      • Property

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.languages.typescript.OutputFile.html b/api/interfaces/monaco.languages.typescript.OutputFile.html new file mode 100644 index 00000000..adc361b4 --- /dev/null +++ b/api/interfaces/monaco.languages.typescript.OutputFile.html @@ -0,0 +1 @@ +OutputFile | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Hierarchy

      • OutputFile

      Index

      Properties

      name: string
      text: string
      writeByteOrderMark: boolean

      Legend

      • Property

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.languages.typescript.TypeScriptWorker.html b/api/interfaces/monaco.languages.typescript.TypeScriptWorker.html new file mode 100644 index 00000000..4d019e06 --- /dev/null +++ b/api/interfaces/monaco.languages.typescript.TypeScriptWorker.html @@ -0,0 +1,71 @@ +TypeScriptWorker | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Hierarchy

      • TypeScriptWorker

      Index

      Methods

      • findRenameLocations(fileName: string, positon: number, findInStrings: boolean, findInComments: boolean, providePrefixAndSuffixTextForRename: boolean): Promise<readonly any[]>
      • +

        Get other occurrences which should be updated when renaming the item at the given file and position.

        +

        Parameters

        • fileName: string
        • positon: number
        • findInStrings: boolean
        • findInComments: boolean
        • providePrefixAndSuffixTextForRename: boolean

        Returns Promise<readonly any[]>

        Promise<readonly typescript.RenameLocation[] | undefined>

        +
      • getCodeFixesAtPosition(fileName: string, start: number, end: number, errorCodes: number[], formatOptions: any): Promise<readonly any[]>
      • +

        Get possible code fixes at the given position in the file.

        +

        Parameters

        • fileName: string
        • start: number
        • end: number
        • errorCodes: number[]
        • formatOptions: any
          +

          typescript.FormatCodeOptions

          +

        Returns Promise<readonly any[]>

        Promise<ReadonlyArray<typescript.CodeFixAction>>

        +
      • getCompilerOptionsDiagnostics(fileName: string): Promise<Diagnostic[]>
      • getCompletionEntryDetails(fileName: string, position: number, entry: string): Promise<any>
      • +

        Get code completion details for the given file, position, and entry.

        +

        Parameters

        • fileName: string
        • position: number
        • entry: string

        Returns Promise<any>

        Promise<typescript.CompletionEntryDetails | undefined>

        +
      • getCompletionsAtPosition(fileName: string, position: number): Promise<any>
      • +

        Get code completions for the given file and position.

        +

        Parameters

        • fileName: string
        • position: number

        Returns Promise<any>

        Promise<typescript.CompletionInfo | undefined>

        +
      • getDefinitionAtPosition(fileName: string, position: number): Promise<readonly any[]>
      • +

        Get the definition of the item at the given position in the file.

        +

        Parameters

        • fileName: string
        • position: number

        Returns Promise<readonly any[]>

        Promise<ReadonlyArray<typescript.DefinitionInfo> | undefined>

        +
      • getEmitOutput(fileName: string): Promise<EmitOutput>
      • getFormattingEditsAfterKeystroke(fileName: string, postion: number, ch: string, options: any): Promise<any[]>
      • +

        Get formatting changes which should be applied after the given keystroke.

        +

        Parameters

        • fileName: string
        • postion: number
        • ch: string
        • options: any
          +

          typescript.FormatCodeOptions

          +

        Returns Promise<any[]>

        Promise<typescript.TextChange[]>

        +
      • getFormattingEditsForDocument(fileName: string, options: any): Promise<any[]>
      • +

        Get changes which should be applied to format the given file.

        +

        Parameters

        • fileName: string
        • options: any
          +

          typescript.FormatCodeOptions

          +

        Returns Promise<any[]>

        Promise<typescript.TextChange[]>

        +
      • getFormattingEditsForRange(fileName: string, start: number, end: number, options: any): Promise<any[]>
      • +

        Get changes which should be applied to format the given range in the file.

        +

        Parameters

        • fileName: string
        • start: number
        • end: number
        • options: any
          +

          typescript.FormatCodeOptions

          +

        Returns Promise<any[]>

        Promise<typescript.TextChange[]>

        +
      • getNavigationBarItems(fileName: string): Promise<any[]>
      • +

        Get outline entries for the item at the given position in the file.

        +

        Parameters

        • fileName: string

        Returns Promise<any[]>

        Promise<typescript.NavigationBarItem[]>

        +
      • getOccurrencesAtPosition(fileName: string, position: number): Promise<readonly any[]>
      • +

        Get other ranges which are related to the item at the given position in the file (often used for highlighting).

        +

        Parameters

        • fileName: string
        • position: number

        Returns Promise<readonly any[]>

        Promise<ReadonlyArray<typescript.ReferenceEntry> | undefined>

        +
      • getQuickInfoAtPosition(fileName: string, position: number): Promise<any>
      • +

        Get quick info for the item at the given position in the file.

        +

        Parameters

        • fileName: string
        • position: number

        Returns Promise<any>

        Promise<typescript.QuickInfo | undefined>

        +
      • getReferencesAtPosition(fileName: string, position: number): Promise<any[]>
      • +

        Get references to the item at the given position in the file.

        +

        Parameters

        • fileName: string
        • position: number

        Returns Promise<any[]>

        Promise<typescript.ReferenceEntry[] | undefined>

        +
      • getRenameInfo(fileName: string, positon: number, options: any): Promise<any>
      • +

        Get edits which should be applied to rename the item at the given file and position (or a failure reason).

        +

        Parameters

        • fileName: string
        • positon: number
        • options: any
          +

          typescript.RenameInfoOptions

          +

        Returns Promise<any>

        Promise<typescript.RenameInfo>

        +
      • getScriptText(fileName: string): Promise<string>
      • getSemanticDiagnostics(fileName: string): Promise<Diagnostic[]>
      • getSignatureHelpItems(fileName: string, position: number, options: any): Promise<any>
      • +

        Get signature help items for the item at the given file and position.

        +

        Parameters

        • fileName: string
        • position: number
        • options: any

        Returns Promise<any>

        Promise<typescript.SignatureHelpItems | undefined>

        +
      • getSuggestionDiagnostics(fileName: string): Promise<Diagnostic[]>
      • getSyntacticDiagnostics(fileName: string): Promise<Diagnostic[]>
      • provideInlayHints(fileName: string, start: number, end: number): Promise<readonly any[]>
      • +

        Get inlay hints in the range of the file.

        +

        Parameters

        • fileName: string
        • start: number
        • end: number

        Returns Promise<readonly any[]>

        Promise<typescript.InlayHint[]>

        +

      Legend

      • Method

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.languages.typescript.WorkerOptions.html b/api/interfaces/monaco.languages.typescript.WorkerOptions.html new file mode 100644 index 00000000..9fd54ff9 --- /dev/null +++ b/api/interfaces/monaco.languages.typescript.WorkerOptions.html @@ -0,0 +1,3 @@ +WorkerOptions | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Hierarchy

      • WorkerOptions

      Index

      Properties

      customWorkerPath?: string
      +

      A full HTTP path to a JavaScript file which adds a function customTSWorkerFactory to the self inside a web-worker

      +

      Legend

      • Property

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.worker.IMirrorModel.html b/api/interfaces/monaco.worker.IMirrorModel.html new file mode 100644 index 00000000..d239ca35 --- /dev/null +++ b/api/interfaces/monaco.worker.IMirrorModel.html @@ -0,0 +1 @@ +IMirrorModel | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Hierarchy

      Index

      Properties

      Methods

      Properties

      uri: Uri
      version: number

      Methods

      • getValue(): string

      Legend

      • Property
      • Method

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.worker.IMirrorTextModel.html b/api/interfaces/monaco.worker.IMirrorTextModel.html new file mode 100644 index 00000000..1a4859e7 --- /dev/null +++ b/api/interfaces/monaco.worker.IMirrorTextModel.html @@ -0,0 +1 @@ +IMirrorTextModel | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Hierarchy

      Index

      Properties

      Properties

      version: number

      Legend

      • Property

      Settings

      Theme

      \ No newline at end of file diff --git a/api/interfaces/monaco.worker.IWorkerContext.html b/api/interfaces/monaco.worker.IWorkerContext.html new file mode 100644 index 00000000..3beb46ab --- /dev/null +++ b/api/interfaces/monaco.worker.IWorkerContext.html @@ -0,0 +1,5 @@ +IWorkerContext | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Type parameters

      • H = undefined

      Hierarchy

      • IWorkerContext

      Index

      Properties

      Methods

      Properties

      host: H
      +

      A proxy to the main thread host object.

      +

      Methods

      Legend

      • Property
      • Method

      Settings

      Theme

      \ No newline at end of file diff --git a/api/modules/monaco.editor.html b/api/modules/monaco.editor.html new file mode 100644 index 00000000..b0ca4b74 --- /dev/null +++ b/api/modules/monaco.editor.html @@ -0,0 +1,81 @@ +editor | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Index

      Enumerations

      Classes

      Interfaces

      Type aliases

      Events

      Variables

      Functions

      Type aliases

      BuiltinTheme: "vs" | "vs-dark" | "hc-black" | "hc-light"
      ComputedEditorOptionValue<T>: T extends IEditorOption<any, infer R> ? R : never

      Type parameters

      ContextKeyValue: null | undefined | boolean | number | string | (null | undefined | boolean | number | string)[] | Record<string, null | undefined | boolean | number | string>
      EditorAutoClosingEditStrategy: "always" | "auto" | "never"
      +

      Configuration options for typing over closing quotes or brackets

      +
      EditorAutoClosingStrategy: "always" | "languageDefined" | "beforeWhitespace" | "never"
      +

      Configuration options for auto closing quotes and brackets

      +
      EditorAutoSurroundStrategy: "languageDefined" | "quotes" | "brackets" | "never"
      +

      Configuration options for auto wrapping quotes and brackets

      +
      EditorOptionsType: typeof EditorOptions
      FindComputedEditorOptionValueById<T>: NonNullable<ComputedEditorOptionValue<EditorOptionsType[FindEditorOptionsKeyById<T>]>>

      Type parameters

      FindEditorOptionsKeyById<T>: { [ K in keyof EditorOptionsType]: EditorOptionsType[K]["id"] extends T ? K : never }[keyof EditorOptionsType]

      Type parameters

      GoToLocationValues: "peek" | "gotoAndPeek" | "goto"
      IColors: {}

      Type declaration

      • [colorId: string]: string
      +

      An editor view state.

      +
      IModel: ITextModel
      +

      Target hit with the mouse in the editor.

      +
      IReadOnlyModel: ITextModel
      InUntrustedWorkspace: "inUntrustedWorkspace"
      LineNumbersType: "on" | "off" | "relative" | "interval" | ((lineNumber: number) => string)
      QuickSuggestionsValue: "on" | "inline" | "off"

      Events

      • onDidChangeMarkers(listener: (e: readonly Uri[]) => void): IDisposable

      Variables

      EditorOptions: { acceptSuggestionOnCommitCharacter: IEditorOption<acceptSuggestionOnCommitCharacter, boolean>; acceptSuggestionOnEnter: IEditorOption<acceptSuggestionOnEnter, "on" | "off" | "smart">; accessibilityPageSize: IEditorOption<accessibilityPageSize, number>; accessibilitySupport: IEditorOption<accessibilitySupport, AccessibilitySupport>; ariaLabel: IEditorOption<ariaLabel, string>; autoClosingBrackets: IEditorOption<autoClosingBrackets, "always" | "languageDefined" | "beforeWhitespace" | "never">; autoClosingDelete: IEditorOption<autoClosingDelete, "always" | "never" | "auto">; autoClosingOvertype: IEditorOption<autoClosingOvertype, "always" | "never" | "auto">; autoClosingQuotes: IEditorOption<autoClosingQuotes, "always" | "languageDefined" | "beforeWhitespace" | "never">; autoIndent: IEditorOption<autoIndent, EditorAutoIndentStrategy>; autoSurround: IEditorOption<autoSurround, "languageDefined" | "never" | "quotes" | "brackets">; automaticLayout: IEditorOption<automaticLayout, boolean>; bracketPairColorization: IEditorOption<bracketPairColorization, Readonly<Required<IBracketPairColorizationOptions>>>; bracketPairGuides: IEditorOption<guides, Readonly<Required<IGuidesOptions>>>; codeLens: IEditorOption<codeLens, boolean>; codeLensFontFamily: IEditorOption<codeLensFontFamily, string>; codeLensFontSize: IEditorOption<codeLensFontSize, number>; colorDecorators: IEditorOption<colorDecorators, boolean>; colorDecoratorsLimit: IEditorOption<colorDecoratorsLimit, number>; columnSelection: IEditorOption<columnSelection, boolean>; comments: IEditorOption<comments, Readonly<Required<IEditorCommentsOptions>>>; contextmenu: IEditorOption<contextmenu, boolean>; copyWithSyntaxHighlighting: IEditorOption<copyWithSyntaxHighlighting, boolean>; cursorBlinking: IEditorOption<cursorBlinking, TextEditorCursorBlinkingStyle>; cursorSmoothCaretAnimation: IEditorOption<cursorSmoothCaretAnimation, "on" | "off" | "explicit">; cursorStyle: IEditorOption<cursorStyle, TextEditorCursorStyle>; cursorSurroundingLines: IEditorOption<cursorSurroundingLines, number>; cursorSurroundingLinesStyle: IEditorOption<cursorSurroundingLinesStyle, "default" | "all">; cursorWidth: IEditorOption<cursorWidth, number>; definitionLinkOpensInPeek: IEditorOption<definitionLinkOpensInPeek, boolean>; disableLayerHinting: IEditorOption<disableLayerHinting, boolean>; disableMonospaceOptimizations: IEditorOption<disableMonospaceOptimizations, boolean>; domReadOnly: IEditorOption<domReadOnly, boolean>; dragAndDrop: IEditorOption<dragAndDrop, boolean>; dropIntoEditor: IEditorOption<dropIntoEditor, Readonly<Required<IDropIntoEditorOptions>>>; editorClassName: IEditorOption<editorClassName, string>; emptySelectionClipboard: IEditorOption<emptySelectionClipboard, boolean>; experimentalWhitespaceRendering: IEditorOption<experimentalWhitespaceRendering, "off" | "svg" | "font">; extraEditorClassName: IEditorOption<extraEditorClassName, string>; fastScrollSensitivity: IEditorOption<fastScrollSensitivity, number>; find: IEditorOption<find, Readonly<Required<IEditorFindOptions>>>; fixedOverflowWidgets: IEditorOption<fixedOverflowWidgets, boolean>; folding: IEditorOption<folding, boolean>; foldingHighlight: IEditorOption<foldingHighlight, boolean>; foldingImportsByDefault: IEditorOption<foldingImportsByDefault, boolean>; foldingMaximumRegions: IEditorOption<foldingMaximumRegions, number>; foldingStrategy: IEditorOption<foldingStrategy, "auto" | "indentation">; fontFamily: IEditorOption<fontFamily, string>; fontInfo: IEditorOption<fontInfo, FontInfo>; fontLigatures2: IEditorOption<fontLigatures, string>; fontSize: IEditorOption<fontSize, number>; fontVariations: IEditorOption<fontVariations, string>; fontWeight: IEditorOption<fontWeight, string>; formatOnPaste: IEditorOption<formatOnPaste, boolean>; formatOnType: IEditorOption<formatOnType, boolean>; glyphMargin: IEditorOption<glyphMargin, boolean>; gotoLocation: IEditorOption<gotoLocation, Readonly<Required<IGotoLocationOptions>>>; hideCursorInOverviewRuler: IEditorOption<hideCursorInOverviewRuler, boolean>; hover: IEditorOption<hover, Readonly<Required<IEditorHoverOptions>>>; inDiffEditor: IEditorOption<inDiffEditor, boolean>; inlayHints: IEditorOption<inlayHints, Readonly<Required<IEditorInlayHintsOptions>>>; inlineSuggest: IEditorOption<inlineSuggest, Readonly<Required<IInlineSuggestOptions>>>; layoutInfo: IEditorOption<layoutInfo, EditorLayoutInfo>; letterSpacing: IEditorOption<letterSpacing, number>; lightbulb: IEditorOption<lightbulb, Readonly<Required<IEditorLightbulbOptions>>>; lineDecorationsWidth: IEditorOption<lineDecorationsWidth, number>; lineHeight: IEditorOption<lineHeight, number>; lineNumbers: IEditorOption<lineNumbers, InternalEditorRenderLineNumbersOptions>; lineNumbersMinChars: IEditorOption<lineNumbersMinChars, number>; linkedEditing: IEditorOption<linkedEditing, boolean>; links: IEditorOption<links, boolean>; matchBrackets: IEditorOption<matchBrackets, "always" | "never" | "near">; minimap: IEditorOption<minimap, Readonly<Required<IEditorMinimapOptions>>>; mouseStyle: IEditorOption<mouseStyle, "default" | "text" | "copy">; mouseWheelScrollSensitivity: IEditorOption<mouseWheelScrollSensitivity, number>; mouseWheelZoom: IEditorOption<mouseWheelZoom, boolean>; multiCursorLimit: IEditorOption<multiCursorLimit, number>; multiCursorMergeOverlapping: IEditorOption<multiCursorMergeOverlapping, boolean>; multiCursorModifier: IEditorOption<multiCursorModifier, "altKey" | "metaKey" | "ctrlKey">; multiCursorPaste: IEditorOption<multiCursorPaste, "spread" | "full">; occurrencesHighlight: IEditorOption<occurrencesHighlight, boolean>; overviewRulerBorder: IEditorOption<overviewRulerBorder, boolean>; overviewRulerLanes: IEditorOption<overviewRulerLanes, number>; padding: IEditorOption<padding, Readonly<Required<IEditorPaddingOptions>>>; parameterHints: IEditorOption<parameterHints, Readonly<Required<IEditorParameterHintOptions>>>; peekWidgetDefaultFocus: IEditorOption<peekWidgetDefaultFocus, "tree" | "editor">; pixelRatio: IEditorOption<pixelRatio, number>; quickSuggestions: IEditorOption<quickSuggestions, InternalQuickSuggestionsOptions>; quickSuggestionsDelay: IEditorOption<quickSuggestionsDelay, number>; readOnly: IEditorOption<readOnly, boolean>; renameOnType: IEditorOption<renameOnType, boolean>; renderControlCharacters: IEditorOption<renderControlCharacters, boolean>; renderFinalNewline: IEditorOption<renderFinalNewline, "on" | "off" | "dimmed">; renderLineHighlight: IEditorOption<renderLineHighlight, "all" | "line" | "none" | "gutter">; renderLineHighlightOnlyWhenFocus: IEditorOption<renderLineHighlightOnlyWhenFocus, boolean>; renderValidationDecorations: IEditorOption<renderValidationDecorations, "on" | "off" | "editable">; renderWhitespace: IEditorOption<renderWhitespace, "all" | "none" | "boundary" | "selection" | "trailing">; revealHorizontalRightPadding: IEditorOption<revealHorizontalRightPadding, number>; roundedSelection: IEditorOption<roundedSelection, boolean>; rulers: IEditorOption<rulers, {}>; scrollBeyondLastColumn: IEditorOption<scrollBeyondLastColumn, number>; scrollBeyondLastLine: IEditorOption<scrollBeyondLastLine, boolean>; scrollPredominantAxis: IEditorOption<scrollPredominantAxis, boolean>; scrollbar: IEditorOption<scrollbar, InternalEditorScrollbarOptions>; selectOnLineNumbers: IEditorOption<selectOnLineNumbers, boolean>; selectionClipboard: IEditorOption<selectionClipboard, boolean>; selectionHighlight: IEditorOption<selectionHighlight, boolean>; showDeprecated: IEditorOption<showDeprecated, boolean>; showFoldingControls: IEditorOption<showFoldingControls, "always" | "never" | "mouseover">; showUnused: IEditorOption<showUnused, boolean>; smartSelect: IEditorOption<smartSelect, Readonly<Required<ISmartSelectOptions>>>; smoothScrolling: IEditorOption<smoothScrolling, boolean>; snippetSuggestions: IEditorOption<snippetSuggestions, "none" | "top" | "bottom" | "inline">; stickyScroll: IEditorOption<stickyScroll, Readonly<Required<IEditorStickyScrollOptions>>>; stickyTabStops: IEditorOption<stickyTabStops, boolean>; stopRenderingLineAfter: IEditorOption<stopRenderingLineAfter, number>; suggest: IEditorOption<suggest, Readonly<Required<ISuggestOptions>>>; suggestFontSize: IEditorOption<suggestFontSize, number>; suggestLineHeight: IEditorOption<suggestLineHeight, number>; suggestOnTriggerCharacters: IEditorOption<suggestOnTriggerCharacters, boolean>; suggestSelection: IEditorOption<suggestSelection, "first" | "recentlyUsed" | "recentlyUsedByPrefix">; tabCompletion: IEditorOption<tabCompletion, "on" | "off" | "onlySnippets">; tabFocusMode: IEditorOption<tabFocusMode, boolean>; tabIndex: IEditorOption<tabIndex, number>; unfoldOnClickAfterEndOfLine: IEditorOption<unfoldOnClickAfterEndOfLine, boolean>; unicodeHighlight: IEditorOption<unicodeHighlighting, any>; unusualLineTerminators: IEditorOption<unusualLineTerminators, "auto" | "off" | "prompt">; useShadowDOM: IEditorOption<useShadowDOM, boolean>; useTabStops: IEditorOption<useTabStops, boolean>; wordBreak: IEditorOption<wordBreak, "normal" | "keepAll">; wordSeparators: IEditorOption<wordSeparators, string>; wordWrap: IEditorOption<wordWrap, "on" | "off" | "wordWrapColumn" | "bounded">; wordWrapBreakAfterCharacters: IEditorOption<wordWrapBreakAfterCharacters, string>; wordWrapBreakBeforeCharacters: IEditorOption<wordWrapBreakBeforeCharacters, string>; wordWrapColumn: IEditorOption<wordWrapColumn, number>; wordWrapOverride1: IEditorOption<wordWrapOverride1, "on" | "off" | "inherit">; wordWrapOverride2: IEditorOption<wordWrapOverride2, "on" | "off" | "inherit">; wrappingIndent: IEditorOption<wrappingIndent, WrappingIndent>; wrappingInfo: IEditorOption<wrappingInfo, EditorWrappingInfo>; wrappingStrategy: IEditorOption<wrappingStrategy, "simple" | "advanced"> }

      Type declaration

      EditorType: { ICodeEditor: string; IDiffEditor: string }
      +

      The type of the IEditor.

      +

      Type declaration

      • ICodeEditor: string
      • IDiffEditor: string

      Functions

      • colorize(text: string, languageId: string, options: IColorizerOptions): Promise<string>
      • colorizeModelLine(model: ITextModel, lineNumber: number, tabSize?: number): string
      • createModel(value: string, language?: string, uri?: Uri): ITextModel
      • +

        Create a new editor model. +You can specify the language that should be set for this model or let the language be inferred from the uri.

        +

        Parameters

        • value: string
        • Optional language: string
        • Optional uri: Uri

        Returns ITextModel

      • getModelMarkers(filter: { owner?: string; resource?: Uri; take?: number }): IMarker[]
      • +

        Get markers for owner and/or resource

        +

        Parameters

        • filter: { owner?: string; resource?: Uri; take?: number }
          • Optional owner?: string
          • Optional resource?: Uri
          • Optional take?: number

        Returns IMarker[]

        list of markers

        +
      • registerCommand(id: string, handler: (accessor: any, ...args: any[]) => void): IDisposable
      • +

        Register a command.

        +

        Parameters

        • id: string
        • handler: (accessor: any, ...args: any[]) => void
            • (accessor: any, ...args: any[]): void
            • Parameters

              • accessor: any
              • Rest ...args: any[]

              Returns void

        Returns IDisposable

      • remeasureFonts(): void
      • removeAllMarkers(owner: string): void
      • setModelLanguage(model: ITextModel, mimeTypeOrLanguageId: string): void
      • setTheme(themeName: string): void
      • tokenize(text: string, languageId: string): Token[][]

      Settings

      Theme

      \ No newline at end of file diff --git a/api/modules/monaco.html b/api/modules/monaco.html new file mode 100644 index 00000000..4c147a3b --- /dev/null +++ b/api/modules/monaco.html @@ -0,0 +1 @@ +monaco | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Namespace monaco

      Settings

      Theme

      \ No newline at end of file diff --git a/api/modules/monaco.languages.css.html b/api/modules/monaco.languages.css.html new file mode 100644 index 00000000..479aa72e --- /dev/null +++ b/api/modules/monaco.languages.css.html @@ -0,0 +1,2 @@ +css | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Settings

      Theme

      \ No newline at end of file diff --git a/api/modules/monaco.languages.html b/api/modules/monaco.languages.html new file mode 100644 index 00000000..5cda804e --- /dev/null +++ b/api/modules/monaco.languages.html @@ -0,0 +1,98 @@ +languages | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Index

      Namespaces

      Enumerations

      Classes

      Interfaces

      Type aliases

      Events

      Functions

      Type aliases

      CharacterPair: [string, string]
      +

      A tuple of two characters, like a pair of +opening and closing brackets.

      +
      Definition: Location | Location[] | LocationLink[]
      IShortMonarchLanguageAction: string
      +

      An action is either an array of actions... +... or a case statement with guards... +... or a basic action with a token value.

      +
      IShortMonarchLanguageRule1: [string | RegExp, IMonarchLanguageAction]
      +

      A rule is either a regular expression and an action + shorthands: [reg,act] == { regex: reg, action: act} + and : [reg,act,nxt] == { regex: reg, action: act{ next: nxt }}

      +
      IShortMonarchLanguageRule2: [string | RegExp, IMonarchLanguageAction, string]
      LanguageSelector: string | LanguageFilter | ReadonlyArray<string | LanguageFilter>
      ProviderResult<T>: T | undefined | null | Thenable<T | undefined | null>
      +

      A provider result represents the values a provider, like the HoverProvider, +may return. For once this is the actual result type T, like Hover, or a thenable that resolves +to that type T. In addition, null and undefined can be returned - either directly or from a +thenable.

      +

      Type parameters

      • T

      Events

      • onLanguage(languageId: string, callback: () => void): IDisposable
      • +

        An event emitted when a language is needed for the first time (e.g. a model has it set).

        +

        Parameters

        • languageId: string
        • callback: () => void
            • (): void
            • Returns void

        Returns IDisposable

      Functions

      • getEncodedLanguageId(languageId: string): number
      • +

        Register a document range semantic tokens provider. A semantic tokens provider will complement and enhance a +simple top-down tokenizer. Simple top-down tokenizers can be set either via setMonarchTokensProvider +or setTokensProvider.

        +

        For the best user experience, register both a semantic tokens provider and a top-down tokenizer.

        +

        Parameters

        Returns IDisposable

      • +

        Register a document semantic tokens provider. A semantic tokens provider will complement and enhance a +simple top-down tokenizer. Simple top-down tokenizers can be set either via setMonarchTokensProvider +or setTokensProvider.

        +

        For the best user experience, register both a semantic tokens provider and a top-down tokenizer.

        +

        Parameters

        Returns IDisposable

      • +

        Register a tokens provider factory for a language. This tokenizer will be exclusive with a tokenizer +set using setTokensProvider or one created using setMonarchTokensProvider, but will work together +with a tokens provider set using registerDocumentSemanticTokensProvider or registerDocumentRangeSemanticTokensProvider.

        +

        Parameters

        Returns IDisposable

      • setColorMap(colorMap: string[]): void
      • +

        Change the color map that is used for token colors. +Supported formats (hex): #RRGGBB, $RRGGBBAA, #RGB, #RGBA

        +

        Parameters

        • colorMap: string[]

        Returns void

      • +

        Set the tokens provider for a language (monarch implementation). This tokenizer will be exclusive +with a tokenizer set using setTokensProvider, or with registerTokensProviderFactory, but will +work together with a tokens provider set using registerDocumentSemanticTokensProvider or +registerDocumentRangeSemanticTokensProvider.

        +

        Parameters

        Returns IDisposable

      Settings

      Theme

      \ No newline at end of file diff --git a/api/modules/monaco.languages.html.html b/api/modules/monaco.languages.html.html new file mode 100644 index 00000000..7fb85777 --- /dev/null +++ b/api/modules/monaco.languages.html.html @@ -0,0 +1,6 @@ +html | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Index

      Type aliases

      MarkupKind: "plaintext" | "markdown"

      Variables

      handlebarLanguageService: LanguageServiceRegistration
      htmlLanguageService: LanguageServiceRegistration
      razorLanguageService: LanguageServiceRegistration

      Functions

      Settings

      Theme

      \ No newline at end of file diff --git a/api/modules/monaco.languages.json.html b/api/modules/monaco.languages.json.html new file mode 100644 index 00000000..88e80ff1 --- /dev/null +++ b/api/modules/monaco.languages.json.html @@ -0,0 +1 @@ +json | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Settings

      Theme

      \ No newline at end of file diff --git a/api/modules/monaco.languages.typescript.html b/api/modules/monaco.languages.typescript.html new file mode 100644 index 00000000..05a7e71f --- /dev/null +++ b/api/modules/monaco.languages.typescript.html @@ -0,0 +1 @@ +typescript | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Index

      Type aliases

      CompilerOptionsValue: string | number | boolean | (string | number)[] | string[] | MapLike<string[]> | null | undefined

      Variables

      typescriptVersion: string

      Functions

      Settings

      Theme

      \ No newline at end of file diff --git a/api/modules/monaco.worker.html b/api/modules/monaco.worker.html new file mode 100644 index 00000000..2f457520 --- /dev/null +++ b/api/modules/monaco.worker.html @@ -0,0 +1 @@ +worker | Monaco Editor API
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Settings

      Theme

      \ No newline at end of file diff --git a/fork.png b/fork.png new file mode 100644 index 00000000..7dc1afca Binary files /dev/null and b/fork.png differ diff --git a/index.html b/index.html new file mode 100644 index 00000000..2a7013e0 --- /dev/null +++ b/index.html @@ -0,0 +1,970 @@ + + + + + + + Monaco Editor + + + + + + + + + + +
      /* Game of Life
      + * Implemented in TypeScript
      + * To learn more about TypeScript, please visit http://www.typescriptlang.org/
      + */
      +
      +namespace Conway {
      +
      +	export class Cell {
      +		public row: number;
      +		public col: number;
      +		public live: boolean;
      +
      +		constructor(row: number, col: number, live: boolean) {
      +			this.row = row;
      +			this.col = col;
      +			this.live = live;
      +		}
      +	}
      +
      +	export class GameOfLife {
      +		private gridSize: number;
      +		private canvasSize: number;
      +		private lineColor: string;
      +		private liveColor: string;
      +		private deadColor: string;
      +		private initialLifeProbability: number;
      +		private animationRate: number;
      +		private cellSize: number;
      +		private context: CanvasRenderingContext2D;
      +		private world;
      +
      +
      +		constructor() {
      +			this.gridSize = 50;
      +			this.canvasSize = 600;
      +			this.lineColor = '#cdcdcd';
      +			this.liveColor = '#666';
      +			this.deadColor = '#eee';
      +			this.initialLifeProbability = 0.5;
      +			this.animationRate = 60;
      +			this.cellSize = 0;
      +			this.world = this.createWorld();
      +			this.circleOfLife();
      +		}
      +
      +		public createWorld() {
      +			return this.travelWorld( (cell : Cell) =>  {
      +				cell.live = Math.random() < this.initialLifeProbability;
      +				return cell;
      +			});
      +		}
      +
      +		public circleOfLife() : void {
      +			this.world = this.travelWorld( (cell: Cell) => {
      +				cell = this.world[cell.row][cell.col];
      +				this.draw(cell);
      +				return this.resolveNextGeneration(cell);
      +			});
      +			setTimeout( () => {this.circleOfLife()}, this.animationRate);
      +		}
      +
      +		public resolveNextGeneration(cell : Cell) {
      +			var count = this.countNeighbors(cell);
      +			var newCell = new Cell(cell.row, cell.col, cell.live);
      +			if(count < 2 || count > 3) newCell.live = false;
      +			else if(count == 3) newCell.live = true;
      +			return newCell;
      +		}
      +
      +		public countNeighbors(cell : Cell) {
      +			var neighbors = 0;
      +			for(var row = -1; row <=1; row++) {
      +				for(var col = -1; col <= 1; col++) {
      +					if(row == 0 && col == 0) continue;
      +					if(this.isAlive(cell.row + row, cell.col + col)) {
      +						neighbors++;
      +					}
      +				}
      +			}
      +			return neighbors;
      +		}
      +
      +		public isAlive(row : number, col : number) {
      +			if(row < 0 || col < 0 || row >= this.gridSize || col >= this.gridSize) return false;
      +			return this.world[row][col].live;
      +		}
      +
      +		public travelWorld(callback) {
      +			var result = [];
      +			for(var row = 0; row < this.gridSize; row++) {
      +				var rowData = [];
      +				for(var col = 0; col < this.gridSize; col++) {
      +					rowData.push(callback(new Cell(row, col, false)));
      +				}
      +				result.push(rowData);
      +			}
      +			return result;
      +		}
      +
      +		public draw(cell : Cell) {
      +			if(this.context == null) this.context = this.createDrawingContext();
      +			if(this.cellSize == 0) this.cellSize = this.canvasSize/this.gridSize;
      +
      +			this.context.strokeStyle = this.lineColor;
      +			this.context.strokeRect(cell.row * this.cellSize, cell.col*this.cellSize, this.cellSize, this.cellSize);
      +			this.context.fillStyle = cell.live ? this.liveColor : this.deadColor;
      +			this.context.fillRect(cell.row * this.cellSize, cell.col*this.cellSize, this.cellSize, this.cellSize);
      +		}
      +
      +		public createDrawingContext() {
      +			var canvas = <HTMLCanvasElement> document.getElementById('conway-canvas');
      +			if(canvas == null) {
      +					canvas = document.createElement('canvas');
      +					canvas.id = 'conway-canvas';
      +					canvas.width = this.canvasSize;
      +					canvas.height = this.canvasSize;
      +					document.body.appendChild(canvas);
      +			}
      +			return canvas.getContext('2d');
      +		}
      +	}
      +}
      +
      +var game = new Conway.GameOfLife();
      +
      +
      +/*
      +  © Microsoft. All rights reserved.
      +
      +  This library is supported for use in Windows Tailored Apps only.
      +
      +  Build: 6.2.8100.0 
      +  Version: 0.5 
      +*/
      +
      +(function (global, undefined) {
      +	"use strict";
      +	undefinedVariable = {};
      +	undefinedVariable.prop = 5;
      +
      +	function initializeProperties(target, members) {
      +		var keys = Object.keys(members);
      +		var properties;
      +		var i, len;
      +		for (i = 0, len = keys.length; i < len; i++) {
      +			var key = keys[i];
      +			var enumerable = key.charCodeAt(0) !== /*_*/95;
      +			var member = members[key];
      +			if (member && typeof member === 'object') {
      +				if (member.value !== undefined || typeof member.get === 'function' || typeof member.set === 'function') {
      +					if (member.enumerable === undefined) {
      +						member.enumerable = enumerable;
      +					}
      +					properties = properties || {};
      +					properties[key] = member;
      +					continue;
      +				} 
      +			}
      +			// These next lines will be deleted
      +			if (!enumerable) {
      +				properties = properties || {};
      +				properties[key] = { value: member, enumerable: enumerable, configurable: true, writable: true }
      +				continue;
      +			}
      +			target[key] = member;
      +		}
      +		if (properties) {
      +			Object.defineProperties(target, properties);
      +		}
      +	}
      +
      +	(function (rootNamespace) {
      +
      +		// Create the rootNamespace in the global namespace
      +		if (!global[rootNamespace]) {
      +			global[rootNamespace] = Object.create(Object.prototype);
      +		}
      +
      +		// Cache the rootNamespace we just created in a local variable
      +		var _rootNamespace = global[rootNamespace];
      +		if (!_rootNamespace.Namespace) {
      +			_rootNamespace.Namespace = Object.create(Object.prototype);
      +		}
      +
      +		function defineWithParent(parentNamespace, name, members) {
      +			/// <summary locid="1">
      +			/// Defines a new namespace with the specified name, under the specified parent namespace.
      +			/// </summary>
      +			/// <param name="parentNamespace" type="Object" locid="2">
      +			/// The parent namespace which will contain the new namespace.
      +			/// </param>
      +			/// <param name="name" type="String" locid="3">
      +			/// Name of the new namespace.
      +			/// </param>
      +			/// <param name="members" type="Object" locid="4">
      +			/// Members in the new namespace.
      +			/// </param>
      +			/// <returns locid="5">
      +			/// The newly defined namespace.
      +			/// </returns>
      +			var currentNamespace = parentNamespace,
      +				namespaceFragments = name.split(".");
      +
      +			for (var i = 0, len = namespaceFragments.length; i < len; i++) {
      +				var namespaceName = namespaceFragments[i];
      +				if (!currentNamespace[namespaceName]) {
      +					Object.defineProperty(currentNamespace, namespaceName, 
      +						{ value: {}, writable: false, enumerable: true, configurable: true }
      +					);
      +				}
      +				currentNamespace = currentNamespace[namespaceName];
      +			}
      +
      +			if (members) {
      +				initializeProperties(currentNamespace, members);
      +			}
      +
      +			return currentNamespace;
      +		}
      +
      +		function define(name, members) {
      +			/// <summary locid="6">
      +			/// Defines a new namespace with the specified name.
      +			/// </summary>
      +			/// <param name="name" type="String" locid="7">
      +			/// Name of the namespace.  This could be a dot-separated nested name.
      +			/// </param>
      +			/// <param name="members" type="Object" locid="4">
      +			/// Members in the new namespace.
      +			/// </param>
      +			/// <returns locid="5">
      +			/// The newly defined namespace.
      +			/// </returns>
      +			return defineWithParent(global, name, members);
      +		}
      +
      +		// Establish members of the "WinJS.Namespace" namespace
      +		Object.defineProperties(_rootNamespace.Namespace, {
      +
      +			defineWithParent: { value: defineWithParent, writable: true, enumerable: true },
      +
      +			define: { value: define, writable: true, enumerable: true }
      +
      +		});
      +
      +	})("WinJS");
      +
      +	(function (WinJS) {
      +
      +		function define(constructor, instanceMembers, staticMembers) {
      +			/// <summary locid="8">
      +			/// Defines a class using the given constructor and with the specified instance members.
      +			/// </summary>
      +			/// <param name="constructor" type="Function" locid="9">
      +			/// A constructor function that will be used to instantiate this class.
      +			/// </param>
      +			/// <param name="instanceMembers" type="Object" locid="10">
      +			/// The set of instance fields, properties and methods to be made available on the class.
      +			/// </param>
      +			/// <param name="staticMembers" type="Object" locid="11">
      +			/// The set of static fields, properties and methods to be made available on the class.
      +			/// </param>
      +			/// <returns type="Function" locid="12">
      +			/// The newly defined class.
      +			/// </returns>
      +			constructor = constructor || function () { };
      +			if (instanceMembers) {
      +				initializeProperties(constructor.prototype, instanceMembers);
      +			}
      +			if (staticMembers) {
      +				initializeProperties(constructor, staticMembers);
      +			}
      +			return constructor;
      +		}
      +
      +		function derive(baseClass, constructor, instanceMembers, staticMembers) {
      +			/// <summary locid="13">
      +			/// Uses prototypal inheritance to create a sub-class based on the supplied baseClass parameter.
      +			/// </summary>
      +			/// <param name="baseClass" type="Function" locid="14">
      +			/// The class to inherit from.
      +			/// </param>
      +			/// <param name="constructor" type="Function" locid="9">
      +			/// A constructor function that will be used to instantiate this class.
      +			/// </param>
      +			/// <param name="instanceMembers" type="Object" locid="10">
      +			/// The set of instance fields, properties and methods to be made available on the class.
      +			/// </param>
      +			/// <param name="staticMembers" type="Object" locid="11">
      +			/// The set of static fields, properties and methods to be made available on the class.
      +			/// </param>
      +			/// <returns type="Function" locid="12">
      +			/// The newly defined class.
      +			/// </returns>
      +			if (baseClass) {
      +				constructor = constructor || function () { };
      +				var basePrototype = baseClass.prototype;
      +				constructor.prototype = Object.create(basePrototype);
      +				Object.defineProperty(constructor.prototype, "_super", { value: basePrototype });
      +				Object.defineProperty(constructor.prototype, "constructor", { value: constructor });
      +				if (instanceMembers) {
      +					initializeProperties(constructor.prototype, instanceMembers);
      +				}
      +				if (staticMembers) {
      +					initializeProperties(constructor, staticMembers);
      +				}
      +				return constructor;
      +			} else {
      +				return define(constructor, instanceMembers, staticMembers);
      +			}
      +		}
      +
      +		function mix(constructor) {
      +			/// <summary locid="15">
      +			/// Defines a class using the given constructor and the union of the set of instance members
      +			/// specified by all the mixin objects.  The mixin parameter list can be of variable length.
      +			/// </summary>
      +			/// <param name="constructor" locid="9">
      +			/// A constructor function that will be used to instantiate this class.
      +			/// </param>
      +			/// <returns locid="12">
      +			/// The newly defined class.
      +			/// </returns>
      +			constructor = constructor || function () { };
      +			var i, len;
      +			for (i = 0, len = arguments.length; i < len; i++) {
      +				initializeProperties(constructor.prototype, arguments[i]);
      +			}
      +			return constructor;
      +		}
      +
      +		// Establish members of "WinJS.Class" namespace
      +		WinJS.Namespace.define("WinJS.Class", {
      +			define: define,
      +			derive: derive,
      +			mix: mix
      +		});
      +
      +	})(WinJS);
      +
      +})(this);
      +
      +/*
      +  © Microsoft. All rights reserved.
      +
      +  This library is supported for use in Windows Tailored Apps only.
      +
      +  Build: 6.2.8100.0 
      +  Version: 0.5 
      +*/
      +
      +// Here are some inserted lines
      +// with some extra comments
      +	
      +(function (global, undefined) {
      +	"use strict";
      +	var definedVariable = {};
      +	definedVariable.prop = 5;
      +
      +	function initializeProperties(target, members) {
      +		var keys = Object.keys(members);
      +		var properties;
      +		var i, len;
      +		for (i = 0, len = keys.length; i < len; i++) {
      +			var key = keys[i];
      +			var enumerable = key.charCodeAt(0) !== /*_*/95;
      +			var member = members[key];
      +			if (member && typeof member === 'object') {
      +				if (member.value !== undefined || typeof member.get === 'function' || typeof member.set === 'function') {
      +					if (member.enumerable === undefined) {
      +						member.enumerable = enumerable;
      +					}
      +					properties = properties || {};
      +					properties[key] = member;
      +					continue;
      +				} 
      +			}
      +			target[key] = member;
      +		}
      +		if (properties) {
      +			Object.defineProperties(target, properties);
      +		}
      +	}
      +
      +	(function (rootNamespace) {
      +
      +		// Create the rootNamespace in the global namespace
      +		if (!global[rootNamespace]) {
      +			global[rootNamespace] = Object.create(Object.prototype);
      +		}
      +
      +		// Cache the rootNamespace we just created in a local variable
      +		var _rootNamespace = global[rootNamespace];
      +		if (!_rootNamespace.Namespace) {
      +			_rootNamespace.Namespace = Object.create(Object.prototype);
      +		}
      +
      +		function defineWithParent(parentNamespace, name, members) {
      +			/// <summary locid="1">
      +			/// Defines a new namespace with the specified name, under the specified parent namespace.
      +			/// </summary>
      +			/// <param name="parentNamespace" type="Object" locid="2">
      +			/// The parent namespace which will contain the new namespace.
      +			/// </param>
      +			/// <param name="name" type="String" locid="3">
      +			/// Name of the new namespace.
      +			/// </param>
      +			/// <param name="members" type="Object" locid="4">
      +			/// Members in the new namespace.
      +			/// </param>
      +			/// <returns locid="5">
      +			/// The newly defined namespace.
      +			/// </returns>
      +			var currentNamespace = parentNamespace,
      +				namespaceFragments = name.split(".");
      +
      +			for (var i = 0, len = namespaceFragments.length; i < len; i++) {
      +				var namespaceName = namespaceFragments[i];
      +				if (!currentNamespace[namespaceName]) {
      +					Object.defineProperty(currentNamespace, namespaceName, 
      +						{ value: {}, writable: false, enumerable: true, configurable: true }
      +					);
      +				}
      +				currentNamespace = currentNamespace[namespaceName];
      +			}
      +
      +			if (members) {
      +				initializeProperties(currentNamespace, members);
      +			}
      +
      +			return currentNamespace;
      +		}
      +
      +		function define(name, members) {
      +			/// <summary locid="6">
      +			/// Defines a new namespace with the specified name.
      +			/// </summary>
      +			/// <param name="name" type="String" locid="7">
      +			/// Name of the namespace.  This could be a dot-separated nested name.
      +			/// </param>
      +			/// <param name="members" type="Object" locid="4">
      +			/// Members in the new namespace.
      +			/// </param>
      +			/// <returns locid="5">
      +			/// The newly defined namespace.
      +			/// </returns>
      +			return defineWithParent(global, name, members);
      +		}
      +
      +		// Establish members of the "WinJS.Namespace" namespace
      +		Object.defineProperties(_rootNamespace.Namespace, {
      +
      +			defineWithParent: { value: defineWithParent, writable: true, enumerable: true },
      +
      +			define: { value: define, writable: true, enumerable: true }
      +
      +		});
      +
      +	})("WinJS");
      +
      +	(function (WinJS) {
      +
      +		function define(constructor, instanceMembers, staticMembers) {
      +			/// <summary locid="8">
      +			/// Defines a class using the given constructor and with the specified instance members.
      +			/// </summary>
      +			/// <param name="constructor" type="Function" locid="9">
      +			/// A constructor function that will be used to instantiate this class.
      +			/// </param>
      +			/// <param name="instanceMembers" type="Object" locid="10">
      +			/// The set of instance fields, properties and methods to be made available on the class.
      +			/// </param>
      +			/// <param name="staticMembers" type="Object" locid="11">
      +			/// The set of static fields, properties and methods to be made available on the class.
      +			/// </param>
      +			/// <returns type="Function" locid="12">
      +			/// The newly defined class.
      +			/// </returns>
      +			constructor = constructor || function () { };
      +			if (instanceMembers) {
      +				initializeProperties(constructor.prototype, instanceMembers);
      +			}
      +			if (staticMembers) {
      +				initializeProperties(constructor, staticMembers);
      +			}
      +			return constructor;
      +		}
      +
      +		function derive(baseClass, constructor, instanceMembers, staticMembers) {
      +			/// <summary locid="13">
      +			/// Uses prototypal inheritance to create a sub-class based on the supplied baseClass parameter.
      +			/// </summary>
      +			/// <param name="baseClass" type="Function" locid="14">
      +			/// The class to inherit from.
      +			/// </param>
      +			/// <param name="constructor" type="Function" locid="9">
      +			/// A constructor function that will be used to instantiate this class.
      +			/// </param>
      +			/// <param name="instanceMembers" type="Object" locid="10">
      +			/// The set of instance fields, properties and methods to be made available on the class.
      +			/// </param>
      +			/// <param name="staticMembers" type="Object" locid="11">
      +			/// The set of static fields, properties and methods to be made available on the class.
      +			/// </param>
      +			/// <returns type="Function" locid="12">
      +			/// The newly defined class.
      +			/// </returns>
      +			if (baseClass) {
      +				constructor = constructor || function () { };
      +				var basePrototype = baseClass.prototype;
      +				constructor.prototype = Object.create(basePrototype);
      +				Object.defineProperty(constructor.prototype, "_super", { value: basePrototype });
      +				Object.defineProperty(constructor.prototype, "constructor", { value: constructor });
      +				if (instanceMembers) {
      +					initializeProperties(constructor.prototype, instanceMembers);
      +				}
      +				if (staticMembers) {
      +					initializeProperties(constructor, staticMembers);
      +				}
      +				return constructor;
      +			} else {
      +				return define(constructor, instanceMembers, staticMembers);
      +			}
      +		}
      +
      +		function mix(constructor) {
      +			/// <summary locid="15">
      +			/// Defines a class using the given constructor and the union of the set of instance members
      +			/// specified by all the mixin objects.  The mixin parameter list can be of variable length.
      +			/// </summary>
      +			/// <param name="constructor" locid="9">
      +			/// A constructor function that will be used to instantiate this class.
      +			/// </param>
      +			/// <returns locid="12">
      +			/// The newly defined class.
      +			/// </returns>
      +			constructor = constructor || function () { };
      +			var i, len;
      +			for (i = 0, len = arguments.length; i < len; i++) {
      +				initializeProperties(constructor.prototype, arguments[i]);
      +			}
      +			return constructor;
      +		}
      +
      +		// Establish members of "WinJS.Class" namespace
      +		WinJS.Namespace.define("WinJS.Class", {
      +			define: define,
      +			derive: derive,
      +			mix: mix
      +		});
      +
      +	})(WinJS);
      +
      +})(this);
      + Fork me on GitHub + +
      +
      +

      About

      +
      +
      +
      +

      + The Monaco Editor is the code editor that powers + VS Code. A good page describing the + code editor's features is + here. +

      + +

      + It is licensed under the MIT License and supports Edge, Chrome, Firefox, Safari and + Opera. +

      + +

      + The Monaco editor is + not + supported in mobile browsers or mobile web frameworks. +

      + +

      + Find more information at the + Monaco Editor repo. +

      +
      +
      +
      +

      Download v0.35.0

      +
      +
      +
      +

      The latest released version is 0.35.0.

      +

      + Download with this direct + download link + or + from npm: +

      +
      npm install monaco-editor@0.35.0
      +
      +
      +
      +

      Editor

      +
      +
      +

      + Rich IntelliSense, Validation +

      +

      TypeScript, JavaScript, CSS, LESS, SCSS, JSON, HTML

      +
      +

      Basic Syntax Colorization

      +

      + XML, PHP, C#, C++, Razor, Markdown, Diff, Java, VB, CoffeeScript, Handlebars, Batch, + Pug, F#, Lua, Powershell, Python, Ruby, SASS, R, Objective-C +

      +
      +

      + Colorizers are implemented using + Monarch. +

      +
      +
      +
      +
      + + +
      +
      + + +
      +
      +
      + +
      +
      +
      +
      +
      +

      Diff Editor

      +
      +
      +

      + Side by side live comparison +

      +

      Supports all languages out of the box

      +
      +
      +
      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      +
      +
      +
      + +
      +
      +

      + + Microsoft + +
      + © 2023 Microsoft +

      +
      + + + + + + + + + + + diff --git a/index/index.css b/index/index.css new file mode 100644 index 00000000..af727165 --- /dev/null +++ b/index/index.css @@ -0,0 +1,258 @@ +.try .drops { + margin: 0; + list-style: none; + float: right; +} + +.try .drops li { + float: left; + width: auto; + height: auto; + text-indent: 0; + font-size: 26px; + line-height: normal; + margin: 0 12px; + cursor: pointer; +} + +.try .drops li a:hover, +.try .drops li a:focus { + text-decoration: none; +} + +.try .drops li h4 { + color: #999; +} + +.try .drops li.active h4, +.try .drops li.active:hover h4 { + color: #0072c6; +} + +.try .drops li:hover h4 { + color: rgba(0, 114, 198, 0.5); +} + +.try .editor.row { + padding: 18px 0; +} + +.try .row h4 { + padding-bottom: 6px; +} + +.try .tile { + position: relative; + height: 72px; + border: 1px solid #ddd; + text-align: right; + overflow: hidden; + cursor: pointer; + + -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); + -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); + + -webkit-box-sizing: border-box; + -o-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; +} + +.try .tile:hover { + -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); + -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); +} + +.try .tile h4 { + margin: 0; + position: absolute; + right: 12px; + bottom: 12px; + z-index: 1; +} + +.try .tile .glyph { + position: absolute; + left: 12px; + bottom: -6px; + background: url('../img/cloud.png') no-repeat; + background-size: 80px 43px; + height: 43px; + width: 80px; + + opacity: 0.5; + transition: opacity 0.5s ease, bottom 0.5s ease; + -webkit-transition: opacity 0.5s ease, bottom 0.5s ease; +} + +.try .tile:hover .glyph { + opacity: 1; + bottom: -2px; +} + +.try .editor.row h4 small { + color: #555; +} + +.try .editor.row .control-label { + display: inline-block; + position: relative; + top: -4px; + margin-right: 4px; +} + +.try .editor.row .monaco-editor .find-widget input[type='text'] { + margin-bottom: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; +} + +.try .editor.row .monaco-editor .find-widget .monaco-checkbox .label { + min-height: 20px; + min-width: 20px; +} + +.try .editor.row .monaco-editor .find-widget .close { + float: none; + opacity: 1; +} + +.try .editor .editor-frame { + position: relative; +} + +.try .editor .editor-frame #editor, +.try .editor .editor-frame #diff-editor { + height: 400px; + margin-bottom: 10px; + border: 1px solid #eee; +} + +.try .editor .editor-frame .loading { + position: absolute; + height: 100%; + width: 100%; + background-color: rgba(255, 255, 255, 0.5); + margin: 0 auto; + display: none; + z-index: 100; +} + +.try .editor .editor-frame .progress { + width: 50%; + margin: 15% auto 0; +} + +.try .editor .editor-frame .progress .bar { + width: 100%; + background-color: #4bb1cf; +} + +.try .editor .editor-frame #editor .alert, +.try .editor .editor-frame #diff-editor .alert { + margin: 18% auto 0; + width: 30%; + text-align: center; + color: #b94a48; + background-color: #f2dede; + border-color: #eed3d7; +} + +.try .editor #editor .monaco-editor .row, +.try .editor #diff-editor .monaco-editor .row { + margin-left: 0; +} + +.try .editor .vs.monaco-editor .context-view.monaco-menu-container a { + color: #646465; +} + +.try .editor .vs-dark.monaco-editor .context-view.monaco-menu-container a { + color: #bbb; +} + +@media (min-width: 1200px) { + .try .editor .row { + margin-left: 0px; + } +} + +@media (max-width: 767px) { + .try .container { + margin: 0 24px; + } + + .try .tile h4 { + right: 6px; + } + + .try .editor > .span9 .row .span4 { + float: left; + width: 50%; + } + + .try .editor h4 { + margin-top: 0; + } +} + +@media (max-width: 520px) { + .try .editor > .span3 p, + .try .editor > .span3 h4 { + display: none; + } +} + +@media (max-width: 320px) { + .try .editor > .span9 { + display: none; + } +} + +/* ------- BEGIN bootstrap fixes for the editor ------- */ + +.monaco-editor .container:before, +.monaco-editor .row:before { + content: ''; + display: inherit; +} + +.monaco-editor .container:after, +.monaco-editor .row:after { + clear: inherit; +} + +.monaco-editor .container { + width: auto; + margin: inherit; + padding: inherit; +} + +.monaco-editor .close { + float: none; + font-size: inherit; + font-weight: inherit; + line-height: inherit; + color: inherit; + text-shadow: inherit; + opacity: inherit; + filter: inherit; +} + +.monaco-editor .row { + margin: inherit; +} + +.monaco-editor .invisible { + visibility: visible; +} + +/* ------- END bootstrap fixes for the editor ------- */ diff --git a/index/index.js b/index/index.js new file mode 100644 index 00000000..cffbfb58 --- /dev/null +++ b/index/index.js @@ -0,0 +1,174 @@ +/// + +'use strict'; + +var editor = null, + diffEditor = null; + +$(document).ready(function () { + require(['vs/editor/editor.main'], function () { + var MODES = (function () { + var modesIds = monaco.languages.getLanguages().map(function (lang) { + return lang.id; + }); + modesIds.sort(); + + return modesIds.map(function (modeId) { + return { + modeId: modeId, + sampleURL: 'index/samples/sample.' + modeId + '.txt' + }; + }); + })(); + + var startModeIndex = 0; + for (var i = 0; i < MODES.length; i++) { + var o = document.createElement('option'); + o.textContent = MODES[i].modeId; + if (MODES[i].modeId === 'typescript') { + startModeIndex = i; + } + $('.language-picker').append(o); + } + $('.language-picker')[0].selectedIndex = startModeIndex; + loadSample(MODES[startModeIndex]); + $('.language-picker').change(function () { + loadSample(MODES[this.selectedIndex]); + }); + + $('.theme-picker').change(function () { + changeTheme(this.selectedIndex); + }); + + loadDiffSample(); + + $('#inline-diff-checkbox').change(function () { + diffEditor.updateOptions({ + renderSideBySide: !$(this).is(':checked') + }); + }); + }); + + window.onresize = function () { + if (editor) { + editor.layout(); + } + if (diffEditor) { + diffEditor.layout(); + } + }; +}); + +var preloaded = {}; +(function () { + var elements = Array.prototype.slice.call(document.querySelectorAll('pre[data-preload]'), 0); + + elements.forEach(function (el) { + var path = el.getAttribute('data-preload'); + preloaded[path] = el.innerText || el.textContent; + el.parentNode.removeChild(el); + }); +})(); + +function xhr(url, cb) { + if (preloaded[url]) { + return cb(null, preloaded[url]); + } + $.ajax({ + type: 'GET', + url: url, + dataType: 'text', + error: function () { + cb(this, null); + } + }).done(function (data) { + cb(null, data); + }); +} + +function loadSample(mode) { + $('.loading.editor').show(); + xhr(mode.sampleURL, function (err, data) { + if (err) { + if (editor) { + if (editor.getModel()) { + editor.getModel().dispose(); + } + editor.dispose(); + editor = null; + } + $('.loading.editor').fadeOut({ duration: 200 }); + $('#editor').empty(); + $('#editor').append( + '

      Failed to load ' + mode.modeId + ' sample

      ' + ); + return; + } + + if (!editor) { + $('#editor').empty(); + editor = monaco.editor.create(document.getElementById('editor'), { + model: null + }); + } + + var oldModel = editor.getModel(); + var newModel = monaco.editor.createModel(data, mode.modeId); + editor.setModel(newModel); + if (oldModel) { + oldModel.dispose(); + } + $('.loading.editor').fadeOut({ duration: 300 }); + }); +} + +function loadDiffSample() { + var onError = function () { + $('.loading.diff-editor').fadeOut({ duration: 200 }); + $('#diff-editor').append('

      Failed to load diff editor sample

      '); + }; + + $('.loading.diff-editor').show(); + + var lhsData = null, + rhsData = null, + jsMode = null; + + xhr('index/samples/diff.lhs.txt', function (err, data) { + if (err) { + return onError(); + } + lhsData = data; + onProgress(); + }); + xhr('index/samples/diff.rhs.txt', function (err, data) { + if (err) { + return onError(); + } + rhsData = data; + onProgress(); + }); + + function onProgress() { + if (lhsData && rhsData) { + diffEditor = monaco.editor.createDiffEditor(document.getElementById('diff-editor'), { + enableSplitViewResizing: false + }); + + var lhsModel = monaco.editor.createModel(lhsData, 'text/javascript'); + var rhsModel = monaco.editor.createModel(rhsData, 'text/javascript'); + + diffEditor.setModel({ + original: lhsModel, + modified: rhsModel + }); + + $('.loading.diff-editor').fadeOut({ duration: 300 }); + } + } +} + +function changeTheme(theme) { + var newTheme = theme === 1 ? 'vs-dark' : theme === 0 ? 'vs' : 'hc-black'; + monaco.editor.setTheme(newTheme); +} diff --git a/index/samples/diff.lhs.txt b/index/samples/diff.lhs.txt new file mode 100644 index 00000000..a332c980 --- /dev/null +++ b/index/samples/diff.lhs.txt @@ -0,0 +1,216 @@ + +/* + © Microsoft. All rights reserved. + + This library is supported for use in Windows Tailored Apps only. + + Build: 6.2.8100.0 + Version: 0.5 +*/ + +(function (global, undefined) { + "use strict"; + undefinedVariable = {}; + undefinedVariable.prop = 5; + + function initializeProperties(target, members) { + var keys = Object.keys(members); + var properties; + var i, len; + for (i = 0, len = keys.length; i < len; i++) { + var key = keys[i]; + var enumerable = key.charCodeAt(0) !== /*_*/95; + var member = members[key]; + if (member && typeof member === 'object') { + if (member.value !== undefined || typeof member.get === 'function' || typeof member.set === 'function') { + if (member.enumerable === undefined) { + member.enumerable = enumerable; + } + properties = properties || {}; + properties[key] = member; + continue; + } + } + // These next lines will be deleted + if (!enumerable) { + properties = properties || {}; + properties[key] = { value: member, enumerable: enumerable, configurable: true, writable: true } + continue; + } + target[key] = member; + } + if (properties) { + Object.defineProperties(target, properties); + } + } + + (function (rootNamespace) { + + // Create the rootNamespace in the global namespace + if (!global[rootNamespace]) { + global[rootNamespace] = Object.create(Object.prototype); + } + + // Cache the rootNamespace we just created in a local variable + var _rootNamespace = global[rootNamespace]; + if (!_rootNamespace.Namespace) { + _rootNamespace.Namespace = Object.create(Object.prototype); + } + + function defineWithParent(parentNamespace, name, members) { + /// + /// Defines a new namespace with the specified name, under the specified parent namespace. + /// + /// + /// The parent namespace which will contain the new namespace. + /// + /// + /// Name of the new namespace. + /// + /// + /// Members in the new namespace. + /// + /// + /// The newly defined namespace. + /// + var currentNamespace = parentNamespace, + namespaceFragments = name.split("."); + + for (var i = 0, len = namespaceFragments.length; i < len; i++) { + var namespaceName = namespaceFragments[i]; + if (!currentNamespace[namespaceName]) { + Object.defineProperty(currentNamespace, namespaceName, + { value: {}, writable: false, enumerable: true, configurable: true } + ); + } + currentNamespace = currentNamespace[namespaceName]; + } + + if (members) { + initializeProperties(currentNamespace, members); + } + + return currentNamespace; + } + + function define(name, members) { + /// + /// Defines a new namespace with the specified name. + /// + /// + /// Name of the namespace. This could be a dot-separated nested name. + /// + /// + /// Members in the new namespace. + /// + /// + /// The newly defined namespace. + /// + return defineWithParent(global, name, members); + } + + // Establish members of the "WinJS.Namespace" namespace + Object.defineProperties(_rootNamespace.Namespace, { + + defineWithParent: { value: defineWithParent, writable: true, enumerable: true }, + + define: { value: define, writable: true, enumerable: true } + + }); + + })("WinJS"); + + (function (WinJS) { + + function define(constructor, instanceMembers, staticMembers) { + /// + /// Defines a class using the given constructor and with the specified instance members. + /// + /// + /// A constructor function that will be used to instantiate this class. + /// + /// + /// The set of instance fields, properties and methods to be made available on the class. + /// + /// + /// The set of static fields, properties and methods to be made available on the class. + /// + /// + /// The newly defined class. + /// + constructor = constructor || function () { }; + if (instanceMembers) { + initializeProperties(constructor.prototype, instanceMembers); + } + if (staticMembers) { + initializeProperties(constructor, staticMembers); + } + return constructor; + } + + function derive(baseClass, constructor, instanceMembers, staticMembers) { + /// + /// Uses prototypal inheritance to create a sub-class based on the supplied baseClass parameter. + /// + /// + /// The class to inherit from. + /// + /// + /// A constructor function that will be used to instantiate this class. + /// + /// + /// The set of instance fields, properties and methods to be made available on the class. + /// + /// + /// The set of static fields, properties and methods to be made available on the class. + /// + /// + /// The newly defined class. + /// + if (baseClass) { + constructor = constructor || function () { }; + var basePrototype = baseClass.prototype; + constructor.prototype = Object.create(basePrototype); + Object.defineProperty(constructor.prototype, "_super", { value: basePrototype }); + Object.defineProperty(constructor.prototype, "constructor", { value: constructor }); + if (instanceMembers) { + initializeProperties(constructor.prototype, instanceMembers); + } + if (staticMembers) { + initializeProperties(constructor, staticMembers); + } + return constructor; + } else { + return define(constructor, instanceMembers, staticMembers); + } + } + + function mix(constructor) { + /// + /// Defines a class using the given constructor and the union of the set of instance members + /// specified by all the mixin objects. The mixin parameter list can be of variable length. + /// + /// + /// A constructor function that will be used to instantiate this class. + /// + /// + /// The newly defined class. + /// + constructor = constructor || function () { }; + var i, len; + for (i = 0, len = arguments.length; i < len; i++) { + initializeProperties(constructor.prototype, arguments[i]); + } + return constructor; + } + + // Establish members of "WinJS.Class" namespace + WinJS.Namespace.define("WinJS.Class", { + define: define, + derive: derive, + mix: mix + }); + + })(WinJS); + +})(this); \ No newline at end of file diff --git a/index/samples/diff.rhs.txt b/index/samples/diff.rhs.txt new file mode 100644 index 00000000..09625106 --- /dev/null +++ b/index/samples/diff.rhs.txt @@ -0,0 +1,213 @@ + +/* + © Microsoft. All rights reserved. + + This library is supported for use in Windows Tailored Apps only. + + Build: 6.2.8100.0 + Version: 0.5 +*/ + +// Here are some inserted lines +// with some extra comments + +(function (global, undefined) { + "use strict"; + var definedVariable = {}; + definedVariable.prop = 5; + + function initializeProperties(target, members) { + var keys = Object.keys(members); + var properties; + var i, len; + for (i = 0, len = keys.length; i < len; i++) { + var key = keys[i]; + var enumerable = key.charCodeAt(0) !== /*_*/95; + var member = members[key]; + if (member && typeof member === 'object') { + if (member.value !== undefined || typeof member.get === 'function' || typeof member.set === 'function') { + if (member.enumerable === undefined) { + member.enumerable = enumerable; + } + properties = properties || {}; + properties[key] = member; + continue; + } + } + target[key] = member; + } + if (properties) { + Object.defineProperties(target, properties); + } + } + + (function (rootNamespace) { + + // Create the rootNamespace in the global namespace + if (!global[rootNamespace]) { + global[rootNamespace] = Object.create(Object.prototype); + } + + // Cache the rootNamespace we just created in a local variable + var _rootNamespace = global[rootNamespace]; + if (!_rootNamespace.Namespace) { + _rootNamespace.Namespace = Object.create(Object.prototype); + } + + function defineWithParent(parentNamespace, name, members) { + /// + /// Defines a new namespace with the specified name, under the specified parent namespace. + /// + /// + /// The parent namespace which will contain the new namespace. + /// + /// + /// Name of the new namespace. + /// + /// + /// Members in the new namespace. + /// + /// + /// The newly defined namespace. + /// + var currentNamespace = parentNamespace, + namespaceFragments = name.split("."); + + for (var i = 0, len = namespaceFragments.length; i < len; i++) { + var namespaceName = namespaceFragments[i]; + if (!currentNamespace[namespaceName]) { + Object.defineProperty(currentNamespace, namespaceName, + { value: {}, writable: false, enumerable: true, configurable: true } + ); + } + currentNamespace = currentNamespace[namespaceName]; + } + + if (members) { + initializeProperties(currentNamespace, members); + } + + return currentNamespace; + } + + function define(name, members) { + /// + /// Defines a new namespace with the specified name. + /// + /// + /// Name of the namespace. This could be a dot-separated nested name. + /// + /// + /// Members in the new namespace. + /// + /// + /// The newly defined namespace. + /// + return defineWithParent(global, name, members); + } + + // Establish members of the "WinJS.Namespace" namespace + Object.defineProperties(_rootNamespace.Namespace, { + + defineWithParent: { value: defineWithParent, writable: true, enumerable: true }, + + define: { value: define, writable: true, enumerable: true } + + }); + + })("WinJS"); + + (function (WinJS) { + + function define(constructor, instanceMembers, staticMembers) { + /// + /// Defines a class using the given constructor and with the specified instance members. + /// + /// + /// A constructor function that will be used to instantiate this class. + /// + /// + /// The set of instance fields, properties and methods to be made available on the class. + /// + /// + /// The set of static fields, properties and methods to be made available on the class. + /// + /// + /// The newly defined class. + /// + constructor = constructor || function () { }; + if (instanceMembers) { + initializeProperties(constructor.prototype, instanceMembers); + } + if (staticMembers) { + initializeProperties(constructor, staticMembers); + } + return constructor; + } + + function derive(baseClass, constructor, instanceMembers, staticMembers) { + /// + /// Uses prototypal inheritance to create a sub-class based on the supplied baseClass parameter. + /// + /// + /// The class to inherit from. + /// + /// + /// A constructor function that will be used to instantiate this class. + /// + /// + /// The set of instance fields, properties and methods to be made available on the class. + /// + /// + /// The set of static fields, properties and methods to be made available on the class. + /// + /// + /// The newly defined class. + /// + if (baseClass) { + constructor = constructor || function () { }; + var basePrototype = baseClass.prototype; + constructor.prototype = Object.create(basePrototype); + Object.defineProperty(constructor.prototype, "_super", { value: basePrototype }); + Object.defineProperty(constructor.prototype, "constructor", { value: constructor }); + if (instanceMembers) { + initializeProperties(constructor.prototype, instanceMembers); + } + if (staticMembers) { + initializeProperties(constructor, staticMembers); + } + return constructor; + } else { + return define(constructor, instanceMembers, staticMembers); + } + } + + function mix(constructor) { + /// + /// Defines a class using the given constructor and the union of the set of instance members + /// specified by all the mixin objects. The mixin parameter list can be of variable length. + /// + /// + /// A constructor function that will be used to instantiate this class. + /// + /// + /// The newly defined class. + /// + constructor = constructor || function () { }; + var i, len; + for (i = 0, len = arguments.length; i < len; i++) { + initializeProperties(constructor.prototype, arguments[i]); + } + return constructor; + } + + // Establish members of "WinJS.Class" namespace + WinJS.Namespace.define("WinJS.Class", { + define: define, + derive: derive, + mix: mix + }); + + })(WinJS); + +})(this); \ No newline at end of file diff --git a/index/samples/sample.abap.txt b/index/samples/sample.abap.txt new file mode 100644 index 00000000..0acb41b6 --- /dev/null +++ b/index/samples/sample.abap.txt @@ -0,0 +1,29 @@ +REPORT zrosetta_base64_encode_data. + +DATA: li_client TYPE REF TO if_http_client, + lv_encoded TYPE string, + lv_data TYPE xstring. + + +cl_http_client=>create_by_url( + EXPORTING + url = 'http://rosettacode.org/favicon.ico' + IMPORTING + client = li_client ). + +li_client->send( ). +li_client->receive( ). + +lv_data = li_client->response->get_data( ). + +CALL FUNCTION 'SSFC_BASE64_ENCODE' + EXPORTING + bindata = lv_data + IMPORTING + b64data = lv_encoded. + +WHILE strlen( lv_encoded ) > 100. + WRITE: / lv_encoded(100). + lv_encoded = lv_encoded+100. +ENDWHILE. +WRITE: / lv_encoded. diff --git a/index/samples/sample.aes.txt b/index/samples/sample.aes.txt new file mode 100644 index 00000000..b91d07e2 --- /dev/null +++ b/index/samples/sample.aes.txt @@ -0,0 +1,38 @@ +// Contract simulating developers organization +contract HackBG = + + record state = { developers: map(address, developer) } + + record developer = { name: string + , age: int + , skillset: map(skill, experience) } + + type skill = string + type experience = int + + datatype event = + LogDeveloperAdded(indexed address, indexed int, string) + + entrypoint init() : state = { developers = {} } + + stateful entrypoint dev_add(account: address, dev_name: string, dev_age: int) = + require(!is_member(account), "ERROR_DEVELOPER_ALREADY_EXISTS") + let dev : developer = { name = dev_name + , age = dev_age + , skillset = {} } + put(state{ developers[account] = dev }) + Chain.event(LogDeveloperAdded(account, Chain.timestamp, dev_name)) + + stateful entrypoint dev_update(account: address, dev_name: string, dev_age: int) = + require(is_member(account), "ERROR_DEVELOPER_DOES_NOT_EXIST") + put(state{ developers[account].name = dev_name }) + put(state{ developers[account].age = dev_age }) + + function is_member(account: address) : bool = + Map.member(account, state.developers) + + stateful entrypoint dev_skill_modify(account: address, skill: string, experience: int) = + put(state{ developers[account].skillset[skill] = experience }) + + entrypoint dev_get(account: address) : developer = + state.developers[account] \ No newline at end of file diff --git a/index/samples/sample.apex.txt b/index/samples/sample.apex.txt new file mode 100644 index 00000000..a90f18f8 --- /dev/null +++ b/index/samples/sample.apex.txt @@ -0,0 +1,7 @@ +/* Using a single database query, find all the leads in + the database that have the same email address as any + of the leads being inserted or updated. */ +for (Lead lead : [SELECT Email FROM Lead WHERE Email IN :leadMap.KeySet()]) { + Lead newLead = leadMap.get(lead.Email); + newLead.Email.addError('A lead with this email address already exists.'); +} diff --git a/index/samples/sample.azcli.txt b/index/samples/sample.azcli.txt new file mode 100644 index 00000000..0aedade8 --- /dev/null +++ b/index/samples/sample.azcli.txt @@ -0,0 +1,5 @@ +# Create a resource group. +az group create --name myResourceGroup --location westeurope + +# Create a new virtual machine, this creates SSH keys if not present. +az vm create --resource-group myResourceGroup --name myVM --image UbuntuLTS --generate-ssh-keys \ No newline at end of file diff --git a/index/samples/sample.bat.txt b/index/samples/sample.bat.txt new file mode 100644 index 00000000..8edf53ea --- /dev/null +++ b/index/samples/sample.bat.txt @@ -0,0 +1,13 @@ +rem *******Begin Comment************** +rem This program starts the superapp batch program on the network, +rem directs the output to a file, and displays the file +rem in Notepad. +rem *******End Comment************** +@echo off +if exist C:\output.txt goto EMPTYEXISTS +setlocal + path=g:\programs\superapp;%path% + call superapp>C:\output.txt +endlocal +:EMPTYEXISTS +start notepad c:\output.txt \ No newline at end of file diff --git a/index/samples/sample.bicep.txt b/index/samples/sample.bicep.txt new file mode 100644 index 00000000..26a0c3ca --- /dev/null +++ b/index/samples/sample.bicep.txt @@ -0,0 +1,29 @@ +targetScope = 'subscription' + +param deployStorage bool = true + +@description('The object ID of the principal that will get the role assignment') +param aadPrincipalId string + +module stg './storage.bicep' = if(deployStorage) { + name: 'storageDeploy' + scope: resourceGroup('another-rg') // this will target another resource group in the same subscription + params: { + storageAccountName: '' + } +} + +var contributor = 'b24988ac-6180-42a0-ab88-20f7382dd24c' +resource roleDef 'Microsoft.Authorization/roleDefinitions@2018-01-01-preview' existing = { + name: contributor +} + +resource rbac 'Microsoft.Authorization/roleAssignments@2020-04-01-preview' = { + name: guid(subscription().id, aadPrincipalId, contributor) + properties: { + roleDefinitionId: roleDef.id + principalId: aadPrincipalId + } +} + +output storageName array = stg.outputs.containerProps diff --git a/index/samples/sample.c.txt b/index/samples/sample.c.txt new file mode 100644 index 00000000..7f6fee8c --- /dev/null +++ b/index/samples/sample.c.txt @@ -0,0 +1,3463 @@ +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full +// license information. + +/* + * COMMAND LINE: -Ox -Gz -YX -UPROTOTYPES_REQUIRED + */ + +#pragma warning(disable : 4532) +#pragma warning(disable : 4702) + +#if defined(_WIN32) + +#if defined(_M_SH) +#define WIN_CE +#endif + +#if defined(_M_AMD64) +#define NEST_IN_FINALLY /* allow when __try nested in __finally OK */ +#endif + +#define NTSTATUS LONG +#define EXCEPTION_NESTED_CALL 0x10 +#define RtlRaiseStatus(x) RaiseException((x), 0, 0, NULL) +#define RtlRaiseException(x) \ + RaiseException((x)->ExceptionCode, (x)->ExceptionFlags, \ + (x)->NumberParameters, (x)->ExceptionInformation) +#define IN +#define OUT +#if !(defined(_M_IA64) || defined(_M_ALPHA) || defined(_M_PPC) || \ + defined(_M_AMD64) || defined(_M_ARM) || defined(_M_ARM64)) +#define i386 1 +#endif +#define try __try +#define except __except +#define finally __finally +#define leave __leave + +#endif + +#define WIN32_LEAN_AND_MEAN + +#include "stdio.h" +#if defined(_M_IA64) || defined(_M_ALPHA) || defined(_M_PPC) || \ + defined(_M_AMD64) || defined(_M_ARM) || defined(_M_ARM64) +#include "setjmpex.h" +#else +#include "setjmp.h" +#endif +#include "float.h" +#include "windows.h" +#include "math.h" + +#if !defined(STATUS_SUCCESS) +#define STATUS_SUCCESS 0 +#endif +#if !defined(STATUS_UNSUCCESSFUL) +#define STATUS_UNSUCCESSFUL ((NTSTATUS)0xC0000001L) +#endif + +// +// Define switch constants. +// + +#define BLUE 0 +#define RED 1 + +// +// Define function prototypes. +// + +VOID addtwo(IN LONG First, IN LONG Second, IN PLONG Place); + +VOID bar1(IN NTSTATUS Status, IN PLONG Counter); + +VOID bar2(IN PLONG BlackHole, IN PLONG BadAddress, IN PLONG Counter); + +VOID dojump(IN jmp_buf JumpBuffer, IN PLONG Counter); + +LONG Echo(IN LONG Value); + +#if !defined(WIN_CE) // return through finally not allowed on WinCE +VOID eret(IN NTSTATUS Status, IN PLONG Counter); +#endif + +VOID except1(IN PLONG Counter); + +ULONG +except2(IN PEXCEPTION_POINTERS ExceptionPointers, IN PLONG Counter); + +ULONG +except3(IN PEXCEPTION_POINTERS ExceptionPointers, IN PLONG Counter); + +VOID foo1(IN NTSTATUS Status); + +VOID foo2(IN PLONG BlackHole, IN PLONG BadAddress); + +#if !defined(WIN_CE) // return from finally not allowed on WinCE +VOID fret(IN PLONG Counter); +#endif + +BOOLEAN +Tkm(VOID); + +VOID Test61Part2(IN OUT PULONG Counter); + +double SquareDouble(IN double op); + +DECLSPEC_NOINLINE +ULONG +PgFilter(VOID) + +{ + + printf("filter entered..."); + return EXCEPTION_EXECUTE_HANDLER; +} + +#pragma warning(push) +#pragma warning(disable : 4532) + +VOID PgTest69(IN PLONG State, IN PLONG Fault) + +{ + + try { + try { + *Fault += 1; + } + finally { + if (AbnormalTermination()) { + if (*State == 1) { + *State += 1; + + } else { + *Fault += 1; + } + } + } + } + except(((*State += 1) == 1) ? PgFilter() : EXCEPTION_CONTINUE_SEARCH) { + if (*State != 2) { + *Fault += 1; + } + } + + return; +} + +VOID PgTest70(IN PLONG State, IN PLONG Fault) + +{ + + try { + try { + *Fault += 1; + } + finally { + if (AbnormalTermination()) { + if (*State == 2) { + PgFilter(); + return; + + } else { + *Fault += 1; + } + } + } + } + except(((*State += 2) == 2) ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + *Fault += 1; + } + + return; +} + +VOID PgTest71(IN PLONG State, IN PLONG Fault) + +{ + + try { + try { + try { + *Fault += 1; + } + finally { + if (AbnormalTermination()) { + if (*State == 3) { + *State += 3; + return; + + } else { + *Fault += 1; + } + } + } + } + finally { + if (AbnormalTermination()) { + if (*State == 6) { + *State += 3; + + } else { + *Fault += 1; + } + } + } + } + except(((*State += 3) == 3) ? PgFilter() : EXCEPTION_CONTINUE_SEARCH) { + *Fault += 1; + } + + return; +} + +VOID PgTest72(IN PLONG State, IN PLONG Fault) + +{ + + try { + try { + try { + *Fault += 1; + } + finally { + if (AbnormalTermination()) { + if (*State == 4) { + *State += 4; + return; + + } else { + *Fault += 1; + } + } + } + } + finally { + if (AbnormalTermination()) { + if (*State == 8) { + *State += 4; + PgFilter(); + + } else { + *Fault += 1; + } + } + } + } + except(((*State += 4) == 4) ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + *Fault += 1; + } + + return; +} + +VOID PgTest73(IN PLONG State, IN PLONG Fault) + +{ + + try { + try { + try { + *Fault += 1; + } + finally { + if (AbnormalTermination()) { + if (*State == 5) { + *State += 5; + + } else { + *Fault += 1; + } + } + } + } + finally { + if (AbnormalTermination()) { + if (*State == 10) { + *State += 5; + return; + + } else { + *Fault += 1; + } + } + } + } + except(((*State += 5) == 5) ? PgFilter() : EXCEPTION_CONTINUE_SEARCH) { + *Fault += 1; + } + + return; +} + +VOID PgTest74(IN PLONG State, IN PLONG Fault) + +{ + + try { + try { + try { + *Fault += 1; + } + finally { + if (AbnormalTermination()) { + if (*State == 6) { + *State += 6; + + } else { + *Fault += 1; + } + } + } + } + finally { + if (AbnormalTermination()) { + if (*State == 12) { + *State += 6; + PgFilter(); + return; + + } else { + *Fault += 1; + } + } + } + } + except(((*State += 6) == 6) ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + *Fault += 1; + } + + return; +} + +VOID PgTest75(IN PLONG State, IN PLONG Fault) + +{ + + try { + try { + try { + try { + *Fault += 1; + } + finally { + if (AbnormalTermination()) { + if (*State == 7) { + *State += 7; + *Fault += 1; + + } else { + *State += 10; + } + } + } + } + except(((*State += 7) == 7) ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + *Fault += 1; + } + } + finally { + if (AbnormalTermination()) { + if (*State == 28) { + *State += 7; + return; + + } else { + *Fault += 1; + } + } + } + } + except(((*State += 7) == 28) ? PgFilter() : EXCEPTION_CONTINUE_SEARCH) { + *Fault += 1; + } + + return; +} + +VOID PgTest76(IN PLONG State, IN PLONG Fault) + +{ + + try { + try { + try { + try { + *Fault += 1; + } + finally { + if (AbnormalTermination()) { + if (*State == 8) { + *State += 8; + *Fault += 1; + + } else { + *State += 10; + } + } + } + } + except(((*State += 8) == 8) ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + *Fault += 1; + } + } + finally { + if (AbnormalTermination()) { + if (*State == 32) { + *State += 8; + PgFilter(); + return; + + } else { + *Fault += 1; + } + } + } + } + except(((*State += 8) == 32) ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + *Fault += 1; + } + + return; +} + +VOID PgTest77(IN PLONG State, IN PLONG Fault) + +{ + + try { + try { + try { + try { + *Fault += 1; + } + finally { + if (AbnormalTermination()) { + if (*State == 9) { + *State += 9; + *Fault += 1; + + } else { + *State += 10; + } + } + } + } + except(((*State += 9) == 9) ? PgFilter() : EXCEPTION_CONTINUE_SEARCH) { + *Fault += 1; + } + } + finally { + if (AbnormalTermination()) { + if (*State == 36) { + *State += 9; + return; + + } else { + *Fault += 1; + } + } + } + } + except(((*State += 9) == 36) ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + *Fault += 1; + } + + return; +} + +VOID PgTest78(IN PLONG State, IN PLONG Fault) + +{ + + try { + try { + try { + try { + *Fault += 1; + } + finally { + if (AbnormalTermination()) { + if (*State == 10) { + *State += 10; + PgFilter(); + *Fault += 1; + + } else { + *State += 10; + } + } + } + } + except(((*State += 10) == 10) ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + *Fault += 1; + } + } + finally { + if (AbnormalTermination()) { + if (*State == 40) { + *State += 10; + return; + + } else { + *Fault += 1; + } + } + } + } + except(((*State += 10) == 40) ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + *Fault += 1; + } + + return; +} + +#pragma warning(pop) + +VOID Test79(PLONG Counter, PLONG Fault) + +{ + + try { + try { + try { + *Fault += 1; + } + finally { + printf("finally 1..."); + *Fault += 1; + } + } + finally { printf("finally 2..."); } + } + except(*Counter += 1, printf("filter 1..."), EXCEPTION_CONTINUE_SEARCH) {} + + return; +} + +ULONG G; + +ULONG +Test80(VOID) + +{ + + G = 1; + try { + while (G) { + try { + if (G == 10) { + return 1; + } + + if (G == 1) { + continue; + } + } + finally { G = 0; } + } + } + finally { G = 10; } + + return 0; +} + +void Test81(int *pCounter) { + volatile char *AvPtr = NULL; + + __try { + __try { *AvPtr = '\0'; } + __except(EXCEPTION_EXECUTE_HANDLER) { __leave; } + } + __finally { + printf("in finally "); + *pCounter += 1; + } + return; +} + +DECLSPEC_NOINLINE +VOID Test82Foo(VOID) + +{ + *(volatile int *)0 = 0; +} + +VOID Test82(__inout PLONG Counter) + +{ + + int retval = 1; + + __try { + __try { Test82Foo(); } + __finally { + switch (*Counter) { + case 0: + printf("something failed!\n"); + retval = 6; + break; + + case 1: + retval = 0; + break; + + case 2: + printf("how did you get here?\n"); + retval = 2; + break; + + case 3: + printf("what?!?\n"); + retval = 3; + break; + + case 4: + printf("not correct\n"); + retval = 4; + break; + + case 5: + printf("error!\n"); + retval = 5; + break; + } + } + } + __except(1){} + + *Counter = retval; + return; +} + +LONG Test83(VOID) + +{ + + G = 1; + try { + try { + while (G) { + try { + if (G == 10) { + return 1; + } + + if (G == 1) { + continue; + } + } + finally { G = 0; } + } + } + except(EXCEPTION_EXECUTE_HANDLER) { leave; } + } + finally { G = 10; } + + return 0; +} + +DECLSPEC_NOINLINE +VOID Test84(_Inout_ PLONG Counter) + +{ + volatile int *Fault = 0; + + try { + try { + *Fault += 1; + } + except(EXCEPTION_EXECUTE_HANDLER) { + try { + return; + } + finally { *Counter += 1; } + } + } + finally { + + if (AbnormalTermination()) { + *Counter += 1; + } + } + + return; +} + +DECLSPEC_NOINLINE +LONG Test85(_Inout_ PLONG Counter) + +{ + volatile int *Fault = 0; + + G = 1; + try { + try { + try { + while (G) { + try { + try { + if (G == 10) { + return 1; + } + try { + *Counter += 1; + } + except(EXCEPTION_EXECUTE_HANDLER) {} + + if (G == 1) { + continue; + } + } + finally { + G = 0; + *Counter += 1; + *Fault += 1; + } + } + except(EXCEPTION_EXECUTE_HANDLER) { + *Counter += 1; + leave; + } + } + } + finally { + G = 10; + *Counter += 1; + *Fault += 1; + } + } + except(EXCEPTION_EXECUTE_HANDLER) { *Counter += 1; } + *Counter += 1; + } + finally { *Counter += 1; } + return 1; +} + +DECLSPEC_NOINLINE +VOID Test86(_Inout_ PLONG Counter) + +{ + volatile int *Fault = 0; + + try { + try { + try { + try { + try { + try { + *Fault += 1; + } + except(printf("Filter1 %d..", *Counter), + EXCEPTION_EXECUTE_HANDLER) { + try { + printf("Handler1 %d..", *Counter); + return; + } + finally { + printf("Finally1 %d..", *Counter); + *Counter += 1; + } + } + } + finally { + printf("Finally2 %d..", *Counter); + *Counter += 1; + } + } + except(EXCEPTION_EXECUTE_HANDLER) { leave; } + } + finally { *Counter += 1; } + } + except(EXCEPTION_EXECUTE_HANDLER) { leave; } + } + finally { *Counter += 1; } + + return; +} + +VOID Test87(_Inout_ PLONG Counter) + +/*++ + +Routine Description: + + This function verifies the behavior of nested exception dispatching. + +Arguments: + + Counter - Supplies a pointer to the state counter. + +Return Value: + None. + +--*/ + +{ + volatile int *Fault = 0; + +// +// N.B. Disabled on x86 due to failing test case with handling of returns +// in nested termination handlers on x86. +// +// Disabled on ARM due to failing test case with handling of abutting +// termination handlers within an except handler. +// +// Disabled on AMD64 due to failing test case with handling of +// abutting termination handlers within an except handler when a +// non-local goto is involved. +// + +#if !defined(_X86_) + try { + try { + try { + try { + try { + *Fault += 1; + + try { + } + finally { + if (AbnormalTermination()) { + *Fault += 1; + } + } + } + finally { + + if (AbnormalTermination()) { + if ((*Counter += 13) == 26) { + return; + + } else { + *Fault += 1; + } + } + } + } + finally { + if (AbnormalTermination()) { + *Counter += 13; + *Fault += 1; + } + } + } + except(((*Counter += 13) == 13) ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + *Fault += 1; + } + } + except(((*Counter += 13) == 65) ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + try { + *Counter += 13; + return; + } + finally { + if (AbnormalTermination()) { + *Counter += 13; + goto Finish; + } + } + } + } + finally { + + if (AbnormalTermination()) { + if ((*Counter += 13) == 104) { + goto Finish; + } + } + } + +Finish: +#else + *Counter = 104; +#endif + + return; +} + +VOID Test88(_Inout_ PLONG Counter) + +{ + volatile int *Fault = 0; + + try { + try { + try { + try { + try { + try { + try { + try { + *Fault += 1; + } + except(((*Counter += 1) == 1) ? *Fault + : EXCEPTION_CONTINUE_SEARCH) {} + } + except(*Counter += 1, EXCEPTION_EXECUTE_HANDLER) { *Fault += 2; } + } + except(*Counter += 1, EXCEPTION_CONTINUE_SEARCH) { leave; } + } + except(*Counter += 1, EXCEPTION_CONTINUE_SEARCH) { leave; } + } + except(EXCEPTION_EXECUTE_HANDLER) {} + } + except(EXCEPTION_EXECUTE_HANDLER) {} + } + except(EXCEPTION_EXECUTE_HANDLER) { leave; } + } + finally { *Counter += 1; } +} + +int main(int argc, char *argv[]) + +{ + + PLONG BadAddress; + PCHAR BadByte; + PLONG BlackHole; + ULONG Index1; + ULONG Index2 = RED; + jmp_buf JumpBuffer; + LONG Counter; + EXCEPTION_RECORD ExceptionRecord; + double doubleresult; + + // + // Announce start of exception test. + // + + printf("Start of exception test\n"); + + // + // Initialize exception record. + // + + ExceptionRecord.ExceptionCode = STATUS_INTEGER_OVERFLOW; + ExceptionRecord.ExceptionFlags = 0; + ExceptionRecord.ExceptionRecord = NULL; + ExceptionRecord.NumberParameters = 0; + + // + // Initialize pointers. + // + + BadAddress = (PLONG)NULL; + BadByte = (PCHAR)NULL; + BadByte += 1; + BlackHole = &Counter; + + // + // Simply try statement with a finally clause that is entered sequentially. + // + + printf(" test1..."); + Counter = 0; + try { + Counter += 1; + } + finally { + if (abnormal_termination() == FALSE) { + Counter += 1; + } + } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Simple try statement with an exception clause that is never executed + // because there is no exception raised in the try clause. + // + + printf(" test2..."); + Counter = 0; + try { + Counter += 1; + } + except(Counter) { Counter += 1; } + + if (Counter != 1) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Simple try statement with an exception handler that is never executed + // because the exception expression continues execution. + // + + printf(" test3..."); + Counter = 0; + try { + Counter -= 1; + RtlRaiseException(&ExceptionRecord); + } + except(Counter) { Counter -= 1; } + + if (Counter != -1) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Simple try statement with an exception clause that is always executed. + // + + printf(" test4..."); + Counter = 0; + try { + Counter += 1; + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + except(Counter) { Counter += 1; } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Simple try statement with an exception clause that is always executed. + // + + printf(" test5..."); + Counter = 0; + try { + Counter += 1; + *BlackHole += *BadAddress; + } + except(Counter) { Counter += 1; } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Simply try statement with a finally clause that is entered as the + // result of an exception. + // + + printf(" test6..."); + Counter = 0; + try { + try { + Counter += 1; + RtlRaiseException(&ExceptionRecord); + } + finally { + if (abnormal_termination() != FALSE) { + Counter += 1; + } + } + } + except(Counter) { + if (Counter == 2) { + Counter += 1; + } + } + + if (Counter != 3) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Simply try statement with a finally clause that is entered as the + // result of an exception. + // + + printf(" test7..."); + Counter = 0; + try { + try { + Counter += 1; + *BlackHole += *BadAddress; + } + finally { + if (abnormal_termination() != FALSE) { + Counter += 1; + } + } + } + except(Counter) { + if (Counter == 2) { + Counter += 1; + } + } + + if (Counter != 3) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Simple try that calls a function which raises an exception. + // + + printf(" test8..."); + Counter = 0; + try { + Counter += 1; + foo1(STATUS_ACCESS_VIOLATION); + } + except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) + ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + Counter += 1; + } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Simple try that calls a function which raises an exception. + // + + printf(" test9..."); + Counter = 0; + try { + Counter += 1; + foo2(BlackHole, BadAddress); + } + except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) + ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + Counter += 1; + } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Simple try that calls a function which calls a function that + // raises an exception. The first function has a finally clause + // that must be executed for this test to work. + // + + printf(" test10..."); + Counter = 0; + try { + bar1(STATUS_ACCESS_VIOLATION, &Counter); + } + except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) + ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + Counter -= 1; + } + + if (Counter != 98) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Simple try that calls a function which calls a function that + // raises an exception. The first function has a finally clause + // that must be executed for this test to work. + // + + printf(" test11..."); + Counter = 0; + try { + bar2(BlackHole, BadAddress, &Counter); + } + except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) + ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + Counter -= 1; + } + + if (Counter != 98) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A try within an except + // + + printf(" test12..."); + Counter = 0; + try { + foo1(STATUS_ACCESS_VIOLATION); + } + except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) + ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + Counter += 1; + try { + foo1(STATUS_SUCCESS); + } + except((GetExceptionCode() == STATUS_SUCCESS) ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + if (Counter != 1) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded..."); + } + + Counter += 1; + } + } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A try within an except + // + + printf(" test13..."); + Counter = 0; + try { + foo2(BlackHole, BadAddress); + } + except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) + ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + Counter += 1; + try { + foo1(STATUS_SUCCESS); + } + except((GetExceptionCode() == STATUS_SUCCESS) ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + if (Counter != 1) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded..."); + } + + Counter += 1; + } + } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + +#if !defined(WIN_CE) // gotos from except/finally not allowed on WinCE + // + // A goto from an exception clause that needs to pass + // through a finally + // + + printf(" test14..."); + Counter = 0; + try { + try { + foo1(STATUS_ACCESS_VIOLATION); + } + except((GetExceptionCode() == STATUS_ACCESS_VIOLATION) + ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + Counter += 1; + goto t9; + } + } + finally { Counter += 1; } + +t9: + ; + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A goto from an finally clause that needs to pass + // through a finally + // + + printf(" test15..."); + Counter = 0; + try { + try { + Counter += 1; + } + finally { + Counter += 1; + goto t10; + } + } + finally { Counter += 1; } + +t10: + ; + if (Counter != 3) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A goto from an exception clause that needs to pass + // through a finally into the outer finally clause. + // + + printf(" test16..."); + Counter = 0; + try { + try { + try { + Counter += 1; + foo1(STATUS_INTEGER_OVERFLOW); + } + except(EXCEPTION_EXECUTE_HANDLER) { + Counter += 1; + goto t11; + } + } + finally { Counter += 1; } + t11: + ; + } + finally { Counter += 1; } + + if (Counter != 4) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A goto from an finally clause that needs to pass + // through a finally into the outer finally clause. + // + + printf(" test17..."); + Counter = 0; + try { + try { + Counter += 1; + } + finally { + Counter += 1; + goto t12; + } + t12: + ; + } + finally { Counter += 1; } + + if (Counter != 3) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A return from an except clause + // + + printf(" test18..."); + Counter = 0; + try { + Counter += 1; + eret(STATUS_ACCESS_VIOLATION, &Counter); + } + finally { Counter += 1; } + + if (Counter != 4) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A return from a finally clause + // + + printf(" test19..."); + Counter = 0; + try { + Counter += 1; + fret(&Counter); + } + finally { Counter += 1; } + + if (Counter != 5) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } +#endif + + // + // A simple set jump followed by a long jump. + // + + printf(" test20..."); + Counter = 0; + if (setjmp(JumpBuffer) == 0) { + Counter += 1; + longjmp(JumpBuffer, 1); + + } else { + Counter += 1; + } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A set jump followed by a long jump out of a finally clause that is + // sequentially executed. + // + + printf(" test21..."); + Counter = 0; + if (setjmp(JumpBuffer) == 0) { + try { + Counter += 1; + } + finally { + Counter += 1; + longjmp(JumpBuffer, 1); + } + + } else { + Counter += 1; + } + + if (Counter != 3) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A set jump within a try clause followed by a long jump out of a + // finally clause that is sequentially executed. + // + + printf(" test22..."); + Counter = 0; + try { + if (setjmp(JumpBuffer) == 0) { + Counter += 1; + + } else { + Counter += 1; + } + } + finally { + Counter += 1; + if (Counter == 2) { + Counter += 1; + longjmp(JumpBuffer, 1); + } + } + + if (Counter != 5) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A set jump followed by a try/except, followed by a try/finally where + // the try body of the try/finally raises an exception that is handled + // by the try/excecpt which causes the try/finally to do a long jump out + // of a finally clause. This will create a collided unwind. + // + + printf(" test23..."); + Counter = 0; + if (setjmp(JumpBuffer) == 0) { + try { + try { + Counter += 1; + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + finally { + Counter += 1; + longjmp(JumpBuffer, 1); + } + } + except(EXCEPTION_EXECUTE_HANDLER) { Counter += 1; } + + } else { + Counter += 1; + } + + if (Counter != 3) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A set jump followed by a try/except, followed by a several nested + // try/finally's where the inner try body of the try/finally raises an + // exception that is handled by the try/except which causes the + // try/finally to do a long jump out of a finally clause. This will + // create a collided unwind. + // + + printf(" test24..."); + Counter = 0; + if (setjmp(JumpBuffer) == 0) { + try { + try { + try { + try { + Counter += 1; + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + finally { Counter += 1; } + } + finally { + Counter += 1; + longjmp(JumpBuffer, 1); + } + } + finally { Counter += 1; } + } + except(EXCEPTION_EXECUTE_HANDLER) { Counter += 1; } + + } else { + Counter += 1; + } + + if (Counter != 5) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A set jump followed by a try/except, followed by a try/finally which + // calls a subroutine which contains a try finally that raises an + // exception that is handled to the try/except. + // + + printf(" test25..."); + Counter = 0; + if (setjmp(JumpBuffer) == 0) { + try { + try { + try { + Counter += 1; + dojump(JumpBuffer, &Counter); + } + finally { Counter += 1; } + } + finally { Counter += 1; } + } + except(EXCEPTION_EXECUTE_HANDLER) { Counter += 1; } + + } else { + Counter += 1; + } + + if (Counter != 7) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A set jump followed by a try/except, followed by a try/finally which + // calls a subroutine which contains a try finally that raises an + // exception that is handled to the try/except. + // + + printf(" test26..."); + Counter = 0; + if (setjmp(JumpBuffer) == 0) { + try { + try { + try { + try { + Counter += 1; + dojump(JumpBuffer, &Counter); + } + finally { Counter += 1; } + } + finally { + Counter += 1; + longjmp(JumpBuffer, 1); + } + } + finally { Counter += 1; } + } + except(EXCEPTION_EXECUTE_HANDLER) { Counter += 1; } + + } else { + Counter += 1; + } + + if (Counter != 8) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Test nested exceptions. + // + + printf(" test27..."); + Counter = 0; + try { + try { + Counter += 1; + except1(&Counter); + } + except(except2(GetExceptionInformation(), &Counter)) { Counter += 2; } + } + except(EXCEPTION_EXECUTE_HANDLER) { Counter += 3; } + + if (Counter != 55) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Simple try that causes an integer overflow exception. + // + + printf(" test28..."); + Counter = 0; + try { + Counter += 1; + addtwo(0x7fff0000, 0x10000, &Counter); + } + except((GetExceptionCode() == STATUS_INTEGER_OVERFLOW) + ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + Counter += 1; + } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + +// +// Simple try that raises an misaligned data exception. +// +#if !defined(i386) && !defined(_M_IA64) && !defined(_M_AMD64) && \ + !defined(_M_ARM) && !defined(_M_ARM64) + printf(" test29..."); + Counter = 0; + try { + Counter += 1; + foo2(BlackHole, (PLONG)BadByte); + } + except((GetExceptionCode() == STATUS_DATATYPE_MISALIGNMENT) + ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + Counter += 1; + } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + +#endif + // + // Continue from a try body with an exception clause in a loop. + // + + printf(" test30..."); + Counter = 0; + for (Index1 = 0; Index1 < 10; Index1 += 1) { + try { + if ((Index1 & 0x1) == 0) { + continue; + + } else { + Counter += 1; + } + } + except(EXCEPTION_EXECUTE_HANDLER) { Counter += 40; } + + Counter += 2; + } + + if (Counter != 15) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + +#if !defined(WIN_CE) // gotos from try/finally not allowed on WinCE + // + // Continue from a try body with an finally clause in a loop. + // + + printf(" test31..."); + Counter = 0; + for (Index1 = 0; Index1 < 10; Index1 += 1) { + try { + if ((Index1 & 0x1) == 0) { + continue; + + } else { + Counter += 1; + } + } + finally { Counter += 2; } + + Counter += 3; + } + + if (Counter != 40) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } +#endif + + // + // Continue from doubly nested try body with an exception clause in a + // loop. + // + + printf(" test32..."); + Counter = 0; + for (Index1 = 0; Index1 < 10; Index1 += 1) { + try { + try { + if ((Index1 & 0x1) == 0) { + continue; + + } else { + Counter += 1; + } + } + except(EXCEPTION_EXECUTE_HANDLER) { Counter += 10; } + + Counter += 2; + } + except(EXCEPTION_EXECUTE_HANDLER) { Counter += 20; } + + Counter += 3; + } + + if (Counter != 30) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + +#if !defined(WIN_CE) // gotos from try/finally not allowed on WinCE + // + // Continue from doubly nested try body with an finally clause in a loop. + // + + printf(" test33..."); + Counter = 0; + for (Index1 = 0; Index1 < 10; Index1 += 1) { + try { + try { + if ((Index1 & 0x1) == 0) { + continue; + + } else { + Counter += 1; + } + } + finally { Counter += 2; } + + Counter += 3; + } + finally { Counter += 4; } + + Counter += 5; + } + + if (Counter != 105) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Continue from a finally clause in a loop. + // + + printf(" test34..."); + Counter = 0; + for (Index1 = 0; Index1 < 10; Index1 += 1) { + try { + if ((Index1 & 0x1) == 0) { + Counter += 1; + } + } + finally { + Counter += 2; + continue; + } + + Counter += 4; + } + + if (Counter != 25) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Continue from a doubly nested finally clause in a loop. + // + + printf(" test35..."); + Counter = 0; + for (Index1 = 0; Index1 < 10; Index1 += 1) { + try { + try { + if ((Index1 & 0x1) == 0) { + Counter += 1; + } + } + finally { + Counter += 2; + continue; + } + + Counter += 4; + } + finally { Counter += 5; } + + Counter += 6; + } + + if (Counter != 75) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Continue from a doubly nested finally clause in a loop. + // + + printf(" test36..."); + Counter = 0; + for (Index1 = 0; Index1 < 10; Index1 += 1) { + try { + try { + if ((Index1 & 0x1) == 0) { + Counter += 1; + } + } + finally { Counter += 2; } + + Counter += 4; + } + finally { + Counter += 5; + continue; + } + + Counter += 6; + } + + if (Counter != 115) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } +#endif + + // + // Break from a try body with an exception clause in a loop. + // + + printf(" test37..."); + Counter = 0; + for (Index1 = 0; Index1 < 10; Index1 += 1) { + try { + if ((Index1 & 0x1) == 1) { + break; + + } else { + Counter += 1; + } + } + except(EXCEPTION_EXECUTE_HANDLER) { Counter += 40; } + + Counter += 2; + } + + if (Counter != 3) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + +#if !defined(WIN_CE) // gotos from try/finally not allowed on WinCE + // + // Break from a try body with an finally clause in a loop. + // + + printf(" test38..."); + Counter = 0; + for (Index1 = 0; Index1 < 10; Index1 += 1) { + try { + if ((Index1 & 0x1) == 1) { + break; + + } else { + Counter += 1; + } + } + finally { Counter += 2; } + + Counter += 3; + } + + if (Counter != 8) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } +#endif + + // + // Break from doubly nested try body with an exception clause in a + // loop. + // + + printf(" test39..."); + Counter = 0; + for (Index1 = 0; Index1 < 10; Index1 += 1) { + try { + try { + if ((Index1 & 0x1) == 1) { + break; + + } else { + Counter += 1; + } + } + except(EXCEPTION_EXECUTE_HANDLER) { Counter += 10; } + + Counter += 2; + } + except(EXCEPTION_EXECUTE_HANDLER) { Counter += 20; } + + Counter += 3; + } + + if (Counter != 6) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + +#if !defined(WIN_CE) // gotos from try/finally not allowed on WinCE + // + // Break from doubly nested try body with an finally clause in a loop. + // + + printf(" test40..."); + Counter = 0; + for (Index1 = 0; Index1 < 10; Index1 += 1) { + try { + try { + if ((Index1 & 0x1) == 1) { + break; + + } else { + Counter += 1; + } + } + finally { Counter += 2; } + + Counter += 3; + } + finally { Counter += 4; } + + Counter += 5; + } + + if (Counter != 21) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Break from a finally clause in a loop. + // + + printf(" test41..."); + Counter = 0; + for (Index1 = 0; Index1 < 10; Index1 += 1) { + try { + if ((Index1 & 0x1) == 1) { + Counter += 1; + } + } + finally { + Counter += 2; + break; + } + + Counter += 4; + } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Break from a doubly nested finally clause in a loop. + // + + printf(" test42..."); + Counter = 0; + for (Index1 = 0; Index1 < 10; Index1 += 1) { + try { + try { + if ((Index1 & 0x1) == 1) { + Counter += 1; + } + } + finally { + Counter += 2; + break; + } + + Counter += 4; + } + finally { Counter += 5; } + + Counter += 6; + } + + if (Counter != 7) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Break from a doubly nested finally clause in a loop. + // + + printf(" test43..."); + Counter = 0; + for (Index1 = 0; Index1 < 10; Index1 += 1) { + try { + try { + if ((Index1 & 0x1) == 1) { + Counter += 1; + } + } + finally { Counter += 2; } + + Counter += 4; + } + finally { + Counter += 5; + break; + } + + Counter += 6; + } + + if (Counter != 11) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } +#endif + + // + // Break from a try body with an exception clause in a switch. + // + + printf(" test44..."); + Counter = 0; + Index1 = 1; + switch (Index2) { + case BLUE: + Counter += 100; + break; + + case RED: + try { + if ((Index1 & 0x1) == 1) { + break; + + } else { + Counter += 1; + } + } + except(EXCEPTION_EXECUTE_HANDLER) { Counter += 40; } + + Counter += 2; + break; + } + + if (Counter != 0) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + +#if !defined(WIN_CE) // gotos from try/finally not allowed on WinCE + // + // Break from a try body with an finally clause in a switch. + // + + printf(" test45..."); + Counter = 0; + Index1 = 1; + switch (Index2) { + case BLUE: + Counter += 100; + break; + + case RED: + try { + if ((Index1 & 0x1) == 1) { + break; + + } else { + Counter += 1; + } + } + finally { Counter += 2; } + + Counter += 3; + } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } +#endif + + // + // Break from doubly nested try body with an exception clause in a + // switch. + // + + printf(" test46..."); + Counter = 0; + Index1 = 1; + switch (Index2) { + case BLUE: + Counter += 100; + break; + + case RED: + try { + try { + if ((Index1 & 0x1) == 1) { + break; + + } else { + Counter += 1; + } + } + except(EXCEPTION_EXECUTE_HANDLER) { Counter += 10; } + + Counter += 2; + } + except(EXCEPTION_EXECUTE_HANDLER) { Counter += 20; } + + Counter += 3; + } + + if (Counter != 0) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + +#if !defined(WIN_CE) // gotos from try/finally not allowed on WinCE + // + // Break from doubly nested try body with an finally clause in a switch. + // + + printf(" test47..."); + Counter = 0; + Index1 = 1; + switch (Index2) { + case BLUE: + Counter += 100; + break; + + case RED: + try { + try { + if ((Index1 & 0x1) == 1) { + break; + + } else { + Counter += 1; + } + } + finally { Counter += 2; } + + Counter += 3; + } + finally { Counter += 4; } + + Counter += 5; + } + + if (Counter != 6) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Break from a finally clause in a switch. + // + + printf(" test48..."); + Counter = 0; + Index1 = 1; + switch (Index2) { + case BLUE: + Counter += 100; + break; + + case RED: + try { + if ((Index1 & 0x1) == 1) { + Counter += 1; + } + } + finally { + Counter += 2; + break; + } + + Counter += 4; + } + + if (Counter != 3) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Break from a doubly nested finally clause in a switch. + // + + printf(" test49..."); + Counter = 0; + Index1 = 1; + switch (Index2) { + case BLUE: + Counter += 100; + break; + + case RED: + try { + try { + if ((Index1 & 0x1) == 1) { + Counter += 1; + } + } + finally { + Counter += 2; + break; + } + + Counter += 4; + } + finally { Counter += 5; } + + Counter += 6; + } + + if (Counter != 8) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Break from a doubly nested finally clause in a switch. + // + + printf(" test50..."); + Counter = 0; + Index1 = 1; + switch (Index2) { + case BLUE: + Counter += 100; + break; + + case RED: + try { + try { + if ((Index1 & 0x1) == 1) { + Counter += 1; + } + } + finally { Counter += 2; } + + Counter += 4; + } + finally { + Counter += 5; + break; + } + + Counter += 6; + } + + if (Counter != 12) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } +#endif + + // + // Leave from an if in a simple try/finally. + // + + printf(" test51..."); + Counter = 0; + try { + if (Echo(Counter) == Counter) { + Counter += 3; + leave; + + } else { + Counter += 100; + } + } + finally { + if (abnormal_termination() == FALSE) { + Counter += 5; + } + } + + if (Counter != 8) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Leave from a loop in a simple try/finally. + // + + printf(" test52..."); + Counter = 0; + try { + for (Index1 = 0; Index1 < 10; Index1 += 1) { + if (Echo(Index1) == Index1) { + Counter += 3; + leave; + } + + Counter += 100; + } + } + finally { + if (abnormal_termination() == FALSE) { + Counter += 5; + } + } + + if (Counter != 8) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Leave from a switch in a simple try/finally. + // + + printf(" test53..."); + Counter = 0; + try { + switch (Index2) { + case BLUE: + break; + + case RED: + Counter += 3; + leave; + } + + Counter += 100; + } + finally { + if (abnormal_termination() == FALSE) { + Counter += 5; + } + } + + if (Counter != 8) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Leave from an if in doubly nested try/finally followed by a leave + // from an if in the outer try/finally. + // + + printf(" test54..."); + Counter = 0; + try { + try { + if (Echo(Counter) == Counter) { + Counter += 3; + leave; + + } else { + Counter += 100; + } + } + finally { + if (abnormal_termination() == FALSE) { + Counter += 5; + } + } + + if (Echo(Counter) == Counter) { + Counter += 3; + leave; + + } else { + Counter += 100; + } + } + finally { + if (abnormal_termination() == FALSE) { + Counter += 5; + } + } + + if (Counter != 16) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + +#if !defined(WIN_CE) // leave from finally not allowed on WinCE + // + // Leave from an if in doubly nested try/finally followed by a leave + // from the finally of the outer try/finally. + // + + printf(" test55..."); + Counter = 0; + try { + try { + if (Echo(Counter) == Counter) { + Counter += 3; + leave; + + } else { + Counter += 100; + } + } + finally { + if (abnormal_termination() == FALSE) { + Counter += 5; + leave; + } + } + + Counter += 100; + } + finally { + if (abnormal_termination() == FALSE) { + Counter += 5; + } + } + + if (Counter != 13) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } +#endif + + // + // Try/finally within the except clause of a try/except that is always + // executed. + // + + printf(" test56..."); + Counter = 0; + try { + Counter += 1; + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + except(Counter) { + try { + Counter += 3; + } + finally { + if (abnormal_termination() == FALSE) { + Counter += 5; + } + } + } + + if (Counter != 9) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Try/finally within the finally clause of a try/finally. + // + + printf(" test57..."); + Counter = 0; + try { + Counter += 1; + } + finally { + if (abnormal_termination() == FALSE) { + try { + Counter += 3; + } + finally { + if (abnormal_termination() == FALSE) { + Counter += 5; + } + } + } + } + + if (Counter != 9) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Try/except within the finally clause of a try/finally. + // + + printf(" test58..."); +#if !defined(NEST_IN_FINALLY) + printf("skipped\n"); +#else + Counter = 0; + try { + Counter -= 1; + } + finally { + try { + Counter += 2; + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + except(Counter) { + try { + Counter += 3; + } + finally { + if (abnormal_termination() == FALSE) { + Counter += 5; + } + } + } + } + + if (Counter != 9) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } +#endif /* def(NEST_IN_FINALLY) */ + + // + // Try/except within the except clause of a try/except that is always + // executed. + // + + printf(" test59..."); + Counter = 0; + try { + Counter += 1; + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + except(Counter) { + try { + Counter += 3; + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + except(Counter - 3) { Counter += 5; } + } + + if (Counter != 9) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Try with a Try which exits the scope with a goto + // + + printf(" test60..."); + Counter = 0; + try { + try { + goto outside; + } + except(1) { Counter += 1; } + + outside: + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + except(1) { Counter += 3; } + + if (Counter != 3) { + printf("failed, count = %d\n", Counter); + } else { + printf("succeeded\n"); + } + + // + // Try/except which gets an exception from a subfunction within + // a try/finally which has a try/except in the finally clause + // + + printf(" test61..."); +#if !defined(NEST_IN_FINALLY) + printf("skipped\n"); +#else + Counter = 0; + try { + Test61Part2(&Counter); + } + except(EXCEPTION_EXECUTE_HANDLER) { Counter += 11; } + + if (Counter != 24) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } +#endif /* def(NEST_IN_FINALLY) */ + + // + // Check for precision of exception on floating point + // + + printf(" test62..."); + +#if defined(i386) || defined(_M_IA64) || defined(_M_ALPHA) || defined(_M_AMD64) + +/* enable floating point overflow */ +#if defined(i386) + _control87(_control87(0, 0) & ~EM_OVERFLOW, _MCW_EM); +#else + // + // use portable version of _control87 + // + _controlfp(_controlfp(0, 0) & ~EM_OVERFLOW, _MCW_EM); +#endif + + Counter = 0; + try { + doubleresult = SquareDouble(1.7e300); + + try { + doubleresult = SquareDouble(1.0); + } + except(1) { Counter += 3; } + } + except(1) { Counter += 1; } + + if (Counter != 1) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + +/* clear up pending unmasked exceptions and restore FP control registers */ +#if defined(i386) + _clear87(); + _control87(_control87(0, 0) | EM_OVERFLOW, 0xfffff); +#else + _clearfp(); + _controlfp(_controlfp(0, 0) | EM_OVERFLOW, 0xfffff); +#endif + +#else + printf("skipped\n"); +#endif + + // + // A try/finally inside a try/except where an exception is raised in the + // try/finally. + // + + printf(" test63..."); + Counter = 0; + try { + try { + Counter += 1; + } + finally { + Counter += 3; + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + } + except(1) { Counter += 6; } + + if (Counter != 10) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A try/finally inside a try/except where an exception is raised in the + // in the try/except and the try/finally. + // + + printf(" test64..."); + Counter = 0; + try { + try { + Counter += 1; + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + finally { + Counter += 3; + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + } + except(1) { Counter += 6; } + + if (Counter != 10) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A try/finally inside a try/except where an exception is raised in the + // try/finally. + // + + printf(" test65..."); + Counter = 0; + try { + try { + Counter += 1; + } + finally { + Counter += 3; + *BlackHole += *BadAddress; + Counter += 13; + } + } + except(1) { Counter += 6; } + + if (Counter != 10) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A try/finally inside a try/except where an exception is raised in the + // in the try/except and the try/finally. + // + + printf(" test66..."); + Counter = 0; + try { + try { + Counter += 1; + *BlackHole += *BadAddress; + Counter += 13; + } + finally { + Counter += 3; + *BlackHole += *BadAddress; + Counter += 13; + } + } + except(1) { Counter += 6; } + + if (Counter != 10) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A try/finally inside a try/finally inside a try/except where an + // exception is raised in the in the try/except and in try/finally. + // + + printf(" test67..."); + try { + try { + *BlackHole += *BadAddress; + } + finally { + try { + Counter = 0; + } + finally { + if (Counter != 0) { + Counter += 1; + } + } + + Counter += 1; + *BlackHole += *BadAddress; + } + } + except(1) { Counter += 1; } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // A try/finally inside a try/finally inside a try/except where an + // exception is raised in the in the try/except and in try/finally. + // + + printf(" test68..."); + try { + try { + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + finally { + try { + Counter = 0; + } + finally { + if (Counter != 0) { + Counter += 1; + } + } + + Counter += 1; + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + } + except(1) { Counter += 1; } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + +// +// Patch guard test 69. +// + +#if defined(_AMD64_) || defined(_X86_) + + printf(" test69..."); + Counter = 0; + try { + PgTest69(&Counter, BadAddress); + } + except(EXCEPTION_EXECUTE_HANDLER) { printf("unexpected exception..."); } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + printf(" test70..."); + Counter = 0; + try { + PgTest70(&Counter, BadAddress); + } + except(EXCEPTION_EXECUTE_HANDLER) { printf("unexpected exception..."); } + + if (Counter != 2) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + printf(" test71..."); + Counter = 0; + try { + PgTest71(&Counter, BadAddress); + } + except(EXCEPTION_EXECUTE_HANDLER) { printf("unexpected exception..."); } + + if (Counter != 9) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + printf(" test72..."); + Counter = 0; + try { + PgTest72(&Counter, BadAddress); + } + except(EXCEPTION_EXECUTE_HANDLER) { printf("unexpected exception..."); } + + if (Counter != 12) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + printf(" test73..."); + Counter = 0; + try { + PgTest73(&Counter, BadAddress); + } + except(EXCEPTION_EXECUTE_HANDLER) { printf("unexpected exception..."); } + + if (Counter != 15) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + printf(" test74..."); + Counter = 0; + try { + PgTest74(&Counter, BadAddress); + } + except(EXCEPTION_EXECUTE_HANDLER) { printf("unexpected exception..."); } + + if (Counter != 18) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + printf(" test75..."); + Counter = 0; + try { + PgTest75(&Counter, BadAddress); + } + except(EXCEPTION_EXECUTE_HANDLER) { printf("unexpected exception..."); } + + if (Counter != 35) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + printf(" test76..."); + Counter = 0; + try { + PgTest76(&Counter, BadAddress); + } + except(EXCEPTION_EXECUTE_HANDLER) { printf("unexpected exception..."); } + + if (Counter != 40) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + printf(" test77..."); + Counter = 0; + try { + PgTest77(&Counter, BadAddress); + } + except(EXCEPTION_EXECUTE_HANDLER) { printf("unexpected exception..."); } + + if (Counter != 45) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + printf(" test78..."); + Counter = 0; + try { + PgTest78(&Counter, BadAddress); + } + except(EXCEPTION_EXECUTE_HANDLER) { printf("unexpected exception..."); } + + if (Counter != 50) { + printf("failed, count = %d\n", Counter); + + } else { + printf("succeeded\n"); + } + +#else + printf(" test69...filter entered...succeeded\n"); + printf(" test70...filter entered...succeeded\n"); + printf(" test71...filter entered...succeeded\n"); + printf(" test72...filter entered...succeeded\n"); + printf(" test73...filter entered...succeeded\n"); + printf(" test74...filter entered...succeeded\n"); + printf(" test75...filter entered...succeeded\n"); + printf(" test76...filter entered...succeeded\n"); + printf(" test77...filter entered...succeeded\n"); + printf(" test78...filter entered...succeeded\n"); +#endif + + if (LOBYTE(LOWORD(GetVersion())) < 6) { + printf(" test79..."); + printf("filter 1...filter 2...finally 1...filter 1...filter 2...finally " + "2...passed\n"); + } else { + + printf(" test79..."); + Counter = 0; + try { + Test79(&Counter, BadAddress); + } + except(printf("filter 2..."), EXCEPTION_EXECUTE_HANDLER) { Counter += 1; } + + if (Counter == 3) { + printf("passed\n"); + + } else { + printf("failed %d \n", Counter); + } + } + + printf(" test80..."); + if (Test80() != 0) { + printf("failed\n"); + + } else { + printf("passed\n"); + } + + printf(" test81..."); + Counter = 0; + Test81(&Counter); + if (Counter != 1) { + printf("failed %d \n", Counter); + + } else { + printf("passed\n"); + } + + printf(" test82..."); + Counter = 1; + Test82(&Counter); + if (Counter != 0) { + printf("failed\n"); + + } else { + printf("succeeded\n"); + } + + printf(" test83..."); + if (Test83() != 0) { + printf("failed\n"); + + } else { + printf("succeeded\n"); + } + + printf(" test84..."); + Counter = 0; + Test84(&Counter); + if (Counter != 2) { + printf("failed\n"); + + } else { + printf("succeeded\n"); + } + + printf(" test85..."); + Counter = 0; + Test85(&Counter); + if (Counter != 7) { + printf("failed\n"); + + } else { + printf("succeeded\n"); + } + + printf(" test86..."); + Counter = 0; + Test86(&Counter); + if (Counter != 4) { + printf("failed %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + printf(" test87..."); + Counter = 0; + Test87(&Counter); + if (Counter != 104) { + printf("failed %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + printf(" test88..."); + Counter = 0; + Test88(&Counter); + if (Counter != 6) { + printf("failed %d\n", Counter); + + } else { + printf("succeeded\n"); + } + + // + // Announce end of exception test. + // + + printf("End of exception test\n"); + return; +} + +#pragma optimize("a", off) +VOID addtwo(long First, long Second, long *Place) + +{ + + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + *Place = First + Second; + return; +} +#pragma optimize("", on) + +VOID bar1(IN NTSTATUS Status, IN PLONG Counter) { + + try { + foo1(Status); + } + finally { + if (abnormal_termination() != FALSE) { + *Counter = 99; + + } else { + *Counter = 100; + } + } + + return; +} + +VOID bar2(IN PLONG BlackHole, IN PLONG BadAddress, IN PLONG Counter) { + + try { + foo2(BlackHole, BadAddress); + } + finally { + if (abnormal_termination() != FALSE) { + *Counter = 99; + + } else { + *Counter = 100; + } + } + + return; +} + +VOID dojump(IN jmp_buf JumpBuffer, IN PLONG Counter) + +{ + + try { + try { + *Counter += 1; + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + finally { *Counter += 1; } + } + finally { + *Counter += 1; + longjmp(JumpBuffer, 1); + } +} + +#if !defined(WIN_CE) // return through finally not allowed on WinCE +VOID eret(IN NTSTATUS Status, IN PLONG Counter) + +{ + + try { + try { + foo1(Status); + } + except((GetExceptionCode() == Status) ? EXCEPTION_EXECUTE_HANDLER + : EXCEPTION_CONTINUE_SEARCH) { + *Counter += 1; + return; + } + } + finally { *Counter += 1; } + + return; +} +#endif + +VOID except1(IN PLONG Counter) + +{ + + try { + *Counter += 5; + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + except(except3(GetExceptionInformation(), Counter)) { *Counter += 7; } + + *Counter += 9; + return; +} + +ULONG +except2(IN PEXCEPTION_POINTERS ExceptionPointers, IN PLONG Counter) + +{ + + PEXCEPTION_RECORD ExceptionRecord; + + ExceptionRecord = ExceptionPointers->ExceptionRecord; + if ((ExceptionRecord->ExceptionCode == STATUS_UNSUCCESSFUL) && + ((ExceptionRecord->ExceptionFlags & EXCEPTION_NESTED_CALL) == 0)) { + *Counter += 11; + return EXCEPTION_EXECUTE_HANDLER; + + } else { + *Counter += 13; + return EXCEPTION_CONTINUE_SEARCH; + } +} + +ULONG +except3(IN PEXCEPTION_POINTERS ExceptionPointers, IN PLONG Counter) + +{ + + PEXCEPTION_RECORD ExceptionRecord; + + ExceptionRecord = ExceptionPointers->ExceptionRecord; + if ((ExceptionRecord->ExceptionCode == STATUS_INTEGER_OVERFLOW) && + ((ExceptionRecord->ExceptionFlags & EXCEPTION_NESTED_CALL) == 0)) { + *Counter += 17; + RtlRaiseStatus(STATUS_UNSUCCESSFUL); + + } else if ((ExceptionRecord->ExceptionCode == STATUS_UNSUCCESSFUL) && + ((ExceptionRecord->ExceptionFlags & EXCEPTION_NESTED_CALL) != 0)) { + *Counter += 19; + return EXCEPTION_CONTINUE_SEARCH; + } + + *Counter += 23; + return EXCEPTION_EXECUTE_HANDLER; +} + +VOID foo1(IN NTSTATUS Status) + +{ + + // + // Raise exception. + // + + RtlRaiseStatus(Status); + return; +} + +VOID foo2(IN PLONG BlackHole, IN PLONG BadAddress) + +{ + + // + // Raise exception. + // + + *BlackHole += *BadAddress; + return; +} + +#if !defined(WIN_CE) // return from finally not allowed on WinCE +VOID fret(IN PLONG Counter) + +{ + + try { + try { + *Counter += 1; + } + finally { + *Counter += 1; + return; + } + } + finally { *Counter += 1; } + + return; +} +#endif + +LONG Echo(IN LONG Value) + +{ + return Value; +} + +#if defined(NEST_IN_FINALLY) +VOID Test61Part2(IN OUT PULONG Counter) { + try { + *Counter -= 1; + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + finally { + try { + *Counter += 2; + RtlRaiseStatus(STATUS_INTEGER_OVERFLOW); + } + except(EXCEPTION_EXECUTE_HANDLER) { *Counter += 5; } + *Counter += 7; + } +} +#endif /* def(NEST_IN_FINALLY) */ + +double SquareDouble(IN double op) { + return exp(2.0 * log(op)); +} diff --git a/index/samples/sample.cameligo.txt b/index/samples/sample.cameligo.txt new file mode 100644 index 00000000..55573f26 --- /dev/null +++ b/index/samples/sample.cameligo.txt @@ -0,0 +1,17 @@ +type storage = int +type parameter = + Increment of int +| Decrement of int +| Reset +type return = operation list * storage +// Two entrypoints +let add (store, delta : storage * int) : storage = store + delta +let sub (store, delta : storage * int) : storage = store - delta +(* Main access point that dispatches to the entrypoints according to + the smart contract parameter. *) +let main (action, store : parameter * storage) : return = + ([] : operation list), // No operations + (match action with + Increment (n) -> add (store, n) + | Decrement (n) -> sub (store, n) + | Reset -> 0) diff --git a/index/samples/sample.clojure.txt b/index/samples/sample.clojure.txt new file mode 100644 index 00000000..d9de4831 --- /dev/null +++ b/index/samples/sample.clojure.txt @@ -0,0 +1,54 @@ +(ns game-of-life + "Conway's Game of Life, based on the work of + Christophe Grand (http://clj-me.cgrand.net/2011/08/19/conways-game-of-life) + and Laurent Petit (https://gist.github.com/1200343).") + +;;; Core game of life's algorithm functions + +(defn neighbors + "Given a cell's coordinates `[x y]`, returns the coordinates of its + neighbors." + [[x y]] + (for [dx [-1 0 1] + dy (if (zero? dx) + [-1 1] + [-1 0 1])] + [(+ dx x) (+ dy y)])) + +(defn step + "Given a set of living `cells`, computes the new set of living cells." + [cells] + (set (for [[cell n] (frequencies (mapcat neighbors cells)) + :when (or (= n 3) + (and (= n 2) + (cells cell)))] + cell))) + +;;; Utility methods for displaying game on a text terminal + +(defn print-grid + "Prints a `grid` of `w` columns and `h` rows, on *out*, representing a + step in the game." + [grid w h] + (doseq [x (range (inc w)) + y (range (inc h))] + (when (= y 0) (println)) + (print (if (grid [x y]) + "[X]" + " . ")))) + +(defn print-grids + "Prints a sequence of `grids` of `w` columns and `h` rows on *out*, + representing several steps." + [grids w h] + (doseq [grid grids] + (print-grid grid w h) + (println))) + +;;; Launches an example grid + +(def grid + "`grid` represents the initial set of living cells" + #{[2 1] [2 2] [2 3]}) + +(print-grids (take 3 (iterate step grid)) 5 5) \ No newline at end of file diff --git a/index/samples/sample.coffeescript.txt b/index/samples/sample.coffeescript.txt new file mode 100644 index 00000000..d4d58f0b --- /dev/null +++ b/index/samples/sample.coffeescript.txt @@ -0,0 +1,28 @@ +""" +A CoffeeScript sample. +""" + +class Vehicle + constructor: (@name) => + + drive: () => + alert "Conducting #{@name}" + +class Car extends Vehicle + drive: () => + alert "Driving #{@name}" + +c = new Car "Brandie" + +while notAtDestination() + c.drive() + +raceVehicles = (new Car for i in [1..100]) + +startRace = (vehicles) -> [vehicle.drive() for vehicle in vehicles] + +fancyRegExp = /// + (\d+) # numbers + (\w*) # letters + $ # the end +/// diff --git a/index/samples/sample.cpp.txt b/index/samples/sample.cpp.txt new file mode 100644 index 00000000..cd8482fc --- /dev/null +++ b/index/samples/sample.cpp.txt @@ -0,0 +1,246 @@ +#include "pch.h" +#include "Direct3DBase.h" + +using namespace Microsoft::WRL; +using namespace Windows::UI::Core; +using namespace Windows::Foundation; + +// Constructor. +Direct3DBase::Direct3DBase() +{ +} + +// Initialize the Direct3D resources required to run. +void Direct3DBase::Initialize(CoreWindow^ window) +{ + m_window = window; + + CreateDeviceResources(); + CreateWindowSizeDependentResources(); +} + +// These are the resources that depend on the device. +void Direct3DBase::CreateDeviceResources() +{ + // This flag adds support for surfaces with a different color channel ordering than the API default. + // It is recommended usage, and is required for compatibility with Direct2D. + UINT creationFlags = D3D11_CREATE_DEVICE_BGRA_SUPPORT; + +#if defined(_DEBUG) + // If the project is in a debug build, enable debugging via SDK Layers with this flag. + creationFlags |= D3D11_CREATE_DEVICE_DEBUG; +#endif + + // This array defines the set of DirectX hardware feature levels this app will support. + // Note the ordering should be preserved. + // Don't forget to declare your application's minimum required feature level in its + // description. All applications are assumed to support 9.1 unless otherwise stated. + D3D_FEATURE_LEVEL featureLevels[] = + { + D3D_FEATURE_LEVEL_11_1, + D3D_FEATURE_LEVEL_11_0, + D3D_FEATURE_LEVEL_10_1, + D3D_FEATURE_LEVEL_10_0, + D3D_FEATURE_LEVEL_9_3, + D3D_FEATURE_LEVEL_9_2, + D3D_FEATURE_LEVEL_9_1 + }; + + // Create the DX11 API device object, and get a corresponding context. + ComPtr device; + ComPtr context; + DX::ThrowIfFailed( + D3D11CreateDevice( + nullptr, // specify null to use the default adapter + D3D_DRIVER_TYPE_HARDWARE, + nullptr, // leave as nullptr unless software device + creationFlags, // optionally set debug and Direct2D compatibility flags + featureLevels, // list of feature levels this app can support + ARRAYSIZE(featureLevels), // number of entries in above list + D3D11_SDK_VERSION, // always set this to D3D11_SDK_VERSION + &device, // returns the Direct3D device created + &m_featureLevel, // returns feature level of device created + &context // returns the device immediate context + ) + ); + + // Get the DirectX11.1 device by QI off the DirectX11 one. + DX::ThrowIfFailed( + device.As(&m_d3dDevice) + ); + + // And get the corresponding device context in the same way. + DX::ThrowIfFailed( + context.As(&m_d3dContext) + ); +} + +// Allocate all memory resources that change on a window SizeChanged event. +void Direct3DBase::CreateWindowSizeDependentResources() +{ + // Store the window bounds so the next time we get a SizeChanged event we can + // avoid rebuilding everything if the size is identical. + m_windowBounds = m_window->Bounds; + + // If the swap chain already exists, resize it. + if(m_swapChain != nullptr) + { + DX::ThrowIfFailed( + m_swapChain->ResizeBuffers(2, 0, 0, DXGI_FORMAT_B8G8R8A8_UNORM, 0) + ); + } + // Otherwise, create a new one. + else + { + // Create a descriptor for the swap chain. + DXGI_SWAP_CHAIN_DESC1 swapChainDesc = {0}; + swapChainDesc.Width = 0; // use automatic sizing + swapChainDesc.Height = 0; + swapChainDesc.Format = DXGI_FORMAT_B8G8R8A8_UNORM; // this is the most common swapchain format + swapChainDesc.Stereo = false; + swapChainDesc.SampleDesc.Count = 1; // don't use multi-sampling + swapChainDesc.SampleDesc.Quality = 0; + swapChainDesc.BufferUsage = DXGI_USAGE_RENDER_TARGET_OUTPUT; + swapChainDesc.BufferCount = 2; // use two buffers to enable flip effect + swapChainDesc.Scaling = DXGI_SCALING_NONE; + swapChainDesc.SwapEffect = DXGI_SWAP_EFFECT_FLIP_SEQUENTIAL; // we recommend using this swap effect for all applications + swapChainDesc.Flags = 0; + + // Once the desired swap chain description is configured, it must be created on the same adapter as our D3D Device + + // First, retrieve the underlying DXGI Device from the D3D Device + ComPtr dxgiDevice; + DX::ThrowIfFailed( + m_d3dDevice.As(&dxgiDevice) + ); + + // Identify the physical adapter (GPU or card) this device is running on. + ComPtr dxgiAdapter; + DX::ThrowIfFailed( + dxgiDevice->GetAdapter(&dxgiAdapter) + ); + + // And obtain the factory object that created it. + ComPtr dxgiFactory; + DX::ThrowIfFailed( + dxgiAdapter->GetParent( + __uuidof(IDXGIFactory2), + &dxgiFactory + ) + ); + + Windows::UI::Core::CoreWindow^ p = m_window.Get(); + + // Create a swap chain for this window from the DXGI factory. + DX::ThrowIfFailed( + dxgiFactory->CreateSwapChainForCoreWindow( + m_d3dDevice.Get(), + reinterpret_cast(p), + &swapChainDesc, + nullptr, // allow on all displays + &m_swapChain + ) + ); + + // Ensure that DXGI does not queue more than one frame at a time. This both reduces + // latency and ensures that the application will only render after each VSync, minimizing + // power consumption. + DX::ThrowIfFailed( + dxgiDevice->SetMaximumFrameLatency(1) + ); + } + + // Obtain the backbuffer for this window which will be the final 3D rendertarget. + ComPtr backBuffer; + DX::ThrowIfFailed( + m_swapChain->GetBuffer( + 0, + __uuidof(ID3D11Texture2D), + &backBuffer + ) + ); + + // Create a view interface on the rendertarget to use on bind. + DX::ThrowIfFailed( + m_d3dDevice->CreateRenderTargetView( + backBuffer.Get(), + nullptr, + &m_renderTargetView + ) + ); + + // Cache the rendertarget dimensions in our helper class for convenient use. + D3D11_TEXTURE2D_DESC backBufferDesc; + backBuffer->GetDesc(&backBufferDesc); + m_renderTargetSize.Width = static_cast(backBufferDesc.Width); + m_renderTargetSize.Height = static_cast(backBufferDesc.Height); + + // Create a descriptor for the depth/stencil buffer. + CD3D11_TEXTURE2D_DESC depthStencilDesc( + DXGI_FORMAT_D24_UNORM_S8_UINT, + backBufferDesc.Width, + backBufferDesc.Height, + 1, + 1, + D3D11_BIND_DEPTH_STENCIL); + + // Allocate a 2-D surface as the depth/stencil buffer. + ComPtr depthStencil; + DX::ThrowIfFailed( + m_d3dDevice->CreateTexture2D( + &depthStencilDesc, + nullptr, + &depthStencil + ) + ); + + // Create a DepthStencil view on this surface to use on bind. + DX::ThrowIfFailed( + m_d3dDevice->CreateDepthStencilView( + depthStencil.Get(), + &CD3D11_DEPTH_STENCIL_VIEW_DESC(D3D11_DSV_DIMENSION_TEXTURE2D), + &m_depthStencilView + ) + ); + + // Create a viewport descriptor of the full window size. + CD3D11_VIEWPORT viewPort( + 0.0f, + 0.0f, + static_cast(backBufferDesc.Width), + static_cast(backBufferDesc.Height) + ); + + // Set the current viewport using the descriptor. + m_d3dContext->RSSetViewports(1, &viewPort); +} + +void Direct3DBase::UpdateForWindowSizeChange() +{ + if (m_window->Bounds.Width != m_windowBounds.Width || + m_window->Bounds.Height != m_windowBounds.Height) + { + m_renderTargetView = nullptr; + m_depthStencilView = nullptr; + CreateWindowSizeDependentResources(); + } +} + +void Direct3DBase::Present() +{ + // The first argument instructs DXGI to block until VSync, putting the application + // to sleep until the next VSync. This ensures we don't waste any cycles rendering + // frames that will never be displayed to the screen. + HRESULT hr = m_swapChain->Present(1, 0); + + // If the device was removed either by a disconnect or a driver upgrade, we + // must completely reinitialize the renderer. + if (hr == DXGI_ERROR_DEVICE_REMOVED || hr == DXGI_ERROR_DEVICE_RESET) + { + Initialize(m_window.Get()); + } + else + { + DX::ThrowIfFailed(hr); + } +} diff --git a/index/samples/sample.csharp.txt b/index/samples/sample.csharp.txt new file mode 100644 index 00000000..0433cd88 --- /dev/null +++ b/index/samples/sample.csharp.txt @@ -0,0 +1,38 @@ +/* +* C# Program to Display All the Prime Numbers Between 1 to 100 +*/ + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace VS +{ + class Program + { + static void Main(string[] args) + { + bool isPrime = true; + Console.WriteLine("Prime Numbers : "); + for (int i = 2; i <= 100; i++) + { + for (int j = 2; j <= 100; j++) + { + if (i != j && i % j == 0) + { + isPrime = false; + break; + } + } + + if (isPrime) + { + Console.Write("\t" +i); + } + isPrime = true; + } + Console.ReadKey(); + } + } +} diff --git a/index/samples/sample.csp.txt b/index/samples/sample.csp.txt new file mode 100644 index 00000000..c59176d9 --- /dev/null +++ b/index/samples/sample.csp.txt @@ -0,0 +1 @@ +Content-Security-Policy: default-src 'self'; img-src *; media-src media1.com media2.com; script-src userscripts.example.com \ No newline at end of file diff --git a/index/samples/sample.css.txt b/index/samples/sample.css.txt new file mode 100644 index 00000000..9074236c --- /dev/null +++ b/index/samples/sample.css.txt @@ -0,0 +1,828 @@ +html { + background-color: #e2e2e2; + margin: 0; + padding: 0; +} + +body { + background-color: #fff; + border-top: solid 10px #000; + color: #333; + font-size: .85em; + font-family: "Segoe UI","HelveticaNeue-Light", sans-serif; + margin: 0; + padding: 0; +} + +a:link, a:visited, +a:active, a:hover { + color: #333; + outline: none; + padding-left: 0; + padding-right: 3px; + text-decoration: none; + +} + + +a:hover { + background-color: #c7d1d6; +} + + +header, footer, hgroup +nav, section { + display: block; +} + +.float-left { + float: left; +} + +.float-right { + float: right; +} + +.highlight { +/* background-color: #a6dbed; + padding-left: 5px; + padding-right: 5px;*/ +} + +.clear-fix:after { + content: "."; + clear: both; + display: block; + height: 0; + visibility: hidden; +} + +h1, h2, h3, +h4, h5, h6 { + color: #000; + margin-bottom: 0; + padding-bottom: 0; + +} + +h1 { + font-size: 2em; +} + +h2 { + font-size: 1.75em; +} + +h3 { + font-size: 1.2em; +} + +h4 { + font-size: 1.1em; +} + +h5, h6 { + font-size: 1em; +} + + +.tile { + /* 2px solid #7ac0da; */ + border: 0; + + float: left; + width: 200px; + height: 325px; + + padding: 5px; + margin-right: 5px; + margin-bottom: 20px; + margin-top: 20px; + -webkit-perspective: 0; + -webkit-transform-style: preserve-3d; + -webkit-transition: -webkit-transform 0.2s; + -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3); + background-position: center center; + background-repeat: no-repeat; + + background-color: #fff; +} + +.tile-item { + /* 2px solid #7ac0da; */ + border-color: inherit; + float: left; + width: 50px; + height: 70px; + margin-right: 20px; + margin-bottom: 20px; + margin-top: 20px; + background-image: url('../Images/documents.png'); + background-repeat: no-repeat; + +} + +.tile-wrapper { + width: 100%; + font-family: "Segoe UI" , Tahoma, Geneva, Verdana, sans-serif; + line-height: 21px; + font-size: 14px; +} + +a.blue-box { + font-size: 28px; + height: 100px; + display: block; + border-style: solid; + border-width: 1px 1px 4px 1px; + border-color: #C0C0C0 #C0C0C0 #8ABAE4 #C0C0C0; + padding-top: 15px; + padding-left: 15px; +} + + a.blue-box:hover { + border: 4px solid #8ABAE4; + padding-top: 12px; + padding-left: 12px; + background-color: #FFFFFF; +} + +a.green-box { + font-size: 28px; + height: 100px; + display: block; + border-style: solid; + border-width: 1px 1px 4px 1px; + border-color: #C0C0C0 #C0C0C0 #9CCF42 #C0C0C0; + padding-top: 15px; + padding-left: 15px; +} + + a.green-box:hover { + border: 4px solid #9CCF42; + padding-top: 12px; + padding-left: 12px; + background-color: #FFFFFF; +} + + +a.green-box2 { + font-size: 14px; + height: 48px; + width: 48px; + display: block; /* border-color: #C0C0C0; */ + padding-top: 6px; + font-weight: bold; + +} + + a.green-box2:hover { + border: solid #8ABAE4; + padding-top: 0px; + padding-left: 0px; + background-image: url('../Images/documents.png'); + background-color: #EFEFEF; +} + +a.yellow-box { + font-size: 28px; + height: 100px; + display: block; + border-style: solid; + border-width: 1px 1px 4px 1px; + border-color: #C0C0C0 #C0C0C0 #DECF6B #C0C0C0; + padding-top: 15px; + padding-left: 15px; +} + + a.yellow-box:hover { + border: 4px solid #DECF6B; + padding-top: 12px; + padding-left: 12px; + background-color: #FFFFFF; +} + + +a.red-box { + font-size: 28px; + height: 100px; + display: block; + border-style: solid; + border-width: 1px 1px 4px 1px; + border-color: #C0C0C0 #C0C0C0 #F79E84 #C0C0C0; + padding-top: 15px; + padding-left: 15px; +} + + a.red-box:hover { + border: 4px solid #F79E84; + padding-top: 12px; + padding-left: 12px; + background-color: #FFFFFF; +} + +/* main layout +----------------------------------------------------------*/ +.content-wrapper { + margin: 0 auto; + max-width: 960px; +} + +#body { + background-color: #efeeef; + clear: both; + padding-bottom: 35px; +} + + .main-content { + background: url("../images/accent.png") no-repeat; + padding-left: 10px; + padding-top: 30px; + } + + .featured + .main-content { + background: url("../images/heroaccent.png") no-repeat; + } + +footer { + clear: both; + background-color: #e2e2e2; + font-size: .8em; + height: 100px; +} + + +/* site title +----------------------------------------------------------*/ +.site-title { + color: #0066CC; /* font-family: Rockwell, Consolas, "Courier New", Courier, monospace; */ + font-size: 3.3em; + margin-top: 40px; + margin-bottom: 0; +} + +.site-title a, .site-title a:hover, .site-title a:active { + background: none; + color: #0066CC; + outline: none; + text-decoration: none; +} + + +/* login +----------------------------------------------------------*/ +#login { + display: block; + font-size: .85em; + margin-top: 20px; + text-align: right; +} + + #login a { + background-color: #d3dce0; + margin-left: 10px; + margin-right: 3px; + padding: 2px 3px; + text-decoration: none; + } + + #login a.username { + background: none; + margin-left: 0px; + text-decoration: underline; + } + + #login li { + display: inline; + list-style: none; + } + + +/* menu +----------------------------------------------------------*/ +ul#menu { + font-size: 1.3em; + font-weight: 600; + margin: 0; + text-align: right; + text-decoration: none; + +} + + ul#menu li { + display: inline; + list-style: none; + padding-left: 15px; + } + + ul#menu li a { + background: none; + color: #999; + text-decoration: none; + } + + ul#menu li a:hover { + color: #333; + text-decoration: none; + } + + + +/* page elements +----------------------------------------------------------*/ +/* featured */ +.featured { + background-color: #fff; +} + + .featured .content-wrapper { + /*background-color: #7ac0da; + background-image: -ms-linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%); + background-image: -o-linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%); + background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7AC0DA), color-stop(1, #A4D4E6)); + background-image: -webkit-linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%); + background-image: linear-gradient(left, #7AC0DA 0%, #A4D4E6 100%); + color: #3e5667; + */ + padding: 0px 40px 30px 40px; + } + + .featured hgroup.title h1, .featured hgroup.title h2 { + /* color: #fff; + */ + } + + .featured p { + font-size: 1.1em; + } + +/* page titles */ +hgroup.title { + margin-bottom: 10px; +} + +hgroup.title h1, hgroup.title h2 { +display: inline; +} + +hgroup.title h2 { + font-weight: normal; +} + +/* releases */ +.milestone { + color: #fff; + background-color: #8ABAE4; + font-weight: normal; + padding: 10px 10px 10px 10px; + margin: 0 0 0 0; +} + .milestone .primary { + font-size: 1.75em; + } + + .milestone .secondary { + font-size: 1.2em; + font-weight: normal; + /* padding: 5px 5px 5px 10px;*/ + } + +/* features */ +section.feature { + width: 200px; + float: left; + padding: 10px; +} + +/* ordered list */ +ol.round { + list-style-type: none; + padding-left: 0; +} + + ol.round li { + margin: 25px 0; + padding-left: 45px; + } + + ol.round li.one { + background: url("../images/orderedlistOne.png") no-repeat; + } + + ol.round li.two { + background: url("../images/orderedlistTwo.png") no-repeat; + } + + ol.round li.three { + background: url("../images/orderedlistThree.png") no-repeat; + } + +/* content */ +article { + float: left; + width: 70%; +} + +aside { + float: right; + width: 25%; +} + + aside ul { + list-style: none; + padding: 0; + } + + aside ul li { + background: url("../images/bullet.png") no-repeat 0 50%; + padding: 2px 0 2px 20px; + } + +.label { + font-weight: 700; +} + +/* login page */ +#loginForm { + border-right: solid 2px #c8c8c8; + float: left; + width: 45%; +} + + #loginForm .validation-error { + display: block; + margin-left: 15px; + } + +#socialLoginForm { + margin-left: 40px; + float: left; + width: 50%; +} + +/* contact */ +.contact h3 { + font-size: 1.2em; +} + +.contact p { + margin: 5px 0 0 10px; +} + +.contact iframe { + border: solid 1px #333; + margin: 5px 0 0 10px; +} + +/* forms */ +fieldset { + border: none; + margin: 0; + padding: 0; +} + + fieldset legend { + display: none; + } + + fieldset ol { + padding: 0; + list-style: none; + } + + fieldset ol li { + padding-bottom: 5px; + } + + fieldset label { + display: block; + font-size: 1.2em; + font-weight: 600; + } + + fieldset label.checkbox { + display: inline; + } + + fieldset input[type="text"], + fieldset input[type="password"] { + border: 1px solid #e2e2e2; + color: #333; + font-size: 1.2em; + margin: 5px 0 6px 0; + padding: 5px; + width: 300px; + } + + fieldset input[type="text"]:focus, + fieldset input[type="password"]:focus { + border: 1px solid #7ac0da; + } + + fieldset input[type="submit"] { + background-color: #d3dce0; + border: solid 1px #787878; + cursor: pointer; + font-size: 1.2em; + font-weight: 600; + padding: 7px; + } + +/* ajax login/registration dialog */ +.modal-popup { + font-size: 0.7em; +} + +/* info and errors */ +.message-info { + border: solid 1px; + clear: both; + padding: 10px 20px; +} + +.message-error { + clear: both; + color: #e80c4d; + font-size: 1.1em; + font-weight: bold; + margin: 20px 0 10px 0; +} + +.message-success { + color: #7ac0da; + font-size: 1.3em; + font-weight: bold; + margin: 20px 0 10px 0; +} + +.success { + color: #7ac0da; +} + +.error { + color: #e80c4d; +} + +/* styles for validation helpers */ +.field-validation-error { + color: #e80c4d; + font-weight: bold; +} + +.field-validation-valid { + display: none; +} + +input[type="text"].input-validation-error, +input[type="password"].input-validation-error { + border: solid 1px #e80c4d; +} + +.validation-summary-errors { + color: #e80c4d; + font-weight: bold; + font-size: 1.1em; +} + +.validation-summary-valid { + display: none; +} + + +/* social */ +ul#social li { + display: inline; + list-style: none; +} + + ul#social li a { + color: #999; + text-decoration: none; + } + + a.facebook, a.twitter { + display: block; + float: left; + height: 24px; + padding-left: 17px; + text-indent: -9999px; + width: 16px; + } + + a.facebook { + background: url("../images/facebook.png") no-repeat; + } + + a.twitter { + background: url("../images/twitter.png") no-repeat; + } + + + +/******************** +* Mobile Styles * +********************/ +@media only screen and (max-width: 850px) { + + /* header + ----------------------------------------------------------*/ + header .float-left, + header .float-right { + float: none; + } + + /* logo */ + header .site-title { + /*margin: 0; */ + /*margin: 10px;*/ + text-align: left; + padding-left: 0; + } + + /* login */ + #login { + font-size: .85em; + margin-top: 0; + text-align: center; + } + + #login ul { + margin: 5px 0; + padding: 0; + } + + #login li { + display: inline; + list-style: none; + margin: 0; + padding:0; + } + + #login a { + background: none; + color: #999; + font-weight: 600; + margin: 2px; + padding: 0; + } + + #login a:hover { + color: #333; + } + + /* menu */ + nav { + margin-bottom: 5px; + } + + ul#menu { + margin: 0; + padding:0; + text-align: center; + } + + ul#menu li { + margin: 0; + padding: 0; + } + + + /* main layout + ----------------------------------------------------------*/ + .main-content, + .featured + .main-content { + background-position: 10px 0; + } + + .content-wrapper { + padding-right: 10px; + padding-left: 10px; + } + + .featured .content-wrapper { + padding: 10px; + } + + /* page content */ + article, aside { + float: none; + width: 100%; + } + + /* ordered list */ + ol.round { + list-style-type: none; + padding-left: 0; + } + + ol.round li { + padding-left: 10px; + margin: 25px 0; + } + + ol.round li.one, + ol.round li.two, + ol.round li.three { + background: none; + } + + /* features */ + section.feature { + float: none; + padding: 10px; + width: auto; + } + + section.feature img { + color: #999; + content: attr(alt); + font-size: 1.5em; + font-weight: 600; + } + + /* forms */ + fieldset input[type="text"], + fieldset input[type="password"] { + width: 90%; + } + + /* login page */ + #loginForm { + border-right: none; + float: none; + width: auto; + } + + #loginForm .validation-error { + display: block; + margin-left: 15px; + } + + #socialLoginForm { + margin-left: 0; + float: none; + width: auto; + } + + /* footer + ----------------------------------------------------------*/ + footer .float-left, + footer .float-right { + float: none; + } + + footer { + text-align: center; + height: auto; + padding: 10px 0; + } + + footer p { + margin: 0; + } + + ul#social { + padding:0; + margin: 0; + } + + a.facebook, a.twitter { + background: none; + display: inline; + float: none; + height: auto; + padding-left: 0; + text-indent: 0; + width: auto; + } +} + +.subsite { + color: #444; +} + +h3 { + font-weight: normal; + font-size: 24px; + color: #444; + margin-bottom: 20px; +} + +.tiles { + padding-bottom: 20px; + background-color: #e3e3e3; +} + +#editor { + margin: 0 auto; + height: 500px; + border: 1px solid #ccc; +} + +.monaco-editor.monaco, .monaco-editor.vs, .monaco-editor.eclipse { + background: #F9F9F9; +} + +.monaco-editor.monaco .monaco-editor-background, .monaco-editor.vs .monaco-editor-background, .monaco-editor.eclipse .monaco-editor-background { + background: #F9F9F9; +} \ No newline at end of file diff --git a/index/samples/sample.cypher.txt b/index/samples/sample.cypher.txt new file mode 100644 index 00000000..b81b3e2e --- /dev/null +++ b/index/samples/sample.cypher.txt @@ -0,0 +1,3 @@ +MATCH (nicole:Actor {name: 'Nicole Kidman'})-[:ACTED_IN]->(movie:Movie) +WHERE movie.year < $yearParameter +RETURN movie diff --git a/index/samples/sample.dart.txt b/index/samples/sample.dart.txt new file mode 100644 index 00000000..c9eb663e --- /dev/null +++ b/index/samples/sample.dart.txt @@ -0,0 +1,45 @@ +import 'dart:math' show Random; + +void main() async { + print('Compute π using the Monte Carlo method.'); + await for (final estimate in computePi().take(100)) { + print('π ≅ $estimate'); + } +} + +/// Generates a stream of increasingly accurate estimates of π. +Stream computePi({int batch = 100000}) async* { + var total = 0; // Inferred to be of type int + var count = 0; + while (true) { + final points = generateRandom().take(batch); + final inside = points.where((p) => p.isInsideUnitCircle); + + total += batch; + count += inside.length; + final ratio = count / total; + + // Area of a circle is A = π⋅r², therefore π = A/r². + // So, when given random points with x ∈ <0,1>, + // y ∈ <0,1>, the ratio of those inside a unit circle + // should approach π / 4. Therefore, the value of π + // should be: + yield ratio * 4; + } +} + +Iterable generateRandom([int? seed]) sync* { + final random = Random(seed); + while (true) { + yield Point(random.nextDouble(), random.nextDouble()); + } +} + +class Point { + final double x; + final double y; + + const Point(this.x, this.y); + + bool get isInsideUnitCircle => x * x + y * y <= 1; +} diff --git a/index/samples/sample.dockerfile.txt b/index/samples/sample.dockerfile.txt new file mode 100644 index 00000000..de87ef6e --- /dev/null +++ b/index/samples/sample.dockerfile.txt @@ -0,0 +1,32 @@ +FROM mono:3.12 + +ENV KRE_FEED https://www.myget.org/F/aspnetvnext/api/v2 +ENV KRE_USER_HOME /opt/kre + +RUN apt-get -qq update && apt-get -qqy install unzip + +ONBUILD RUN curl -sSL https://raw.githubusercontent.com/aspnet/Home/dev/kvminstall.sh | sh +ONBUILD RUN bash -c "source $KRE_USER_HOME/kvm/kvm.sh \ + && kvm install latest -a default \ + && kvm alias default | xargs -i ln -s $KRE_USER_HOME/packages/{} $KRE_USER_HOME/packages/default" + +# Install libuv for Kestrel from source code (binary is not in wheezy and one in jessie is still too old) +RUN apt-get -qqy install \ + autoconf \ + automake \ + build-essential \ + libtool +RUN LIBUV_VERSION=1.0.0-rc2 \ + && curl -sSL https://github.com/joyent/libuv/archive/v${LIBUV_VERSION}.tar.gz | tar zxfv - -C /usr/local/src \ + && cd /usr/local/src/libuv-$LIBUV_VERSION \ + && sh autogen.sh && ./configure && make && make install \ + && rm -rf /usr/local/src/libuv-$LIBUV_VERSION \ + && ldconfig + +ENV PATH $PATH:$KRE_USER_HOME/packages/default/bin + +# Extra things to test +RUN echo "string at end" +RUN echo must work 'some str' and some more +RUN echo hi this is # not a comment +RUN echo 'String with ${VAR} and another $one here' \ No newline at end of file diff --git a/index/samples/sample.ecl.txt b/index/samples/sample.ecl.txt new file mode 100644 index 00000000..5c7c8caa --- /dev/null +++ b/index/samples/sample.ecl.txt @@ -0,0 +1,7 @@ +F0 := IMDB.File_actors; +CountActors := RECORD +F0.ActorName; +UNSIGNED C := COUNT(GROUP); +END; +MoviesIn := TABLE(F0,CountActors,ActorName); +OUTPUT(TOPN(MoviesIn,100,-C)); diff --git a/index/samples/sample.elixir.txt b/index/samples/sample.elixir.txt new file mode 100644 index 00000000..f0d187e6 --- /dev/null +++ b/index/samples/sample.elixir.txt @@ -0,0 +1,80 @@ +# Elixir is a dynamic, functional language for building scalable +# and maintainable applications. Learn more: https://elixir-lang.org + +"Elixir" |> String.graphemes() |> Enum.frequencies() +#=> %{"E" => 1, "i" => 2, "l" => 1, "r" => 1, "x" => 1} + + +### Scalability ### + +# All Elixir code runs inside lightweight threads of execution (called processes) +# that are isolated and exchange information via messages: + +current_process = self() + +# Spawn an Elixir process (not an operating system one!) +spawn_link(fn -> + send(current_process, {:msg, "hello world"}) +end) + +# Block until the message is received +receive do + {:msg, contents} -> IO.puts(contents) +end + + +### Fault-tolerance ### + +# To cope with failures, Elixir provides supervisors which describe +# how to restart parts of your system when things go awry, going back +# to a known initial state that is guaranteed to work: + +children = [ + TCP.Pool, + {TCP.Acceptor, port: 4040} +] + +Supervisor.start_link(children, strategy: :one_for_one) + + +### Functional programming ### + +# Functional programming promotes a coding style that helps +# developers write code that is short, concise, and maintainable. +# One prominent example is pattern matching: + +%User{name: name, age: age} = User.get("John Doe") +name #=> "John Doe" + +# When mixed with guards, pattern matching allows us to elegantly +# match and assert specific conditions for some code to execute: + +def drive(%User{age: age}) when age >= 16 do + # Code that drives a car +end + +drive(User.get("John Doe")) +#=> Fails if the user is under 16 + + +### Extensibility and DSLs ### + +# Elixir has been designed to be extensible, letting developers +# naturally extend the language to particular domains, +# in order to increase their productivity. + +defmodule MathTest do + use ExUnit.Case, async: true + + test "can add two numbers" do + assert 1 + 1 == 2 + end +end + + +### Erlang compatible ### + +# An Elixir programmer can invoke any Erlang function with no runtime cost: + +:crypto.hash(:md5, "Using crypto from Erlang OTP") +#=> <<192, 223, 75, 115, ...>> diff --git a/index/samples/sample.flow9.txt b/index/samples/sample.flow9.txt new file mode 100644 index 00000000..6947a629 --- /dev/null +++ b/index/samples/sample.flow9.txt @@ -0,0 +1,14 @@ +import material/material; + +export { + demoMakeHelloWorld(onClose : () -> void) -> Material; +} + +demoMakeHelloWorld(onClose : () -> void) -> Material { + MCenter( + MLines2( + MText("Hello, world!", []), + MTextButton("CLOSE", onClose, [], []) + ) + ); +} diff --git a/index/samples/sample.freemarker2.tag-angle.interpolation-bracket.txt b/index/samples/sample.freemarker2.tag-angle.interpolation-bracket.txt new file mode 100644 index 00000000..190a25f8 --- /dev/null +++ b/index/samples/sample.freemarker2.tag-angle.interpolation-bracket.txt @@ -0,0 +1,61 @@ +<#ftl stripText=false> + +<#-- Free marker demo --> + +<#comment> +This demonstrates the FreeMarker language. The default theme is not very +colorful and displays many different token types in the same color, but keep in +mind that you can define your own theme (or extend an existing one). + +Note that free marker actually defines 6 similar but different syntax modes: + +- 3 tag syntax modes: Angle (<#if>), Bracket ([#if]), and Auto. +- 2 interpolation modes: Dollar (${...}) and Bracket ([=...]) + +In auto mode, the first tag determines the tag syntax. You can use the language +IDs "freemarker.tag-bracket.interpolation-dollar" etc. to force a specific mode. + +The default FreeMarker mode is Angle/Dollar. + + +<#macro greet name> + Hello [=name]! + + +<#macro border> +
      + <#nested> +
      + + +<#function avg x y> + <#return (x + y) / 2> + + +<#assign user = "Juila Smith"> +<#assign animals = [{"name": "Tanuki", "price": 200}, {"name": "Phoenix", "price": 1111}]> + + + + Welcome! + + + <#-- Greet the user with his/her name --> +

      + <@greet user /> +

      + +

      We have these animals: + +

        + <#list animals as animal> +
      • [=animal.name] for [=animal.price] Euros + +
      + + <@border>The bordered text + + The average of 35 and 49 is [=avg(35, 49)]. + + + diff --git a/index/samples/sample.freemarker2.tag-angle.interpolation-dollar.txt b/index/samples/sample.freemarker2.tag-angle.interpolation-dollar.txt new file mode 100644 index 00000000..c70f1074 --- /dev/null +++ b/index/samples/sample.freemarker2.tag-angle.interpolation-dollar.txt @@ -0,0 +1,61 @@ +<#ftl stripText=false> + +<#-- Free marker demo --> + +<#comment> +This demonstrates the FreeMarker language. The default theme is not very +colorful and displays many different token types in the same color, but keep in +mind that you can define your own theme (or extend an existing one). + +Note that free marker actually defines 6 similar but different syntax modes: + +- 3 tag syntax modes: Angle (<#if>), Bracket ([#if]), and Auto. +- 2 interpolation modes: Dollar (${...}) and Bracket ([=...]) + +In auto mode, the first tag determines the tag syntax. You can use the language +IDs "freemarker.tag-bracket.interpolation-dollar" etc. to force a specific mode. + +The default FreeMarker mode is Angle/Dollar. + + +<#macro greet name> + Hello ${name}! + + +<#macro border> +
      + <#nested> +
      + + +<#function avg x y> + <#return (x + y) / 2> + + +<#assign user = "Juila Smith"> +<#assign animals = [{"name": "Tanuki", "price": 200}, {"name": "Phoenix", "price": 1111}]> + + + + Welcome! + + + <#-- Greet the user with his/her name --> +

      + <@greet user /> +

      + +

      We have these animals: + +

        + <#list animals as animal> +
      • ${animal.name} for ${animal.price} Euros + +
      + + <@border>The bordered text + + The average of 35 and 49 is ${avg(35, 49)}. + + + diff --git a/index/samples/sample.freemarker2.tag-auto.interpolation-bracket.txt b/index/samples/sample.freemarker2.tag-auto.interpolation-bracket.txt new file mode 100644 index 00000000..833bb857 --- /dev/null +++ b/index/samples/sample.freemarker2.tag-auto.interpolation-bracket.txt @@ -0,0 +1,65 @@ +Auto mode detect the tag syntax mode automatically. +Try exchanging the order of the next two lines and see what happens! + +[#ftl stripText=false] +<#ftl stripText=false> + +<#-- Free marker demo --> + +<#comment> +This demonstrates the FreeMarker language. The default theme is not very +colorful and displays many different token types in the same color, but keep in +mind that you can define your own theme (or extend an existing one). + +Note that free marker actually defines 6 similar but different syntax modes: + +- 3 tag syntax modes: Angle (<#if>), Bracket ([#if]), and Auto. +- 2 interpolation modes: Dollar (${...}) and Bracket ([=...]) + +In auto mode, the first tag determines the tag syntax. You can use the language +IDs "freemarker.tag-bracket.interpolation-dollar" etc. to force a specific mode. + +The default FreeMarker mode is Angle/Dollar. + + +<#macro greet name> + Hello [=name]! + + +<#macro border> +
      + <#nested> +
      + + +<#function avg x y> + <#return (x + y) / 2> + + +<#assign user = "Juila Smith"> +<#assign animals = [{"name": "Tanuki", "price": 200}, {"name": "Phoenix", "price": 1111}]> + + + + Welcome! + + + <#-- Greet the user with his/her name --> +

      + <@greet user /> +

      + +

      We have these animals: + +

        + <#list animals as animal> +
      • [=animal.name] for [=animal.price] Euros + +
      + + <@border>The bordered text + + The average of 35 and 49 is [=avg(35, 49)]. + + + diff --git a/index/samples/sample.freemarker2.tag-auto.interpolation-dollar.txt b/index/samples/sample.freemarker2.tag-auto.interpolation-dollar.txt new file mode 100644 index 00000000..78e66813 --- /dev/null +++ b/index/samples/sample.freemarker2.tag-auto.interpolation-dollar.txt @@ -0,0 +1,65 @@ +Auto mode detect the tag syntax mode automatically. +Try exchanging the order of the next two lines and see what happens! + +<#ftl stripText=false> +[#ftl stripText=false] + +<#-- Free marker demo --> + +<#comment> +This demonstrates the FreeMarker language. The default theme is not very +colorful and displays many different token types in the same color, but keep in +mind that you can define your own theme (or extend an existing one). + +Note that free marker actually defines 6 similar but different syntax modes: + +- 3 tag syntax modes: Angle (<#if>), Bracket ([#if]), and Auto. +- 2 interpolation modes: Dollar (${...}) and Bracket ([=...]) + +In auto mode, the first tag determines the tag syntax. You can use the language +IDs "freemarker.tag-bracket.interpolation-dollar" etc. to force a specific mode. + +The default FreeMarker mode is Angle/Dollar. + + +<#macro greet name> + Hello ${name}! + + +<#macro border> +
      + <#nested> +
      + + +<#function avg x y> + <#return (x + y) / 2> + + +<#assign user = "Juila Smith"> +<#assign animals = [{"name": "Tanuki", "price": 200}, {"name": "Phoenix", "price": 1111}]> + + + + Welcome! + + + <#-- Greet the user with his/her name --> +

      + <@greet user /> +

      + +

      We have these animals: + +

        + <#list animals as animal> +
      • ${animal.name} for ${animal.price} Euros + +
      + + <@border>The bordered text + + The average of 35 and 49 is ${avg(35, 49)}. + + + diff --git a/index/samples/sample.freemarker2.tag-bracket.interpolation-bracket.txt b/index/samples/sample.freemarker2.tag-bracket.interpolation-bracket.txt new file mode 100644 index 00000000..c518fd9e --- /dev/null +++ b/index/samples/sample.freemarker2.tag-bracket.interpolation-bracket.txt @@ -0,0 +1,61 @@ +[#ftl stripText=false] + +[#-- Free marker demo --] + +[#comment] +This demonstrates the FreeMarker language. The default theme is not very +colorful and displays many different token types in the same color, but keep in +mind that you can define your own theme (or extend an existing one). + +Note that free marker actually defines 6 similar but different syntax modes: + +- 3 tag syntax modes: Angle (<#if>), Bracket ([#if]), and Auto. +- 2 interpolation modes: Dollar (${...}) and Bracket ([=...]) + +In auto mode, the first tag determines the tag syntax. You can use the language +IDs "freemarker.tag-bracket.interpolation-dollar" etc. to force a specific mode. + +The default FreeMarker mode is Angle/Dollar. +[/#comment] + +[#macro greet name] + Hello [=name]! +[/#macro[ + +[#macro border] +
      + [#nested] +
      +[/#macro] + +[#function avg x y] + [#return (x + y) / 2] +[/#function] + +[#assign user = "Juila Smith"] +[#assign animals = [{"name": "Tanuki", "price": 200}, {"name": "Phoenix", "price": 1111}]] + + + + Welcome! + + + [#-- Greet the user with his/her name --] +

      + <@greet user /> +

      + +

      We have these animals: + +

        + [#list animals as animal] +
      • [=animal.name] for [=animal.price] Euros + [/#list][ +
      + + <@border>The bordered text + + The average of 35 and 49 is [=avg(35, 49]}. + + + diff --git a/index/samples/sample.freemarker2.tag-bracket.interpolation-dollar.txt b/index/samples/sample.freemarker2.tag-bracket.interpolation-dollar.txt new file mode 100644 index 00000000..2df2a92e --- /dev/null +++ b/index/samples/sample.freemarker2.tag-bracket.interpolation-dollar.txt @@ -0,0 +1,61 @@ +[#ftl stripText=false] + +[#-- Free marker demo --] + +[#comment] +This demonstrates the FreeMarker language. The default theme is not very +colorful and displays many different token types in the same color, but keep in +mind that you can define your own theme (or extend an existing one). + +Note that free marker actually defines 6 similar but different syntax modes: + +- 3 tag syntax modes: Angle (<#if>), Bracket ([#if]), and Auto. +- 2 interpolation modes: Dollar (${...}) and Bracket ([=...]) + +In auto mode, the first tag determines the tag syntax. You can use the language +IDs "freemarker.tag-bracket.interpolation-dollar" etc. to force a specific mode. + +The default FreeMarker mode is Angle/Dollar. +[/#comment] + +[#macro greet name] + Hello ${name}! +[/#macro[ + +[#macro border] +
      + [#nested] +
      +[/#macro] + +[#function avg x y] + [#return (x + y) / 2] +[/#function] + +[#assign user = "Juila Smith"] +[#assign animals = [{"name": "Tanuki", "price": 200}, {"name": "Phoenix", "price": 1111}]] + + + + Welcome! + + + [#-- Greet the user with his/her name --] +

      + <@greet user /> +

      + +

      We have these animals: + +

        + [#list animals as animal] +
      • ${animal.name} for ${animal.price} Euros + [/#list][ +
      + + <@border>The bordered text + + The average of 35 and 49 is ${avg(35, 49)}. + + + diff --git a/index/samples/sample.freemarker2.txt b/index/samples/sample.freemarker2.txt new file mode 100644 index 00000000..c70f1074 --- /dev/null +++ b/index/samples/sample.freemarker2.txt @@ -0,0 +1,61 @@ +<#ftl stripText=false> + +<#-- Free marker demo --> + +<#comment> +This demonstrates the FreeMarker language. The default theme is not very +colorful and displays many different token types in the same color, but keep in +mind that you can define your own theme (or extend an existing one). + +Note that free marker actually defines 6 similar but different syntax modes: + +- 3 tag syntax modes: Angle (<#if>), Bracket ([#if]), and Auto. +- 2 interpolation modes: Dollar (${...}) and Bracket ([=...]) + +In auto mode, the first tag determines the tag syntax. You can use the language +IDs "freemarker.tag-bracket.interpolation-dollar" etc. to force a specific mode. + +The default FreeMarker mode is Angle/Dollar. + + +<#macro greet name> + Hello ${name}! + + +<#macro border> +
      + <#nested> +
      + + +<#function avg x y> + <#return (x + y) / 2> + + +<#assign user = "Juila Smith"> +<#assign animals = [{"name": "Tanuki", "price": 200}, {"name": "Phoenix", "price": 1111}]> + + + + Welcome! + + + <#-- Greet the user with his/her name --> +

      + <@greet user /> +

      + +

      We have these animals: + +

        + <#list animals as animal> +
      • ${animal.name} for ${animal.price} Euros + +
      + + <@border>The bordered text + + The average of 35 and 49 is ${avg(35, 49)}. + + + diff --git a/index/samples/sample.fsharp.txt b/index/samples/sample.fsharp.txt new file mode 100644 index 00000000..2ceb2dfc --- /dev/null +++ b/index/samples/sample.fsharp.txt @@ -0,0 +1,8 @@ +(* Sample F# application *) +[] +let main argv = + printfn "%A" argv + System.Console.WriteLine("Hello from F#") + 0 // return an integer exit code + +//-------------------------------------------------------- diff --git a/index/samples/sample.go.txt b/index/samples/sample.go.txt new file mode 100644 index 00000000..1b2b2379 --- /dev/null +++ b/index/samples/sample.go.txt @@ -0,0 +1,111 @@ +// We often need our programs to perform operations on +// collections of data, like selecting all items that +// satisfy a given predicate or mapping all items to a new +// collection with a custom function. + +// In some languages it's idiomatic to use [generic](http://en.wikipedia.org/wiki/Generic_programming) +// data structures and algorithms. Go does not support +// generics; in Go it's common to provide collection +// functions if and when they are specifically needed for +// your program and data types. + +// Here are some example collection functions for slices +// of `strings`. You can use these examples to build your +// own functions. Note that in some cases it may be +// clearest to just inline the collection-manipulating +// code directly, instead of creating and calling a +// helper function. + +package main + +import "strings" +import "fmt" + +// Returns the first index of the target string `t`, or +// -1 if no match is found. +func Index(vs []string, t string) int { + for i, v := range vs { + if v == t { + return i + } + } + return -1 +} + +// Returns `true` if the target string t is in the +// slice. +func Include(vs []string, t string) bool { + return Index(vs, t) >= 0 +} + +// Returns `true` if one of the strings in the slice +// satisfies the predicate `f`. +func Any(vs []string, f func(string) bool) bool { + for _, v := range vs { + if f(v) { + return true + } + } + return false +} + +// Returns `true` if all of the strings in the slice +// satisfy the predicate `f`. +func All(vs []string, f func(string) bool) bool { + for _, v := range vs { + if !f(v) { + return false + } + } + return true +} + +// Returns a new slice containing all strings in the +// slice that satisfy the predicate `f`. +func Filter(vs []string, f func(string) bool) []string { + vsf := make([]string, 0) + for _, v := range vs { + if f(v) { + vsf = append(vsf, v) + } + } + return vsf +} + +// Returns a new slice containing the results of applying +// the function `f` to each string in the original slice. +func Map(vs []string, f func(string) string) []string { + vsm := make([]string, len(vs)) + for i, v := range vs { + vsm[i] = f(v) + } + return vsm +} + +func main() { + + // Here we try out our various collection functions. + var strs = []string{"peach", "apple", "pear", "plum"} + + fmt.Println(Index(strs, "pear")) + + fmt.Println(Include(strs, "grape")) + + fmt.Println(Any(strs, func(v string) bool { + return strings.HasPrefix(v, "p") + })) + + fmt.Println(All(strs, func(v string) bool { + return strings.HasPrefix(v, "p") + })) + + fmt.Println(Filter(strs, func(v string) bool { + return strings.Contains(v, "e") + })) + + // The above examples all used anonymous functions, + // but you can also use named functions of the correct + // type. + fmt.Println(Map(strs, strings.ToUpper)) + +} diff --git a/index/samples/sample.graphql.txt b/index/samples/sample.graphql.txt new file mode 100644 index 00000000..2f783785 --- /dev/null +++ b/index/samples/sample.graphql.txt @@ -0,0 +1,263 @@ +# GraphQL Schema Definition Language + +""" +Color value +""" +scalar Color + +""" +Node interface + +- allows (re)fetch arbitrary entity only by ID +- allows client side cache normalization + +See [Relay Global Object Identification Specification](https://facebook.github.io/relay/graphql/objectidentification.htm) +""" +interface Node { + """ + Globally unique identifier, + typically `${__typename}:${dbId}` + may be encoded in *base64* + """ + id: ID! +} + +""" +A character in the Star Wars Trilogy +""" +interface Character { + """ + The id of the character. + """ + id: ID! + + """ + The name of the character. + """ + name: String + + """ + The friends of the character, or an empty list if they have none. + """ + friends: [Character] + + """ + Which movies they appear in + """ + appearsIn: [Episode] + + """ + All secrets about their past + """ + secretBackstory: String +} + +""" +A mechanical creature in the Star Wars universe. +""" +type Droid implements Character { + """ + The id of the droid. + """ + id: ID! + + """ + The name of the droid. + """ + name: String + + """ + The friends of the droid, or an empty list if they have none. + """ + friends: [Character] + + """ + Which movies they appear in. + """ + appearsIn: [Episode] + + """ + Construction date and the name of the designer. + """ + secretBackstory: String + + """ + The primary function of the droid. + """ + primaryFunction: String + + """ + Chase color of the droid. + """ + color: Color +} + +# One of the films in the Star Wars Trilogy +enum Episode { + """ + Released in 1977. + """ + NEWHOPE + + """ + Released in 1980. + """ + EMPIRE + + """ + Released in 1983. + """ + JEDI +} + +""" +A humanoid creature in the Star Wars universe. +""" +type Human implements Character { + """ + The id of the human. + """ + id: ID! + + """ + The name of the human. + """ + name: String + + """ + The friends of the human, or an empty list if they have none. + """ + friends: [Character] + + """ + Which movies they appear in. + """ + appearsIn: [Episode] + + """ + The home planet of the human, or null if unknown. + """ + homePlanet: String + + """ + Where are they from and how they came to be who they are. + """ + secretBackstory: String +} + +enum LengthUnit { + METER + FEET +} + +type Starship { + id: ID! + name: String! + length(unit: LengthUnit = METER): Float +} + +union SearchResult = Human | Droid | Starship + +input SearchInput { + name: String + episode: Episode +} + +""" +Root Query +""" +type Query { + """ + Return the hero by episode. + """ + hero( + """ + If omitted, returns the hero of the whole saga. If provided, returns the hero of that particular episode. + """ + episode: Episode + ): Character + + """ + Return the Human by ID. + """ + human( + """ + id of the human + """ + id: ID! + ): Human + + """ + Return the Droid by ID. + """ + droid( + """ + id of the droid + """ + id: ID! + ): Droid + + """ + Search everything by name + + __NOTE__: You should use Relay pagination + """ + search(search: SearchInput!): [SearchResult] + @deprecated(reason: "`search` will be replaced.") +} + +""" +Root Mutation +""" +type Mutation { + """ + Save the favorite episode. + """ + favorite( + """ + Favorite episode. + """ + episode: Episode! + ): Episode +} + +""" +Subscriptions — live events +""" +type Subscription { + """ + Message + """ + message: String +} + +extend type Query { + """ + Dummy query for highlighting test + """ + dummy( + int: Int = 123 + float: Float = 123.456 + str: String = "Hello World!" + boolDefaultTrue: Boolean = true + boolDefaultFalse: Boolean = false + id: ID + search: SearchInput = null + ): Boolean +} + +schema { + query: Query + mutation: Mutation + subscription: Subscription +} + +# GraphQL Query Language + +query dummyQuery($int: Int) { + dummy(int: $int) +} + +mutation favoriteEpisode($episode: Episode) { + favorite(episode: $episode) +} diff --git a/index/samples/sample.handlebars.txt b/index/samples/sample.handlebars.txt new file mode 100644 index 00000000..fe69341e --- /dev/null +++ b/index/samples/sample.handlebars.txt @@ -0,0 +1,31 @@ + +
      +

      {{title}}

      + {{#if author}} +

      {{author.firstName}} {{author.lastName}}

      + {{else}} +

      Unknown Author

      + {{/if}} + {{contentBody}} +
      + +{{#unless license}} +

      WARNING: This entry does not have a license!

      +{{/unless}} + +
      +
        + {{#each footnotes}} +
      • {{this}}
      • + {{/each}} +
      +
      + +

      Comments

      + +
      + {{#each comments}} +

      {{title}}

      +
      {{body}}
      + {{/each}} +
      diff --git a/index/samples/sample.hcl.txt b/index/samples/sample.hcl.txt new file mode 100644 index 00000000..e9244e4e --- /dev/null +++ b/index/samples/sample.hcl.txt @@ -0,0 +1,48 @@ +terraform { + required_providers { + aws = { + source = "hashicorp/aws" + version = "~> 1.0.4" + } + } +} + +variable "aws_region" {} + +variable "base_cidr_block" { + description = "A /16 CIDR range definition, such as 10.1.0.0/16, that the VPC will use" + default = "10.1.0.0/16" +} + +variable "availability_zones" { + description = "A list of availability zones in which to create subnets" + type = list(string) +} + +provider "aws" { + region = var.aws_region +} + +resource "aws_vpc" "main" { + # Referencing the base_cidr_block variable allows the network address + # to be changed without modifying the configuration. + cidr_block = var.base_cidr_block +} + +resource "aws_subnet" "az" { + # Create one subnet for each given availability zone. + count = length(var.availability_zones) + + # For each subnet, use one of the specified availability zones. + availability_zone = var.availability_zones[count.index] + + # By referencing the aws_vpc.main object, Terraform knows that the subnet + # must be created only after the VPC is created. + vpc_id = aws_vpc.main.id + + # Built-in functions and operators can be used for simple transformations of + # values, such as computing a subnet address. Here we create a /20 prefix for + # each subnet, using consecutive addresses for each availability zone, + # such as 10.1.16.0/20 . + cidr_block = cidrsubnet(aws_vpc.main.cidr_block, 4, count.index+1) +} diff --git a/index/samples/sample.html.txt b/index/samples/sample.html.txt new file mode 100644 index 00000000..baaa7dd8 --- /dev/null +++ b/index/samples/sample.html.txt @@ -0,0 +1,100 @@ + + + + + + HTML Sample + + + + + + + + + + +
      +

      NAME OF SITE

      +
      +
      +

      I'm h2 Header! Edit me in <h2>

      +

      + I'm a paragraph! Edit me in <p> + to add your own content and make changes to the style and font. + It's easy! Just change the text between <p> ... </p> and change the style in <style>. + You can make it as long as you wish. The browser will automatically wrap the lines to accommodate the + size of the browser window. +

      + +
      + + diff --git a/index/samples/sample.ini.txt b/index/samples/sample.ini.txt new file mode 100644 index 00000000..1ca5b39a --- /dev/null +++ b/index/samples/sample.ini.txt @@ -0,0 +1,15 @@ +# Example of a .gitconfig file + +[core] + repositoryformatversion = 0 + filemode = false + bare = false + logallrefupdates = true + symlinks = false + ignorecase = true + hideDotFiles = dotGitOnly + +# Defines the master branch +[branch "master"] + remote = origin + merge = refs/heads/master diff --git a/index/samples/sample.java.txt b/index/samples/sample.java.txt new file mode 100644 index 00000000..d9932046 --- /dev/null +++ b/index/samples/sample.java.txt @@ -0,0 +1,54 @@ +/* + Basic Java example using FizzBuzz +*/ + +import java.util.Random; + +public class Example { + public static void main (String[] args){ + // Generate a random number between 1-100. (See generateRandomNumber method.) + int random = generateRandomNumber(100); + + // Output generated number. + System.out.println("Generated number: " + random + "\n"); + + // Loop between 1 and the number we just generated. + for (int i=1; i<=random; i++){ + // If i is divisible by both 3 and 5, output "FizzBuzz". + if (i % 3 == 0 && i % 5 == 0){ + System.out.println("FizzBuzz"); + } + // If i is divisible by 3, output "Fizz" + else if (i % 3 == 0){ + System.out.println("Fizz"); + } + // If i is divisible by 5, output "Buzz". + else if (i % 5 == 0){ + System.out.println("Buzz"); + } + // If i is not divisible by either 3 or 5, output the number. + else { + System.out.println(i); + } + } + } + + /** + Generates a new random number between 0 and 100. + @param bound The highest number that should be generated. + @return An integer representing a randomly generated number between 0 and 100. + */ + private static int generateRandomNumber(int bound){ + // Create new Random generator object and generate the random number. + Random randGen = new Random(); + int randomNum = randGen.nextInt(bound); + + // If the random number generated is zero, use recursion to regenerate the number until it is not zero. + if (randomNum < 1){ + randomNum = generateRandomNumber(bound); + } + + return randomNum; + } +} + \ No newline at end of file diff --git a/index/samples/sample.javascript.txt b/index/samples/sample.javascript.txt new file mode 100644 index 00000000..461b8cec --- /dev/null +++ b/index/samples/sample.javascript.txt @@ -0,0 +1,214 @@ +/* + © Microsoft. All rights reserved. + + This library is supported for use in Windows Tailored Apps only. + + Build: 6.2.8100.0 + Version: 0.5 +*/ + +(function (global, undefined) { + "use strict"; + undefinedVariable = {}; + undefinedVariable.prop = 5; + + function initializeProperties(target, members) { + var keys = Object.keys(members); + var properties; + var i, len; + for (i = 0, len = keys.length; i < len; i++) { + var key = keys[i]; + var enumerable = key.charCodeAt(0) !== /*_*/95; + var member = members[key]; + if (member && typeof member === 'object') { + if (member.value !== undefined || typeof member.get === 'function' || typeof member.set === 'function') { + if (member.enumerable === undefined) { + member.enumerable = enumerable; + } + properties = properties || {}; + properties[key] = member; + continue; + } + } + if (!enumerable) { + properties = properties || {}; + properties[key] = { value: member, enumerable: enumerable, configurable: true, writable: true } + continue; + } + target[key] = member; + } + if (properties) { + Object.defineProperties(target, properties); + } + } + + (function (rootNamespace) { + + // Create the rootNamespace in the global namespace + if (!global[rootNamespace]) { + global[rootNamespace] = Object.create(Object.prototype); + } + + // Cache the rootNamespace we just created in a local variable + var _rootNamespace = global[rootNamespace]; + if (!_rootNamespace.Namespace) { + _rootNamespace.Namespace = Object.create(Object.prototype); + } + + function defineWithParent(parentNamespace, name, members) { + /// + /// Defines a new namespace with the specified name, under the specified parent namespace. + /// + /// + /// The parent namespace which will contain the new namespace. + /// + /// + /// Name of the new namespace. + /// + /// + /// Members in the new namespace. + /// + /// + /// The newly defined namespace. + /// + var currentNamespace = parentNamespace, + namespaceFragments = name.split("."); + + for (var i = 0, len = namespaceFragments.length; i < len; i++) { + var namespaceName = namespaceFragments[i]; + if (!currentNamespace[namespaceName]) { + Object.defineProperty(currentNamespace, namespaceName, + { value: {}, writable: false, enumerable: true, configurable: true } + ); + } + currentNamespace = currentNamespace[namespaceName]; + } + + if (members) { + initializeProperties(currentNamespace, members); + } + + return currentNamespace; + } + + function define(name, members) { + /// + /// Defines a new namespace with the specified name. + /// + /// + /// Name of the namespace. This could be a dot-separated nested name. + /// + /// + /// Members in the new namespace. + /// + /// + /// The newly defined namespace. + /// + return defineWithParent(global, name, members); + } + + // Establish members of the "WinJS.Namespace" namespace + Object.defineProperties(_rootNamespace.Namespace, { + + defineWithParent: { value: defineWithParent, writable: true, enumerable: true }, + + define: { value: define, writable: true, enumerable: true } + + }); + + })("WinJS"); + + (function (WinJS) { + + function define(constructor, instanceMembers, staticMembers) { + /// + /// Defines a class using the given constructor and with the specified instance members. + /// + /// + /// A constructor function that will be used to instantiate this class. + /// + /// + /// The set of instance fields, properties and methods to be made available on the class. + /// + /// + /// The set of static fields, properties and methods to be made available on the class. + /// + /// + /// The newly defined class. + /// + constructor = constructor || function () { }; + if (instanceMembers) { + initializeProperties(constructor.prototype, instanceMembers); + } + if (staticMembers) { + initializeProperties(constructor, staticMembers); + } + return constructor; + } + + function derive(baseClass, constructor, instanceMembers, staticMembers) { + /// + /// Uses prototypal inheritance to create a sub-class based on the supplied baseClass parameter. + /// + /// + /// The class to inherit from. + /// + /// + /// A constructor function that will be used to instantiate this class. + /// + /// + /// The set of instance fields, properties and methods to be made available on the class. + /// + /// + /// The set of static fields, properties and methods to be made available on the class. + /// + /// + /// The newly defined class. + /// + if (baseClass) { + constructor = constructor || function () { }; + var basePrototype = baseClass.prototype; + constructor.prototype = Object.create(basePrototype); + Object.defineProperty(constructor.prototype, "_super", { value: basePrototype }); + Object.defineProperty(constructor.prototype, "constructor", { value: constructor }); + if (instanceMembers) { + initializeProperties(constructor.prototype, instanceMembers); + } + if (staticMembers) { + initializeProperties(constructor, staticMembers); + } + return constructor; + } else { + return define(constructor, instanceMembers, staticMembers); + } + } + + function mix(constructor) { + /// + /// Defines a class using the given constructor and the union of the set of instance members + /// specified by all the mixin objects. The mixin parameter list can be of variable length. + /// + /// + /// A constructor function that will be used to instantiate this class. + /// + /// + /// The newly defined class. + /// + constructor = constructor || function () { }; + var i, len; + for (i = 0, len = arguments.length; i < len; i++) { + initializeProperties(constructor.prototype, arguments[i]); + } + return constructor; + } + + // Establish members of "WinJS.Class" namespace + WinJS.Namespace.define("WinJS.Class", { + define: define, + derive: derive, + mix: mix + }); + + })(WinJS); + +})(this); \ No newline at end of file diff --git a/index/samples/sample.json.txt b/index/samples/sample.json.txt new file mode 100644 index 00000000..22a977c1 --- /dev/null +++ b/index/samples/sample.json.txt @@ -0,0 +1,68 @@ +{ + "type": "team", + "test": { + "testPage": "tools/testing/run-tests.htm", + "enabled": true + }, + "search": { + "excludeFolders": [ + ".git", + "node_modules", + "tools/bin", + "tools/counts", + "tools/policheck", + "tools/tfs_build_extensions", + "tools/testing/jscoverage", + "tools/testing/qunit", + "tools/testing/chutzpah", + "server.net" + ] + }, + "languages": { + "vs.languages.typescript": { + "validationSettings": [{ + "scope":"/", + "noImplicitAny":true, + "noLib":false, + "extraLibs":[], + "semanticValidation":true, + "syntaxValidation":true, + "codeGenTarget":"ES5", + "moduleGenTarget":"", + "lint": { + "emptyBlocksWithoutComment": "warning", + "curlyBracketsMustNotBeOmitted": "warning", + "comparisonOperatorsNotStrict": "warning", + "missingSemicolon": "warning", + "unknownTypeOfResults": "warning", + "semicolonsInsteadOfBlocks": "warning", + "functionsInsideLoops": "warning", + "functionsWithoutReturnType": "warning", + "tripleSlashReferenceAlike": "warning", + "unusedImports": "warning", + "unusedVariables": "warning", + "unusedFunctions": "warning", + "unusedMembers": "warning" + } + }, + { + "scope":"/client", + "baseUrl":"/client", + "moduleGenTarget":"amd" + }, + { + "scope":"/server", + "moduleGenTarget":"commonjs" + }, + { + "scope":"/build", + "moduleGenTarget":"commonjs" + }, + { + "scope":"/node_modules/nake", + "moduleGenTarget":"commonjs" + }], + "allowMultipleWorkers": true + } + } +} \ No newline at end of file diff --git a/index/samples/sample.julia.txt b/index/samples/sample.julia.txt new file mode 100644 index 00000000..2535072d --- /dev/null +++ b/index/samples/sample.julia.txt @@ -0,0 +1,23 @@ +# good style +function fixedpointmap(f; iv, tolerance=1E-7, maxiter=1000) + # setup the algorithm + x_old = iv + normdiff = Inf + iter = 1 + while normdiff > tolerance && iter <= maxiter + x_new = f(x_old) # use the passed in map + normdiff = norm(x_new - x_old) + x_old = x_new + iter = iter + 1 + end + return (value = x_old, normdiff=normdiff, iter=iter) # A named tuple +end + +# define a map and parameters +p = 1.0 +β = 0.9 +f(v) = p + β * v # note that p and β are used in the function! + +sol = fixedpointmap(f, iv=0.8, tolerance=1.0E-8) # don't need to pass +println("Fixed point = $(sol.value), and |f(x) - x| = $(sol.normdiff) in $(sol.iter)"* + " iterations") diff --git a/index/samples/sample.kotlin.txt b/index/samples/sample.kotlin.txt new file mode 100644 index 00000000..57d06ecb --- /dev/null +++ b/index/samples/sample.kotlin.txt @@ -0,0 +1,28 @@ +const val POINTS_X_PASS: Int = 15 +val EZPassAccounts: MutableMap = mutableMapOf(1 to 100, 2 to 100, 3 to 100) +val EZPassReport: Map = EZPassAccounts + +// update points credit +fun updatePointsCredit(accountId: Int) { + if (EZPassAccounts.containsKey(accountId)) { + println("Updating $accountId...") + EZPassAccounts[accountId] = EZPassAccounts.getValue(accountId) + POINTS_X_PASS + } else { + println("Error: Trying to update a non-existing account (id: $accountId)") + } +} + +fun accountsReport() { + println("EZ-Pass report:") + EZPassReport.forEach{ + k, v -> println("ID $k: credit $v") + } +} + +fun main() { + accountsReport() + updatePointsCredit(1) + updatePointsCredit(1) + updatePointsCredit(5) + accountsReport() +} \ No newline at end of file diff --git a/index/samples/sample.less.txt b/index/samples/sample.less.txt new file mode 100644 index 00000000..e7a7b56e --- /dev/null +++ b/index/samples/sample.less.txt @@ -0,0 +1,46 @@ +@base: #f938ab; + +.box-shadow(@style, @c) when (iscolor(@c)) { + border-radius: @style @c; +} + +.box-shadow(@style, @alpha: 50%) when (isnumber(@alpha)) { + .box-shadow(@style, rgba(0, 0, 0, @alpha)); +} + +.box { + color: saturate(@base, 5%); + border-color: lighten(@base, 30%); + + div { + .box-shadow((0 0 5px), 30%); + } +} + +#header { + h1 { + font-size: 26px; + font-weight: bold; + } + + p { font-size: 12px; + a { text-decoration: none; + &:hover { border-width: 1px } + } + } +} + +@the-border: 1px; +@base-color: #111; +@red: #842210; + +#header { + color: (@base-color * 3); + border-left: @the-border; + border-right: (@the-border * 2); +} + +#footer { + color: (@base-color + #003300); + border-color: desaturate(@red, 10%); +} diff --git a/index/samples/sample.lex.txt b/index/samples/sample.lex.txt new file mode 100644 index 00000000..2f32ba96 --- /dev/null +++ b/index/samples/sample.lex.txt @@ -0,0 +1,21 @@ +LEX Paid Escrow. +LEXON: 0.2.20 +COMMENT: 3.f - an escrow that is controlled by a third party for a fee. + +“Payer” is a person. +“Payee” is a person. +“Arbiter” is a person. +“Fee” is an amount. + +The Payer pays an Amount into escrow, +appoints the Payee, +appoints the Arbiter, +and also fixes the Fee. + +CLAUSE: Pay Out. +The Arbiter may pay from escrow the Fee to themselves, +and afterwards pay the remainder of the escrow to the Payee. + +CLAUSE: Pay Back. +The Arbiter may pay from escrow the Fee to themselves, +and afterwards return the remainder of the escrow to the Payer. diff --git a/index/samples/sample.lexon.txt b/index/samples/sample.lexon.txt new file mode 100644 index 00000000..cbce2643 --- /dev/null +++ b/index/samples/sample.lexon.txt @@ -0,0 +1,17 @@ +LEX Paid Escrow. +LEXON: 0.2.12 +COMMENT: 3.f - an escrow that is controlled by a third party for a fee. +“Payer” is a person. +“Payee” is a person. +“Arbiter” is a person. +“Fee” is an amount. +The Payer pays an Amount into escrow, +appoints the Payee, +appoints the Arbiter, +and also fixes the Fee. +CLAUSE: Pay Out. +The Arbiter may pay from escrow the Fee to themselves, +and afterwards pay the remainder of the escrow to the Payee. +CLAUSE: Pay Back. +The Arbiter may pay from escrow the Fee to themselves, +and afterwards return the remainder of the escrow to the Payer. diff --git a/index/samples/sample.liquid.txt b/index/samples/sample.liquid.txt new file mode 100644 index 00000000..dccd7fed --- /dev/null +++ b/index/samples/sample.liquid.txt @@ -0,0 +1,16 @@ +class Random < Liquid::Block + def initialize(tag_name, markup, tokens) + super + @rand = markup.to_i + end + + def render(context) + value = rand(@rand) + super.sub('^^^', value.to_s) # calling `super` returns the content of the block + end +end + +Liquid::Template.register_tag('random', Random) +text = " {% random 5 %} you have drawn number ^^^, lucky you! {% endrandom %} " +@template = Liquid::Template.parse(text) +@template.render # will return "you have drawn number 1, lucky you!" in 20% of cases diff --git a/index/samples/sample.lua.txt b/index/samples/sample.lua.txt new file mode 100644 index 00000000..22afb767 --- /dev/null +++ b/index/samples/sample.lua.txt @@ -0,0 +1,12 @@ + -- defines a factorial function + function fact (n) + if n == 0 then + return 1 + else + return n * fact(n-1) + end + end + + print("enter a number:") + a = io.read("*number") -- read a number + print(fact(a)) \ No newline at end of file diff --git a/index/samples/sample.m3.txt b/index/samples/sample.m3.txt new file mode 100644 index 00000000..8f893851 --- /dev/null +++ b/index/samples/sample.m3.txt @@ -0,0 +1,5 @@ + MODULE HelloWorld EXPORTS Main; + FROM IO IMPORT Put; + BEGIN + Put("Hello World\n") + END HelloWorld. diff --git a/index/samples/sample.markdown.txt b/index/samples/sample.markdown.txt new file mode 100644 index 00000000..e02ca62d --- /dev/null +++ b/index/samples/sample.markdown.txt @@ -0,0 +1,104 @@ +# Header 1 # +## Header 2 ## +### Header 3 ### (Hashes on right are optional) +## Markdown plus h2 with a custom ID ## {#id-goes-here} +[Link back to H2](#id-goes-here) + +```js +var x = "string"; +function f() { + return x; +} +``` + + +
      +
      + nested div +
      + + This is a div _with_ underscores + and a & bold element. + +
      + +* Bullet lists are easy too +- Another one ++ Another one + +This is a paragraph, which is text surrounded by +whitespace. Paragraphs can be on one +line (or many), and can drone on for hours. + +Now some inline markup like _italics_, **bold**, +and `code()`. Note that underscores +in_words_are ignored. + +````application/json + { value: ["or with a mime type"] } +```` + +> Blockquotes are like quoted text in email replies +>> And, they can be nested + +1. A numbered list +2. Which is numbered +3. With periods and a space + +And now some code: + + // Code is just text indented a bit + which(is_easy) to_remember(); + +And a block + +~~~ +// Markdown extra adds un-indented code blocks too + +if (this_is_more_code == true && !indented) { + // tild wrapped code blocks, also not indented +} +~~~ + +Text with +two trailing spaces +(on the right) +can be used +for things like poems + +### Horizontal rules + +* * * * +**** +-------------------------- + +![picture alt](/images/photo.jpeg "Title is optional") + +## Markdown plus tables ## + +| Header | Header | Right | +| ------ | ------ | -----: | +| Cell | Cell | $10 | +| Cell | Cell | $20 | + +* Outer pipes on tables are optional +* Colon used for alignment (right versus left) + +## Markdown plus definition lists ## + +Bottled water +: $ 1.25 +: $ 1.55 (Large) + +Milk +Pop +: $ 1.75 + +* Multiple definitions and terms are possible +* Definitions can include multiple paragraphs too + +*[ABBR]: Markdown plus abbreviations (produces an tag) \ No newline at end of file diff --git a/index/samples/sample.mips.txt b/index/samples/sample.mips.txt new file mode 100644 index 00000000..0ce051f1 --- /dev/null +++ b/index/samples/sample.mips.txt @@ -0,0 +1,13 @@ +# A[i] = A[i/2] + 1; + lw $t0, 0($gp) # fetch i + srl $t1, $t0, 1 # i/2 + sll $t1, $t1, 2 # turn i/2 into a byte offset (*4) + add $t1, $gp, $t1 # &A[i/2] - 28 + lw $t1, 28($t1) # fetch A[i/2] + addi $t1, $t1, 1 # A[i/2] + 1 + sll $t2, $t0, 2 # turn i into a byte offset + add $t2, $t2, $gp # &A[i] - 28 + sw $t1, 28($t2) # A[i] = ... +# A[i+1] = -1; + addi $t1, $zero, -1 # -1 + sw $t1, 32($t2) # A[i+1] = -1 diff --git a/index/samples/sample.msdax.txt b/index/samples/sample.msdax.txt new file mode 100644 index 00000000..a9f886f0 --- /dev/null +++ b/index/samples/sample.msdax.txt @@ -0,0 +1 @@ + = CALCULATE(SUM(Sales[SalesAmount]), PREVIOUSQUARTER(Calendar[DateKey])) \ No newline at end of file diff --git a/index/samples/sample.mysql.txt b/index/samples/sample.mysql.txt new file mode 100644 index 00000000..0a25e9d3 --- /dev/null +++ b/index/samples/sample.mysql.txt @@ -0,0 +1,8 @@ +CREATE TABLE shop ( + article INT(4) UNSIGNED ZEROFILL DEFAULT '0000' NOT NULL, + dealer CHAR(20) DEFAULT '' NOT NULL, + price DOUBLE(16,2) DEFAULT '0.00' NOT NULL, + PRIMARY KEY(article, dealer)); +INSERT INTO shop VALUES + (1,'A',3.45),(1,'B',3.99),(2,'A',10.99),(3,'B',1.45), + (3,'C',1.69),(3,'D',1.25),(4,'D',19.95); \ No newline at end of file diff --git a/index/samples/sample.objective-c.txt b/index/samples/sample.objective-c.txt new file mode 100644 index 00000000..38dad8d1 --- /dev/null +++ b/index/samples/sample.objective-c.txt @@ -0,0 +1,52 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// + +#import "UseQuotes.h" +#import + +/* + Multi + Line + Comments +*/ +@implementation Test + +- (void) applicationWillFinishLaunching:(NSNotification *)notification +{ +} + +- (IBAction)onSelectInput:(id)sender +{ + NSString* defaultDir = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, true)[0]; + + NSOpenPanel* panel = [NSOpenPanel openPanel]; + [panel setAllowedFileTypes:[[NSArray alloc] initWithObjects:@"ipa", @"xcarchive", @"app", nil]]; + + [panel beginWithCompletionHandler:^(NSInteger result) + { + if (result == NSFileHandlingPanelOKButton) + [self.inputTextField setStringValue:[panel.URL path]]; + }]; + return YES; + + int hex = 0xFEF1F0F; + float ing = 3.14; + ing = 3.14e0; + ing = 31.4e-2; +} + +-(id) initWithParams:(id) aHandler withDeviceStateManager:(id) deviceStateManager +{ + // add a tap gesture recognizer + UITapGestureRecognizer *tapGesture = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(handleTap:)]; + NSMutableArray *gestureRecognizers = [NSMutableArray array]; + [gestureRecognizers addObject:tapGesture]; + [gestureRecognizers addObjectsFromArray:scnView.gestureRecognizers]; + scnView.gestureRecognizers = gestureRecognizers; + + return tapGesture; + return nil; +} + +@end diff --git a/index/samples/sample.pascal.txt b/index/samples/sample.pascal.txt new file mode 100644 index 00000000..c935c5d1 --- /dev/null +++ b/index/samples/sample.pascal.txt @@ -0,0 +1,28 @@ +program GreetingsNumberOfTimes; + +{$APPTYPE CONSOLE} + +{$R *.res} + +uses + System.SysUtils; + +var + greetingsMessage: string; + numberOfTimes, i: integer; + +begin + try + { TODO -oUser -cConsole Main : Insert code here } + greetingsMessage := 'Hello World!'; + numberOfTimes := 10; + + for i := 1 to numberOfTimes do + begin + Writeln(greetingsMessage); + end; + except + on E: Exception do + Writeln(E.ClassName, ': ', E.Message); + end; +end. diff --git a/index/samples/sample.pascaligo.txt b/index/samples/sample.pascaligo.txt new file mode 100644 index 00000000..da128671 --- /dev/null +++ b/index/samples/sample.pascaligo.txt @@ -0,0 +1,20 @@ +type storage is int +type parameter is + Increment of int +| Decrement of int +| Reset +type return is list (operation) * storage +// Two entrypoints +function add (const store : storage; const delta : int) : storage is + store + delta +function sub (const store : storage; const delta : int) : storage is + store - delta +(* Main access point that dispatches to the entrypoints according to + the smart contract parameter. *) +function main (const action : parameter; const store : storage) : return is + ((nil : list (operation)), // No operations + case action of + Increment (n) -> add (store, n) + | Decrement (n) -> sub (store, n) + | Reset -> 0 + end) diff --git a/index/samples/sample.perl.txt b/index/samples/sample.perl.txt new file mode 100644 index 00000000..28ec777e --- /dev/null +++ b/index/samples/sample.perl.txt @@ -0,0 +1,18 @@ +#!/usr/bin/perl +use strict; +use warnings; + +use Path::Tiny; + +my $dir = path('foo','bar'); # foo/bar + +# Iterate over the content of foo/bar +my $iter = $dir->iterator; +while (my $file = $iter->()) { + + # See if it is a directory and skip + next if $file->is_dir(); + + # Print out the file name and path + print "$file\n"; +} \ No newline at end of file diff --git a/index/samples/sample.pgsql.txt b/index/samples/sample.pgsql.txt new file mode 100644 index 00000000..5b8b10bc --- /dev/null +++ b/index/samples/sample.pgsql.txt @@ -0,0 +1,8 @@ +BEGIN + SELECT * INTO STRICT myrec FROM emp WHERE empname = myname; + EXCEPTION + WHEN NO_DATA_FOUND THEN + RAISE EXCEPTION 'employee % not found', myname; + WHEN TOO_MANY_ROWS THEN + RAISE EXCEPTION 'employee % not unique', myname; +END; \ No newline at end of file diff --git a/index/samples/sample.php.txt b/index/samples/sample.php.txt new file mode 100644 index 00000000..758f2c45 --- /dev/null +++ b/index/samples/sample.php.txt @@ -0,0 +1,82 @@ + + + + Example page + + + + + + +
      +Hello + + + + guest + +! +
      + +"); + + // display shuffled cards (EXAMPLE ONLY) + for ($index = 0; $index < 52; $index++) { + if ($starting_point == 52) { $starting_point = 0; } + print("Uncut Point: $deck[$index] "); + print("Starting Point: $deck[$starting_point]
      "); + $starting_point++; + } +?> + + + \ No newline at end of file diff --git a/index/samples/sample.pla.txt b/index/samples/sample.pla.txt new file mode 100644 index 00000000..0209a023 --- /dev/null +++ b/index/samples/sample.pla.txt @@ -0,0 +1,4 @@ +.ob out1 out2 out3 +--1-- - wait 110000 +.ilb in1 in0 wait ack nack +.symbolic state<3> state<2>;aaa bbb; # comment diff --git a/index/samples/sample.plaintext.txt b/index/samples/sample.plaintext.txt new file mode 100644 index 00000000..0748107a --- /dev/null +++ b/index/samples/sample.plaintext.txt @@ -0,0 +1,9 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec cursus aliquet sapien, sed rhoncus leo ullamcorper ornare. Interdum et malesuada fames ac ante ipsum primis in faucibus. Phasellus feugiat eleifend nisl, aliquet rhoncus quam scelerisque vel. Morbi eu pellentesque ex. Nam suscipit maximus leo blandit cursus. Aenean sollicitudin nisi luctus, ornare nibh viverra, laoreet ex. Donec eget nibh sit amet dolor ornare elementum. Morbi sollicitudin enim vitae risus pretium vestibulum. Ut pretium hendrerit libero, non vulputate ante volutpat et. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nullam malesuada turpis vitae est porttitor, id tincidunt neque dignissim. Integer rhoncus vestibulum justo in iaculis. Praesent nec augue ut dui scelerisque gravida vel id velit. Donec vehicula feugiat mollis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. + +Praesent diam lorem, luctus quis ullamcorper non, consequat quis orci. Ut vel massa vel nunc sagittis porttitor a vitae ante. Quisque euismod lobortis imperdiet. Vestibulum tincidunt vehicula posuere. Nulla facilisi. Donec sodales imperdiet risus id ullamcorper. Nulla luctus orci tortor, vitae tincidunt urna aliquet nec. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam consequat dapibus massa. Sed ac pharetra magna, in imperdiet neque. Nullam nunc nisi, consequat vel nunc et, sagittis aliquam arcu. Aliquam non orci magna. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed id sem ut sem pulvinar rhoncus. Aenean venenatis nunc eget mi ornare, vitae maximus lacus varius. Quisque quis vestibulum justo. + +Donec euismod luctus volutpat. Donec sed lacinia enim. Vivamus aliquam elit cursus, convallis diam at, volutpat turpis. Sed lacinia nisl in auctor dapibus. Nunc turpis mi, mattis ut rhoncus id, lacinia sed lectus. Donec sodales tellus quis libero gravida pretium et quis magna. Etiam ultricies mollis purus, eget consequat velit. Duis vitae nibh vitae arcu tincidunt congue. Maecenas ut velit in ipsum condimentum dictum quis eget urna. Sed mattis nulla arcu, vitae mattis ligula dictum at. + +Praesent at dignissim dolor. Donec quis placerat sem. Cras vitae placerat sapien, eu sagittis ex. Mauris nec luctus risus. Cras imperdiet semper neque suscipit auctor. Mauris nisl massa, commodo sit amet dignissim id, malesuada sed ante. Praesent varius sapien eget eros vehicula porttitor. + +Mauris auctor nunc in quam tempor, eget consectetur nisi rhoncus. Donec et nulla imperdiet, gravida dui at, accumsan velit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin sollicitudin condimentum auctor. Sed lacinia eleifend nisi, id scelerisque leo laoreet sit amet. Morbi congue augue a malesuada pulvinar. Curabitur nec ante finibus, commodo orci vel, aliquam libero. Morbi molestie purus non nunc placerat fermentum. Pellentesque commodo ligula sed pretium aliquam. Praesent ut nibh ex. Vivamus vestibulum velit in leo suscipit, vitae pellentesque urna vulputate. Suspendisse pretium placerat ligula eu ullamcorper. Nam eleifend mi tellus, ut tristique ante ultricies vitae. Quisque venenatis dapibus tellus sit amet mattis. Donec erat arcu, elementum vel nisl at, sagittis vulputate nisi. \ No newline at end of file diff --git a/index/samples/sample.postiats.txt b/index/samples/sample.postiats.txt new file mode 100644 index 00000000..63352862 --- /dev/null +++ b/index/samples/sample.postiats.txt @@ -0,0 +1,64 @@ +// http://www.ats-lang.org/ +(* Say Hello! once *) +val () = print"Hello!\n" +// +(* Say Hello! 3 times *) +val () = 3*delay(print"Hello!") +val () = print_newline((*void*)) +// + +// +(* Build a list of 3 *) +val xs = $list{int}(0, 1, 2) +// +val x0 = xs[0] // legal +val x1 = xs[1] // legal +val x2 = xs[2] // legal +val x3 = xs[3] // illegal +// + +// +extern +fun{} f0 (): int +extern +fun{} f1 (int): int +extern +fun{} repeat_f0f1 (int): int +// +implement +{}(*tmp*) +repeat_f0f1(n) = + if n = 0 + then f0() + else f1(repeat_f0f1(n-1)) + // end of [if] +// +fun +times ( + m:int, n:int +) : int = // m*n + repeat_f0f1 (m) where +{ + implement f0<> () = 0 + implement f1<> (x) = x + n +} +// +fun +power ( + m:int, n:int +) : int = // m^n + repeat_f0f1 (n) where +{ + implement f0<> () = 1 + implement f1<> (x) = m * x +} +// +val () = +println! ("5*5 = ", times(5,5)) +val () = +println! ("5^2 = ", power(5,2)) +val () = +println! ("2^10 = ", power(2,10)) +val () = +println! ("3^10 = ", power(3,10)) +// diff --git a/index/samples/sample.powerquery.txt b/index/samples/sample.powerquery.txt new file mode 100644 index 00000000..dd7e3b86 --- /dev/null +++ b/index/samples/sample.powerquery.txt @@ -0,0 +1,12 @@ +let + Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], + SplitColumnDelimiter = Table.SplitColumn(Source,"Input",Splitter.SplitTextByDelimiter(","),13), + Unpivot = Table.Unpivot(SplitColumnDelimiter,{"Input.1", "Input.2", "Input.3", "Input.4", + "Input.5", "Input.6", "Input.7", "Input.8", "Input.9", "Input.10", "Input.11", "Input.12" + , "Input.13"},"Attribute","Value"), + RemovedColumns = Table.RemoveColumns(Unpivot,{"Attribute"}), + DuplicatesRemoved = Table.Distinct(RemovedColumns), + GroupedRows = Table.Group(DuplicatesRemoved, {"RowID"}, {{"Count of Distinct Values" + , each Table.RowCount(_), type number}}) +in + GroupedRows \ No newline at end of file diff --git a/index/samples/sample.powershell.txt b/index/samples/sample.powershell.txt new file mode 100644 index 00000000..fa6bc20c --- /dev/null +++ b/index/samples/sample.powershell.txt @@ -0,0 +1,30 @@ +$SelectedObjectNames=@(); +$XenCenterNodeSelected = 0; +#the object info array contains hashmaps, each of which represent a parameter set and describe a target in the XenCenter resource list +foreach($parameterSet in $ObjInfoArray) +{ + if ($parameterSet["class"] -eq "blank") + { + #When the XenCenter node is selected a parameter set is created for each of your connected servers with the class and objUuid keys marked as blank + if ($XenCenterNodeSelected) + { + continue + } + $XenCenterNodeSelected = 1; + $SelectedObjectNames += "XenCenter" + } + elseif ($parameterSet["sessionRef"] -eq "null") + { + #When a disconnected server is selected there is no session information, we get null for everything except class + } + $SelectedObjectNames += "a disconnected server" + else + { + Connect-XenServer -url $parameterSet["url"] -opaqueref $parameterSet["sessionRef"] + #Use $class to determine which server objects to get + #-properties allows us to filter the results to just include the selected object + $exp = "Get-XenServer:{0} -properties @{{uuid='{1}'}}" -f $parameterSet["class"], $parameterSet["objUuid"] + $obj = Invoke-Expression $exp + $SelectedObjectNames += $obj.name_label; + } +} \ No newline at end of file diff --git a/index/samples/sample.proto.txt b/index/samples/sample.proto.txt new file mode 100644 index 00000000..409364a0 --- /dev/null +++ b/index/samples/sample.proto.txt @@ -0,0 +1,11 @@ +syntax = "proto3"; +import public "other.proto"; + +/* SearchRequest represents a search query, with pagination options to + * indicate which results to include in the response. */ + +message SearchRequest { + required string query = 1; + optional int32 page_number = 2; // Which page number do we want? + optional int32 result_per_page = 3; // Number of results to return per page. +} diff --git a/index/samples/sample.pug.txt b/index/samples/sample.pug.txt new file mode 100644 index 00000000..f5d6ca40 --- /dev/null +++ b/index/samples/sample.pug.txt @@ -0,0 +1,18 @@ +doctype 5 +html(lang="en") + head + title= pageTitle + script(type='text/javascript') + if (foo) { + bar() + } + body + // Disclaimer: You will need to turn insertSpaces to true in order for the + syntax highlighting to kick in properly (especially for comments) + Enjoy :) + h1 Pug - node template engine + #container + if youAreUsingPug + p You are amazing + else + p Get on it! \ No newline at end of file diff --git a/index/samples/sample.python.txt b/index/samples/sample.python.txt new file mode 100644 index 00000000..200243fd --- /dev/null +++ b/index/samples/sample.python.txt @@ -0,0 +1,13 @@ +import banana + + +class Monkey: + # Bananas the monkey can eat. + capacity = 10 + def eat(self, n): + """Make the monkey eat n bananas!""" + self.capacity -= n * banana.size + + def feeding_frenzy(self): + self.eat(9.25) + return "Yum yum" diff --git a/index/samples/sample.qsharp.txt b/index/samples/sample.qsharp.txt new file mode 100644 index 00000000..5106fb4f --- /dev/null +++ b/index/samples/sample.qsharp.txt @@ -0,0 +1,45 @@ +// Run this cell using Ctrl+Enter (⌘+Enter on Mac) +// Then run the next cell to see the output + +open Microsoft.Quantum.Diagnostics; + +operation QubitsDemo () : Unit { + // This line allocates a qubit in state |0⟩ + use q = Qubit(); + Message("State |0⟩:"); + + // This line prints out the state of the quantum computer + // Since only one qubit is allocated, only its state is printed + DumpMachine(); + + // This line changes the qubit from state |0⟩ to state |1⟩ + X(q); + + Message("State |1⟩:"); + DumpMachine(); + + // This line changes the qubit to state |-⟩ = (1/sqrt(2))(|0⟩ - |1⟩) + // That is, this puts the qubit into a superposition + // 1/sqrt(2) is approximately 0.707107 + H(q); + + Message("State |-⟩:"); + DumpMachine(); + + // This line changes the qubit to state |-i⟩ = (1/sqrt(2))(|0⟩ - i|1⟩) + S(q); + + Message("State |-i⟩:"); + DumpMachine(); + + // This will put the qubit into an uneven superposition, + // where the amplitudes of |0⟩ and |1⟩ have different moduli + Rx(2.0, q); + Ry(1.0, q); + + Message("Uneven superposition state:"); + DumpMachine(); + + // This line returns the qubit to state |0⟩ + Reset(q); +} diff --git a/index/samples/sample.r.txt b/index/samples/sample.r.txt new file mode 100644 index 00000000..dc3ab065 --- /dev/null +++ b/index/samples/sample.r.txt @@ -0,0 +1,41 @@ +# © Microsoft. All rights reserved. + +#' Add together two numbers. +#' +#' @param x A number. +#' @param y A number. +#' @return The sum of \code{x} and \code{y}. +#' @examples +#' add(1, 1) +#' add(10, 1) +add <- function(x, y) { + x + y +} + +add(1, 2) +add(1.0, 2.0) +add(-1, -2) +add(-1.0, -2.0) +add(1.0e10, 2.0e10) + + +#' Concatenate together two strings. +#' +#' @param x A string. +#' @param y A string. +#' @return The concatenated string built of \code{x} and \code{y}. +#' @examples +#' strcat("one", "two") +strcat <- function(x, y) { + paste(x, y) +} + +paste("one", "two") +paste('one', 'two') +paste(NULL, NULL) +paste(NA, NA) + +paste("multi- + line", + 'multi- + line') diff --git a/index/samples/sample.razor.txt b/index/samples/sample.razor.txt new file mode 100644 index 00000000..ca017eb8 --- /dev/null +++ b/index/samples/sample.razor.txt @@ -0,0 +1,46 @@ +@{ + var total = 0; + var totalMessage = ""; + @* a multiline + razor comment embedded in csharp *@ + if (IsPost) { + + // Retrieve the numbers that the user entered. + var num1 = Request["text1"]; + var num2 = Request["text2"]; + + // Convert the entered strings into integers numbers and add. + total = num1.AsInt() + num2.AsInt(); + totalMessage = "Total = " + total; + } +} + + + + + Add Numbers + + + +

      Enter two whole numbers and then click Add.

      +
      +

      + +

      +

      + +

      +

      +
      + + @* now we call the totalMessage method + (a multi line razor comment outside code) *@ + +

      @totalMessage

      + +

      @(totalMessage+"!")

      + + An email address (with escaped at character): name@@domain.com + + + diff --git a/index/samples/sample.redis.txt b/index/samples/sample.redis.txt new file mode 100644 index 00000000..f22ca57f --- /dev/null +++ b/index/samples/sample.redis.txt @@ -0,0 +1,4 @@ +EXISTS mykey +APPEND mykey "Hello" +APPEND mykey " World" +GET mykey \ No newline at end of file diff --git a/index/samples/sample.redshift.txt b/index/samples/sample.redshift.txt new file mode 100644 index 00000000..54270d88 --- /dev/null +++ b/index/samples/sample.redshift.txt @@ -0,0 +1,9 @@ +create view tables_vw as +select distinct(id) table_id +,trim(datname) db_name +,trim(nspname) schema_name +,trim(relname) table_name +from stv_tbl_perm +join pg_class on pg_class.oid = stv_tbl_perm.id +join pg_namespace on pg_namespace.oid = relnamespace +join pg_database on pg_database.oid = stv_tbl_perm.db_id; diff --git a/index/samples/sample.restructuredtext.txt b/index/samples/sample.restructuredtext.txt new file mode 100644 index 00000000..37c139e3 --- /dev/null +++ b/index/samples/sample.restructuredtext.txt @@ -0,0 +1,26 @@ +================= +My Project Readme +================= +------------------------- +Clever subtitle goes here +------------------------- + +Introduction +============ + +This is an example reStructuredText document that starts at the very top +with a title and a sub-title. There is one primary header, Introduction. +There is one example subheading below. +The document is just plain text so it is easily readable even before +being converted to HTML, man page, PDF or other formats. + +Subheading +---------- + +The basic syntax is not that different from Markdown, but it also +has many more powerful features that Markdown doesn't have. We aren't +taking advantage of those yet though. + +- Bullet points +- Are intuitive +- And simple too diff --git a/index/samples/sample.ruby.txt b/index/samples/sample.ruby.txt new file mode 100644 index 00000000..98f6a9ac --- /dev/null +++ b/index/samples/sample.ruby.txt @@ -0,0 +1,21 @@ +#------------------------------------------------------------------------- +# Copyright (c) Microsoft. All rights reserved. +#-------------------------------------------------------------------------- + +module Azure + module Blob + class Blob + + def initialize + @properties = {} + @metadata = {} + yield self if block_given? + end + + attr_accessor :name + attr_accessor :snapshot + attr_accessor :properties + attr_accessor :metadata + end + end +end \ No newline at end of file diff --git a/index/samples/sample.rust.txt b/index/samples/sample.rust.txt new file mode 100644 index 00000000..aca64b4f --- /dev/null +++ b/index/samples/sample.rust.txt @@ -0,0 +1,29 @@ +fn main() { + let greetings = ["Hello", "Hola", "Bonjour", + "Ciao", "こんにちは", "안녕하세요", + "Cześć", "Olá", "Здравствуйте", + "Chào bạn", "您好", "Hallo", + "Hej", "Ahoj", "سلام"]; + + for (num, greeting) in greetings.iter().enumerate() { + print!("{} : ", greeting); + match num { + 0 => println!("This code is editable and runnable!"), + 1 => println!("¡Este código es editable y ejecutable!"), + 2 => println!("Ce code est modifiable et exécutable !"), + 3 => println!("Questo codice è modificabile ed eseguibile!"), + 4 => println!("このコードは編集して実行出来ます!"), + 5 => println!("여기에서 코드를 수정하고 실행할 수 있습니다!"), + 6 => println!("Ten kod można edytować oraz uruchomić!"), + 7 => println!("Este código é editável e executável!"), + 8 => println!("Этот код можно отредактировать и запустить!"), + 9 => println!("Bạn có thể edit và run code trực tiếp!"), + 10 => println!("这段代码是可以编辑并且能够运行的!"), + 11 => println!("Dieser Code kann bearbeitet und ausgeführt werden!"), + 12 => println!("Den här koden kan redigeras och köras!"), + 13 => println!("Tento kód můžete upravit a spustit"), + 14 => println!("این کد قابلیت ویرایش و اجرا دارد!"), + _ => {}, + } + } +} diff --git a/index/samples/sample.sb.txt b/index/samples/sample.sb.txt new file mode 100644 index 00000000..23cb9280 --- /dev/null +++ b/index/samples/sample.sb.txt @@ -0,0 +1,10 @@ +begin: +TextWindow.Write("Enter a number: ") +num = TextWindow.ReadNumber() +remainder = Math.Remainder(num, 2) +If (remainder = 0) Then + TextWindow.WriteLine("The number is Even") +Else + TextWindow.WriteLine("The number is Odd") +EndIf +Goto begin \ No newline at end of file diff --git a/index/samples/sample.scala.txt b/index/samples/sample.scala.txt new file mode 100644 index 00000000..6da4bf61 --- /dev/null +++ b/index/samples/sample.scala.txt @@ -0,0 +1,53 @@ +package examples + +/** Quick sort, imperative style */ +object sort { + + /** Nested methods can use and even update everything + * visible in their scope (including local variables or + * arguments of enclosing methods). + */ + def sort(a: Array[Int]) { + + def swap(i: Int, j: Int) { + val t = a(i); a(i) = a(j); a(j) = t + } + + def sort1(l: Int, r: Int) { + val pivot = a((l + r) / 2) + var i = l + var j = r + while (i <= j) { + while (a(i) < pivot) i += 1 + while (a(j) > pivot) j -= 1 + if (i <= j) { + swap(i, j) + i += 1 + j -= 1 + } + } + if (l < j) sort1(l, j) + if (j < r) sort1(i, r) + } + + if (a.length > 0) + sort1(0, a.length - 1) + } + + def println(ar: Array[Int]) { + def print1 = { + def iter(i: Int): String = + ar(i) + (if (i < ar.length-1) "," + iter(i+1) else "") + if (ar.length == 0) "" else iter(0) + } + Console.println("[" + print1 + "]") + } + + def main(args: Array[String]) { + val ar = Array(6, 2, 8, 5, 1) + println(ar) + sort(ar) + println(ar) + } + +} diff --git a/index/samples/sample.scheme.txt b/index/samples/sample.scheme.txt new file mode 100644 index 00000000..ddc5fb69 --- /dev/null +++ b/index/samples/sample.scheme.txt @@ -0,0 +1,105 @@ +;;; make-matrix creates a matrix (a vector of vectors). +(define make-matrix + (lambda (rows columns) + (do ((m (make-vector rows)) + (i 0 (+ i 1))) + ((= i rows) m) + (vector-set! m i (make-vector columns))))) + +;;; matrix? checks to see if its argument is a matrix. +;;; It isn't foolproof, but it's generally good enough. +(define matrix? + (lambda (x) + (and (vector? x) + (> (vector-length x) 0) + (vector? (vector-ref x 0))))) + +;; matrix-rows returns the number of rows in a matrix. +(define matrix-rows + (lambda (x) + (vector-length x))) + +;; matrix-columns returns the number of columns in a matrix. +(define matrix-columns + (lambda (x) + (vector-length (vector-ref x 0)))) + +;;; matrix-ref returns the jth element of the ith row. +(define matrix-ref + (lambda (m i j) + (vector-ref (vector-ref m i) j))) + +;;; matrix-set! changes the jth element of the ith row. +(define matrix-set! + (lambda (m i j x) + (vector-set! (vector-ref m i) j x))) + +;;; mul is the generic matrix/scalar multiplication procedure +(define mul + (lambda (x y) + ;; mat-sca-mul multiplies a matrix by a scalar. + (define mat-sca-mul + (lambda (m x) + (let* ((nr (matrix-rows m)) + (nc (matrix-columns m)) + (r (make-matrix nr nc))) + (do ((i 0 (+ i 1))) + ((= i nr) r) + (do ((j 0 (+ j 1))) + ((= j nc)) + (matrix-set! r i j + (* x (matrix-ref m i j)))))))) + + ;; mat-mat-mul multiplies one matrix by another, after verifying + ;; that the first matrix has as many columns as the second + ;; matrix has rows. + (define mat-mat-mul + (lambda (m1 m2) + (let* ((nr1 (matrix-rows m1)) + (nr2 (matrix-rows m2)) + (nc2 (matrix-columns m2)) + (r (make-matrix nr1 nc2))) + (if (not (= (matrix-columns m1) nr2)) + (match-error m1 m2)) + (do ((i 0 (+ i 1))) + ((= i nr1) r) + (do ((j 0 (+ j 1))) + ((= j nc2)) + (do ((k 0 (+ k 1)) + (a 0 + (+ a + (* (matrix-ref m1 i k) + (matrix-ref m2 k j))))) + ((= k nr2) + (matrix-set! r i j a)))))))) + + ;; type-error is called to complain when mul receives an invalid + ;; type of argument. + (define type-error + (lambda (what) + (error 'mul + "~s is not a number or matrix" + what))) + + ;; match-error is called to complain when mul receives a pair of + ;; incompatible arguments. + (define match-error + (lambda (what1 what2) + (error 'mul + "~s and ~s are incompatible operands" + what1 + what2))) + + ;; body of mul; dispatch based on input types + (cond + ((number? x) + (cond + ((number? y) (* x y)) + ((matrix? y) (mat-sca-mul y x)) + (else (type-error y)))) + ((matrix? x) + (cond + ((number? y) (mat-sca-mul x y)) + ((matrix? y) (mat-mat-mul x y)) + (else (type-error y)))) + (else (type-error x))))) \ No newline at end of file diff --git a/index/samples/sample.scss.txt b/index/samples/sample.scss.txt new file mode 100644 index 00000000..7aa79063 --- /dev/null +++ b/index/samples/sample.scss.txt @@ -0,0 +1,37 @@ +$baseFontSizeInPixels: 14; + +@function px2em ($font_size, $base_font_size: $baseFontSizeInPixels) { + @return ($font_size / $base_font_size) + em; +} + +h1 { + font-size: px2em(36, $baseFontSizeInPixels); +} +h2 { + font-size: px2em(28, $baseFontSizeInPixels); +} +.class { + font-size: px2em(14, $baseFontSizeInPixels); +} + +nav { + ul { + margin: 0; + padding: 0; + list-style: none; + } + + li { display: inline-block; } + + a { + display: block; + padding: 6px 12px; + text-decoration: none; + } + + @each $animal in puma, sea-slug, egret, salamander { + .#{$animal}-icon { + background-image: url('/images/#{$animal}.png'); + } + } +} \ No newline at end of file diff --git a/index/samples/sample.shell.txt b/index/samples/sample.shell.txt new file mode 100644 index 00000000..4ee3d196 --- /dev/null +++ b/index/samples/sample.shell.txt @@ -0,0 +1,42 @@ +#!/bin/bash +# Simple line count example, using bash +# +# Bash tutorial: http://linuxconfig.org/Bash_scripting_Tutorial#8-2-read-file-into-bash-array +# My scripting link: http://www.macs.hw.ac.uk/~hwloidl/docs/index.html#scripting +# +# Usage: ./line_count.sh file +# ----------------------------------------------------------------------------- + +# Link filedescriptor 10 with stdin +exec 10<&0 +# stdin replaced with a file supplied as a first argument +exec < $1 +# remember the name of the input file +in=$1 + +# init +file="current_line.txt" +let count=0 + +# this while loop iterates over all lines of the file +while read LINE +do + # increase line counter + ((count++)) + # write current line to a tmp file with name $file (not needed for counting) + echo $LINE > $file + # this checks the return code of echo (not needed for writing; just for demo) + if [ $? -ne 0 ] + then echo "Error in writing to file ${file}; check its permissions!" + fi +done + +echo "Number of lines: $count" +echo "The last line of the file is: `cat ${file}`" + +# Note: You can achieve the same by just using the tool wc like this +echo "Expected number of lines: `wc -l $in`" + +# restore stdin from filedescriptor 10 +# and close filedescriptor 10 +exec 0<&10 10<&- \ No newline at end of file diff --git a/index/samples/sample.sol.txt b/index/samples/sample.sol.txt new file mode 100644 index 00000000..549636f9 --- /dev/null +++ b/index/samples/sample.sol.txt @@ -0,0 +1,139 @@ +pragma solidity ^0.4.11; + +/// @title Voting with delegation. +contract Ballot { + // This declares a new complex type which will + // be used for variables later. + // It will represent a single voter. + struct Voter { + uint weight; // weight is accumulated by delegation + bool voted; // if true, that person already voted + address delegate; // person delegated to + uint vote; // index of the voted proposal + } + + // This is a type for a single proposal. + struct Proposal { + bytes32 name; // short name (up to 32 bytes) + uint voteCount; // number of accumulated votes + } + + address public chairperson; + + // This declares a state variable that + // stores a `Voter` struct for each possible address. + mapping(address => Voter) public voters; + + // A dynamically-sized array of `Proposal` structs. + Proposal[] public proposals; + + /// Create a new ballot to choose one of `proposalNames`. + function Ballot(bytes32[] proposalNames) { + chairperson = msg.sender; + voters[chairperson].weight = 1; + + // For each of the provided proposal names, + // create a new proposal object and add it + // to the end of the array. + for (uint i = 0; i < proposalNames.length; i++) { + // `Proposal({...})` creates a temporary + // Proposal object and `proposals.push(...)` + // appends it to the end of `proposals`. + proposals.push(Proposal({ + name: proposalNames[i], + voteCount: 0 + })); + } + } + + // Give `voter` the right to vote on this ballot. + // May only be called by `chairperson`. + function giveRightToVote(address voter) { + // If the argument of `require` evaluates to `false`, + // it terminates and reverts all changes to + // the state and to Ether balances. It is often + // a good idea to use this if functions are + // called incorrectly. But watch out, this + // will currently also consume all provided gas + // (this is planned to change in the future). + require((msg.sender == chairperson) && !voters[voter].voted && (voters[voter].weight == 0)); + voters[voter].weight = 1; + } + + /// Delegate your vote to the voter `to`. + function delegate(address to) { + // assigns reference + Voter sender = voters[msg.sender]; + require(!sender.voted); + + // Self-delegation is not allowed. + require(to != msg.sender); + + // Forward the delegation as long as + // `to` also delegated. + // In general, such loops are very dangerous, + // because if they run too long, they might + // need more gas than is available in a block. + // In this case, the delegation will not be executed, + // but in other situations, such loops might + // cause a contract to get "stuck" completely. + while (voters[to].delegate != address(0)) { + to = voters[to].delegate; + + // We found a loop in the delegation, not allowed. + require(to != msg.sender); + } + + // Since `sender` is a reference, this + // modifies `voters[msg.sender].voted` + sender.voted = true; + sender.delegate = to; + Voter delegate = voters[to]; + if (delegate.voted) { + // If the delegate already voted, + // directly add to the number of votes + proposals[delegate.vote].voteCount += sender.weight; + } else { + // If the delegate did not vote yet, + // add to her weight. + delegate.weight += sender.weight; + } + } + + /// Give your vote (including votes delegated to you) + /// to proposal `proposals[proposal].name`. + function vote(uint proposal) { + Voter sender = voters[msg.sender]; + require(!sender.voted); + sender.voted = true; + sender.vote = proposal; + + // If `proposal` is out of the range of the array, + // this will throw automatically and revert all + // changes. + proposals[proposal].voteCount += sender.weight; + } + + /// @dev Computes the winning proposal taking all + /// previous votes into account. + function winningProposal() constant + returns (uint winningProposal) + { + uint winningVoteCount = 0; + for (uint p = 0; p < proposals.length; p++) { + if (proposals[p].voteCount > winningVoteCount) { + winningVoteCount = proposals[p].voteCount; + winningProposal = p; + } + } + } + + // Calls winningProposal() function to get the index + // of the winner contained in the proposals array and then + // returns the name of the winner + function winnerName() constant + returns (bytes32 winnerName) + { + winnerName = proposals[winningProposal()].name; + } +} \ No newline at end of file diff --git a/index/samples/sample.sparql.txt b/index/samples/sample.sparql.txt new file mode 100644 index 00000000..35ac602c --- /dev/null +++ b/index/samples/sample.sparql.txt @@ -0,0 +1,7 @@ + SELECT ?x ?name + { + ?x foaf:mbox . + ?x foaf:knows ?a1 . + ?a1 foaf:knows ?a2 . + ?a2 foaf:name ?name . + } diff --git a/index/samples/sample.sql.txt b/index/samples/sample.sql.txt new file mode 100644 index 00000000..c47a8504 --- /dev/null +++ b/index/samples/sample.sql.txt @@ -0,0 +1,52 @@ +CREATE TABLE dbo.EmployeePhoto +( + EmployeeId INT NOT NULL PRIMARY KEY, + Photo VARBINARY(MAX) FILESTREAM NULL, + MyRowGuidColumn UNIQUEIDENTIFIER NOT NULL ROWGUIDCOL + UNIQUE DEFAULT NEWID() +); + +GO + +/* +text_of_comment +/* nested comment */ +*/ + +-- line comment + +CREATE NONCLUSTERED INDEX IX_WorkOrder_ProductID + ON Production.WorkOrder(ProductID) + WITH (FILLFACTOR = 80, + PAD_INDEX = ON, + DROP_EXISTING = ON); +GO + +WHILE (SELECT AVG(ListPrice) FROM Production.Product) < $300 +BEGIN + UPDATE Production.Product + SET ListPrice = ListPrice * 2 + SELECT MAX(ListPrice) FROM Production.Product + IF (SELECT MAX(ListPrice) FROM Production.Product) > $500 + BREAK + ELSE + CONTINUE +END +PRINT 'Too much for the market to bear'; + +MERGE INTO Sales.SalesReason AS [Target] +USING (VALUES ('Recommendation','Other'), ('Review', 'Marketing'), ('Internet', 'Promotion')) + AS [Source] ([NewName], NewReasonType) +ON [Target].[Name] = [Source].[NewName] +WHEN MATCHED +THEN UPDATE SET ReasonType = [Source].NewReasonType +WHEN NOT MATCHED BY TARGET +THEN INSERT ([Name], ReasonType) VALUES ([NewName], NewReasonType) +OUTPUT $action INTO @SummaryOfChanges; + +SELECT ProductID, OrderQty, SUM(LineTotal) AS Total +FROM Sales.SalesOrderDetail +WHERE UnitPrice < $5.00 +GROUP BY ProductID, OrderQty +ORDER BY ProductID, OrderQty +OPTION (HASH GROUP, FAST 10); diff --git a/index/samples/sample.st.txt b/index/samples/sample.st.txt new file mode 100644 index 00000000..7fcfd8a3 --- /dev/null +++ b/index/samples/sample.st.txt @@ -0,0 +1,34 @@ +CONFIGURATION DefaultCfg + VAR_GLOBAL + Start_Stop AT %IX0.0: BOOL; (* This is a comment *) + END_VAR + TASK NewTask (INTERVAL := T#20ms); + PROGRAM Main WITH NewTask : PLC_PRG; +END_CONFIGURATION + +PROGRAM demo + VAR_EXTERNAL + Start_Stop: BOOL; + END_VAR + VAR + a : REAL; // Another comment + todTest: TIME_OF_DAY := TOD#12:55; + END_VAR + a := csq(12.5); + TON1(IN := TRUE, PT := T#2s); + 16#FAC0 2#1001_0110 + IF TON1.Q AND a > REAL#100 THEN + Start_Stop := TRUE; + END_IF +END_PROGRAM; + +/* Get a square of the circle */ +FUNCTION csq : REAL + VAR_INPUT + r: REAL; + END_VAR + VAR CONSTANT + c_pi: REAL := 3.14; + END_VAR + csq := ABS(c_pi * (r * 2)); +END_FUNCTION \ No newline at end of file diff --git a/index/samples/sample.swift.txt b/index/samples/sample.swift.txt new file mode 100644 index 00000000..279861d3 --- /dev/null +++ b/index/samples/sample.swift.txt @@ -0,0 +1,50 @@ +import Foundation + +protocol APIControllerProtocol { + func didReceiveAPIResults(results: NSArray) +} + +class APIController { + var delegate: APIControllerProtocol + + init(delegate: APIControllerProtocol) { + self.delegate = delegate + } + + func get(path: String) { + let url = NSURL(string: path) + let session = NSURLSession.sharedSession() + let task = session.dataTaskWithURL(url!, completionHandler: {data, response, error -> Void in + println("Task completed") + if(error != nil) { + // If there is an error in the web request, print it to the console + println(error.localizedDescription) + } + var err: NSError? + if let jsonResult = NSJSONSerialization.JSONObjectWithData(data, options: NSJSONReadingOptions.MutableContainers, error: &err) as? NSDictionary { + if(err != nil) { + // If there is an error parsing JSON, print it to the console + println("JSON Error \(err!.localizedDescription)") + } + if let results: NSArray = jsonResult["results"] as? NSArray { + self.delegate.didReceiveAPIResults(results) + } + } + }) + + // The task is just an object with all these properties set + // In order to actually make the web request, we need to "resume" + task.resume() + } + + func searchItunesFor(searchTerm: String) { + // The iTunes API wants multiple terms separated by + symbols, so replace spaces with + signs + let itunesSearchTerm = searchTerm.stringByReplacingOccurrencesOfString(" ", withString: "+", options: NSStringCompareOptions.CaseInsensitiveSearch, range: nil) + + // Now escape anything else that isn't URL-friendly + if let escapedSearchTerm = itunesSearchTerm.stringByAddingPercentEscapesUsingEncoding(NSUTF8StringEncoding) { + let urlPath = "https://itunes.apple.com/search?term=\(escapedSearchTerm)&media=music&entity=album" + } + } + +} \ No newline at end of file diff --git a/index/samples/sample.systemverilog.txt b/index/samples/sample.systemverilog.txt new file mode 100644 index 00000000..198384fb --- /dev/null +++ b/index/samples/sample.systemverilog.txt @@ -0,0 +1,28 @@ +// File : tb_top.sv +module tb_top (); + + reg clk; + reg resetn; + reg d; + wire q; + + // Instantiate the design + d_ff d_ff0 ( .clk (clk), + .resetn (resetn), + .d (d), + .q (q)); + + // Create a clock + always #10 clk <= ~clk; + + initial begin + resetn <= 0; + d <= 0; + + #10 resetn <= 1; + #5 d <= 1; + #8 d <= 0; + #2 d <= 1; + #10 d <= 0; + end +endmodule diff --git a/index/samples/sample.tcl.txt b/index/samples/sample.tcl.txt new file mode 100644 index 00000000..6f87bebf --- /dev/null +++ b/index/samples/sample.tcl.txt @@ -0,0 +1,18 @@ +proc find {{basedir .} {filterScript {}}} { + set oldwd [pwd] + cd $basedir + set cwd [pwd] + set filenames [glob -nocomplain * .*] + set files {} + set filt [string length $filterScript] + foreach filename $filenames { + if {!$filt || [eval $filterScript [list $filename]]} { + lappend files [file join $cwd $filename] + } + if {[file isdirectory $filename]} { + set files [concat $files [find $filename $filterScript]] + } + } + cd $oldwd + return $files +} diff --git a/index/samples/sample.twig.txt b/index/samples/sample.twig.txt new file mode 100644 index 00000000..043f42d1 --- /dev/null +++ b/index/samples/sample.twig.txt @@ -0,0 +1,12 @@ + + + + + {% block title %}Welcome!{% endblock %} + {% block stylesheets %}{% endblock %} + + + {% block body %}{% endblock %} + {% block javascripts %}{% endblock %} + + diff --git a/index/samples/sample.typescript.txt b/index/samples/sample.typescript.txt new file mode 100644 index 00000000..373c4013 --- /dev/null +++ b/index/samples/sample.typescript.txt @@ -0,0 +1,124 @@ +/* Game of Life + * Implemented in TypeScript + * To learn more about TypeScript, please visit http://www.typescriptlang.org/ + */ + +namespace Conway { + + export class Cell { + public row: number; + public col: number; + public live: boolean; + + constructor(row: number, col: number, live: boolean) { + this.row = row; + this.col = col; + this.live = live; + } + } + + export class GameOfLife { + private gridSize: number; + private canvasSize: number; + private lineColor: string; + private liveColor: string; + private deadColor: string; + private initialLifeProbability: number; + private animationRate: number; + private cellSize: number; + private context: CanvasRenderingContext2D; + private world; + + + constructor() { + this.gridSize = 50; + this.canvasSize = 600; + this.lineColor = '#cdcdcd'; + this.liveColor = '#666'; + this.deadColor = '#eee'; + this.initialLifeProbability = 0.5; + this.animationRate = 60; + this.cellSize = 0; + this.world = this.createWorld(); + this.circleOfLife(); + } + + public createWorld() { + return this.travelWorld( (cell : Cell) => { + cell.live = Math.random() < this.initialLifeProbability; + return cell; + }); + } + + public circleOfLife() : void { + this.world = this.travelWorld( (cell: Cell) => { + cell = this.world[cell.row][cell.col]; + this.draw(cell); + return this.resolveNextGeneration(cell); + }); + setTimeout( () => {this.circleOfLife()}, this.animationRate); + } + + public resolveNextGeneration(cell : Cell) { + var count = this.countNeighbors(cell); + var newCell = new Cell(cell.row, cell.col, cell.live); + if(count < 2 || count > 3) newCell.live = false; + else if(count == 3) newCell.live = true; + return newCell; + } + + public countNeighbors(cell : Cell) { + var neighbors = 0; + for(var row = -1; row <=1; row++) { + for(var col = -1; col <= 1; col++) { + if(row == 0 && col == 0) continue; + if(this.isAlive(cell.row + row, cell.col + col)) { + neighbors++; + } + } + } + return neighbors; + } + + public isAlive(row : number, col : number) { + if(row < 0 || col < 0 || row >= this.gridSize || col >= this.gridSize) return false; + return this.world[row][col].live; + } + + public travelWorld(callback) { + var result = []; + for(var row = 0; row < this.gridSize; row++) { + var rowData = []; + for(var col = 0; col < this.gridSize; col++) { + rowData.push(callback(new Cell(row, col, false))); + } + result.push(rowData); + } + return result; + } + + public draw(cell : Cell) { + if(this.context == null) this.context = this.createDrawingContext(); + if(this.cellSize == 0) this.cellSize = this.canvasSize/this.gridSize; + + this.context.strokeStyle = this.lineColor; + this.context.strokeRect(cell.row * this.cellSize, cell.col*this.cellSize, this.cellSize, this.cellSize); + this.context.fillStyle = cell.live ? this.liveColor : this.deadColor; + this.context.fillRect(cell.row * this.cellSize, cell.col*this.cellSize, this.cellSize, this.cellSize); + } + + public createDrawingContext() { + var canvas = document.getElementById('conway-canvas'); + if(canvas == null) { + canvas = document.createElement('canvas'); + canvas.id = 'conway-canvas'; + canvas.width = this.canvasSize; + canvas.height = this.canvasSize; + document.body.appendChild(canvas); + } + return canvas.getContext('2d'); + } + } +} + +var game = new Conway.GameOfLife(); diff --git a/index/samples/sample.vb.txt b/index/samples/sample.vb.txt new file mode 100644 index 00000000..7d7f892d --- /dev/null +++ b/index/samples/sample.vb.txt @@ -0,0 +1,59 @@ +Imports System +Imports System.Collections.Generic + +Module Module1 + + Sub Main() + Dim a As New M8Ball + + Do While True + + Dim q As String = "" + Console.Write("ask me about the future... ") + q = Console.ReadLine() + + If q.Trim <> "" Then + Console.WriteLine("the answer is... {0}", a.getAnswer(q)) + Else + Exit Do + End If + Loop + + End Sub + +End Module + +Class M8Ball + + Public Answers As System.Collections.Generic.Dictionary(Of Integer, String) + + Public Sub New() + Answers = New System.Collections.Generic.Dictionary(Of Integer, String) + Answers.Add(0, "It is certain") + Answers.Add(1, "It is decidedly so") + Answers.Add(2, "Without a doubt") + Answers.Add(3, "Yes, definitely") + Answers.Add(4, "You may rely on ") + Answers.Add(5, "As I see it, yes") + Answers.Add(6, "Most likely") + Answers.Add(7, "Outlook good") + Answers.Add(8, "Signs point to yes") + Answers.Add(9, "Yes") + Answers.Add(10, "Reply hazy, try again") + Answers.Add(11, "Ask again later") + Answers.Add(12, "Better not tell you now") + Answers.Add(13, "Cannot predict now") + Answers.Add(14, "Concentrate and ask again") + Answers.Add(15, "Don't count on it") + Answers.Add(16, "My reply is no") + Answers.Add(17, "My sources say no") + Answers.Add(18, "Outlook not so") + Answers.Add(19, "Very doubtful") + End Sub + + Public Function getAnswer(theQuestion As String) As String + Dim r As New Random + Return Answers(r.Next(0, 19)) + End Function + +End Class diff --git a/index/samples/sample.verilog.txt b/index/samples/sample.verilog.txt new file mode 100644 index 00000000..9ddb8572 --- /dev/null +++ b/index/samples/sample.verilog.txt @@ -0,0 +1,35 @@ +`include "first_counter.v" +module first_counter_tb(); +// Declare inputs as regs and outputs as wires +reg clock, reset, enable; +wire [3:0] counter_out; + +// Initialize all variables +initial begin + $display ("time\t clk reset enable counter"); + $monitor ("%g\t %b %b %b %b", + $time, clock, reset, enable, counter_out); + clock = 1; // initial value of clock + reset = 0; // initial value of reset + enable = 0; // initial value of enable + #5 reset = 1; // Assert the reset + #10 reset = 0; // De-assert the reset + #10 enable = 1; // Assert enable + #100 enable = 0; // De-assert enable + #5 $finish; // Terminate simulation +end + +// Clock generator +always begin + #5 clock = ~clock; // Toggle clock every 5 ticks +end + +// Connect DUT to test bench +first_counter U_counter ( +clock, +reset, +enable, +counter_out +); + +endmodule diff --git a/index/samples/sample.xml.txt b/index/samples/sample.xml.txt new file mode 100644 index 00000000..907d95f6 --- /dev/null +++ b/index/samples/sample.xml.txt @@ -0,0 +1,14 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/index/samples/sample.yaml.txt b/index/samples/sample.yaml.txt new file mode 100644 index 00000000..1180757d --- /dev/null +++ b/index/samples/sample.yaml.txt @@ -0,0 +1,14 @@ +%TAG ! tag:clarkevans.com,2002: +--- !shape + # Use the ! handle for presenting + # tag:clarkevans.com,2002:circle +- !circle + center: &ORIGIN {x: 73, y: 129} + radius: 7 +- !line + start: *ORIGIN + finish: { x: 89, y: 102 } +- !label + start: *ORIGIN + color: 0xFFEEBB + text: Pretty vector drawing. diff --git a/lib/bootstrap-cosmo.css b/lib/bootstrap-cosmo.css new file mode 100644 index 00000000..d0d4c058 --- /dev/null +++ b/lib/bootstrap-cosmo.css @@ -0,0 +1,6806 @@ +/*! + * Bootstrap v2.3.0 + * + * Copyright 2012 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world @twitter by @mdo and @fat. + */ + +.clearfix { + *zoom: 1; +} + +.clearfix:before, +.clearfix:after { + display: table; + line-height: 0; + content: ""; +} + +.clearfix:after { + clear: both; +} + +.hide-text { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} + +.input-block-level { + display: block; + width: 100%; + min-height: 30px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +nav, +section { + display: block; +} + +audio, +canvas, +video { + display: inline-block; + *display: inline; + *zoom: 1; +} + +audio:not([controls]) { + display: none; +} + +html { + font-size: 100%; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} + +a:focus { + outline: thin dotted #333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} + +a:hover, +a:active { + outline: 0; +} + +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +img { + width: auto\9; + height: auto; + max-width: 100%; + vertical-align: middle; + border: 0; + -ms-interpolation-mode: bicubic; +} + +#map_canvas img, +.google-maps img { + max-width: none; +} + +button, +input, +select, +textarea { + margin: 0; + font-size: 100%; + vertical-align: middle; +} + +button, +input { + *overflow: visible; + line-height: normal; +} + +button::-moz-focus-inner, +input::-moz-focus-inner { + padding: 0; + border: 0; +} + +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + cursor: pointer; + -webkit-appearance: button; +} + +label, +select, +button, +input[type="button"], +input[type="reset"], +input[type="submit"], +input[type="radio"], +input[type="checkbox"] { + cursor: pointer; +} + +input[type="search"] { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + -webkit-appearance: textfield; +} + +input[type="search"]::-webkit-search-decoration, +input[type="search"]::-webkit-search-cancel-button { + -webkit-appearance: none; +} + +textarea { + overflow: auto; + vertical-align: top; +} + +@media print { + * { + color: #000 !important; + text-shadow: none !important; + background: transparent !important; + box-shadow: none !important; + } + a, + a:visited { + text-decoration: underline; + } + a[href]:after { + content: " (" attr(href) ")"; + } + abbr[title]:after { + content: " (" attr(title) ")"; + } + .ir a:after, + a[href^="javascript:"]:after, + a[href^="#"]:after { + content: ""; + } + pre, + blockquote { + border: 1px solid #999; + page-break-inside: avoid; + } + thead { + display: table-header-group; + } + tr, + img { + page-break-inside: avoid; + } + img { + max-width: 100% !important; + } + @page { + margin: 0.5cm; + } + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + h2, + h3 { + page-break-after: avoid; + } +} + +body { + margin: 0; + line-height: 20px; + color: #555555; + background-color: #ffffff; +} + +a { + color: #007fff; + text-decoration: none; +} + +a:hover, +a:focus { + color: #0066cc; + text-decoration: underline; +} + +.img-rounded { + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} + +.img-polaroid { + padding: 4px; + background-color: #fff; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.2); + -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); +} + +.img-circle { + -webkit-border-radius: 500px; + -moz-border-radius: 500px; + border-radius: 500px; +} + +.row { + margin-left: -20px; + *zoom: 1; +} + +.row:before, +.row:after { + display: table; + line-height: 0; + content: ""; +} + +.row:after { + clear: both; +} + +[class*="span"] { + float: left; + min-height: 1px; + margin-left: 20px; +} + +.container, +.navbar-static-top .container, +.navbar-fixed-top .container, +.navbar-fixed-bottom .container { + width: 940px; +} + +.span12 { + width: 940px; +} + +.span11 { + width: 860px; +} + +.span10 { + width: 780px; +} + +.span9 { + width: 700px; +} + +.span8 { + width: 620px; +} + +.span7 { + width: 540px; +} + +.span6 { + width: 460px; +} + +.span5 { + width: 380px; +} + +.span4 { + width: 300px; +} + +.span3 { + width: 220px; +} + +.span2 { + width: 140px; +} + +.span1 { + width: 60px; +} + +.offset12 { + margin-left: 980px; +} + +.offset11 { + margin-left: 900px; +} + +.offset10 { + margin-left: 820px; +} + +.offset9 { + margin-left: 740px; +} + +.offset8 { + margin-left: 660px; +} + +.offset7 { + margin-left: 580px; +} + +.offset6 { + margin-left: 500px; +} + +.offset5 { + margin-left: 420px; +} + +.offset4 { + margin-left: 340px; +} + +.offset3 { + margin-left: 260px; +} + +.offset2 { + margin-left: 180px; +} + +.offset1 { + margin-left: 100px; +} + +.row-fluid { + width: 100%; + *zoom: 1; +} + +.row-fluid:before, +.row-fluid:after { + display: table; + line-height: 0; + content: ""; +} + +.row-fluid:after { + clear: both; +} + +.row-fluid [class*="span"] { + display: block; + float: left; + width: 100%; + min-height: 30px; + margin-left: 2.127659574468085%; + *margin-left: 2.074468085106383%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.row-fluid [class*="span"]:first-child { + margin-left: 0; +} + +.row-fluid .controls-row [class*="span"] + [class*="span"] { + margin-left: 2.127659574468085%; +} + +.row-fluid .span12 { + width: 100%; + *width: 99.94680851063829%; +} + +.row-fluid .span11 { + width: 91.48936170212765%; + *width: 91.43617021276594%; +} + +.row-fluid .span10 { + width: 82.97872340425532%; + *width: 82.92553191489361%; +} + +.row-fluid .span9 { + width: 74.46808510638297%; + *width: 74.41489361702126%; +} + +.row-fluid .span8 { + width: 65.95744680851064%; + *width: 65.90425531914893%; +} + +.row-fluid .span7 { + width: 57.44680851063829%; + *width: 57.39361702127659%; +} + +.row-fluid .span6 { + width: 48.93617021276595%; + *width: 48.88297872340425%; +} + +.row-fluid .span5 { + width: 40.42553191489362%; + *width: 40.37234042553192%; +} + +.row-fluid .span4 { + width: 31.914893617021278%; + *width: 31.861702127659576%; +} + +.row-fluid .span3 { + width: 23.404255319148934%; + *width: 23.351063829787233%; +} + +.row-fluid .span2 { + width: 14.893617021276595%; + *width: 14.840425531914894%; +} + +.row-fluid .span1 { + width: 6.382978723404255%; + *width: 6.329787234042553%; +} + +.row-fluid .offset12 { + margin-left: 104.25531914893617%; + *margin-left: 104.14893617021275%; +} + +.row-fluid .offset12:first-child { + margin-left: 102.12765957446808%; + *margin-left: 102.02127659574467%; +} + +.row-fluid .offset11 { + margin-left: 95.74468085106382%; + *margin-left: 95.6382978723404%; +} + +.row-fluid .offset11:first-child { + margin-left: 93.61702127659574%; + *margin-left: 93.51063829787232%; +} + +.row-fluid .offset10 { + margin-left: 87.23404255319149%; + *margin-left: 87.12765957446807%; +} + +.row-fluid .offset10:first-child { + margin-left: 85.1063829787234%; + *margin-left: 84.99999999999999%; +} + +.row-fluid .offset9 { + margin-left: 78.72340425531914%; + *margin-left: 78.61702127659572%; +} + +.row-fluid .offset9:first-child { + margin-left: 76.59574468085106%; + *margin-left: 76.48936170212764%; +} + +.row-fluid .offset8 { + margin-left: 70.2127659574468%; + *margin-left: 70.10638297872339%; +} + +.row-fluid .offset8:first-child { + margin-left: 68.08510638297872%; + *margin-left: 67.9787234042553%; +} + +.row-fluid .offset7 { + margin-left: 61.70212765957446%; + *margin-left: 61.59574468085106%; +} + +.row-fluid .offset7:first-child { + margin-left: 59.574468085106375%; + *margin-left: 59.46808510638297%; +} + +.row-fluid .offset6 { + margin-left: 53.191489361702125%; + *margin-left: 53.085106382978715%; +} + +.row-fluid .offset6:first-child { + margin-left: 51.063829787234035%; + *margin-left: 50.95744680851063%; +} + +.row-fluid .offset5 { + margin-left: 44.68085106382979%; + *margin-left: 44.57446808510638%; +} + +.row-fluid .offset5:first-child { + margin-left: 42.5531914893617%; + *margin-left: 42.4468085106383%; +} + +.row-fluid .offset4 { + margin-left: 36.170212765957444%; + *margin-left: 36.06382978723405%; +} + +.row-fluid .offset4:first-child { + margin-left: 34.04255319148936%; + *margin-left: 33.93617021276596%; +} + +.row-fluid .offset3 { + margin-left: 27.659574468085104%; + *margin-left: 27.5531914893617%; +} + +.row-fluid .offset3:first-child { + margin-left: 25.53191489361702%; + *margin-left: 25.425531914893618%; +} + +.row-fluid .offset2 { + margin-left: 19.148936170212764%; + *margin-left: 19.04255319148936%; +} + +.row-fluid .offset2:first-child { + margin-left: 17.02127659574468%; + *margin-left: 16.914893617021278%; +} + +.row-fluid .offset1 { + margin-left: 10.638297872340425%; + *margin-left: 10.53191489361702%; +} + +.row-fluid .offset1:first-child { + margin-left: 8.51063829787234%; + *margin-left: 8.404255319148938%; +} + +[class*="span"].hide, +.row-fluid [class*="span"].hide { + display: none; +} + +[class*="span"].pull-right, +.row-fluid [class*="span"].pull-right { + float: right; +} + +.container { + margin-right: auto; + margin-left: auto; + *zoom: 1; +} + +.container:before, +.container:after { + display: table; + line-height: 0; + content: ""; +} + +.container:after { + clear: both; +} + +.container-fluid { + padding-right: 20px; + padding-left: 20px; + *zoom: 1; +} + +.container-fluid:before, +.container-fluid:after { + display: table; + line-height: 0; + content: ""; +} + +.container-fluid:after { + clear: both; +} + +p { + margin: 0 0 10px; +} + +.lead { + margin-bottom: 20px; + font-size: 21px; + font-weight: 200; + line-height: 30px; +} + +small { + font-size: 85%; +} + +strong { + font-weight: bold; +} + +em { + font-style: italic; +} + +cite { + font-style: normal; +} + +.muted { + color: #dfdfdf; +} + +a.muted:hover, +a.muted:focus { + color: #c6c6c6; +} + +.text-warning { + color: #ffffff; +} + +a.text-warning:hover, +a.text-warning:focus { + color: #e6e6e6; +} + +.text-error { + color: #ffffff; +} + +a.text-error:hover, +a.text-error:focus { + color: #e6e6e6; +} + +.text-info { + color: #ffffff; +} + +a.text-info:hover, +a.text-info:focus { + color: #e6e6e6; +} + +.text-success { + color: #ffffff; +} + +a.text-success:hover, +a.text-success:focus { + color: #e6e6e6; +} + +.text-left { + text-align: left; +} + +.text-right { + text-align: right; +} + +.text-center { + text-align: center; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + margin: 10px 0; + font-family: inherit; + font-weight: 300; + line-height: 20px; + color: #080808; + text-rendering: optimizelegibility; +} + +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small { + font-weight: normal; + line-height: 1; + color: #dfdfdf; +} + +h1, +h2, +h3 { + line-height: 40px; +} + +h1 { + font-size: 38.5px; +} + +h2 { + font-size: 31.5px; +} + +h3 { + font-size: 24.5px; +} + +h4 { + font-size: 17.5px; +} + +h5 { + font-size: 14px; +} + +h6 { + font-size: 11.9px; +} + +h1 small { + font-size: 24.5px; +} + +h2 small { + font-size: 17.5px; +} + +h3 small { + font-size: 14px; +} + +h4 small { + font-size: 14px; +} + +.page-header { + padding-bottom: 9px; + margin: 20px 0 30px; + border-bottom: 1px solid #eeeeee; +} + +ul, +ol { + padding: 0; + margin: 0 0 10px 25px; +} + +ul ul, +ul ol, +ol ol, +ol ul { + margin-bottom: 0; +} + +li { + line-height: 20px; +} + +ul.unstyled, +ol.unstyled { + margin-left: 0; + list-style: none; +} + +ul.inline, +ol.inline { + margin-left: 0; + list-style: none; +} + +ul.inline > li, +ol.inline > li { + display: inline-block; + *display: inline; + padding-right: 5px; + padding-left: 5px; + *zoom: 1; +} + +dl { + margin-bottom: 20px; +} + +dt, +dd { + line-height: 20px; +} + +dt { + font-weight: bold; +} + +dd { + margin-left: 10px; +} + +.dl-horizontal { + *zoom: 1; +} + +.dl-horizontal:before, +.dl-horizontal:after { + display: table; + line-height: 0; + content: ""; +} + +.dl-horizontal:after { + clear: both; +} + +.dl-horizontal dt { + float: left; + width: 160px; + overflow: hidden; + clear: left; + text-align: right; + text-overflow: ellipsis; + white-space: nowrap; +} + +.dl-horizontal dd { + margin-left: 180px; +} + +hr { + margin: 20px 0; + border: 0; + border-top: 1px solid #eeeeee; + border-bottom: 1px solid #ffffff; +} + +abbr[title], +abbr[data-original-title] { + cursor: help; + border-bottom: 1px dotted #dfdfdf; +} + +abbr.initialism { + font-size: 90%; + text-transform: uppercase; +} + +blockquote { + padding: 0 0 0 15px; + margin: 0 0 20px; + border-left: 5px solid #eeeeee; +} + +blockquote p { + margin-bottom: 0; + font-size: 17.5px; + font-weight: 300; + line-height: 1.25; +} + +blockquote small { + display: block; + line-height: 20px; + color: #dfdfdf; +} + +blockquote small:before { + content: '\2014 \00A0'; +} + +blockquote.pull-right { + float: right; + padding-right: 15px; + padding-left: 0; + border-right: 5px solid #eeeeee; + border-left: 0; +} + +blockquote.pull-right p, +blockquote.pull-right small { + text-align: right; +} + +blockquote.pull-right small:before { + content: ''; +} + +blockquote.pull-right small:after { + content: '\00A0 \2014'; +} + +q:before, +q:after, +blockquote:before, +blockquote:after { + content: ""; +} + +address { + display: block; + margin-bottom: 20px; + font-style: normal; + line-height: 20px; +} + +code, +pre { + padding: 0 3px 2px; + font-family: Monaco, Menlo, Consolas, "Courier New", monospace; + font-size: 12px; + color: #999999; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +code { + padding: 2px 4px; + color: #d14; + white-space: nowrap; + background-color: #f7f7f9; + border: 1px solid #e1e1e8; +} + +pre { + display: block; + padding: 9.5px; + margin: 0 0 10px; + font-size: 13px; + line-height: 20px; + word-break: break-all; + word-wrap: break-word; + white-space: pre; + white-space: pre-wrap; + background-color: #f5f5f5; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.15); + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +pre.prettyprint { + margin-bottom: 20px; +} + +pre code { + padding: 0; + color: inherit; + white-space: pre; + white-space: pre-wrap; + background-color: transparent; + border: 0; +} + +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} + +form { + margin: 0 0 20px; +} + +fieldset { + padding: 0; + margin: 0; + border: 0; +} + +legend { + display: block; + width: 100%; + padding: 0; + margin-bottom: 20px; + font-size: 21px; + line-height: 40px; + color: #999999; + border: 0; + border-bottom: 1px solid #e5e5e5; +} + +legend small { + font-size: 15px; + color: #dfdfdf; +} + +label, +input, +button, +select, +textarea { + font-size: 14px; + font-weight: normal; + line-height: 20px; +} + +input, +button, +select, +textarea { + font-family: "Open Sans", Calibri, Candara, Arial, sans-serif; +} + +label { + display: block; + margin-bottom: 5px; +} + +select, +textarea, +input[type="text"], +input[type="password"], +input[type="datetime"], +input[type="datetime-local"], +input[type="date"], +input[type="month"], +input[type="time"], +input[type="week"], +input[type="number"], +input[type="email"], +input[type="url"], +input[type="search"], +input[type="tel"], +input[type="color"], +.uneditable-input { + display: inline-block; + height: 20px; + padding: 4px 6px; + margin-bottom: 10px; + font-size: 14px; + line-height: 20px; + color: #bbbbbb; + vertical-align: middle; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +input, +textarea, +.uneditable-input { + width: 206px; +} + +textarea { + height: auto; +} + +textarea, +input[type="text"], +input[type="password"], +input[type="datetime"], +input[type="datetime-local"], +input[type="date"], +input[type="month"], +input[type="time"], +input[type="week"], +input[type="number"], +input[type="email"], +input[type="url"], +input[type="search"], +input[type="tel"], +input[type="color"], +.uneditable-input { + background-color: #ffffff; + border: 1px solid #bbbbbb; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; + -moz-transition: border linear 0.2s, box-shadow linear 0.2s; + -o-transition: border linear 0.2s, box-shadow linear 0.2s; + transition: border linear 0.2s, box-shadow linear 0.2s; +} + +textarea:focus, +input[type="text"]:focus, +input[type="password"]:focus, +input[type="datetime"]:focus, +input[type="datetime-local"]:focus, +input[type="date"]:focus, +input[type="month"]:focus, +input[type="time"]:focus, +input[type="week"]:focus, +input[type="number"]:focus, +input[type="email"]:focus, +input[type="url"]:focus, +input[type="search"]:focus, +input[type="tel"]:focus, +input[type="color"]:focus, +.uneditable-input:focus { + border-color: rgba(82, 168, 236, 0.8); + outline: 0; + outline: thin dotted \9; + /* IE6-9 */ + + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); +} + +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + margin-top: 1px \9; + *margin-top: 0; + line-height: normal; +} + +input[type="file"], +input[type="image"], +input[type="submit"], +input[type="reset"], +input[type="button"], +input[type="radio"], +input[type="checkbox"] { + width: auto; +} + +select, +input[type="file"] { + height: 30px; + /* In IE7, the height of the select element cannot be changed by height, only font-size */ + + *margin-top: 4px; + /* For IE7, add top margin to align select with labels */ + + line-height: 30px; +} + +select { + width: 220px; + background-color: #ffffff; + border: 1px solid #bbbbbb; +} + +select[multiple], +select[size] { + height: auto; +} + +select:focus, +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus { + outline: thin dotted #333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} + +.uneditable-input, +.uneditable-textarea { + color: #dfdfdf; + cursor: not-allowed; + background-color: #fcfcfc; + border-color: #bbbbbb; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); + -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); +} + +.uneditable-input { + overflow: hidden; + white-space: nowrap; +} + +.uneditable-textarea { + width: auto; + height: auto; +} + +input:-moz-placeholder, +textarea:-moz-placeholder { + color: #bbbbbb; +} + +input:-ms-input-placeholder, +textarea:-ms-input-placeholder { + color: #bbbbbb; +} + +input::-webkit-input-placeholder, +textarea::-webkit-input-placeholder { + color: #bbbbbb; +} + +.radio, +.checkbox { + min-height: 20px; + padding-left: 20px; +} + +.radio input[type="radio"], +.checkbox input[type="checkbox"] { + float: left; + margin-left: -20px; +} + +.controls > .radio:first-child, +.controls > .checkbox:first-child { + padding-top: 5px; +} + +.radio.inline, +.checkbox.inline { + display: inline-block; + padding-top: 5px; + margin-bottom: 0; + vertical-align: middle; +} + +.radio.inline + .radio.inline, +.checkbox.inline + .checkbox.inline { + margin-left: 10px; +} + +.input-mini { + width: 60px; +} + +.input-small { + width: 90px; +} + +.input-medium { + width: 150px; +} + +.input-large { + width: 210px; +} + +.input-xlarge { + width: 270px; +} + +.input-xxlarge { + width: 530px; +} + +input[class*="span"], +select[class*="span"], +textarea[class*="span"], +.uneditable-input[class*="span"], +.row-fluid input[class*="span"], +.row-fluid select[class*="span"], +.row-fluid textarea[class*="span"], +.row-fluid .uneditable-input[class*="span"] { + float: none; + margin-left: 0; +} + +.input-append input[class*="span"], +.input-append .uneditable-input[class*="span"], +.input-prepend input[class*="span"], +.input-prepend .uneditable-input[class*="span"], +.row-fluid input[class*="span"], +.row-fluid select[class*="span"], +.row-fluid textarea[class*="span"], +.row-fluid .uneditable-input[class*="span"], +.row-fluid .input-prepend [class*="span"], +.row-fluid .input-append [class*="span"] { + display: inline-block; +} + +input, +textarea, +.uneditable-input { + margin-left: 0; +} + +.controls-row [class*="span"] + [class*="span"] { + margin-left: 20px; +} + +input.span12, +textarea.span12, +.uneditable-input.span12 { + width: 926px; +} + +input.span11, +textarea.span11, +.uneditable-input.span11 { + width: 846px; +} + +input.span10, +textarea.span10, +.uneditable-input.span10 { + width: 766px; +} + +input.span9, +textarea.span9, +.uneditable-input.span9 { + width: 686px; +} + +input.span8, +textarea.span8, +.uneditable-input.span8 { + width: 606px; +} + +input.span7, +textarea.span7, +.uneditable-input.span7 { + width: 526px; +} + +input.span6, +textarea.span6, +.uneditable-input.span6 { + width: 446px; +} + +input.span5, +textarea.span5, +.uneditable-input.span5 { + width: 366px; +} + +input.span4, +textarea.span4, +.uneditable-input.span4 { + width: 286px; +} + +input.span3, +textarea.span3, +.uneditable-input.span3 { + width: 206px; +} + +input.span2, +textarea.span2, +.uneditable-input.span2 { + width: 126px; +} + +input.span1, +textarea.span1, +.uneditable-input.span1 { + width: 46px; +} + +.controls-row { + *zoom: 1; +} + +.controls-row:before, +.controls-row:after { + display: table; + line-height: 0; + content: ""; +} + +.controls-row:after { + clear: both; +} + +.controls-row [class*="span"], +.row-fluid .controls-row [class*="span"] { + float: left; +} + +.controls-row .checkbox[class*="span"], +.controls-row .radio[class*="span"] { + padding-top: 5px; +} + +input[disabled], +select[disabled], +textarea[disabled], +input[readonly], +select[readonly], +textarea[readonly] { + cursor: not-allowed; + background-color: #eeeeee; +} + +input[type="radio"][disabled], +input[type="checkbox"][disabled], +input[type="radio"][readonly], +input[type="checkbox"][readonly] { + background-color: transparent; +} + +.control-group.warning .control-label, +.control-group.warning .help-block, +.control-group.warning .help-inline { + color: #ffffff; +} + +.control-group.warning .checkbox, +.control-group.warning .radio, +.control-group.warning input, +.control-group.warning select, +.control-group.warning textarea { + color: #ffffff; +} + +.control-group.warning input, +.control-group.warning select, +.control-group.warning textarea { + border-color: #ffffff; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} + +.control-group.warning input:focus, +.control-group.warning select:focus, +.control-group.warning textarea:focus { + border-color: #e6e6e6; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; +} + +.control-group.warning .input-prepend .add-on, +.control-group.warning .input-append .add-on { + color: #ffffff; + background-color: #ff7518; + border-color: #ffffff; +} + +.control-group.error .control-label, +.control-group.error .help-block, +.control-group.error .help-inline { + color: #ffffff; +} + +.control-group.error .checkbox, +.control-group.error .radio, +.control-group.error input, +.control-group.error select, +.control-group.error textarea { + color: #ffffff; +} + +.control-group.error input, +.control-group.error select, +.control-group.error textarea { + border-color: #ffffff; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} + +.control-group.error input:focus, +.control-group.error select:focus, +.control-group.error textarea:focus { + border-color: #e6e6e6; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; +} + +.control-group.error .input-prepend .add-on, +.control-group.error .input-append .add-on { + color: #ffffff; + background-color: #ff0039; + border-color: #ffffff; +} + +.control-group.success .control-label, +.control-group.success .help-block, +.control-group.success .help-inline { + color: #ffffff; +} + +.control-group.success .checkbox, +.control-group.success .radio, +.control-group.success input, +.control-group.success select, +.control-group.success textarea { + color: #ffffff; +} + +.control-group.success input, +.control-group.success select, +.control-group.success textarea { + border-color: #ffffff; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} + +.control-group.success input:focus, +.control-group.success select:focus, +.control-group.success textarea:focus { + border-color: #e6e6e6; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; +} + +.control-group.success .input-prepend .add-on, +.control-group.success .input-append .add-on { + color: #ffffff; + background-color: #3fb618; + border-color: #ffffff; +} + +.control-group.info .control-label, +.control-group.info .help-block, +.control-group.info .help-inline { + color: #ffffff; +} + +.control-group.info .checkbox, +.control-group.info .radio, +.control-group.info input, +.control-group.info select, +.control-group.info textarea { + color: #ffffff; +} + +.control-group.info input, +.control-group.info select, +.control-group.info textarea { + border-color: #ffffff; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} + +.control-group.info input:focus, +.control-group.info select:focus, +.control-group.info textarea:focus { + border-color: #e6e6e6; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; +} + +.control-group.info .input-prepend .add-on, +.control-group.info .input-append .add-on { + color: #ffffff; + background-color: #9954bb; + border-color: #ffffff; +} + +input:focus:invalid, +textarea:focus:invalid, +select:focus:invalid { + color: #b94a48; + border-color: #ee5f5b; +} + +input:focus:invalid:focus, +textarea:focus:invalid:focus, +select:focus:invalid:focus { + border-color: #e9322d; + -webkit-box-shadow: 0 0 6px #f8b9b7; + -moz-box-shadow: 0 0 6px #f8b9b7; + box-shadow: 0 0 6px #f8b9b7; +} + +.form-actions { + padding: 19px 20px 20px; + margin-top: 20px; + margin-bottom: 20px; + background-color: #f5f5f5; + border-top: 1px solid #e5e5e5; + *zoom: 1; +} + +.form-actions:before, +.form-actions:after { + display: table; + line-height: 0; + content: ""; +} + +.form-actions:after { + clear: both; +} + +.help-block, +.help-inline { + color: #7b7b7b; +} + +.help-block { + display: block; + margin-bottom: 10px; +} + +.help-inline { + display: inline-block; + *display: inline; + padding-left: 5px; + vertical-align: middle; + *zoom: 1; +} + +.input-append, +.input-prepend { + display: inline-block; + margin-bottom: 10px; + font-size: 0; + white-space: nowrap; + vertical-align: middle; +} + +.input-append input, +.input-prepend input, +.input-append select, +.input-prepend select, +.input-append .uneditable-input, +.input-prepend .uneditable-input, +.input-append .dropdown-menu, +.input-prepend .dropdown-menu, +.input-append .popover, +.input-prepend .popover { + font-size: 14px; +} + +.input-append input, +.input-prepend input, +.input-append select, +.input-prepend select, +.input-append .uneditable-input, +.input-prepend .uneditable-input { + position: relative; + margin-bottom: 0; + *margin-left: 0; + vertical-align: top; + -webkit-border-radius: 0 0 0px 0; + -moz-border-radius: 0 0 0px 0; + border-radius: 0 0 0px 0; +} + +.input-append input:focus, +.input-prepend input:focus, +.input-append select:focus, +.input-prepend select:focus, +.input-append .uneditable-input:focus, +.input-prepend .uneditable-input:focus { + z-index: 2; +} + +.input-append .add-on, +.input-prepend .add-on { + display: inline-block; + width: auto; + height: 20px; + min-width: 16px; + padding: 4px 5px; + font-size: 14px; + font-weight: normal; + line-height: 20px; + text-align: center; + text-shadow: 0 1px 0 #ffffff; + background-color: #eeeeee; + border: 1px solid #ccc; +} + +.input-append .add-on, +.input-prepend .add-on, +.input-append .btn, +.input-prepend .btn, +.input-append .btn-group > .dropdown-toggle, +.input-prepend .btn-group > .dropdown-toggle { + vertical-align: top; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.input-append .active, +.input-prepend .active { + background-color: #96ed7a; + border-color: #3fb618; +} + +.input-prepend .add-on, +.input-prepend .btn { + margin-right: -1px; +} + +.input-prepend .add-on:first-child, +.input-prepend .btn:first-child { + -webkit-border-radius: 0 0 0 0px; + -moz-border-radius: 0 0 0 0px; + border-radius: 0 0 0 0px; +} + +.input-append input, +.input-append select, +.input-append .uneditable-input { + -webkit-border-radius: 0 0 0 0px; + -moz-border-radius: 0 0 0 0px; + border-radius: 0 0 0 0px; +} + +.input-append input + .btn-group .btn:last-child, +.input-append select + .btn-group .btn:last-child, +.input-append .uneditable-input + .btn-group .btn:last-child { + -webkit-border-radius: 0 0 0px 0; + -moz-border-radius: 0 0 0px 0; + border-radius: 0 0 0px 0; +} + +.input-append .add-on, +.input-append .btn, +.input-append .btn-group { + margin-left: -1px; +} + +.input-append .add-on:last-child, +.input-append .btn:last-child, +.input-append .btn-group:last-child > .dropdown-toggle { + -webkit-border-radius: 0 0 0px 0; + -moz-border-radius: 0 0 0px 0; + border-radius: 0 0 0px 0; +} + +.input-prepend.input-append input, +.input-prepend.input-append select, +.input-prepend.input-append .uneditable-input { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.input-prepend.input-append input + .btn-group .btn, +.input-prepend.input-append select + .btn-group .btn, +.input-prepend.input-append .uneditable-input + .btn-group .btn { + -webkit-border-radius: 0 0 0px 0; + -moz-border-radius: 0 0 0px 0; + border-radius: 0 0 0px 0; +} + +.input-prepend.input-append .add-on:first-child, +.input-prepend.input-append .btn:first-child { + margin-right: -1px; + -webkit-border-radius: 0 0 0 0px; + -moz-border-radius: 0 0 0 0px; + border-radius: 0 0 0 0px; +} + +.input-prepend.input-append .add-on:last-child, +.input-prepend.input-append .btn:last-child { + margin-left: -1px; + -webkit-border-radius: 0 0 0px 0; + -moz-border-radius: 0 0 0px 0; + border-radius: 0 0 0px 0; +} + +.input-prepend.input-append .btn-group:first-child { + margin-left: 0; +} + +input.search-query { + padding-right: 14px; + padding-right: 4px \9; + padding-left: 14px; + padding-left: 4px \9; + /* IE7-8 doesn't have border-radius, so don't indent the padding */ + + margin-bottom: 0; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; + border-radius: 15px; +} + +/* Allow for input prepend/append in search forms */ + +.form-search .input-append .search-query, +.form-search .input-prepend .search-query { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.form-search .input-append .search-query { + -webkit-border-radius: 14px 0 0 14px; + -moz-border-radius: 14px 0 0 14px; + border-radius: 14px 0 0 14px; +} + +.form-search .input-append .btn { + -webkit-border-radius: 0 14px 14px 0; + -moz-border-radius: 0 14px 14px 0; + border-radius: 0 14px 14px 0; +} + +.form-search .input-prepend .search-query { + -webkit-border-radius: 0 14px 14px 0; + -moz-border-radius: 0 14px 14px 0; + border-radius: 0 14px 14px 0; +} + +.form-search .input-prepend .btn { + -webkit-border-radius: 14px 0 0 14px; + -moz-border-radius: 14px 0 0 14px; + border-radius: 14px 0 0 14px; +} + +.form-search input, +.form-inline input, +.form-horizontal input, +.form-search textarea, +.form-inline textarea, +.form-horizontal textarea, +.form-search select, +.form-inline select, +.form-horizontal select, +.form-search .help-inline, +.form-inline .help-inline, +.form-horizontal .help-inline, +.form-search .uneditable-input, +.form-inline .uneditable-input, +.form-horizontal .uneditable-input, +.form-search .input-prepend, +.form-inline .input-prepend, +.form-horizontal .input-prepend, +.form-search .input-append, +.form-inline .input-append, +.form-horizontal .input-append { + display: inline-block; + *display: inline; + margin-bottom: 0; + vertical-align: middle; + *zoom: 1; +} + +.form-search .hide, +.form-inline .hide, +.form-horizontal .hide { + display: none; +} + +.form-search label, +.form-inline label, +.form-search .btn-group, +.form-inline .btn-group { + display: inline-block; +} + +.form-search .input-append, +.form-inline .input-append, +.form-search .input-prepend, +.form-inline .input-prepend { + margin-bottom: 0; +} + +.form-search .radio, +.form-search .checkbox, +.form-inline .radio, +.form-inline .checkbox { + padding-left: 0; + margin-bottom: 0; + vertical-align: middle; +} + +.form-search .radio input[type="radio"], +.form-search .checkbox input[type="checkbox"], +.form-inline .radio input[type="radio"], +.form-inline .checkbox input[type="checkbox"] { + float: left; + margin-right: 3px; + margin-left: 0; +} + +.control-group { + margin-bottom: 10px; +} + +legend + .control-group { + margin-top: 20px; + -webkit-margin-top-collapse: separate; +} + +.form-horizontal .control-group { + margin-bottom: 20px; + *zoom: 1; +} + +.form-horizontal .control-group:before, +.form-horizontal .control-group:after { + display: table; + line-height: 0; + content: ""; +} + +.form-horizontal .control-group:after { + clear: both; +} + +.form-horizontal .control-label { + float: left; + width: 160px; + padding-top: 5px; + text-align: right; +} + +.form-horizontal .controls { + *display: inline-block; + *padding-left: 20px; + margin-left: 180px; + *margin-left: 0; +} + +.form-horizontal .controls:first-child { + *padding-left: 180px; +} + +.form-horizontal .help-block { + margin-bottom: 0; +} + +.form-horizontal input + .help-block, +.form-horizontal select + .help-block, +.form-horizontal textarea + .help-block, +.form-horizontal .uneditable-input + .help-block, +.form-horizontal .input-prepend + .help-block, +.form-horizontal .input-append + .help-block { + margin-top: 10px; +} + +.form-horizontal .form-actions { + padding-left: 180px; +} + +table { + max-width: 100%; + background-color: transparent; + border-collapse: collapse; + border-spacing: 0; +} + +.table { + width: 100%; + margin-bottom: 20px; +} + +.table th, +.table td { + padding: 8px; + line-height: 20px; + text-align: left; + vertical-align: top; + border-top: 1px solid #dddddd; +} + +.table th { + font-weight: bold; +} + +.table thead th { + vertical-align: bottom; +} + +.table caption + thead tr:first-child th, +.table caption + thead tr:first-child td, +.table colgroup + thead tr:first-child th, +.table colgroup + thead tr:first-child td, +.table thead:first-child tr:first-child th, +.table thead:first-child tr:first-child td { + border-top: 0; +} + +.table tbody + tbody { + border-top: 2px solid #dddddd; +} + +.table .table { + background-color: #ffffff; +} + +.table-condensed th, +.table-condensed td { + padding: 4px 5px; +} + +.table-bordered { + border: 1px solid #dddddd; + border-collapse: separate; + *border-collapse: collapse; + border-left: 0; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.table-bordered th, +.table-bordered td { + border-left: 1px solid #dddddd; +} + +.table-bordered caption + thead tr:first-child th, +.table-bordered caption + tbody tr:first-child th, +.table-bordered caption + tbody tr:first-child td, +.table-bordered colgroup + thead tr:first-child th, +.table-bordered colgroup + tbody tr:first-child th, +.table-bordered colgroup + tbody tr:first-child td, +.table-bordered thead:first-child tr:first-child th, +.table-bordered tbody:first-child tr:first-child th, +.table-bordered tbody:first-child tr:first-child td { + border-top: 0; +} + +.table-bordered thead:first-child tr:first-child > th:first-child, +.table-bordered tbody:first-child tr:first-child > td:first-child, +.table-bordered tbody:first-child tr:first-child > th:first-child { + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-topleft: 0; +} + +.table-bordered thead:first-child tr:first-child > th:last-child, +.table-bordered tbody:first-child tr:first-child > td:last-child, +.table-bordered tbody:first-child tr:first-child > th:last-child { + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-topright: 0; +} + +.table-bordered thead:last-child tr:last-child > th:first-child, +.table-bordered tbody:last-child tr:last-child > td:first-child, +.table-bordered tbody:last-child tr:last-child > th:first-child, +.table-bordered tfoot:last-child tr:last-child > td:first-child, +.table-bordered tfoot:last-child tr:last-child > th:first-child { + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomleft: 0; +} + +.table-bordered thead:last-child tr:last-child > th:last-child, +.table-bordered tbody:last-child tr:last-child > td:last-child, +.table-bordered tbody:last-child tr:last-child > th:last-child, +.table-bordered tfoot:last-child tr:last-child > td:last-child, +.table-bordered tfoot:last-child tr:last-child > th:last-child { + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + -moz-border-radius-bottomright: 0; +} + +.table-bordered tfoot + tbody:last-child tr:last-child td:first-child { + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomleft: 0; +} + +.table-bordered tfoot + tbody:last-child tr:last-child td:last-child { + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + -moz-border-radius-bottomright: 0; +} + +.table-bordered caption + thead tr:first-child th:first-child, +.table-bordered caption + tbody tr:first-child td:first-child, +.table-bordered colgroup + thead tr:first-child th:first-child, +.table-bordered colgroup + tbody tr:first-child td:first-child { + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-topleft: 0; +} + +.table-bordered caption + thead tr:first-child th:last-child, +.table-bordered caption + tbody tr:first-child td:last-child, +.table-bordered colgroup + thead tr:first-child th:last-child, +.table-bordered colgroup + tbody tr:first-child td:last-child { + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-topright: 0; +} + +.table-striped tbody > tr:nth-child(odd) > td, +.table-striped tbody > tr:nth-child(odd) > th { + background-color: #f9f9f9; +} + +.table-hover tbody tr:hover > td, +.table-hover tbody tr:hover > th { + background-color: #e8f8fd; +} + +table td[class*="span"], +table th[class*="span"], +.row-fluid table td[class*="span"], +.row-fluid table th[class*="span"] { + display: table-cell; + float: none; + margin-left: 0; +} + +.table td.span1, +.table th.span1 { + float: none; + width: 44px; + margin-left: 0; +} + +.table td.span2, +.table th.span2 { + float: none; + width: 124px; + margin-left: 0; +} + +.table td.span3, +.table th.span3 { + float: none; + width: 204px; + margin-left: 0; +} + +.table td.span4, +.table th.span4 { + float: none; + width: 284px; + margin-left: 0; +} + +.table td.span5, +.table th.span5 { + float: none; + width: 364px; + margin-left: 0; +} + +.table td.span6, +.table th.span6 { + float: none; + width: 444px; + margin-left: 0; +} + +.table td.span7, +.table th.span7 { + float: none; + width: 524px; + margin-left: 0; +} + +.table td.span8, +.table th.span8 { + float: none; + width: 604px; + margin-left: 0; +} + +.table td.span9, +.table th.span9 { + float: none; + width: 684px; + margin-left: 0; +} + +.table td.span10, +.table th.span10 { + float: none; + width: 764px; + margin-left: 0; +} + +.table td.span11, +.table th.span11 { + float: none; + width: 844px; + margin-left: 0; +} + +.table td.span12, +.table th.span12 { + float: none; + width: 924px; + margin-left: 0; +} + +.table tbody tr.success > td { + background-color: #3fb618; +} + +.table tbody tr.error > td { + background-color: #ff0039; +} + +.table tbody tr.warning > td { + background-color: #ff7518; +} + +.table tbody tr.info > td { + background-color: #9954bb; +} + +.table-hover tbody tr.success:hover > td { + background-color: #379f15; +} + +.table-hover tbody tr.error:hover > td { + background-color: #e60033; +} + +.table-hover tbody tr.warning:hover > td { + background-color: #fe6600; +} + +.table-hover tbody tr.info:hover > td { + background-color: #8d46b0; +} + +[class^="icon-"], +[class*=" icon-"] { + display: inline-block; + width: 14px; + height: 14px; + margin-top: 1px; + *margin-right: .3em; + line-height: 14px; + vertical-align: text-top; + background-image: url("../img/glyphicons-halflings.png"); + background-position: 14px 14px; + background-repeat: no-repeat; +} + +/* White icons with optional class, or on hover/focus/active states of certain elements */ + +.icon-white, +.nav-pills > .active > a > [class^="icon-"], +.nav-pills > .active > a > [class*=" icon-"], +.nav-list > .active > a > [class^="icon-"], +.nav-list > .active > a > [class*=" icon-"], +.navbar-inverse .nav > .active > a > [class^="icon-"], +.navbar-inverse .nav > .active > a > [class*=" icon-"], +.dropdown-menu > li > a:hover > [class^="icon-"], +.dropdown-menu > li > a:focus > [class^="icon-"], +.dropdown-menu > li > a:hover > [class*=" icon-"], +.dropdown-menu > li > a:focus > [class*=" icon-"], +.dropdown-menu > .active > a > [class^="icon-"], +.dropdown-menu > .active > a > [class*=" icon-"], +.dropdown-submenu:hover > a > [class^="icon-"], +.dropdown-submenu:focus > a > [class^="icon-"], +.dropdown-submenu:hover > a > [class*=" icon-"], +.dropdown-submenu:focus > a > [class*=" icon-"] { + background-image: url("../img/glyphicons-halflings-white.png"); +} + +.icon-glass { + background-position: 0 0; +} + +.icon-music { + background-position: -24px 0; +} + +.icon-search { + background-position: -48px 0; +} + +.icon-envelope { + background-position: -72px 0; +} + +.icon-heart { + background-position: -96px 0; +} + +.icon-star { + background-position: -120px 0; +} + +.icon-star-empty { + background-position: -144px 0; +} + +.icon-user { + background-position: -168px 0; +} + +.icon-film { + background-position: -192px 0; +} + +.icon-th-large { + background-position: -216px 0; +} + +.icon-th { + background-position: -240px 0; +} + +.icon-th-list { + background-position: -264px 0; +} + +.icon-ok { + background-position: -288px 0; +} + +.icon-remove { + background-position: -312px 0; +} + +.icon-zoom-in { + background-position: -336px 0; +} + +.icon-zoom-out { + background-position: -360px 0; +} + +.icon-off { + background-position: -384px 0; +} + +.icon-signal { + background-position: -408px 0; +} + +.icon-cog { + background-position: -432px 0; +} + +.icon-trash { + background-position: -456px 0; +} + +.icon-home { + background-position: 0 -24px; +} + +.icon-file { + background-position: -24px -24px; +} + +.icon-time { + background-position: -48px -24px; +} + +.icon-road { + background-position: -72px -24px; +} + +.icon-download-alt { + background-position: -96px -24px; +} + +.icon-download { + background-position: -120px -24px; +} + +.icon-upload { + background-position: -144px -24px; +} + +.icon-inbox { + background-position: -168px -24px; +} + +.icon-play-circle { + background-position: -192px -24px; +} + +.icon-repeat { + background-position: -216px -24px; +} + +.icon-refresh { + background-position: -240px -24px; +} + +.icon-list-alt { + background-position: -264px -24px; +} + +.icon-lock { + background-position: -287px -24px; +} + +.icon-flag { + background-position: -312px -24px; +} + +.icon-headphones { + background-position: -336px -24px; +} + +.icon-volume-off { + background-position: -360px -24px; +} + +.icon-volume-down { + background-position: -384px -24px; +} + +.icon-volume-up { + background-position: -408px -24px; +} + +.icon-qrcode { + background-position: -432px -24px; +} + +.icon-barcode { + background-position: -456px -24px; +} + +.icon-tag { + background-position: 0 -48px; +} + +.icon-tags { + background-position: -25px -48px; +} + +.icon-book { + background-position: -48px -48px; +} + +.icon-bookmark { + background-position: -72px -48px; +} + +.icon-print { + background-position: -96px -48px; +} + +.icon-camera { + background-position: -120px -48px; +} + +.icon-font { + background-position: -144px -48px; +} + +.icon-bold { + background-position: -167px -48px; +} + +.icon-italic { + background-position: -192px -48px; +} + +.icon-text-height { + background-position: -216px -48px; +} + +.icon-text-width { + background-position: -240px -48px; +} + +.icon-align-left { + background-position: -264px -48px; +} + +.icon-align-center { + background-position: -288px -48px; +} + +.icon-align-right { + background-position: -312px -48px; +} + +.icon-align-justify { + background-position: -336px -48px; +} + +.icon-list { + background-position: -360px -48px; +} + +.icon-indent-left { + background-position: -384px -48px; +} + +.icon-indent-right { + background-position: -408px -48px; +} + +.icon-facetime-video { + background-position: -432px -48px; +} + +.icon-picture { + background-position: -456px -48px; +} + +.icon-pencil { + background-position: 0 -72px; +} + +.icon-map-marker { + background-position: -24px -72px; +} + +.icon-adjust { + background-position: -48px -72px; +} + +.icon-tint { + background-position: -72px -72px; +} + +.icon-edit { + background-position: -96px -72px; +} + +.icon-share { + background-position: -120px -72px; +} + +.icon-check { + background-position: -144px -72px; +} + +.icon-move { + background-position: -168px -72px; +} + +.icon-step-backward { + background-position: -192px -72px; +} + +.icon-fast-backward { + background-position: -216px -72px; +} + +.icon-backward { + background-position: -240px -72px; +} + +.icon-play { + background-position: -264px -72px; +} + +.icon-pause { + background-position: -288px -72px; +} + +.icon-stop { + background-position: -312px -72px; +} + +.icon-forward { + background-position: -336px -72px; +} + +.icon-fast-forward { + background-position: -360px -72px; +} + +.icon-step-forward { + background-position: -384px -72px; +} + +.icon-eject { + background-position: -408px -72px; +} + +.icon-chevron-left { + background-position: -432px -72px; +} + +.icon-chevron-right { + background-position: -456px -72px; +} + +.icon-plus-sign { + background-position: 0 -96px; +} + +.icon-minus-sign { + background-position: -24px -96px; +} + +.icon-remove-sign { + background-position: -48px -96px; +} + +.icon-ok-sign { + background-position: -72px -96px; +} + +.icon-question-sign { + background-position: -96px -96px; +} + +.icon-info-sign { + background-position: -120px -96px; +} + +.icon-screenshot { + background-position: -144px -96px; +} + +.icon-remove-circle { + background-position: -168px -96px; +} + +.icon-ok-circle { + background-position: -192px -96px; +} + +.icon-ban-circle { + background-position: -216px -96px; +} + +.icon-arrow-left { + background-position: -240px -96px; +} + +.icon-arrow-right { + background-position: -264px -96px; +} + +.icon-arrow-up { + background-position: -289px -96px; +} + +.icon-arrow-down { + background-position: -312px -96px; +} + +.icon-share-alt { + background-position: -336px -96px; +} + +.icon-resize-full { + background-position: -360px -96px; +} + +.icon-resize-small { + background-position: -384px -96px; +} + +.icon-plus { + background-position: -408px -96px; +} + +.icon-minus { + background-position: -433px -96px; +} + +.icon-asterisk { + background-position: -456px -96px; +} + +.icon-exclamation-sign { + background-position: 0 -120px; +} + +.icon-gift { + background-position: -24px -120px; +} + +.icon-leaf { + background-position: -48px -120px; +} + +.icon-fire { + background-position: -72px -120px; +} + +.icon-eye-open { + background-position: -96px -120px; +} + +.icon-eye-close { + background-position: -120px -120px; +} + +.icon-warning-sign { + background-position: -144px -120px; +} + +.icon-plane { + background-position: -168px -120px; +} + +.icon-calendar { + background-position: -192px -120px; +} + +.icon-random { + width: 16px; + background-position: -216px -120px; +} + +.icon-comment { + background-position: -240px -120px; +} + +.icon-magnet { + background-position: -264px -120px; +} + +.icon-chevron-up { + background-position: -288px -120px; +} + +.icon-chevron-down { + background-position: -313px -119px; +} + +.icon-retweet { + background-position: -336px -120px; +} + +.icon-shopping-cart { + background-position: -360px -120px; +} + +.icon-folder-close { + width: 16px; + background-position: -384px -120px; +} + +.icon-folder-open { + width: 16px; + background-position: -408px -120px; +} + +.icon-resize-vertical { + background-position: -432px -119px; +} + +.icon-resize-horizontal { + background-position: -456px -118px; +} + +.icon-hdd { + background-position: 0 -144px; +} + +.icon-bullhorn { + background-position: -24px -144px; +} + +.icon-bell { + background-position: -48px -144px; +} + +.icon-certificate { + background-position: -72px -144px; +} + +.icon-thumbs-up { + background-position: -96px -144px; +} + +.icon-thumbs-down { + background-position: -120px -144px; +} + +.icon-hand-right { + background-position: -144px -144px; +} + +.icon-hand-left { + background-position: -168px -144px; +} + +.icon-hand-up { + background-position: -192px -144px; +} + +.icon-hand-down { + background-position: -216px -144px; +} + +.icon-circle-arrow-right { + background-position: -240px -144px; +} + +.icon-circle-arrow-left { + background-position: -264px -144px; +} + +.icon-circle-arrow-up { + background-position: -288px -144px; +} + +.icon-circle-arrow-down { + background-position: -312px -144px; +} + +.icon-globe { + background-position: -336px -144px; +} + +.icon-wrench { + background-position: -360px -144px; +} + +.icon-tasks { + background-position: -384px -144px; +} + +.icon-filter { + background-position: -408px -144px; +} + +.icon-briefcase { + background-position: -432px -144px; +} + +.icon-fullscreen { + background-position: -456px -144px; +} + +.dropup, +.dropdown { + position: relative; +} + +.dropdown-toggle { + *margin-bottom: -3px; +} + +.dropdown-toggle:active, +.open .dropdown-toggle { + outline: 0; +} + +.caret { + display: inline-block; + width: 0; + height: 0; + vertical-align: top; + border-top: 4px solid #000000; + border-right: 4px solid transparent; + border-left: 4px solid transparent; + content: ""; +} + +.dropdown .caret { + margin-top: 8px; + margin-left: 2px; +} + +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; + list-style: none; + background-color: #ffffff; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.2); + *border-right-width: 2px; + *border-bottom-width: 2px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -webkit-background-clip: padding-box; + -moz-background-clip: padding; + background-clip: padding-box; +} + +.dropdown-menu.pull-right { + right: 0; + left: auto; +} + +.dropdown-menu .divider { + *width: 100%; + height: 1px; + margin: 9px 1px; + *margin: -5px 0 5px; + overflow: hidden; + background-color: #e5e5e5; + border-bottom: 1px solid #ffffff; +} + +.dropdown-menu > li > a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: 20px; + color: #999999; + white-space: nowrap; +} + +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus, +.dropdown-submenu:hover > a, +.dropdown-submenu:focus > a { + color: #ffffff; + text-decoration: none; + background-color: #007af5; + background-image: -moz-linear-gradient(top, #007fff, #0072e6); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007fff), to(#0072e6)); + background-image: -webkit-linear-gradient(top, #007fff, #0072e6); + background-image: -o-linear-gradient(top, #007fff, #0072e6); + background-image: linear-gradient(to bottom, #007fff, #0072e6); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007fff', endColorstr='#ff0072e6', GradientType=0); +} + +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + color: #ffffff; + text-decoration: none; + background-color: #007af5; + background-image: -moz-linear-gradient(top, #007fff, #0072e6); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007fff), to(#0072e6)); + background-image: -webkit-linear-gradient(top, #007fff, #0072e6); + background-image: -o-linear-gradient(top, #007fff, #0072e6); + background-image: linear-gradient(to bottom, #007fff, #0072e6); + background-repeat: repeat-x; + outline: 0; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007fff', endColorstr='#ff0072e6', GradientType=0); +} + +.dropdown-menu > .disabled > a, +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + color: #dfdfdf; +} + +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + text-decoration: none; + cursor: default; + background-color: transparent; + background-image: none; + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.open { + *z-index: 1000; +} + +.open > .dropdown-menu { + display: block; +} + +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} + +.dropup .caret, +.navbar-fixed-bottom .dropdown .caret { + border-top: 0; + border-bottom: 4px solid #000000; + content: ""; +} + +.dropup .dropdown-menu, +.navbar-fixed-bottom .dropdown .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 1px; +} + +.dropdown-submenu { + position: relative; +} + +.dropdown-submenu > .dropdown-menu { + top: 0; + left: 100%; + margin-top: -6px; + margin-left: -1px; + -webkit-border-radius: 0 6px 6px 6px; + -moz-border-radius: 0 6px 6px 6px; + border-radius: 0 6px 6px 6px; +} + +.dropdown-submenu:hover > .dropdown-menu { + display: block; +} + +.dropup .dropdown-submenu > .dropdown-menu { + top: auto; + bottom: 0; + margin-top: 0; + margin-bottom: -2px; + -webkit-border-radius: 5px 5px 5px 0; + -moz-border-radius: 5px 5px 5px 0; + border-radius: 5px 5px 5px 0; +} + +.dropdown-submenu > a:after { + display: block; + float: right; + width: 0; + height: 0; + margin-top: 5px; + margin-right: -10px; + border-color: transparent; + border-left-color: #cccccc; + border-style: solid; + border-width: 5px 0 5px 5px; + content: " "; +} + +.dropdown-submenu:hover > a:after { + border-left-color: #ffffff; +} + +.dropdown-submenu.pull-left { + float: none; +} + +.dropdown-submenu.pull-left > .dropdown-menu { + left: -100%; + margin-left: 10px; + -webkit-border-radius: 6px 0 6px 6px; + -moz-border-radius: 6px 0 6px 6px; + border-radius: 6px 0 6px 6px; +} + +.dropdown .dropdown-menu .nav-header { + padding-right: 20px; + padding-left: 20px; +} + +.typeahead { + z-index: 1051; + margin-top: 2px; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.well { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + background-color: #eeeeee; + border: 1px solid #dcdcdc; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); +} + +.well blockquote { + border-color: #ddd; + border-color: rgba(0, 0, 0, 0.15); +} + +.well-large { + padding: 24px; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.well-small { + padding: 9px; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.fade { + opacity: 0; + -webkit-transition: opacity 0.15s linear; + -moz-transition: opacity 0.15s linear; + -o-transition: opacity 0.15s linear; + transition: opacity 0.15s linear; +} + +.fade.in { + opacity: 1; +} + +.collapse { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition: height 0.35s ease; + -moz-transition: height 0.35s ease; + -o-transition: height 0.35s ease; + transition: height 0.35s ease; +} + +.collapse.in { + height: auto; +} + +.close { + float: right; + font-size: 20px; + font-weight: bold; + line-height: 20px; + color: #000000; + text-shadow: 0 1px 0 #ffffff; + opacity: 0.2; + filter: alpha(opacity=20); +} + +.close:hover, +.close:focus { + color: #000000; + text-decoration: none; + cursor: pointer; + opacity: 0.4; + filter: alpha(opacity=40); +} + +button.close { + padding: 0; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; +} + +.btn { + display: inline-block; + *display: inline; + padding: 4px 12px; + margin-bottom: 0; + *margin-left: .3em; + font-size: 14px; + line-height: 20px; + color: #999999; + text-align: center; + text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); + vertical-align: middle; + cursor: pointer; + background-color: #dfdfdf; + *background-color: #c8c8c8; + background-image: -moz-linear-gradient(top, #eeeeee, #c8c8c8); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#c8c8c8)); + background-image: -webkit-linear-gradient(top, #eeeeee, #c8c8c8); + background-image: -o-linear-gradient(top, #eeeeee, #c8c8c8); + background-image: linear-gradient(to bottom, #eeeeee, #c8c8c8); + background-repeat: repeat-x; + border: 1px solid #bbbbbb; + *border: 0; + border-color: #c8c8c8 #c8c8c8 #a2a2a2; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + border-bottom-color: #a2a2a2; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffc8c8c8', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); + *zoom: 1; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); +} + +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.btn.disabled, +.btn[disabled] { + color: #999999; + background-color: #c8c8c8; + *background-color: #bbbbbb; +} + +.btn:active, +.btn.active { + background-color: #aeaeae \9; +} + +.btn:first-child { + *margin-left: 0; +} + +.btn:hover, +.btn:focus { + color: #999999; + text-decoration: none; + background-position: 0 -15px; + -webkit-transition: background-position 0.1s linear; + -moz-transition: background-position 0.1s linear; + -o-transition: background-position 0.1s linear; + transition: background-position 0.1s linear; +} + +.btn:focus { + outline: thin dotted #333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} + +.btn.active, +.btn:active { + background-image: none; + outline: 0; + -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); +} + +.btn.disabled, +.btn[disabled] { + cursor: default; + background-image: none; + opacity: 0.65; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +.btn-large { + padding: 22px 30px; + font-size: 17.5px; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.btn-large [class^="icon-"], +.btn-large [class*=" icon-"] { + margin-top: 4px; +} + +.btn-small { + padding: 2px 10px; + font-size: 11.9px; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.btn-small [class^="icon-"], +.btn-small [class*=" icon-"] { + margin-top: 0; +} + +.btn-mini [class^="icon-"], +.btn-mini [class*=" icon-"] { + margin-top: -1px; +} + +.btn-mini { + padding: 2px 6px; + font-size: 10.5px; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.btn-block { + display: block; + width: 100%; + padding-right: 0; + padding-left: 0; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.btn-block + .btn-block { + margin-top: 5px; +} + +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; +} + +.btn-primary.active, +.btn-warning.active, +.btn-danger.active, +.btn-success.active, +.btn-info.active, +.btn-inverse.active { + color: rgba(255, 255, 255, 0.75); +} + +.btn-primary { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #0f82f5; + *background-color: #0072e6; + background-image: -moz-linear-gradient(top, #1a8cff, #0072e6); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a8cff), to(#0072e6)); + background-image: -webkit-linear-gradient(top, #1a8cff, #0072e6); + background-image: -o-linear-gradient(top, #1a8cff, #0072e6); + background-image: linear-gradient(to bottom, #1a8cff, #0072e6); + background-repeat: repeat-x; + border-color: #0072e6 #0072e6 #004c99; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a8cff', endColorstr='#ff0072e6', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.btn-primary.disabled, +.btn-primary[disabled] { + color: #ffffff; + background-color: #0072e6; + *background-color: #0066cc; +} + +.btn-primary:active, +.btn-primary.active { + background-color: #0059b3 \9; +} + +.btn-warning { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #fe781e; + *background-color: #fe6600; + background-image: -moz-linear-gradient(top, #ff8432, #fe6600); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8432), to(#fe6600)); + background-image: -webkit-linear-gradient(top, #ff8432, #fe6600); + background-image: -o-linear-gradient(top, #ff8432, #fe6600); + background-image: linear-gradient(to bottom, #ff8432, #fe6600); + background-repeat: repeat-x; + border-color: #fe6600 #fe6600 #b14700; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8432', endColorstr='#fffe6600', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.btn-warning.disabled, +.btn-warning[disabled] { + color: #ffffff; + background-color: #fe6600; + *background-color: #e45c00; +} + +.btn-warning:active, +.btn-warning.active { + background-color: #cb5200 \9; +} + +.btn-danger { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #f50f43; + *background-color: #e60033; + background-image: -moz-linear-gradient(top, #ff1a4d, #e60033); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff1a4d), to(#e60033)); + background-image: -webkit-linear-gradient(top, #ff1a4d, #e60033); + background-image: -o-linear-gradient(top, #ff1a4d, #e60033); + background-image: linear-gradient(to bottom, #ff1a4d, #e60033); + background-repeat: repeat-x; + border-color: #e60033 #e60033 #990022; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1a4d', endColorstr='#ffe60033', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.btn-danger.disabled, +.btn-danger[disabled] { + color: #ffffff; + background-color: #e60033; + *background-color: #cc002e; +} + +.btn-danger:active, +.btn-danger.active { + background-color: #b30028 \9; +} + +.btn-success { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #41bb19; + *background-color: #379f15; + background-image: -moz-linear-gradient(top, #47cd1b, #379f15); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47cd1b), to(#379f15)); + background-image: -webkit-linear-gradient(top, #47cd1b, #379f15); + background-image: -o-linear-gradient(top, #47cd1b, #379f15); + background-image: linear-gradient(to bottom, #47cd1b, #379f15); + background-repeat: repeat-x; + border-color: #379f15 #379f15 #205c0c; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff47cd1b', endColorstr='#ff379f15', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.btn-success.disabled, +.btn-success[disabled] { + color: #ffffff; + background-color: #379f15; + *background-color: #2f8912; +} + +.btn-success:active, +.btn-success.active { + background-color: #28720f \9; +} + +.btn-info { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #9b59bb; + *background-color: #8d46b0; + background-image: -moz-linear-gradient(top, #a466c2, #8d46b0); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a466c2), to(#8d46b0)); + background-image: -webkit-linear-gradient(top, #a466c2, #8d46b0); + background-image: -o-linear-gradient(top, #a466c2, #8d46b0); + background-image: linear-gradient(to bottom, #a466c2, #8d46b0); + background-repeat: repeat-x; + border-color: #8d46b0 #8d46b0 #613079; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa466c2', endColorstr='#ff8d46b0', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.btn-info.disabled, +.btn-info[disabled] { + color: #ffffff; + background-color: #8d46b0; + *background-color: #7e3f9d; +} + +.btn-info:active, +.btn-info.active { + background-color: #6f378b \9; +} + +.btn-inverse { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #080808; + *background-color: #000000; + background-image: -moz-linear-gradient(top, #0d0d0d, #000000); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d0d0d), to(#000000)); + background-image: -webkit-linear-gradient(top, #0d0d0d, #000000); + background-image: -o-linear-gradient(top, #0d0d0d, #000000); + background-image: linear-gradient(to bottom, #0d0d0d, #000000); + background-repeat: repeat-x; + border-color: #000000 #000000 #000000; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d0d0d', endColorstr='#ff000000', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.btn-inverse:hover, +.btn-inverse:focus, +.btn-inverse:active, +.btn-inverse.active, +.btn-inverse.disabled, +.btn-inverse[disabled] { + color: #ffffff; + background-color: #000000; + *background-color: #000000; +} + +.btn-inverse:active, +.btn-inverse.active { + background-color: #000000 \9; +} + +button.btn, +input[type="submit"].btn { + *padding-top: 3px; + *padding-bottom: 3px; +} + +button.btn::-moz-focus-inner, +input[type="submit"].btn::-moz-focus-inner { + padding: 0; + border: 0; +} + +button.btn.btn-large, +input[type="submit"].btn.btn-large { + *padding-top: 7px; + *padding-bottom: 7px; +} + +button.btn.btn-small, +input[type="submit"].btn.btn-small { + *padding-top: 3px; + *padding-bottom: 3px; +} + +button.btn.btn-mini, +input[type="submit"].btn.btn-mini { + *padding-top: 1px; + *padding-bottom: 1px; +} + +.btn-link, +.btn-link:active, +.btn-link[disabled] { + background-color: transparent; + background-image: none; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +.btn-link { + color: #007fff; + cursor: pointer; + border-color: transparent; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.btn-link:hover, +.btn-link:focus { + color: #0066cc; + text-decoration: underline; + background-color: transparent; +} + +.btn-link[disabled]:hover, +.btn-link[disabled]:focus { + color: #999999; + text-decoration: none; +} + +.btn-group { + position: relative; + display: inline-block; + *display: inline; + *margin-left: .3em; + font-size: 0; + white-space: nowrap; + vertical-align: middle; + *zoom: 1; +} + +.btn-group:first-child { + *margin-left: 0; +} + +.btn-group + .btn-group { + margin-left: 5px; +} + +.btn-toolbar { + margin-top: 10px; + margin-bottom: 10px; + font-size: 0; +} + +.btn-toolbar > .btn + .btn, +.btn-toolbar > .btn-group + .btn, +.btn-toolbar > .btn + .btn-group { + margin-left: 5px; +} + +.btn-group > .btn { + position: relative; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.btn-group > .btn + .btn { + margin-left: -1px; +} + +.btn-group > .btn, +.btn-group > .dropdown-menu, +.btn-group > .popover { + font-size: 14px; +} + +.btn-group > .btn-mini { + font-size: 10.5px; +} + +.btn-group > .btn-small { + font-size: 11.9px; +} + +.btn-group > .btn-large { + font-size: 17.5px; +} + +.btn-group > .btn:first-child { + margin-left: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topleft: 0; +} + +.btn-group > .btn:last-child, +.btn-group > .dropdown-toggle { + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; +} + +.btn-group > .btn.large:first-child { + margin-left: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topleft: 0; +} + +.btn-group > .btn.large:last-child, +.btn-group > .large.dropdown-toggle { + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; +} + +.btn-group > .btn:hover, +.btn-group > .btn:focus, +.btn-group > .btn:active, +.btn-group > .btn.active { + z-index: 2; +} + +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; +} + +.btn-group > .btn + .dropdown-toggle { + *padding-top: 5px; + padding-right: 8px; + *padding-bottom: 5px; + padding-left: 8px; + -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); +} + +.btn-group > .btn-mini + .dropdown-toggle { + *padding-top: 2px; + padding-right: 5px; + *padding-bottom: 2px; + padding-left: 5px; +} + +.btn-group > .btn-small + .dropdown-toggle { + *padding-top: 5px; + *padding-bottom: 4px; +} + +.btn-group > .btn-large + .dropdown-toggle { + *padding-top: 7px; + padding-right: 12px; + *padding-bottom: 7px; + padding-left: 12px; +} + +.btn-group.open .dropdown-toggle { + background-image: none; + -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); +} + +.btn-group.open .btn.dropdown-toggle { + background-color: #c8c8c8; +} + +.btn-group.open .btn-primary.dropdown-toggle { + background-color: #0072e6; +} + +.btn-group.open .btn-warning.dropdown-toggle { + background-color: #fe6600; +} + +.btn-group.open .btn-danger.dropdown-toggle { + background-color: #e60033; +} + +.btn-group.open .btn-success.dropdown-toggle { + background-color: #379f15; +} + +.btn-group.open .btn-info.dropdown-toggle { + background-color: #8d46b0; +} + +.btn-group.open .btn-inverse.dropdown-toggle { + background-color: #000000; +} + +.btn .caret { + margin-top: 8px; + margin-left: 0; +} + +.btn-large .caret { + margin-top: 6px; +} + +.btn-large .caret { + border-top-width: 5px; + border-right-width: 5px; + border-left-width: 5px; +} + +.btn-mini .caret, +.btn-small .caret { + margin-top: 8px; +} + +.dropup .btn-large .caret { + border-bottom-width: 5px; +} + +.btn-primary .caret, +.btn-warning .caret, +.btn-danger .caret, +.btn-info .caret, +.btn-success .caret, +.btn-inverse .caret { + border-top-color: #ffffff; + border-bottom-color: #ffffff; +} + +.btn-group-vertical { + display: inline-block; + *display: inline; + /* IE7 inline-block hack */ + + *zoom: 1; +} + +.btn-group-vertical > .btn { + display: block; + float: none; + max-width: 100%; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.btn-group-vertical > .btn + .btn { + margin-top: -1px; + margin-left: 0; +} + +.btn-group-vertical > .btn:first-child { + -webkit-border-radius: 0 0px 0 0; + -moz-border-radius: 0 0px 0 0; + border-radius: 0 0px 0 0; +} + +.btn-group-vertical > .btn:last-child { + -webkit-border-radius: 0 0 0 0px; + -moz-border-radius: 0 0 0 0px; + border-radius: 0 0 0 0px; +} + +.btn-group-vertical > .btn-large:first-child { + -webkit-border-radius: 0 0px 0 0; + -moz-border-radius: 0 0px 0 0; + border-radius: 0 0px 0 0; +} + +.btn-group-vertical > .btn-large:last-child { + -webkit-border-radius: 0 0 0 0px; + -moz-border-radius: 0 0 0 0px; + border-radius: 0 0 0 0px; +} + +.alert { + padding: 8px 35px 8px 14px; + margin-bottom: 20px; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + background-color: #ff7518; + border: 1px solid transparent; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.alert, +.alert h4 { + color: #ffffff; +} + +.alert h4 { + margin: 0; +} + +.alert .close { + position: relative; + top: -2px; + right: -21px; + line-height: 20px; +} + +.alert-success { + color: #ffffff; + background-color: #3fb618; + border-color: transparent; +} + +.alert-success h4 { + color: #ffffff; +} + +.alert-danger, +.alert-error { + color: #ffffff; + background-color: #ff0039; + border-color: transparent; +} + +.alert-danger h4, +.alert-error h4 { + color: #ffffff; +} + +.alert-info { + color: #ffffff; + background-color: #9954bb; + border-color: transparent; +} + +.alert-info h4 { + color: #ffffff; +} + +.alert-block { + padding-top: 14px; + padding-bottom: 14px; +} + +.alert-block > p, +.alert-block > ul { + margin-bottom: 0; +} + +.alert-block p + p { + margin-top: 5px; +} + +.nav { + margin-bottom: 20px; + margin-left: 0; + list-style: none; +} + +.nav > li > a { + display: block; +} + +.nav > li > a:hover, +.nav > li > a:focus { + text-decoration: none; + background-color: #eeeeee; +} + +.nav > li > a > img { + max-width: none; +} + +.nav > .pull-right { + float: right; +} + +.nav-header { + display: block; + padding: 3px 15px; + font-size: 11px; + font-weight: bold; + line-height: 20px; + color: #dfdfdf; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + text-transform: uppercase; +} + +.nav li + .nav-header { + margin-top: 9px; +} + +.nav-list { + padding-right: 15px; + padding-left: 15px; + margin-bottom: 0; +} + +.nav-list > li > a, +.nav-list .nav-header { + margin-right: -15px; + margin-left: -15px; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); +} + +.nav-list > li > a { + padding: 3px 15px; +} + +.nav-list > .active > a, +.nav-list > .active > a:hover, +.nav-list > .active > a:focus { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); + background-color: #007fff; +} + +.nav-list [class^="icon-"], +.nav-list [class*=" icon-"] { + margin-right: 2px; +} + +.nav-list .divider { + *width: 100%; + height: 1px; + margin: 9px 1px; + *margin: -5px 0 5px; + overflow: hidden; + background-color: #e5e5e5; + border-bottom: 1px solid #ffffff; +} + +.nav-tabs, +.nav-pills { + *zoom: 1; +} + +.nav-tabs:before, +.nav-pills:before, +.nav-tabs:after, +.nav-pills:after { + display: table; + line-height: 0; + content: ""; +} + +.nav-tabs:after, +.nav-pills:after { + clear: both; +} + +.nav-tabs > li, +.nav-pills > li { + float: left; +} + +.nav-tabs > li > a, +.nav-pills > li > a { + padding-right: 12px; + padding-left: 12px; + margin-right: 2px; + line-height: 14px; +} + +.nav-tabs { + border-bottom: 1px solid #ddd; +} + +.nav-tabs > li { + margin-bottom: -1px; +} + +.nav-tabs > li > a { + padding-top: 8px; + padding-bottom: 8px; + line-height: 20px; + border: 1px solid transparent; + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; + border-radius: 4px 4px 0 0; +} + +.nav-tabs > li > a:hover, +.nav-tabs > li > a:focus { + border-color: #eeeeee #eeeeee #dddddd; +} + +.nav-tabs > .active > a, +.nav-tabs > .active > a:hover, +.nav-tabs > .active > a:focus { + color: #bbbbbb; + cursor: default; + background-color: #ffffff; + border: 1px solid #ddd; + border-bottom-color: transparent; +} + +.nav-pills > li > a { + padding-top: 8px; + padding-bottom: 8px; + margin-top: 2px; + margin-bottom: 2px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; +} + +.nav-pills > .active > a, +.nav-pills > .active > a:hover, +.nav-pills > .active > a:focus { + color: #ffffff; + background-color: #007fff; +} + +.nav-stacked > li { + float: none; +} + +.nav-stacked > li > a { + margin-right: 0; +} + +.nav-tabs.nav-stacked { + border-bottom: 0; +} + +.nav-tabs.nav-stacked > li > a { + border: 1px solid #ddd; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.nav-tabs.nav-stacked > li:first-child > a { + -webkit-border-top-right-radius: 4px; + border-top-right-radius: 4px; + -webkit-border-top-left-radius: 4px; + border-top-left-radius: 4px; + -moz-border-radius-topright: 4px; + -moz-border-radius-topleft: 4px; +} + +.nav-tabs.nav-stacked > li:last-child > a { + -webkit-border-bottom-right-radius: 4px; + border-bottom-right-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + border-bottom-left-radius: 4px; + -moz-border-radius-bottomright: 4px; + -moz-border-radius-bottomleft: 4px; +} + +.nav-tabs.nav-stacked > li > a:hover, +.nav-tabs.nav-stacked > li > a:focus { + z-index: 2; + border-color: #ddd; +} + +.nav-pills.nav-stacked > li > a { + margin-bottom: 3px; +} + +.nav-pills.nav-stacked > li:last-child > a { + margin-bottom: 1px; +} + +.nav-tabs .dropdown-menu { + -webkit-border-radius: 0 0 6px 6px; + -moz-border-radius: 0 0 6px 6px; + border-radius: 0 0 6px 6px; +} + +.nav-pills .dropdown-menu { + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} + +.nav .dropdown-toggle .caret { + margin-top: 6px; + border-top-color: #007fff; + border-bottom-color: #007fff; +} + +.nav .dropdown-toggle:hover .caret, +.nav .dropdown-toggle:focus .caret { + border-top-color: #0066cc; + border-bottom-color: #0066cc; +} + +/* move down carets for tabs */ + +.nav-tabs .dropdown-toggle .caret { + margin-top: 8px; +} + +.nav .active .dropdown-toggle .caret { + border-top-color: #fff; + border-bottom-color: #fff; +} + +.nav-tabs .active .dropdown-toggle .caret { + border-top-color: #bbbbbb; + border-bottom-color: #bbbbbb; +} + +.nav > .dropdown.active > a:hover, +.nav > .dropdown.active > a:focus { + cursor: pointer; +} + +.nav-tabs .open .dropdown-toggle, +.nav-pills .open .dropdown-toggle, +.nav > li.dropdown.open.active > a:hover, +.nav > li.dropdown.open.active > a:focus { + color: #ffffff; + background-color: #dfdfdf; + border-color: #dfdfdf; +} + +.nav li.dropdown.open .caret, +.nav li.dropdown.open.active .caret, +.nav li.dropdown.open a:hover .caret, +.nav li.dropdown.open a:focus .caret { + border-top-color: #ffffff; + border-bottom-color: #ffffff; + opacity: 1; + filter: alpha(opacity=100); +} + +.tabs-stacked .open > a:hover, +.tabs-stacked .open > a:focus { + border-color: #dfdfdf; +} + +.tabbable { + *zoom: 1; +} + +.tabbable:before, +.tabbable:after { + display: table; + line-height: 0; + content: ""; +} + +.tabbable:after { + clear: both; +} + +.tab-content { + overflow: auto; +} + +.tabs-below > .nav-tabs, +.tabs-right > .nav-tabs, +.tabs-left > .nav-tabs { + border-bottom: 0; +} + +.tab-content > .tab-pane, +.pill-content > .pill-pane { + display: none; +} + +.tab-content > .active, +.pill-content > .active { + display: block; +} + +.tabs-below > .nav-tabs { + border-top: 1px solid #ddd; +} + +.tabs-below > .nav-tabs > li { + margin-top: -1px; + margin-bottom: 0; +} + +.tabs-below > .nav-tabs > li > a { + -webkit-border-radius: 0 0 4px 4px; + -moz-border-radius: 0 0 4px 4px; + border-radius: 0 0 4px 4px; +} + +.tabs-below > .nav-tabs > li > a:hover, +.tabs-below > .nav-tabs > li > a:focus { + border-top-color: #ddd; + border-bottom-color: transparent; +} + +.tabs-below > .nav-tabs > .active > a, +.tabs-below > .nav-tabs > .active > a:hover, +.tabs-below > .nav-tabs > .active > a:focus { + border-color: transparent #ddd #ddd #ddd; +} + +.tabs-left > .nav-tabs > li, +.tabs-right > .nav-tabs > li { + float: none; +} + +.tabs-left > .nav-tabs > li > a, +.tabs-right > .nav-tabs > li > a { + min-width: 74px; + margin-right: 0; + margin-bottom: 3px; +} + +.tabs-left > .nav-tabs { + float: left; + margin-right: 19px; + border-right: 1px solid #ddd; +} + +.tabs-left > .nav-tabs > li > a { + margin-right: -1px; + -webkit-border-radius: 4px 0 0 4px; + -moz-border-radius: 4px 0 0 4px; + border-radius: 4px 0 0 4px; +} + +.tabs-left > .nav-tabs > li > a:hover, +.tabs-left > .nav-tabs > li > a:focus { + border-color: #eeeeee #dddddd #eeeeee #eeeeee; +} + +.tabs-left > .nav-tabs .active > a, +.tabs-left > .nav-tabs .active > a:hover, +.tabs-left > .nav-tabs .active > a:focus { + border-color: #ddd transparent #ddd #ddd; + *border-right-color: #ffffff; +} + +.tabs-right > .nav-tabs { + float: right; + margin-left: 19px; + border-left: 1px solid #ddd; +} + +.tabs-right > .nav-tabs > li > a { + margin-left: -1px; + -webkit-border-radius: 0 4px 4px 0; + -moz-border-radius: 0 4px 4px 0; + border-radius: 0 4px 4px 0; +} + +.tabs-right > .nav-tabs > li > a:hover, +.tabs-right > .nav-tabs > li > a:focus { + border-color: #eeeeee #eeeeee #eeeeee #dddddd; +} + +.tabs-right > .nav-tabs .active > a, +.tabs-right > .nav-tabs .active > a:hover, +.tabs-right > .nav-tabs .active > a:focus { + border-color: #ddd #ddd #ddd transparent; + *border-left-color: #ffffff; +} + +.nav > .disabled > a { + color: #dfdfdf; +} + +.nav > .disabled > a:hover, +.nav > .disabled > a:focus { + text-decoration: none; + cursor: default; + background-color: transparent; +} + +.navbar { + *position: relative; + *z-index: 2; + margin-bottom: 20px; + overflow: visible; +} + +.navbar-inner { + min-height: 50px; + padding-right: 20px; + padding-left: 20px; + background-color: #080808; + background-image: -moz-linear-gradient(top, #080808, #080808); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#080808), to(#080808)); + background-image: -webkit-linear-gradient(top, #080808, #080808); + background-image: -o-linear-gradient(top, #080808, #080808); + background-image: linear-gradient(to bottom, #080808, #080808); + background-repeat: repeat-x; + border: 1px solid transparent; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff080808', GradientType=0); + *zoom: 1; + -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); + -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); + box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); +} + +.navbar-inner:before, +.navbar-inner:after { + display: table; + line-height: 0; + content: ""; +} + +.navbar-inner:after { + clear: both; +} + +.navbar .container { + width: auto; +} + +.nav-collapse.collapse { + height: auto; + overflow: visible; +} + +.navbar .brand { + display: block; + float: left; + padding: 15px 20px 15px; + margin-left: -20px; + font-size: 20px; + font-weight: 200; + color: #ffffff; + text-shadow: 0 1px 0 #080808; +} + +.navbar .brand:hover, +.navbar .brand:focus { + text-decoration: none; +} + +.navbar-text { + margin-bottom: 0; + line-height: 50px; + color: #ffffff; +} + +.navbar-link { + color: #ffffff; +} + +.navbar-link:hover, +.navbar-link:focus { + color: #bbbbbb; +} + +.navbar .divider-vertical { + height: 50px; + margin: 0 9px; + border-right: 1px solid #080808; + border-left: 1px solid #080808; +} + +.navbar .btn, +.navbar .btn-group { + margin-top: 10px; +} + +.navbar .btn-group .btn, +.navbar .input-prepend .btn, +.navbar .input-append .btn, +.navbar .input-prepend .btn-group, +.navbar .input-append .btn-group { + margin-top: 0; +} + +.navbar-form { + margin-bottom: 0; + *zoom: 1; +} + +.navbar-form:before, +.navbar-form:after { + display: table; + line-height: 0; + content: ""; +} + +.navbar-form:after { + clear: both; +} + +.navbar-form input, +.navbar-form select, +.navbar-form .radio, +.navbar-form .checkbox { + margin-top: 10px; +} + +.navbar-form input, +.navbar-form select, +.navbar-form .btn { + display: inline-block; + margin-bottom: 0; +} + +.navbar-form input[type="image"], +.navbar-form input[type="checkbox"], +.navbar-form input[type="radio"] { + margin-top: 3px; +} + +.navbar-form .input-append, +.navbar-form .input-prepend { + margin-top: 5px; + white-space: nowrap; +} + +.navbar-form .input-append input, +.navbar-form .input-prepend input { + margin-top: 0; +} + +.navbar-search { + position: relative; + float: left; + margin-top: 10px; + margin-bottom: 0; +} + +.navbar-search .search-query { + padding: 4px 14px; + margin-bottom: 0; + font-family: "Open Sans", Calibri, Candara, Arial, sans-serif; + font-size: 13px; + font-weight: normal; + line-height: 1; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; + border-radius: 15px; +} + +.navbar-static-top { + position: static; + margin-bottom: 0; +} + +.navbar-static-top .navbar-inner { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; + margin-bottom: 0; +} + +.navbar-fixed-top .navbar-inner, +.navbar-static-top .navbar-inner { + border-width: 0 0 1px; +} + +.navbar-fixed-bottom .navbar-inner { + border-width: 1px 0 0; +} + +.navbar-fixed-top .navbar-inner, +.navbar-fixed-bottom .navbar-inner { + padding-right: 0; + padding-left: 0; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.navbar-static-top .container, +.navbar-fixed-top .container, +.navbar-fixed-bottom .container { + width: 940px; +} + +.navbar-fixed-top { + top: 0; +} + +.navbar-fixed-top .navbar-inner, +.navbar-static-top .navbar-inner { + -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); +} + +.navbar-fixed-bottom { + bottom: 0; +} + +.navbar-fixed-bottom .navbar-inner { + -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); + box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); +} + +.navbar .nav { + position: relative; + left: 0; + display: block; + float: left; + margin: 0 10px 0 0; +} + +.navbar .nav.pull-right { + float: right; + margin-right: 0; +} + +.navbar .nav > li { + float: left; +} + +.navbar .nav > li > a { + float: none; + padding: 15px 15px 15px; + color: #ffffff; + text-decoration: none; + text-shadow: 0 1px 0 #080808; +} + +.navbar .nav .dropdown-toggle .caret { + margin-top: 8px; +} + +.navbar .nav > li > a:focus, +.navbar .nav > li > a:hover { + color: #bbbbbb; + text-decoration: none; + background-color: rgba(0, 0, 0, 0.05); +} + +.navbar .nav > .active > a, +.navbar .nav > .active > a:hover, +.navbar .nav > .active > a:focus { + color: #ffffff; + text-decoration: none; + background-color: transparent; + -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); + -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); +} + +.navbar .btn-navbar { + display: none; + float: right; + padding: 7px 10px; + margin-right: 5px; + margin-left: 5px; + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #000000; + *background-color: #000000; + background-image: -moz-linear-gradient(top, #000000, #000000); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000)); + background-image: -webkit-linear-gradient(top, #000000, #000000); + background-image: -o-linear-gradient(top, #000000, #000000); + background-image: linear-gradient(to bottom, #000000, #000000); + background-repeat: repeat-x; + border-color: #000000 #000000 #000000; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); + -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); +} + +.navbar .btn-navbar:hover, +.navbar .btn-navbar:focus, +.navbar .btn-navbar:active, +.navbar .btn-navbar.active, +.navbar .btn-navbar.disabled, +.navbar .btn-navbar[disabled] { + color: #ffffff; + background-color: #000000; + *background-color: #000000; +} + +.navbar .btn-navbar:active, +.navbar .btn-navbar.active { + background-color: #000000 \9; +} + +.navbar .btn-navbar .icon-bar { + display: block; + width: 18px; + height: 2px; + background-color: #f5f5f5; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; + -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); + -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); +} + +.btn-navbar .icon-bar + .icon-bar { + margin-top: 3px; +} + +.navbar .nav > li > .dropdown-menu:before { + position: absolute; + top: -7px; + left: 9px; + display: inline-block; + border-right: 7px solid transparent; + border-bottom: 7px solid #ccc; + border-left: 7px solid transparent; + border-bottom-color: rgba(0, 0, 0, 0.2); + content: ''; +} + +.navbar .nav > li > .dropdown-menu:after { + position: absolute; + top: -6px; + left: 10px; + display: inline-block; + border-right: 6px solid transparent; + border-bottom: 6px solid #ffffff; + border-left: 6px solid transparent; + content: ''; +} + +.navbar-fixed-bottom .nav > li > .dropdown-menu:before { + top: auto; + bottom: -7px; + border-top: 7px solid #ccc; + border-bottom: 0; + border-top-color: rgba(0, 0, 0, 0.2); +} + +.navbar-fixed-bottom .nav > li > .dropdown-menu:after { + top: auto; + bottom: -6px; + border-top: 6px solid #ffffff; + border-bottom: 0; +} + +.navbar .nav li.dropdown > a:hover .caret, +.navbar .nav li.dropdown > a:focus .caret { + border-top-color: #bbbbbb; + border-bottom-color: #bbbbbb; +} + +.navbar .nav li.dropdown.open > .dropdown-toggle, +.navbar .nav li.dropdown.active > .dropdown-toggle, +.navbar .nav li.dropdown.open.active > .dropdown-toggle { + color: #ffffff; + background-color: transparent; +} + +.navbar .nav li.dropdown > .dropdown-toggle .caret { + border-top-color: #ffffff; + border-bottom-color: #ffffff; +} + +.navbar .nav li.dropdown.open > .dropdown-toggle .caret, +.navbar .nav li.dropdown.active > .dropdown-toggle .caret, +.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret { + border-top-color: #ffffff; + border-bottom-color: #ffffff; +} + +.navbar .pull-right > li > .dropdown-menu, +.navbar .nav > li > .dropdown-menu.pull-right { + right: 0; + left: auto; +} + +.navbar .pull-right > li > .dropdown-menu:before, +.navbar .nav > li > .dropdown-menu.pull-right:before { + right: 12px; + left: auto; +} + +.navbar .pull-right > li > .dropdown-menu:after, +.navbar .nav > li > .dropdown-menu.pull-right:after { + right: 13px; + left: auto; +} + +.navbar .pull-right > li > .dropdown-menu .dropdown-menu, +.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu { + right: 100%; + left: auto; + margin-right: -1px; + margin-left: 0; + -webkit-border-radius: 6px 0 6px 6px; + -moz-border-radius: 6px 0 6px 6px; + border-radius: 6px 0 6px 6px; +} + +.navbar-inverse .navbar-inner { + background-color: #007fff; + background-image: -moz-linear-gradient(top, #007fff, #007fff); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007fff), to(#007fff)); + background-image: -webkit-linear-gradient(top, #007fff, #007fff); + background-image: -o-linear-gradient(top, #007fff, #007fff); + background-image: linear-gradient(to bottom, #007fff, #007fff); + background-repeat: repeat-x; + border-color: transparent; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007fff', endColorstr='#ff007fff', GradientType=0); +} + +.navbar-inverse .brand, +.navbar-inverse .nav > li > a { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); +} + +.navbar-inverse .brand:hover, +.navbar-inverse .nav > li > a:hover, +.navbar-inverse .brand:focus, +.navbar-inverse .nav > li > a:focus { + color: #ffffff; +} + +.navbar-inverse .brand { + color: #ffffff; +} + +.navbar-inverse .navbar-text { + color: #ffffff; +} + +.navbar-inverse .nav > li > a:focus, +.navbar-inverse .nav > li > a:hover { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); +} + +.navbar-inverse .nav .active > a, +.navbar-inverse .nav .active > a:hover, +.navbar-inverse .nav .active > a:focus { + color: #ffffff; + background-color: #007fff; +} + +.navbar-inverse .navbar-link { + color: #ffffff; +} + +.navbar-inverse .navbar-link:hover, +.navbar-inverse .navbar-link:focus { + color: #ffffff; +} + +.navbar-inverse .divider-vertical { + border-right-color: #007fff; + border-left-color: #007fff; +} + +.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, +.navbar-inverse .nav li.dropdown.active > .dropdown-toggle, +.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { + color: #ffffff; + background-color: #007fff; +} + +.navbar-inverse .nav li.dropdown > a:hover .caret, +.navbar-inverse .nav li.dropdown > a:focus .caret { + border-top-color: #ffffff; + border-bottom-color: #ffffff; +} + +.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret { + border-top-color: #ffffff; + border-bottom-color: #ffffff; +} + +.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, +.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, +.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret { + border-top-color: #ffffff; + border-bottom-color: #ffffff; +} + +.navbar-inverse .navbar-search .search-query { + color: #ffffff; + background-color: #80bfff; + border-color: #007fff; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); + -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; +} + +.navbar-inverse .navbar-search .search-query:-moz-placeholder { + color: #999999; +} + +.navbar-inverse .navbar-search .search-query:-ms-input-placeholder { + color: #999999; +} + +.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder { + color: #999999; +} + +.navbar-inverse .navbar-search .search-query:focus, +.navbar-inverse .navbar-search .search-query.focused { + padding: 5px 15px; + color: #999999; + text-shadow: 0 1px 0 #ffffff; + background-color: #ffffff; + border: 0; + outline: 0; + -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); + -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); + box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); +} + +.navbar-inverse .btn-navbar { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #0072e6; + *background-color: #0072e6; + background-image: -moz-linear-gradient(top, #0072e6, #0072e6); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0072e6), to(#0072e6)); + background-image: -webkit-linear-gradient(top, #0072e6, #0072e6); + background-image: -o-linear-gradient(top, #0072e6, #0072e6); + background-image: linear-gradient(to bottom, #0072e6, #0072e6); + background-repeat: repeat-x; + border-color: #0072e6 #0072e6 #004c99; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0072e6', endColorstr='#ff0072e6', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.navbar-inverse .btn-navbar:hover, +.navbar-inverse .btn-navbar:focus, +.navbar-inverse .btn-navbar:active, +.navbar-inverse .btn-navbar.active, +.navbar-inverse .btn-navbar.disabled, +.navbar-inverse .btn-navbar[disabled] { + color: #ffffff; + background-color: #0072e6; + *background-color: #0066cc; +} + +.navbar-inverse .btn-navbar:active, +.navbar-inverse .btn-navbar.active { + background-color: #0059b3 \9; +} + +.breadcrumb { + padding: 8px 15px; + margin: 0 0 20px; + list-style: none; + background-color: #f5f5f5; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.breadcrumb > li { + display: inline-block; + *display: inline; + text-shadow: 0 1px 0 #ffffff; + *zoom: 1; +} + +.breadcrumb > li > .divider { + padding: 0 5px; + color: #ccc; +} + +.breadcrumb > .active { + color: #dfdfdf; +} + +.pagination { + margin: 20px 0; +} + +.pagination ul { + display: inline-block; + *display: inline; + margin-bottom: 0; + margin-left: 0; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + *zoom: 1; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); +} + +.pagination ul > li { + display: inline; +} + +.pagination ul > li > a, +.pagination ul > li > span { + float: left; + padding: 4px 12px; + line-height: 20px; + text-decoration: none; + background-color: #dfdfdf; + border: 1px solid transparent; + border-left-width: 0; +} + +.pagination ul > li > a:hover, +.pagination ul > li > a:focus, +.pagination ul > .active > a, +.pagination ul > .active > span { + background-color: #007fff; +} + +.pagination ul > .active > a, +.pagination ul > .active > span { + color: #dfdfdf; + cursor: default; +} + +.pagination ul > .disabled > span, +.pagination ul > .disabled > a, +.pagination ul > .disabled > a:hover, +.pagination ul > .disabled > a:focus { + color: #dfdfdf; + cursor: default; + background-color: transparent; +} + +.pagination ul > li:first-child > a, +.pagination ul > li:first-child > span { + border-left-width: 1px; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topleft: 0; +} + +.pagination ul > li:last-child > a, +.pagination ul > li:last-child > span { + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; +} + +.pagination-centered { + text-align: center; +} + +.pagination-right { + text-align: right; +} + +.pagination-large ul > li > a, +.pagination-large ul > li > span { + padding: 22px 30px; + font-size: 17.5px; +} + +.pagination-large ul > li:first-child > a, +.pagination-large ul > li:first-child > span { + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topleft: 0; +} + +.pagination-large ul > li:last-child > a, +.pagination-large ul > li:last-child > span { + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; +} + +.pagination-mini ul > li:first-child > a, +.pagination-small ul > li:first-child > a, +.pagination-mini ul > li:first-child > span, +.pagination-small ul > li:first-child > span { + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -moz-border-radius-topleft: 0; +} + +.pagination-mini ul > li:last-child > a, +.pagination-small ul > li:last-child > a, +.pagination-mini ul > li:last-child > span, +.pagination-small ul > li:last-child > span { + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomright: 0; +} + +.pagination-small ul > li > a, +.pagination-small ul > li > span { + padding: 2px 10px; + font-size: 11.9px; +} + +.pagination-mini ul > li > a, +.pagination-mini ul > li > span { + padding: 2px 6px; + font-size: 10.5px; +} + +.pager { + margin: 20px 0; + text-align: center; + list-style: none; + *zoom: 1; +} + +.pager:before, +.pager:after { + display: table; + line-height: 0; + content: ""; +} + +.pager:after { + clear: both; +} + +.pager li { + display: inline; +} + +.pager li > a, +.pager li > span { + display: inline-block; + padding: 5px 14px; + background-color: #fff; + border: 1px solid #ddd; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; + border-radius: 15px; +} + +.pager li > a:hover, +.pager li > a:focus { + text-decoration: none; + background-color: #f5f5f5; +} + +.pager .next > a, +.pager .next > span { + float: right; +} + +.pager .previous > a, +.pager .previous > span { + float: left; +} + +.pager .disabled > a, +.pager .disabled > a:hover, +.pager .disabled > a:focus, +.pager .disabled > span { + color: #dfdfdf; + cursor: default; + background-color: #fff; +} + +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + background-color: #000000; +} + +.modal-backdrop.fade { + opacity: 0; +} + +.modal-backdrop, +.modal-backdrop.fade.in { + opacity: 0.8; + filter: alpha(opacity=80); +} + +.modal { + position: fixed; + top: 10%; + left: 50%; + z-index: 1050; + width: 560px; + margin-left: -280px; + background-color: #ffffff; + border: 1px solid #999; + border: 1px solid rgba(0, 0, 0, 0.3); + *border: 1px solid #999; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; + outline: none; + -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); + -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); + box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); + -webkit-background-clip: padding-box; + -moz-background-clip: padding-box; + background-clip: padding-box; +} + +.modal.fade { + top: -25%; + -webkit-transition: opacity 0.3s linear, top 0.3s ease-out; + -moz-transition: opacity 0.3s linear, top 0.3s ease-out; + -o-transition: opacity 0.3s linear, top 0.3s ease-out; + transition: opacity 0.3s linear, top 0.3s ease-out; +} + +.modal.fade.in { + top: 10%; +} + +.modal-header { + padding: 9px 15px; + border-bottom: 1px solid #eee; +} + +.modal-header .close { + margin-top: 2px; +} + +.modal-header h3 { + margin: 0; + line-height: 30px; +} + +.modal-body { + position: relative; + max-height: 400px; + padding: 15px; + overflow-y: auto; +} + +.modal-form { + margin-bottom: 0; +} + +.modal-footer { + padding: 14px 15px 15px; + margin-bottom: 0; + text-align: right; + background-color: #f5f5f5; + border-top: 1px solid #ddd; + -webkit-border-radius: 0 0 6px 6px; + -moz-border-radius: 0 0 6px 6px; + border-radius: 0 0 6px 6px; + *zoom: 1; + -webkit-box-shadow: inset 0 1px 0 #ffffff; + -moz-box-shadow: inset 0 1px 0 #ffffff; + box-shadow: inset 0 1px 0 #ffffff; +} + +.modal-footer:before, +.modal-footer:after { + display: table; + line-height: 0; + content: ""; +} + +.modal-footer:after { + clear: both; +} + +.modal-footer .btn + .btn { + margin-bottom: 0; + margin-left: 5px; +} + +.modal-footer .btn-group .btn + .btn { + margin-left: -1px; +} + +.modal-footer .btn-block + .btn-block { + margin-left: 0; +} + +.tooltip { + position: absolute; + z-index: 1030; + display: block; + font-size: 11px; + line-height: 1.4; + opacity: 0; + filter: alpha(opacity=0); + visibility: visible; +} + +.tooltip.in { + opacity: 0.8; + filter: alpha(opacity=80); +} + +.tooltip.top { + padding: 5px 0; + margin-top: -3px; +} + +.tooltip.right { + padding: 0 5px; + margin-left: 3px; +} + +.tooltip.bottom { + padding: 5px 0; + margin-top: 3px; +} + +.tooltip.left { + padding: 0 5px; + margin-left: -3px; +} + +.tooltip-inner { + max-width: 200px; + padding: 8px; + color: #ffffff; + text-align: center; + text-decoration: none; + background-color: #000000; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} + +.tooltip.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -5px; + border-top-color: #000000; + border-width: 5px 5px 0; +} + +.tooltip.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-right-color: #000000; + border-width: 5px 5px 5px 0; +} + +.tooltip.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-left-color: #000000; + border-width: 5px 0 5px 5px; +} + +.tooltip.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -5px; + border-bottom-color: #000000; + border-width: 0 5px 5px; +} + +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1010; + display: none; + max-width: 276px; + padding: 1px; + text-align: left; + white-space: normal; + background-color: #ff7518; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.2); + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -webkit-background-clip: padding-box; + -moz-background-clip: padding; + background-clip: padding-box; +} + +.popover.top { + margin-top: -10px; +} + +.popover.right { + margin-left: 10px; +} + +.popover.bottom { + margin-top: 10px; +} + +.popover.left { + margin-left: -10px; +} + +.popover-title { + padding: 8px 14px; + margin: 0; + font-size: 14px; + font-weight: normal; + line-height: 18px; + background-color: #ff7518; + border-bottom: 1px solid #fe6600; + -webkit-border-radius: 5px 5px 0 0; + -moz-border-radius: 5px 5px 0 0; + border-radius: 5px 5px 0 0; +} + +.popover-title:empty { + display: none; +} + +.popover-content { + padding: 9px 14px; +} + +.popover .arrow, +.popover .arrow:after { + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} + +.popover .arrow { + border-width: 16px; +} + +.popover .arrow:after { + border-width: 15px; + content: ""; +} + +.popover.top .arrow { + bottom: -16px; + left: 50%; + margin-left: -16px; + border-top-color: #999; + border-top-color: transparent; + border-bottom-width: 0; +} + +.popover.top .arrow:after { + bottom: 1px; + margin-left: -15px; + border-top-color: #ff7518; + border-bottom-width: 0; +} + +.popover.right .arrow { + top: 50%; + left: -16px; + margin-top: -16px; + border-right-color: #999; + border-right-color: transparent; + border-left-width: 0; +} + +.popover.right .arrow:after { + bottom: -15px; + left: 1px; + border-right-color: #ff7518; + border-left-width: 0; +} + +.popover.bottom .arrow { + top: -16px; + left: 50%; + margin-left: -16px; + border-bottom-color: #999; + border-bottom-color: transparent; + border-top-width: 0; +} + +.popover.bottom .arrow:after { + top: 1px; + margin-left: -15px; + border-bottom-color: #ff7518; + border-top-width: 0; +} + +.popover.left .arrow { + top: 50%; + right: -16px; + margin-top: -16px; + border-left-color: #999; + border-left-color: transparent; + border-right-width: 0; +} + +.popover.left .arrow:after { + right: 1px; + bottom: -15px; + border-left-color: #ff7518; + border-right-width: 0; +} + +.thumbnails { + margin-left: -20px; + list-style: none; + *zoom: 1; +} + +.thumbnails:before, +.thumbnails:after { + display: table; + line-height: 0; + content: ""; +} + +.thumbnails:after { + clear: both; +} + +.row-fluid .thumbnails { + margin-left: 0; +} + +.thumbnails > li { + float: left; + margin-bottom: 20px; + margin-left: 20px; +} + +.thumbnail { + display: block; + padding: 4px; + line-height: 20px; + border: 1px solid #ddd; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); + -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); + -webkit-transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; +} + +a.thumbnail:hover, +a.thumbnail:focus { + border-color: #007fff; + -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); + -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); + box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); +} + +.thumbnail > img { + display: block; + max-width: 100%; + margin-right: auto; + margin-left: auto; +} + +.thumbnail .caption { + padding: 9px; + color: #bbbbbb; +} + +.media, +.media-body { + overflow: hidden; + *overflow: visible; + zoom: 1; +} + +.media, +.media .media { + margin-top: 15px; +} + +.media:first-child { + margin-top: 0; +} + +.media-object { + display: block; +} + +.media-heading { + margin: 0 0 5px; +} + +.media > .pull-left { + margin-right: 10px; +} + +.media > .pull-right { + margin-left: 10px; +} + +.media-list { + margin-left: 0; + list-style: none; +} + +.label, +.badge { + display: inline-block; + padding: 2px 4px; + font-size: 11.844px; + font-weight: bold; + line-height: 14px; + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + white-space: nowrap; + vertical-align: baseline; + background-color: #dfdfdf; +} + +.label { + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +.badge { + padding-right: 9px; + padding-left: 9px; + -webkit-border-radius: 9px; + -moz-border-radius: 9px; + border-radius: 9px; +} + +.label:empty, +.badge:empty { + display: none; +} + +a.label:hover, +a.label:focus, +a.badge:hover, +a.badge:focus { + color: #ffffff; + text-decoration: none; + cursor: pointer; +} + +.label-important, +.badge-important { + background-color: #ffffff; +} + +.label-important[href], +.badge-important[href] { + background-color: #e6e6e6; +} + +.label-warning, +.badge-warning { + background-color: #ff7518; +} + +.label-warning[href], +.badge-warning[href] { + background-color: #e45c00; +} + +.label-success, +.badge-success { + background-color: #ffffff; +} + +.label-success[href], +.badge-success[href] { + background-color: #e6e6e6; +} + +.label-info, +.badge-info { + background-color: #ffffff; +} + +.label-info[href], +.badge-info[href] { + background-color: #e6e6e6; +} + +.label-inverse, +.badge-inverse { + background-color: #999999; +} + +.label-inverse[href], +.badge-inverse[href] { + background-color: #808080; +} + +.btn .label, +.btn .badge { + position: relative; + top: -1px; +} + +.btn-mini .label, +.btn-mini .badge { + top: 0; +} + +@-webkit-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} + +@-moz-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} + +@-ms-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} + +@-o-keyframes progress-bar-stripes { + from { + background-position: 0 0; + } + to { + background-position: 40px 0; + } +} + +@keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} + +.progress { + height: 20px; + margin-bottom: 20px; + overflow: hidden; + background-color: #f7f7f7; + background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9)); + background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9); + background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9); + background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9); + background-repeat: repeat-x; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0); + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); +} + +.progress .bar { + float: left; + width: 0; + height: 100%; + font-size: 12px; + color: #ffffff; + text-align: center; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #0e90d2; + background-image: -moz-linear-gradient(top, #149bdf, #0480be); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be)); + background-image: -webkit-linear-gradient(top, #149bdf, #0480be); + background-image: -o-linear-gradient(top, #149bdf, #0480be); + background-image: linear-gradient(to bottom, #149bdf, #0480be); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0); + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + -webkit-transition: width 0.6s ease; + -moz-transition: width 0.6s ease; + -o-transition: width 0.6s ease; + transition: width 0.6s ease; +} + +.progress .bar + .bar { + -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); + -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); +} + +.progress-striped .bar { + background-color: #149bdf; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + -webkit-background-size: 40px 40px; + -moz-background-size: 40px 40px; + -o-background-size: 40px 40px; + background-size: 40px 40px; +} + +.progress.active .bar { + -webkit-animation: progress-bar-stripes 2s linear infinite; + -moz-animation: progress-bar-stripes 2s linear infinite; + -ms-animation: progress-bar-stripes 2s linear infinite; + -o-animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; +} + +.progress-danger .bar, +.progress .bar-danger { + background-color: #dd514c; + background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35)); + background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); + background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); + background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0); +} + +.progress-danger.progress-striped .bar, +.progress-striped .bar-danger { + background-color: #ee5f5b; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} + +.progress-success .bar, +.progress .bar-success { + background-color: #5eb95e; + background-image: -moz-linear-gradient(top, #62c462, #57a957); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957)); + background-image: -webkit-linear-gradient(top, #62c462, #57a957); + background-image: -o-linear-gradient(top, #62c462, #57a957); + background-image: linear-gradient(to bottom, #62c462, #57a957); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0); +} + +.progress-success.progress-striped .bar, +.progress-striped .bar-success { + background-color: #62c462; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} + +.progress-info .bar, +.progress .bar-info { + background-color: #4bb1cf; + background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9)); + background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); + background-image: -o-linear-gradient(top, #5bc0de, #339bb9); + background-image: linear-gradient(to bottom, #5bc0de, #339bb9); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0); +} + +.progress-info.progress-striped .bar, +.progress-striped .bar-info { + background-color: #5bc0de; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} + +.progress-warning .bar, +.progress .bar-warning { + background-color: #ff9046; + background-image: -moz-linear-gradient(top, #ffa365, #ff7518); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa365), to(#ff7518)); + background-image: -webkit-linear-gradient(top, #ffa365, #ff7518); + background-image: -o-linear-gradient(top, #ffa365, #ff7518); + background-image: linear-gradient(to bottom, #ffa365, #ff7518); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa365', endColorstr='#ffff7518', GradientType=0); +} + +.progress-warning.progress-striped .bar, +.progress-striped .bar-warning { + background-color: #ffa365; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} + +.accordion { + margin-bottom: 20px; +} + +.accordion-group { + margin-bottom: 2px; + border: 1px solid #e5e5e5; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.accordion-heading { + border-bottom: 0; +} + +.accordion-heading .accordion-toggle { + display: block; + padding: 8px 15px; +} + +.accordion-toggle { + cursor: pointer; +} + +.accordion-inner { + padding: 9px 15px; + border-top: 1px solid #e5e5e5; +} + +.carousel { + position: relative; + margin-bottom: 20px; + line-height: 1; +} + +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} + +.carousel-inner > .item { + position: relative; + display: none; + -webkit-transition: 0.6s ease-in-out left; + -moz-transition: 0.6s ease-in-out left; + -o-transition: 0.6s ease-in-out left; + transition: 0.6s ease-in-out left; +} + +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + display: block; + line-height: 1; +} + +.carousel-inner > .active, +.carousel-inner > .next, +.carousel-inner > .prev { + display: block; +} + +.carousel-inner > .active { + left: 0; +} + +.carousel-inner > .next, +.carousel-inner > .prev { + position: absolute; + top: 0; + width: 100%; +} + +.carousel-inner > .next { + left: 100%; +} + +.carousel-inner > .prev { + left: -100%; +} + +.carousel-inner > .next.left, +.carousel-inner > .prev.right { + left: 0; +} + +.carousel-inner > .active.left { + left: -100%; +} + +.carousel-inner > .active.right { + left: 100%; +} + +.carousel-control { + position: absolute; + top: 40%; + left: 15px; + width: 40px; + height: 40px; + margin-top: -20px; + font-size: 60px; + font-weight: 100; + line-height: 30px; + color: #ffffff; + text-align: center; + background: #080808; + border: 3px solid #ffffff; + -webkit-border-radius: 23px; + -moz-border-radius: 23px; + border-radius: 23px; + opacity: 0.5; + filter: alpha(opacity=50); +} + +.carousel-control.right { + right: 15px; + left: auto; +} + +.carousel-control:hover, +.carousel-control:focus { + color: #ffffff; + text-decoration: none; + opacity: 0.9; + filter: alpha(opacity=90); +} + +.carousel-indicators { + position: absolute; + top: 15px; + right: 15px; + z-index: 5; + margin: 0; + list-style: none; +} + +.carousel-indicators li { + display: block; + float: left; + width: 10px; + height: 10px; + margin-left: 5px; + text-indent: -999px; + background-color: #ccc; + background-color: rgba(255, 255, 255, 0.25); + border-radius: 5px; +} + +.carousel-indicators .active { + background-color: #fff; +} + +.carousel-caption { + position: absolute; + right: 0; + bottom: 0; + left: 0; + padding: 15px; + background: #999999; + background: rgba(0, 0, 0, 0.75); +} + +.carousel-caption h4, +.carousel-caption p { + line-height: 20px; + color: #ffffff; +} + +.carousel-caption h4 { + margin: 0 0 5px; +} + +.carousel-caption p { + margin-bottom: 0; +} + +.hero-unit { + padding: 60px; + margin-bottom: 30px; + font-size: 18px; + font-weight: 200; + line-height: 30px; + color: inherit; + background-color: #eeeeee; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} + +.hero-unit h1 { + margin-bottom: 0; + font-size: 60px; + line-height: 1; + letter-spacing: -1px; + color: inherit; +} + +.hero-unit li { + line-height: 30px; +} + +.pull-right { + float: right; +} + +.pull-left { + float: left; +} + +.hide { + display: none; +} + +.show { + display: block; +} + +.invisible { + visibility: hidden; +} + +.affix { + position: fixed; +} + +body { + font-weight: 300; +} + +h1 { + font-size: 50px; +} + +h2, +h3 { + font-size: 26px; +} + +h4 { + font-size: 14px; +} + +h5, +h6 { + font-size: 11px; +} + +blockquote { + padding: 10px 15px; + background-color: #eeeeee; + border-left-color: #bbbbbb; +} + +blockquote.pull-right { + padding: 10px 15px; + border-right-color: #bbbbbb; +} + +blockquote small { + color: #bbbbbb; +} + +.muted { + color: #bbbbbb; +} + +.text-warning { + color: #ff7518; +} + +a.text-warning:hover { + color: #e45c00; +} + +.text-error { + color: #ff0039; +} + +a.text-error:hover { + color: #cc002e; +} + +.text-info { + color: #9954bb; +} + +a.text-info:hover { + color: #7e3f9d; +} + +.text-success { + color: #3fb618; +} + +a.text-success:hover { + color: #2f8912; +} + +.navbar .navbar-inner { + background-image: none; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +.navbar .brand:hover { + color: #bbbbbb; +} + +.navbar .nav > .active > a, +.navbar .nav > .active > a:hover, +.navbar .nav > .active > a:focus { + background-color: rgba(0, 0, 0, 0.05); + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +.navbar .nav li.dropdown.open > .dropdown-toggle, +.navbar .nav li.dropdown.active > .dropdown-toggle, +.navbar .nav li.dropdown.open.active > .dropdown-toggle { + color: #ffffff; +} + +.navbar .nav li.dropdown.open > .dropdown-toggle:hover, +.navbar .nav li.dropdown.active > .dropdown-toggle:hover, +.navbar .nav li.dropdown.open.active > .dropdown-toggle:hover { + color: #eeeeee; +} + +.navbar .navbar-search .search-query { + line-height: normal; +} + +.navbar-inverse .brand, +.navbar-inverse .nav > li > a { + text-shadow: none; +} + +.navbar-inverse .brand:hover, +.navbar-inverse .nav > .active > a, +.navbar-inverse .nav > .active > a:hover, +.navbar-inverse .nav > .active > a:focus { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.05); + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +.navbar-inverse .navbar-search .search-query { + color: #080808; +} + +div.subnav { + margin: 0 1px; + background: #dfdfdf none; + border: none; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +div.subnav .nav { + background-color: transparent; +} + +div.subnav .nav > li > a { + border-color: transparent; +} + +div.subnav .nav > .active > a, +div.subnav .nav > .active > a:hover { + color: #ffffff; + background-color: #000000; + border-color: transparent; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +div.subnav-fixed { + top: 51px; + margin: 0; +} + +.nav .open .dropdown-toggle, +.nav > li.dropdown.open.active > a:hover { + color: #007fff; +} + +.nav-tabs > li > a { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.nav-tabs.nav-stacked > li > a:hover { + color: #ffffff; + background-color: #007fff; +} + +.nav-tabs.nav-stacked > .active > a, +.nav-tabs.nav-stacked > .active > a:hover { + color: #bbbbbb; + background-color: #ffffff; +} + +.nav-tabs.nav-stacked > li:first-child > a, +.nav-tabs.nav-stacked > li:last-child > a { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.tabs-below > .nav-tabs > li > a, +.tabs-left > .nav-tabs > li > a, +.tabs-right > .nav-tabs > li > a { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.nav-pills > li > a { + color: #000000; + background-color: #dfdfdf; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.nav-pills > li > a:hover { + color: #ffffff; + background-color: #000000; +} + +.nav-pills > .disabled > a, +.nav-pills > .disabled > a:hover { + color: #999999; + background-color: #eeeeee; +} + +.nav-list > li > a { + color: #080808; +} + +.nav-list > li > a:hover { + color: #ffffff; + text-shadow: none; + background-color: #007fff; +} + +.nav-list .nav-header { + color: #080808; +} + +.nav-list .divider { + background-color: #bbbbbb; + border-bottom: none; +} + +.pagination ul { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +.pagination ul > li > a, +.pagination ul > li > span { + margin-right: 6px; + color: #080808; +} + +.pagination ul > li > a:hover, +.pagination ul > li > span:hover { + color: #ffffff; + background-color: #080808; +} + +.pagination ul > li:last-child > a, +.pagination ul > li:last-child > span { + margin-right: 0; +} + +.pagination ul > .active > a, +.pagination ul > .active > span { + color: #ffffff; +} + +.pagination ul > .disabled > span, +.pagination ul > .disabled > a, +.pagination ul > .disabled > a:hover { + color: #999999; + background-color: #eeeeee; +} + +.pager li > a, +.pager li > span { + color: #080808; + background-color: #dfdfdf; + border: none; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.pager li > a:hover, +.pager li > span:hover { + color: #ffffff; + background-color: #080808; +} + +.pager .disabled > a, +.pager .disabled > a:hover, +.pager .disabled > span { + color: #999999; + background-color: #eeeeee; +} + +.breadcrumb { + background-color: #dfdfdf; +} + +.breadcrumb li { + text-shadow: none; +} + +.breadcrumb .divider, +.breadcrumb .active { + color: #080808; + text-shadow: none; +} + +.btn { + padding: 5px 12px; + text-shadow: none; + background-image: none; + border: none; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +.btn.disabled { + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); +} + +.btn-large { + padding: 22px 30px; +} + +.btn-small { + padding: 2px 10px; +} + +.btn-mini { + padding: 2px 6px; +} + +.btn-group > .btn:first-child, +.btn-group > .btn:last-child, +.btn-group > .dropdown-toggle { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.btn-group > .btn + .dropdown-toggle { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +.table tbody tr.success td { + color: #ffffff; +} + +.table tbody tr.error td { + color: #ffffff; +} + +.table tbody tr.info td { + color: #ffffff; +} + +.table-bordered { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.table-bordered thead:first-child tr:first-child th:first-child, +.table-bordered tbody:first-child tr:first-child td:first-child { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.table-bordered thead:last-child tr:last-child th:first-child, +.table-bordered tbody:last-child tr:last-child td:first-child, +.table-bordered tfoot:last-child tr:last-child td:first-child { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +select, +textarea, +input[type="text"], +input[type="password"], +input[type="datetime"], +input[type="datetime-local"], +input[type="date"], +input[type="month"], +input[type="time"], +input[type="week"], +input[type="number"], +input[type="email"], +input[type="url"], +input[type="search"], +input[type="tel"], +input[type="color"] { + color: #080808; +} + +.control-group.warning .control-label, +.control-group.warning .help-block, +.control-group.warning .help-inline { + color: #ff7518; +} + +.control-group.warning input, +.control-group.warning select, +.control-group.warning textarea { + color: #080808; + border-color: #ff7518; +} + +.control-group.error .control-label, +.control-group.error .help-block, +.control-group.error .help-inline { + color: #ff0039; +} + +.control-group.error input, +.control-group.error select, +.control-group.error textarea { + color: #080808; + border-color: #ff0039; +} + +.control-group.success .control-label, +.control-group.success .help-block, +.control-group.success .help-inline { + color: #3fb618; +} + +.control-group.success input, +.control-group.success select, +.control-group.success textarea { + color: #080808; + border-color: #3fb618; +} + +legend { + color: #080808; + border-bottom: none; +} + +.form-actions { + background-color: #eeeeee; + border-top: none; +} + +.dropdown-menu { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.alert { + text-shadow: none; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.alert-heading, +.alert h1, +.alert h2, +.alert h3, +.alert h4, +.alert h5, +.alert h6 { + color: #ffffff; +} + +.label { + min-width: 80px; + min-height: 80px; + font-weight: 300; + text-shadow: none; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.label-success { + background-color: #3fb618; +} + +.label-important { + background-color: #ff0039; +} + +.label-info { + background-color: #9954bb; +} + +.label-inverse { + background-color: #000000; +} + +.badge { + font-weight: 300; + text-shadow: none; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.badge-success { + background-color: #3fb618; +} + +.badge-important { + background-color: #ff0039; +} + +.badge-info { + background-color: #9954bb; +} + +.badge-inverse { + background-color: #000000; +} + +.hero-unit { + border: none; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +.well { + border: none; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +[class^="icon-"], +[class*=" icon-"] { + margin: 0 2px; + vertical-align: -2px; +} + +a.thumbnail { + background-color: #dfdfdf; +} + +a.thumbnail:hover { + background-color: #bbbbbb; + border-color: transparent; +} + +.progress { + height: 6px; + background-color: #eeeeee; + background-image: none; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +.progress .bar { + background-color: #007fff; +/* background-image: none;*/ +} + +.progress-info { + background-color: #9954bb; +} + +.progress-success { + background-color: #3fb618; +} + +.progress-warning { + background-color: #ff7518; +} + +.progress-danger { + background-color: #ff0039; +} + +.modal { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.modal-header { + border-bottom: none; +} + +.modal-footer { + background-color: transparent; + border-top: none; +} + +.popover { + color: #ffffff; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.popover-title { + color: #ffffff; + border-bottom: none; +} + +.pull-right { + float: right; +} + +.pull-left { + float: left; +} + +.hide { + display: none; +} + +.show { + display: block; +} + +.invisible { + visibility: hidden; +} + +.affix { + position: fixed; +} diff --git a/lib/bootstrap-responsive.min.css b/lib/bootstrap-responsive.min.css new file mode 100644 index 00000000..05978601 --- /dev/null +++ b/lib/bootstrap-responsive.min.css @@ -0,0 +1,9 @@ +/*! + * Bootstrap Responsive v2.3.0 + * + * Copyright 2012 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world @twitter by @mdo and @fat. + */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@-ms-viewport{width:device-width}.hidden{display:none;visibility:hidden}.visible-phone{display:none!important}.visible-tablet{display:none!important}.hidden-desktop{display:none!important}.visible-desktop{display:inherit!important}@media(min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-tablet{display:inherit!important}.hidden-tablet{display:none!important}}@media(max-width:767px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-phone{display:inherit!important}.hidden-phone{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:inherit!important}.hidden-print{display:none!important}}@media(min-width:1200px){.row{margin-left:-30px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:30px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px}.span12{width:1170px}.span11{width:1070px}.span10{width:970px}.span9{width:870px}.span8{width:770px}.span7{width:670px}.span6{width:570px}.span5{width:470px}.span4{width:370px}.span3{width:270px}.span2{width:170px}.span1{width:70px}.offset12{margin-left:1230px}.offset11{margin-left:1130px}.offset10{margin-left:1030px}.offset9{margin-left:930px}.offset8{margin-left:830px}.offset7{margin-left:730px}.offset6{margin-left:630px}.offset5{margin-left:530px}.offset4{margin-left:430px}.offset3{margin-left:330px}.offset2{margin-left:230px}.offset1{margin-left:130px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.564102564102564%;*margin-left:2.5109110747408616%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.564102564102564%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.45299145299145%;*width:91.39979996362975%}.row-fluid .span10{width:82.90598290598291%;*width:82.8527914166212%}.row-fluid .span9{width:74.35897435897436%;*width:74.30578286961266%}.row-fluid .span8{width:65.81196581196582%;*width:65.75877432260411%}.row-fluid .span7{width:57.26495726495726%;*width:57.21176577559556%}.row-fluid .span6{width:48.717948717948715%;*width:48.664757228587014%}.row-fluid .span5{width:40.17094017094017%;*width:40.11774868157847%}.row-fluid .span4{width:31.623931623931625%;*width:31.570740134569924%}.row-fluid .span3{width:23.076923076923077%;*width:23.023731587561375%}.row-fluid .span2{width:14.52991452991453%;*width:14.476723040552828%}.row-fluid .span1{width:5.982905982905983%;*width:5.929714493544281%}.row-fluid .offset12{margin-left:105.12820512820512%;*margin-left:105.02182214948171%}.row-fluid .offset12:first-child{margin-left:102.56410256410257%;*margin-left:102.45771958537915%}.row-fluid .offset11{margin-left:96.58119658119658%;*margin-left:96.47481360247316%}.row-fluid .offset11:first-child{margin-left:94.01709401709402%;*margin-left:93.91071103837061%}.row-fluid .offset10{margin-left:88.03418803418803%;*margin-left:87.92780505546462%}.row-fluid .offset10:first-child{margin-left:85.47008547008548%;*margin-left:85.36370249136206%}.row-fluid .offset9{margin-left:79.48717948717949%;*margin-left:79.38079650845607%}.row-fluid .offset9:first-child{margin-left:76.92307692307693%;*margin-left:76.81669394435352%}.row-fluid .offset8{margin-left:70.94017094017094%;*margin-left:70.83378796144753%}.row-fluid .offset8:first-child{margin-left:68.37606837606839%;*margin-left:68.26968539734497%}.row-fluid .offset7{margin-left:62.393162393162385%;*margin-left:62.28677941443899%}.row-fluid .offset7:first-child{margin-left:59.82905982905982%;*margin-left:59.72267685033642%}.row-fluid .offset6{margin-left:53.84615384615384%;*margin-left:53.739770867430444%}.row-fluid .offset6:first-child{margin-left:51.28205128205128%;*margin-left:51.175668303327875%}.row-fluid .offset5{margin-left:45.299145299145295%;*margin-left:45.1927623204219%}.row-fluid .offset5:first-child{margin-left:42.73504273504273%;*margin-left:42.62865975631933%}.row-fluid .offset4{margin-left:36.75213675213675%;*margin-left:36.645753773413354%}.row-fluid .offset4:first-child{margin-left:34.18803418803419%;*margin-left:34.081651209310785%}.row-fluid .offset3{margin-left:28.205128205128204%;*margin-left:28.0987452264048%}.row-fluid .offset3:first-child{margin-left:25.641025641025642%;*margin-left:25.53464266230224%}.row-fluid .offset2{margin-left:19.65811965811966%;*margin-left:19.551736679396257%}.row-fluid .offset2:first-child{margin-left:17.094017094017094%;*margin-left:16.98763411529369%}.row-fluid .offset1{margin-left:11.11111111111111%;*margin-left:11.004728132387708%}.row-fluid .offset1:first-child{margin-left:8.547008547008547%;*margin-left:8.440625568285142%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:30px}input.span12,textarea.span12,.uneditable-input.span12{width:1156px}input.span11,textarea.span11,.uneditable-input.span11{width:1056px}input.span10,textarea.span10,.uneditable-input.span10{width:956px}input.span9,textarea.span9,.uneditable-input.span9{width:856px}input.span8,textarea.span8,.uneditable-input.span8{width:756px}input.span7,textarea.span7,.uneditable-input.span7{width:656px}input.span6,textarea.span6,.uneditable-input.span6{width:556px}input.span5,textarea.span5,.uneditable-input.span5{width:456px}input.span4,textarea.span4,.uneditable-input.span4{width:356px}input.span3,textarea.span3,.uneditable-input.span3{width:256px}input.span2,textarea.span2,.uneditable-input.span2{width:156px}input.span1,textarea.span1,.uneditable-input.span1{width:56px}.thumbnails{margin-left:-30px}.thumbnails>li{margin-left:30px}.row-fluid .thumbnails{margin-left:0}}@media(min-width:768px) and (max-width:979px){.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:724px}.span12{width:724px}.span11{width:662px}.span10{width:600px}.span9{width:538px}.span8{width:476px}.span7{width:414px}.span6{width:352px}.span5{width:290px}.span4{width:228px}.span3{width:166px}.span2{width:104px}.span1{width:42px}.offset12{margin-left:764px}.offset11{margin-left:702px}.offset10{margin-left:640px}.offset9{margin-left:578px}.offset8{margin-left:516px}.offset7{margin-left:454px}.offset6{margin-left:392px}.offset5{margin-left:330px}.offset4{margin-left:268px}.offset3{margin-left:206px}.offset2{margin-left:144px}.offset1{margin-left:82px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.7624309392265194%;*margin-left:2.709239449864817%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.7624309392265194%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.43646408839778%;*width:91.38327259903608%}.row-fluid .span10{width:82.87292817679558%;*width:82.81973668743387%}.row-fluid .span9{width:74.30939226519337%;*width:74.25620077583166%}.row-fluid .span8{width:65.74585635359117%;*width:65.69266486422946%}.row-fluid .span7{width:57.18232044198895%;*width:57.12912895262725%}.row-fluid .span6{width:48.61878453038674%;*width:48.56559304102504%}.row-fluid .span5{width:40.05524861878453%;*width:40.00205712942283%}.row-fluid .span4{width:31.491712707182323%;*width:31.43852121782062%}.row-fluid .span3{width:22.92817679558011%;*width:22.87498530621841%}.row-fluid .span2{width:14.3646408839779%;*width:14.311449394616199%}.row-fluid .span1{width:5.801104972375691%;*width:5.747913483013988%}.row-fluid .offset12{margin-left:105.52486187845304%;*margin-left:105.41847889972962%}.row-fluid .offset12:first-child{margin-left:102.76243093922652%;*margin-left:102.6560479605031%}.row-fluid .offset11{margin-left:96.96132596685082%;*margin-left:96.8549429881274%}.row-fluid .offset11:first-child{margin-left:94.1988950276243%;*margin-left:94.09251204890089%}.row-fluid .offset10{margin-left:88.39779005524862%;*margin-left:88.2914070765252%}.row-fluid .offset10:first-child{margin-left:85.6353591160221%;*margin-left:85.52897613729868%}.row-fluid .offset9{margin-left:79.8342541436464%;*margin-left:79.72787116492299%}.row-fluid .offset9:first-child{margin-left:77.07182320441989%;*margin-left:76.96544022569647%}.row-fluid .offset8{margin-left:71.2707182320442%;*margin-left:71.16433525332079%}.row-fluid .offset8:first-child{margin-left:68.50828729281768%;*margin-left:68.40190431409427%}.row-fluid .offset7{margin-left:62.70718232044199%;*margin-left:62.600799341718584%}.row-fluid .offset7:first-child{margin-left:59.94475138121547%;*margin-left:59.838368402492065%}.row-fluid .offset6{margin-left:54.14364640883978%;*margin-left:54.037263430116376%}.row-fluid .offset6:first-child{margin-left:51.38121546961326%;*margin-left:51.27483249088986%}.row-fluid .offset5{margin-left:45.58011049723757%;*margin-left:45.47372751851417%}.row-fluid .offset5:first-child{margin-left:42.81767955801105%;*margin-left:42.71129657928765%}.row-fluid .offset4{margin-left:37.01657458563536%;*margin-left:36.91019160691196%}.row-fluid .offset4:first-child{margin-left:34.25414364640884%;*margin-left:34.14776066768544%}.row-fluid .offset3{margin-left:28.45303867403315%;*margin-left:28.346655695309746%}.row-fluid .offset3:first-child{margin-left:25.69060773480663%;*margin-left:25.584224756083227%}.row-fluid .offset2{margin-left:19.88950276243094%;*margin-left:19.783119783707537%}.row-fluid .offset2:first-child{margin-left:17.12707182320442%;*margin-left:17.02068884448102%}.row-fluid .offset1{margin-left:11.32596685082873%;*margin-left:11.219583872105325%}.row-fluid .offset1:first-child{margin-left:8.56353591160221%;*margin-left:8.457152932878806%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:710px}input.span11,textarea.span11,.uneditable-input.span11{width:648px}input.span10,textarea.span10,.uneditable-input.span10{width:586px}input.span9,textarea.span9,.uneditable-input.span9{width:524px}input.span8,textarea.span8,.uneditable-input.span8{width:462px}input.span7,textarea.span7,.uneditable-input.span7{width:400px}input.span6,textarea.span6,.uneditable-input.span6{width:338px}input.span5,textarea.span5,.uneditable-input.span5{width:276px}input.span4,textarea.span4,.uneditable-input.span4{width:214px}input.span3,textarea.span3,.uneditable-input.span3{width:152px}input.span2,textarea.span2,.uneditable-input.span2{width:90px}input.span1,textarea.span1,.uneditable-input.span1{width:28px}}@media(max-width:767px){body{padding-right:20px;padding-left:20px}.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-right:-20px;margin-left:-20px}.container-fluid{padding:0}.dl-horizontal dt{float:none;width:auto;clear:none;text-align:left}.dl-horizontal dd{margin-left:0}.container{width:auto}.row-fluid{width:100%}.row,.thumbnails{margin-left:0}.thumbnails>li{float:none;margin-left:0}[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{display:block;float:none;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="offset"]:first-child{margin-left:0}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto}.controls-row [class*="span"]+[class*="span"]{margin-left:0}.modal{position:fixed;top:20px;right:20px;left:20px;width:auto;margin:0}.modal.fade{top:-100px}.modal.fade.in{top:20px}}@media(max-width:480px){.nav-collapse{-webkit-transform:translate3d(0,0,0)}.page-header h1 small{display:block;line-height:20px}input[type="checkbox"],input[type="radio"]{border:1px solid #ccc}.form-horizontal .control-label{float:none;width:auto;padding-top:0;text-align:left}.form-horizontal .controls{margin-left:0}.form-horizontal .control-list{padding-top:0}.form-horizontal .form-actions{padding-right:10px;padding-left:10px}.media .pull-left,.media .pull-right{display:block;float:none;margin-bottom:10px}.media-object{margin-right:0;margin-left:0}.modal{top:10px;right:10px;left:10px}.modal-header .close{padding:10px;margin:-10px}.carousel-caption{position:static}}@media(max-width:979px){body{padding-top:0}.navbar-fixed-top,.navbar-fixed-bottom{position:static}.navbar-fixed-top{margin-bottom:20px}.navbar-fixed-bottom{margin-top:20px}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px}.navbar .container{width:auto;padding:0}.navbar .brand{padding-right:10px;padding-left:10px;margin:0 0 0 -5px}.nav-collapse{clear:both}.nav-collapse .nav{float:none;margin:0 0 10px}.nav-collapse .nav>li{float:none}.nav-collapse .nav>li>a{margin-bottom:2px}.nav-collapse .nav>.divider-vertical{display:none}.nav-collapse .nav .nav-header{color:#777;text-shadow:none}.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.nav-collapse .dropdown-menu li+li a{margin-bottom:2px}.nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color:#f2f2f2}.navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999}.navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .nav>li>a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color:#111}.nav-collapse.in .btn-group{padding:0;margin-top:5px}.nav-collapse .dropdown-menu{position:static;top:auto;left:auto;display:none;float:none;max-width:none;padding:0;margin:0 15px;background-color:transparent;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.nav-collapse .open>.dropdown-menu{display:block}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none}.nav-collapse .dropdown-menu .divider{display:none}.nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{display:none}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:10px 15px;margin:10px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111;border-bottom-color:#111}.navbar .nav-collapse .nav.pull-right{float:none;margin-left:0}.nav-collapse,.nav-collapse.collapse{height:0;overflow:hidden}.navbar .btn-navbar{display:block}.navbar-static .navbar-inner{padding-right:10px;padding-left:10px}}@media(min-width:980px){.nav-collapse.collapse{height:auto!important;overflow:visible!important}} diff --git a/lib/bootstrap.min.js b/lib/bootstrap.min.js new file mode 100644 index 00000000..e05923da --- /dev/null +++ b/lib/bootstrap.min.js @@ -0,0 +1,6 @@ +/*! +* Bootstrap.js by @fat & @mdo +* Copyright 2012 Twitter, Inc. +* http://www.apache.org/licenses/LICENSE-2.0.txt +*/ +!function(e){"use strict";e(function(){e.support.transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(e.style[n]!==undefined)return t[n]}();return e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,"")),i=e(r),t&&t.preventDefault(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.on(e.support.transition.end,s):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.alert.data-api",t,n.prototype.close)}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="buttons-radio"]');e&&e.find(".active").removeClass("active"),this.$element.toggleClass("active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("button"),s=typeof n=="object"&&n;i||r.data("button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on("click.button.data-api","[data-toggle^=button]",function(t){var n=e(t.target);n.hasClass("btn")||(n=n.closest(".btn")),n.button("toggle")})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.$indicators=this.$element.find(".carousel-indicators"),this.options=n,this.options.pause=="hover"&&this.$element.on("mouseenter",e.proxy(this.pause,this)).on("mouseleave",e.proxy(this.cycle,this))};t.prototype={cycle:function(t){return t||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(e.proxy(this.next,this),this.options.interval)),this},getActiveIndex:function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},to:function(t){var n=this.getActiveIndex(),r=this;if(t>this.$items.length-1||t<0)return;return this.sliding?this.$element.one("slid",function(){r.to(t)}):n==t?this.pause().cycle():this.slide(t>n?"next":"prev",e(this.$items[t]))},pause:function(t){return t||(this.paused=!0),this.$element.find(".next, .prev").length&&e.support.transition.end&&(this.$element.trigger(e.support.transition.end),this.cycle()),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return this.slide("next")},prev:function(){if(this.sliding)return;return this.slide("prev")},slide:function(t,n){var r=this.$element.find(".item.active"),i=n||r[t](),s=this.interval,o=t=="next"?"left":"right",u=t=="next"?"first":"last",a=this,f;this.sliding=!0,s&&this.pause(),i=i.length?i:this.$element.find(".item")[u](),f=e.Event("slide",{relatedTarget:i[0],direction:o});if(i.hasClass("active"))return;this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid",function(){var t=e(a.$indicators.children()[a.getActiveIndex()]);t&&t.addClass("active")}));if(e.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(f);if(f.isDefaultPrevented())return;i.addClass(t),i[0].offsetWidth,r.addClass(o),i.addClass(o),this.$element.one(e.support.transition.end,function(){i.removeClass([t,o].join(" ")).addClass("active"),r.removeClass(["active",o].join(" ")),a.sliding=!1,setTimeout(function(){a.$element.trigger("slid")},0)})}else{this.$element.trigger(f);if(f.isDefaultPrevented())return;r.removeClass("active"),i.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return s&&this.cycle(),this}};var n=e.fn.carousel;e.fn.carousel=function(n){return this.each(function(){var r=e(this),i=r.data("carousel"),s=e.extend({},e.fn.carousel.defaults,typeof n=="object"&&n),o=typeof n=="string"?n:s.slide;i||r.data("carousel",i=new t(this,s)),typeof n=="number"?i.to(n):o?i[o]():s.interval&&i.pause().cycle()})},e.fn.carousel.defaults={interval:5e3,pause:"hover"},e.fn.carousel.Constructor=t,e.fn.carousel.noConflict=function(){return e.fn.carousel=n,this},e(document).on("click.carousel.data-api","[data-slide], [data-slide-to]",function(t){var n=e(this),r,i=e(n.attr("data-target")||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,"")),s=e.extend({},i.data(),n.data()),o;i.carousel(s),(o=n.attr("data-slide-to"))&&i.data("carousel").pause().to(o).cycle(),t.preventDefault()})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.collapse.defaults,n),this.options.parent&&(this.$parent=e(this.options.parent)),this.options.toggle&&this.toggle()};t.prototype={constructor:t,dimension:function(){var e=this.$element.hasClass("width");return e?"width":"height"},show:function(){var t,n,r,i;if(this.transitioning||this.$element.hasClass("in"))return;t=this.dimension(),n=e.camelCase(["scroll",t].join("-")),r=this.$parent&&this.$parent.find("> .accordion-group > .in");if(r&&r.length){i=r.data("collapse");if(i&&i.transitioning)return;r.collapse("hide"),i||r.data("collapse",null)}this.$element[t](0),this.transition("addClass",e.Event("show"),"shown"),e.support.transition&&this.$element[t](this.$element[0][n])},hide:function(){var t;if(this.transitioning||!this.$element.hasClass("in"))return;t=this.dimension(),this.reset(this.$element[t]()),this.transition("removeClass",e.Event("hide"),"hidden"),this.$element[t](0)},reset:function(e){var t=this.dimension();return this.$element.removeClass("collapse")[t](e||"auto")[0].offsetWidth,this.$element[e!==null?"addClass":"removeClass"]("collapse"),this},transition:function(t,n,r){var i=this,s=function(){n.type=="show"&&i.reset(),i.transitioning=0,i.$element.trigger(r)};this.$element.trigger(n);if(n.isDefaultPrevented())return;this.transitioning=1,this.$element[t]("in"),e.support.transition&&this.$element.hasClass("collapse")?this.$element.one(e.support.transition.end,s):s()},toggle:function(){this[this.$element.hasClass("in")?"hide":"show"]()}};var n=e.fn.collapse;e.fn.collapse=function(n){return this.each(function(){var r=e(this),i=r.data("collapse"),s=e.extend({},e.fn.collapse.defaults,r.data(),typeof n=="object"&&n);i||r.data("collapse",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.collapse.defaults={toggle:!0},e.fn.collapse.Constructor=t,e.fn.collapse.noConflict=function(){return e.fn.collapse=n,this},e(document).on("click.collapse.data-api","[data-toggle=collapse]",function(t){var n=e(this),r,i=n.attr("data-target")||t.preventDefault()||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,""),s=e(i).data("collapse")?"toggle":n.data();n[e(i).hasClass("in")?"addClass":"removeClass"]("collapsed"),e(i).collapse(s)})}(window.jQuery),!function(e){"use strict";function r(){e(t).each(function(){i(e(this)).removeClass("open")})}function i(t){var n=t.attr("data-target"),r;n||(n=t.attr("href"),n=n&&/#/.test(n)&&n.replace(/.*(?=#[^\s]*$)/,"")),r=n&&e(n);if(!r||!r.length)r=t.parent();return r}var t="[data-toggle=dropdown]",n=function(t){var n=e(t).on("click.dropdown.data-api",this.toggle);e("html").on("click.dropdown.data-api",function(){n.parent().removeClass("open")})};n.prototype={constructor:n,toggle:function(t){var n=e(this),s,o;if(n.is(".disabled, :disabled"))return;return s=i(n),o=s.hasClass("open"),r(),o||s.toggleClass("open"),n.focus(),!1},keydown:function(n){var r,s,o,u,a,f;if(!/(38|40|27)/.test(n.keyCode))return;r=e(this),n.preventDefault(),n.stopPropagation();if(r.is(".disabled, :disabled"))return;u=i(r),a=u.hasClass("open");if(!a||a&&n.keyCode==27)return n.which==27&&u.find(t).focus(),r.click();s=e("[role=menu] li:not(.divider):visible a",u);if(!s.length)return;f=s.index(s.filter(":focus")),n.keyCode==38&&f>0&&f--,n.keyCode==40&&f').appendTo(document.body),this.$backdrop.click(this.options.backdrop=="static"?e.proxy(this.$element[0].focus,this.$element[0]):e.proxy(this.hide,this)),i&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in");if(!t)return;i?this.$backdrop.one(e.support.transition.end,t):t()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),e.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(e.support.transition.end,t):t()):t&&t()}};var n=e.fn.modal;e.fn.modal=function(n){return this.each(function(){var r=e(this),i=r.data("modal"),s=e.extend({},e.fn.modal.defaults,r.data(),typeof n=="object"&&n);i||r.data("modal",i=new t(this,s)),typeof n=="string"?i[n]():s.show&&i.show()})},e.fn.modal.defaults={backdrop:!0,keyboard:!0,show:!0},e.fn.modal.Constructor=t,e.fn.modal.noConflict=function(){return e.fn.modal=n,this},e(document).on("click.modal.data-api",'[data-toggle="modal"]',function(t){var n=e(this),r=n.attr("href"),i=e(n.attr("data-target")||r&&r.replace(/.*(?=#[^\s]+$)/,"")),s=i.data("modal")?"toggle":e.extend({remote:!/#/.test(r)&&r},i.data(),n.data());t.preventDefault(),i.modal(s).one("hide",function(){n.focus()})})}(window.jQuery),!function(e){"use strict";var t=function(e,t){this.init("tooltip",e,t)};t.prototype={constructor:t,init:function(t,n,r){var i,s,o,u,a;this.type=t,this.$element=e(n),this.options=this.getOptions(r),this.enabled=!0,o=this.options.trigger.split(" ");for(a=o.length;a--;)u=o[a],u=="click"?this.$element.on("click."+this.type,this.options.selector,e.proxy(this.toggle,this)):u!="manual"&&(i=u=="hover"?"mouseenter":"focus",s=u=="hover"?"mouseleave":"blur",this.$element.on(i+"."+this.type,this.options.selector,e.proxy(this.enter,this)),this.$element.on(s+"."+this.type,this.options.selector,e.proxy(this.leave,this)));this.options.selector?this._options=e.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},getOptions:function(t){return t=e.extend({},e.fn[this.type].defaults,this.$element.data(),t),t.delay&&typeof t.delay=="number"&&(t.delay={show:t.delay,hide:t.delay}),t},enter:function(t){var n=e(t.currentTarget)[this.type](this._options).data(this.type);if(!n.options.delay||!n.options.delay.show)return n.show();clearTimeout(this.timeout),n.hoverState="in",this.timeout=setTimeout(function(){n.hoverState=="in"&&n.show()},n.options.delay.show)},leave:function(t){var n=e(t.currentTarget)[this.type](this._options).data(this.type);this.timeout&&clearTimeout(this.timeout);if(!n.options.delay||!n.options.delay.hide)return n.hide();n.hoverState="out",this.timeout=setTimeout(function(){n.hoverState=="out"&&n.hide()},n.options.delay.hide)},show:function(){var t,n,r,i,s,o,u=e.Event("show");if(this.hasContent()&&this.enabled){this.$element.trigger(u);if(u.isDefaultPrevented())return;t=this.tip(),this.setContent(),this.options.animation&&t.addClass("fade"),s=typeof this.options.placement=="function"?this.options.placement.call(this,t[0],this.$element[0]):this.options.placement,t.detach().css({top:0,left:0,display:"block"}),this.options.container?t.appendTo(this.options.container):t.insertAfter(this.$element),n=this.getPosition(),r=t[0].offsetWidth,i=t[0].offsetHeight;switch(s){case"bottom":o={top:n.top+n.height,left:n.left+n.width/2-r/2};break;case"top":o={top:n.top-i,left:n.left+n.width/2-r/2};break;case"left":o={top:n.top+n.height/2-i/2,left:n.left-r};break;case"right":o={top:n.top+n.height/2-i/2,left:n.left+n.width}}this.applyPlacement(o,s),this.$element.trigger("shown")}},applyPlacement:function(e,t){var n=this.tip(),r=n[0].offsetWidth,i=n[0].offsetHeight,s,o,u,a;n.offset(e).addClass(t).addClass("in"),s=n[0].offsetWidth,o=n[0].offsetHeight,t=="top"&&o!=i&&(e.top=e.top+i-o,a=!0),t=="bottom"||t=="top"?(u=0,e.left<0&&(u=e.left*-2,e.left=0,n.offset(e),s=n[0].offsetWidth,o=n[0].offsetHeight),this.replaceArrow(u-r+s,s,"left")):this.replaceArrow(o-i,o,"top"),a&&n.offset(e)},replaceArrow:function(e,t,n){this.arrow().css(n,e?50*(1-e/t)+"%":"")},setContent:function(){var e=this.tip(),t=this.getTitle();e.find(".tooltip-inner")[this.options.html?"html":"text"](t),e.removeClass("fade in top bottom left right")},hide:function(){function i(){var t=setTimeout(function(){n.off(e.support.transition.end).detach()},500);n.one(e.support.transition.end,function(){clearTimeout(t),n.detach()})}var t=this,n=this.tip(),r=e.Event("hide");this.$element.trigger(r);if(r.isDefaultPrevented())return;return n.removeClass("in"),e.support.transition&&this.$tip.hasClass("fade")?i():n.detach(),this.$element.trigger("hidden"),this},fixTitle:function(){var e=this.$element;(e.attr("title")||typeof e.attr("data-original-title")!="string")&&e.attr("data-original-title",e.attr("title")||"").attr("title","")},hasContent:function(){return this.getTitle()},getPosition:function(){var t=this.$element[0];return e.extend({},typeof t.getBoundingClientRect=="function"?t.getBoundingClientRect():{width:t.offsetWidth,height:t.offsetHeight},this.$element.offset())},getTitle:function(){var e,t=this.$element,n=this.options;return e=t.attr("data-original-title")||(typeof n.title=="function"?n.title.call(t[0]):n.title),e},tip:function(){return this.$tip=this.$tip||e(this.options.template)},arrow:function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},validate:function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled},toggle:function(t){var n=t?e(t.currentTarget)[this.type](this._options).data(this.type):this;n.tip().hasClass("in")?n.hide():n.show()},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}};var n=e.fn.tooltip;e.fn.tooltip=function(n){return this.each(function(){var r=e(this),i=r.data("tooltip"),s=typeof n=="object"&&n;i||r.data("tooltip",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.tooltip.Constructor=t,e.fn.tooltip.defaults={animation:!0,placement:"top",selector:!1,template:'
      ',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},e.fn.tooltip.noConflict=function(){return e.fn.tooltip=n,this}}(window.jQuery),!function(e){"use strict";var t=function(e,t){this.init("popover",e,t)};t.prototype=e.extend({},e.fn.tooltip.Constructor.prototype,{constructor:t,setContent:function(){var e=this.tip(),t=this.getTitle(),n=this.getContent();e.find(".popover-title")[this.options.html?"html":"text"](t),e.find(".popover-content")[this.options.html?"html":"text"](n),e.removeClass("fade top bottom left right in")},hasContent:function(){return this.getTitle()||this.getContent()},getContent:function(){var e,t=this.$element,n=this.options;return e=(typeof n.content=="function"?n.content.call(t[0]):n.content)||t.attr("data-content"),e},tip:function(){return this.$tip||(this.$tip=e(this.options.template)),this.$tip},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}});var n=e.fn.popover;e.fn.popover=function(n){return this.each(function(){var r=e(this),i=r.data("popover"),s=typeof n=="object"&&n;i||r.data("popover",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.popover.Constructor=t,e.fn.popover.defaults=e.extend({},e.fn.tooltip.defaults,{placement:"right",trigger:"click",content:"",template:'

      '}),e.fn.popover.noConflict=function(){return e.fn.popover=n,this}}(window.jQuery),!function(e){"use strict";function t(t,n){var r=e.proxy(this.process,this),i=e(t).is("body")?e(window):e(t),s;this.options=e.extend({},e.fn.scrollspy.defaults,n),this.$scrollElement=i.on("scroll.scroll-spy.data-api",r),this.selector=(this.options.target||(s=e(t).attr("href"))&&s.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.$body=e("body"),this.refresh(),this.process()}t.prototype={constructor:t,refresh:function(){var t=this,n;this.offsets=e([]),this.targets=e([]),n=this.$body.find(this.selector).map(function(){var n=e(this),r=n.data("target")||n.attr("href"),i=/^#\w/.test(r)&&e(r);return i&&i.length&&[[i.position().top+(!e.isWindow(t.$scrollElement.get(0))&&t.$scrollElement.scrollTop()),r]]||null}).sort(function(e,t){return e[0]-t[0]}).each(function(){t.offsets.push(this[0]),t.targets.push(this[1])})},process:function(){var e=this.$scrollElement.scrollTop()+this.options.offset,t=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,n=t-this.$scrollElement.height(),r=this.offsets,i=this.targets,s=this.activeTarget,o;if(e>=n)return s!=(o=i.last()[0])&&this.activate(o);for(o=r.length;o--;)s!=i[o]&&e>=r[o]&&(!r[o+1]||e<=r[o+1])&&this.activate(i[o])},activate:function(t){var n,r;this.activeTarget=t,e(this.selector).parent(".active").removeClass("active"),r=this.selector+'[data-target="'+t+'"],'+this.selector+'[href="'+t+'"]',n=e(r).parent("li").addClass("active"),n.parent(".dropdown-menu").length&&(n=n.closest("li.dropdown").addClass("active")),n.trigger("activate")}};var n=e.fn.scrollspy;e.fn.scrollspy=function(n){return this.each(function(){var r=e(this),i=r.data("scrollspy"),s=typeof n=="object"&&n;i||r.data("scrollspy",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.scrollspy.Constructor=t,e.fn.scrollspy.defaults={offset:10},e.fn.scrollspy.noConflict=function(){return e.fn.scrollspy=n,this},e(window).on("load",function(){e('[data-spy="scroll"]').each(function(){var t=e(this);t.scrollspy(t.data())})})}(window.jQuery),!function(e){"use strict";var t=function(t){this.element=e(t)};t.prototype={constructor:t,show:function(){var t=this.element,n=t.closest("ul:not(.dropdown-menu)"),r=t.attr("data-target"),i,s,o;r||(r=t.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));if(t.parent("li").hasClass("active"))return;i=n.find(".active:last a")[0],o=e.Event("show",{relatedTarget:i}),t.trigger(o);if(o.isDefaultPrevented())return;s=e(r),this.activate(t.parent("li"),n),this.activate(s,s.parent(),function(){t.trigger({type:"shown",relatedTarget:i})})},activate:function(t,n,r){function o(){i.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),t.addClass("active"),s?(t[0].offsetWidth,t.addClass("in")):t.removeClass("fade"),t.parent(".dropdown-menu")&&t.closest("li.dropdown").addClass("active"),r&&r()}var i=n.find("> .active"),s=r&&e.support.transition&&i.hasClass("fade");s?i.one(e.support.transition.end,o):o(),i.removeClass("in")}};var n=e.fn.tab;e.fn.tab=function(n){return this.each(function(){var r=e(this),i=r.data("tab");i||r.data("tab",i=new t(this)),typeof n=="string"&&i[n]()})},e.fn.tab.Constructor=t,e.fn.tab.noConflict=function(){return e.fn.tab=n,this},e(document).on("click.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(t){t.preventDefault(),e(this).tab("show")})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.typeahead.defaults,n),this.matcher=this.options.matcher||this.matcher,this.sorter=this.options.sorter||this.sorter,this.highlighter=this.options.highlighter||this.highlighter,this.updater=this.options.updater||this.updater,this.source=this.options.source,this.$menu=e(this.options.menu),this.shown=!1,this.listen()};t.prototype={constructor:t,select:function(){var e=this.$menu.find(".active").attr("data-value");return this.$element.val(this.updater(e)).change(),this.hide()},updater:function(e){return e},show:function(){var t=e.extend({},this.$element.position(),{height:this.$element[0].offsetHeight});return this.$menu.insertAfter(this.$element).css({top:t.top+t.height,left:t.left}).show(),this.shown=!0,this},hide:function(){return this.$menu.hide(),this.shown=!1,this},lookup:function(t){var n;return this.query=this.$element.val(),!this.query||this.query.length"+t+""})},render:function(t){var n=this;return t=e(t).map(function(t,r){return t=e(n.options.item).attr("data-value",r),t.find("a").html(n.highlighter(r)),t[0]}),t.first().addClass("active"),this.$menu.html(t),this},next:function(t){var n=this.$menu.find(".active").removeClass("active"),r=n.next();r.length||(r=e(this.$menu.find("li")[0])),r.addClass("active")},prev:function(e){var t=this.$menu.find(".active").removeClass("active"),n=t.prev();n.length||(n=this.$menu.find("li").last()),n.addClass("active")},listen:function(){this.$element.on("focus",e.proxy(this.focus,this)).on("blur",e.proxy(this.blur,this)).on("keypress",e.proxy(this.keypress,this)).on("keyup",e.proxy(this.keyup,this)),this.eventSupported("keydown")&&this.$element.on("keydown",e.proxy(this.keydown,this)),this.$menu.on("click",e.proxy(this.click,this)).on("mouseenter","li",e.proxy(this.mouseenter,this)).on("mouseleave","li",e.proxy(this.mouseleave,this))},eventSupported:function(e){var t=e in this.$element;return t||(this.$element.setAttribute(e,"return;"),t=typeof this.$element[e]=="function"),t},move:function(e){if(!this.shown)return;switch(e.keyCode){case 9:case 13:case 27:e.preventDefault();break;case 38:e.preventDefault(),this.prev();break;case 40:e.preventDefault(),this.next()}e.stopPropagation()},keydown:function(t){this.suppressKeyPressRepeat=~e.inArray(t.keyCode,[40,38,9,13,27]),this.move(t)},keypress:function(e){if(this.suppressKeyPressRepeat)return;this.move(e)},keyup:function(e){switch(e.keyCode){case 40:case 38:case 16:case 17:case 18:break;case 9:case 13:if(!this.shown)return;this.select();break;case 27:if(!this.shown)return;this.hide();break;default:this.lookup()}e.stopPropagation(),e.preventDefault()},focus:function(e){this.focused=!0},blur:function(e){this.focused=!1,!this.mousedover&&this.shown&&this.hide()},click:function(e){e.stopPropagation(),e.preventDefault(),this.select(),this.$element.focus()},mouseenter:function(t){this.mousedover=!0,this.$menu.find(".active").removeClass("active"),e(t.currentTarget).addClass("active")},mouseleave:function(e){this.mousedover=!1,!this.focused&&this.shown&&this.hide()}};var n=e.fn.typeahead;e.fn.typeahead=function(n){return this.each(function(){var r=e(this),i=r.data("typeahead"),s=typeof n=="object"&&n;i||r.data("typeahead",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.typeahead.defaults={source:[],items:8,menu:'',item:'
    • ',minLength:1},e.fn.typeahead.Constructor=t,e.fn.typeahead.noConflict=function(){return e.fn.typeahead=n,this},e(document).on("focus.typeahead.data-api",'[data-provide="typeahead"]',function(t){var n=e(this);if(n.data("typeahead"))return;n.typeahead(n.data())})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.options=e.extend({},e.fn.affix.defaults,n),this.$window=e(window).on("scroll.affix.data-api",e.proxy(this.checkPosition,this)).on("click.affix.data-api",e.proxy(function(){setTimeout(e.proxy(this.checkPosition,this),1)},this)),this.$element=e(t),this.checkPosition()};t.prototype.checkPosition=function(){if(!this.$element.is(":visible"))return;var t=e(document).height(),n=this.$window.scrollTop(),r=this.$element.offset(),i=this.options.offset,s=i.bottom,o=i.top,u="affix affix-top affix-bottom",a;typeof i!="object"&&(s=o=i),typeof o=="function"&&(o=i.top()),typeof s=="function"&&(s=i.bottom()),a=this.unpin!=null&&n+this.unpin<=r.top?!1:s!=null&&r.top+this.$element.height()>=t-s?"bottom":o!=null&&n<=o?"top":!1;if(this.affixed===a)return;this.affixed=a,this.unpin=a=="bottom"?r.top-n:null,this.$element.removeClass(u).addClass("affix"+(a?"-"+a:""))};var n=e.fn.affix;e.fn.affix=function(n){return this.each(function(){var r=e(this),i=r.data("affix"),s=typeof n=="object"&&n;i||r.data("affix",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.affix.Constructor=t,e.fn.affix.defaults={offset:0},e.fn.affix.noConflict=function(){return e.fn.affix=n,this},e(window).on("load",function(){e('[data-spy="affix"]').each(function(){var t=e(this),n=t.data();n.offset=n.offset||{},n.offsetBottom&&(n.offset.bottom=n.offsetBottom),n.offsetTop&&(n.offset.top=n.offsetTop),t.affix(n)})})}(window.jQuery); \ No newline at end of file diff --git a/lib/jquery-1.9.1.min.js b/lib/jquery-1.9.1.min.js new file mode 100644 index 00000000..006e9531 --- /dev/null +++ b/lib/jquery-1.9.1.min.js @@ -0,0 +1,5 @@ +/*! jQuery v1.9.1 | (c) 2005, 2012 jQuery Foundation, Inc. | jquery.org/license +//@ sourceMappingURL=jquery.min.map +*/(function(e,t){var n,r,i=typeof t,o=e.document,a=e.location,s=e.jQuery,u=e.$,l={},c=[],p="1.9.1",f=c.concat,d=c.push,h=c.slice,g=c.indexOf,m=l.toString,y=l.hasOwnProperty,v=p.trim,b=function(e,t){return new b.fn.init(e,t,r)},x=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,w=/\S+/g,T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,N=/^(?:(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,k=/^[\],:{}\s]*$/,E=/(?:^|:|,)(?:\s*\[)+/g,S=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,A=/"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g,j=/^-ms-/,D=/-([\da-z])/gi,L=function(e,t){return t.toUpperCase()},H=function(e){(o.addEventListener||"load"===e.type||"complete"===o.readyState)&&(q(),b.ready())},q=function(){o.addEventListener?(o.removeEventListener("DOMContentLoaded",H,!1),e.removeEventListener("load",H,!1)):(o.detachEvent("onreadystatechange",H),e.detachEvent("onload",H))};b.fn=b.prototype={jquery:p,constructor:b,init:function(e,n,r){var i,a;if(!e)return this;if("string"==typeof e){if(i="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:N.exec(e),!i||!i[1]&&n)return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e);if(i[1]){if(n=n instanceof b?n[0]:n,b.merge(this,b.parseHTML(i[1],n&&n.nodeType?n.ownerDocument||n:o,!0)),C.test(i[1])&&b.isPlainObject(n))for(i in n)b.isFunction(this[i])?this[i](n[i]):this.attr(i,n[i]);return this}if(a=o.getElementById(i[2]),a&&a.parentNode){if(a.id!==i[2])return r.find(e);this.length=1,this[0]=a}return this.context=o,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):b.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),b.makeArray(e,this))},selector:"",length:0,size:function(){return this.length},toArray:function(){return h.call(this)},get:function(e){return null==e?this.toArray():0>e?this[this.length+e]:this[e]},pushStack:function(e){var t=b.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return b.each(this,e,t)},ready:function(e){return b.ready.promise().done(e),this},slice:function(){return this.pushStack(h.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},map:function(e){return this.pushStack(b.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:d,sort:[].sort,splice:[].splice},b.fn.init.prototype=b.fn,b.extend=b.fn.extend=function(){var e,n,r,i,o,a,s=arguments[0]||{},u=1,l=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[1]||{},u=2),"object"==typeof s||b.isFunction(s)||(s={}),l===u&&(s=this,--u);l>u;u++)if(null!=(o=arguments[u]))for(i in o)e=s[i],r=o[i],s!==r&&(c&&r&&(b.isPlainObject(r)||(n=b.isArray(r)))?(n?(n=!1,a=e&&b.isArray(e)?e:[]):a=e&&b.isPlainObject(e)?e:{},s[i]=b.extend(c,a,r)):r!==t&&(s[i]=r));return s},b.extend({noConflict:function(t){return e.$===b&&(e.$=u),t&&e.jQuery===b&&(e.jQuery=s),b},isReady:!1,readyWait:1,holdReady:function(e){e?b.readyWait++:b.ready(!0)},ready:function(e){if(e===!0?!--b.readyWait:!b.isReady){if(!o.body)return setTimeout(b.ready);b.isReady=!0,e!==!0&&--b.readyWait>0||(n.resolveWith(o,[b]),b.fn.trigger&&b(o).trigger("ready").off("ready"))}},isFunction:function(e){return"function"===b.type(e)},isArray:Array.isArray||function(e){return"array"===b.type(e)},isWindow:function(e){return null!=e&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[m.call(e)]||"object":typeof e},isPlainObject:function(e){if(!e||"object"!==b.type(e)||e.nodeType||b.isWindow(e))return!1;try{if(e.constructor&&!y.call(e,"constructor")&&!y.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}var r;for(r in e);return r===t||y.call(e,r)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||o;var r=C.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=b.buildFragment([e],t,i),i&&b(i).remove(),b.merge([],r.childNodes))},parseJSON:function(n){return e.JSON&&e.JSON.parse?e.JSON.parse(n):null===n?n:"string"==typeof n&&(n=b.trim(n),n&&k.test(n.replace(S,"@").replace(A,"]").replace(E,"")))?Function("return "+n)():(b.error("Invalid JSON: "+n),t)},parseXML:function(n){var r,i;if(!n||"string"!=typeof n)return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(o){r=t}return r&&r.documentElement&&!r.getElementsByTagName("parsererror").length||b.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&b.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(j,"ms-").replace(D,L)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var r,i=0,o=e.length,a=M(e);if(n){if(a){for(;o>i;i++)if(r=t.apply(e[i],n),r===!1)break}else for(i in e)if(r=t.apply(e[i],n),r===!1)break}else if(a){for(;o>i;i++)if(r=t.call(e[i],i,e[i]),r===!1)break}else for(i in e)if(r=t.call(e[i],i,e[i]),r===!1)break;return e},trim:v&&!v.call("\ufeff\u00a0")?function(e){return null==e?"":v.call(e)}:function(e){return null==e?"":(e+"").replace(T,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(M(Object(e))?b.merge(n,"string"==typeof e?[e]:e):d.call(n,e)),n},inArray:function(e,t,n){var r;if(t){if(g)return g.call(t,e,n);for(r=t.length,n=n?0>n?Math.max(0,r+n):n:0;r>n;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,n){var r=n.length,i=e.length,o=0;if("number"==typeof r)for(;r>o;o++)e[i++]=n[o];else while(n[o]!==t)e[i++]=n[o++];return e.length=i,e},grep:function(e,t,n){var r,i=[],o=0,a=e.length;for(n=!!n;a>o;o++)r=!!t(e[o],o),n!==r&&i.push(e[o]);return i},map:function(e,t,n){var r,i=0,o=e.length,a=M(e),s=[];if(a)for(;o>i;i++)r=t(e[i],i,n),null!=r&&(s[s.length]=r);else for(i in e)r=t(e[i],i,n),null!=r&&(s[s.length]=r);return f.apply([],s)},guid:1,proxy:function(e,n){var r,i,o;return"string"==typeof n&&(o=e[n],n=e,e=o),b.isFunction(e)?(r=h.call(arguments,2),i=function(){return e.apply(n||this,r.concat(h.call(arguments)))},i.guid=e.guid=e.guid||b.guid++,i):t},access:function(e,n,r,i,o,a,s){var u=0,l=e.length,c=null==r;if("object"===b.type(r)){o=!0;for(u in r)b.access(e,n,u,r[u],!0,a,s)}else if(i!==t&&(o=!0,b.isFunction(i)||(s=!0),c&&(s?(n.call(e,i),n=null):(c=n,n=function(e,t,n){return c.call(b(e),n)})),n))for(;l>u;u++)n(e[u],r,s?i:i.call(e[u],u,n(e[u],r)));return o?e:c?n.call(e):l?n(e[0],r):a},now:function(){return(new Date).getTime()}}),b.ready.promise=function(t){if(!n)if(n=b.Deferred(),"complete"===o.readyState)setTimeout(b.ready);else if(o.addEventListener)o.addEventListener("DOMContentLoaded",H,!1),e.addEventListener("load",H,!1);else{o.attachEvent("onreadystatechange",H),e.attachEvent("onload",H);var r=!1;try{r=null==e.frameElement&&o.documentElement}catch(i){}r&&r.doScroll&&function a(){if(!b.isReady){try{r.doScroll("left")}catch(e){return setTimeout(a,50)}q(),b.ready()}}()}return n.promise(t)},b.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){l["[object "+t+"]"]=t.toLowerCase()});function M(e){var t=e.length,n=b.type(e);return b.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}r=b(o);var _={};function F(e){var t=_[e]={};return b.each(e.match(w)||[],function(e,n){t[n]=!0}),t}b.Callbacks=function(e){e="string"==typeof e?_[e]||F(e):b.extend({},e);var n,r,i,o,a,s,u=[],l=!e.once&&[],c=function(t){for(r=e.memory&&t,i=!0,a=s||0,s=0,o=u.length,n=!0;u&&o>a;a++)if(u[a].apply(t[0],t[1])===!1&&e.stopOnFalse){r=!1;break}n=!1,u&&(l?l.length&&c(l.shift()):r?u=[]:p.disable())},p={add:function(){if(u){var t=u.length;(function i(t){b.each(t,function(t,n){var r=b.type(n);"function"===r?e.unique&&p.has(n)||u.push(n):n&&n.length&&"string"!==r&&i(n)})})(arguments),n?o=u.length:r&&(s=t,c(r))}return this},remove:function(){return u&&b.each(arguments,function(e,t){var r;while((r=b.inArray(t,u,r))>-1)u.splice(r,1),n&&(o>=r&&o--,a>=r&&a--)}),this},has:function(e){return e?b.inArray(e,u)>-1:!(!u||!u.length)},empty:function(){return u=[],this},disable:function(){return u=l=r=t,this},disabled:function(){return!u},lock:function(){return l=t,r||p.disable(),this},locked:function(){return!l},fireWith:function(e,t){return t=t||[],t=[e,t.slice?t.slice():t],!u||i&&!l||(n?l.push(t):c(t)),this},fire:function(){return p.fireWith(this,arguments),this},fired:function(){return!!i}};return p},b.extend({Deferred:function(e){var t=[["resolve","done",b.Callbacks("once memory"),"resolved"],["reject","fail",b.Callbacks("once memory"),"rejected"],["notify","progress",b.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return b.Deferred(function(n){b.each(t,function(t,o){var a=o[0],s=b.isFunction(e[t])&&e[t];i[o[1]](function(){var e=s&&s.apply(this,arguments);e&&b.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[a+"With"](this===r?n.promise():this,s?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?b.extend(e,r):r}},i={};return r.pipe=r.then,b.each(t,function(e,o){var a=o[2],s=o[3];r[o[1]]=a.add,s&&a.add(function(){n=s},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"With"](this===i?r:this,arguments),this},i[o[0]+"With"]=a.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=h.call(arguments),r=n.length,i=1!==r||e&&b.isFunction(e.promise)?r:0,o=1===i?e:b.Deferred(),a=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?h.call(arguments):r,n===s?o.notifyWith(t,n):--i||o.resolveWith(t,n)}},s,u,l;if(r>1)for(s=Array(r),u=Array(r),l=Array(r);r>t;t++)n[t]&&b.isFunction(n[t].promise)?n[t].promise().done(a(t,l,n)).fail(o.reject).progress(a(t,u,s)):--i;return i||o.resolveWith(l,n),o.promise()}}),b.support=function(){var t,n,r,a,s,u,l,c,p,f,d=o.createElement("div");if(d.setAttribute("className","t"),d.innerHTML="
      a",n=d.getElementsByTagName("*"),r=d.getElementsByTagName("a")[0],!n||!r||!n.length)return{};s=o.createElement("select"),l=s.appendChild(o.createElement("option")),a=d.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t={getSetAttribute:"t"!==d.className,leadingWhitespace:3===d.firstChild.nodeType,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/top/.test(r.getAttribute("style")),hrefNormalized:"/a"===r.getAttribute("href"),opacity:/^0.5/.test(r.style.opacity),cssFloat:!!r.style.cssFloat,checkOn:!!a.value,optSelected:l.selected,enctype:!!o.createElement("form").enctype,html5Clone:"<:nav>"!==o.createElement("nav").cloneNode(!0).outerHTML,boxModel:"CSS1Compat"===o.compatMode,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},a.checked=!0,t.noCloneChecked=a.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!l.disabled;try{delete d.test}catch(h){t.deleteExpando=!1}a=o.createElement("input"),a.setAttribute("value",""),t.input=""===a.getAttribute("value"),a.value="t",a.setAttribute("type","radio"),t.radioValue="t"===a.value,a.setAttribute("checked","t"),a.setAttribute("name","t"),u=o.createDocumentFragment(),u.appendChild(a),t.appendChecked=a.checked,t.checkClone=u.cloneNode(!0).cloneNode(!0).lastChild.checked,d.attachEvent&&(d.attachEvent("onclick",function(){t.noCloneEvent=!1}),d.cloneNode(!0).click());for(f in{submit:!0,change:!0,focusin:!0})d.setAttribute(c="on"+f,"t"),t[f+"Bubbles"]=c in e||d.attributes[c].expando===!1;return d.style.backgroundClip="content-box",d.cloneNode(!0).style.backgroundClip="",t.clearCloneStyle="content-box"===d.style.backgroundClip,b(function(){var n,r,a,s="padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",u=o.getElementsByTagName("body")[0];u&&(n=o.createElement("div"),n.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",u.appendChild(n).appendChild(d),d.innerHTML="
      t
      ",a=d.getElementsByTagName("td"),a[0].style.cssText="padding:0;margin:0;border:0;display:none",p=0===a[0].offsetHeight,a[0].style.display="",a[1].style.display="none",t.reliableHiddenOffsets=p&&0===a[0].offsetHeight,d.innerHTML="",d.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",t.boxSizing=4===d.offsetWidth,t.doesNotIncludeMarginInBodyOffset=1!==u.offsetTop,e.getComputedStyle&&(t.pixelPosition="1%"!==(e.getComputedStyle(d,null)||{}).top,t.boxSizingReliable="4px"===(e.getComputedStyle(d,null)||{width:"4px"}).width,r=d.appendChild(o.createElement("div")),r.style.cssText=d.style.cssText=s,r.style.marginRight=r.style.width="0",d.style.width="1px",t.reliableMarginRight=!parseFloat((e.getComputedStyle(r,null)||{}).marginRight)),typeof d.style.zoom!==i&&(d.innerHTML="",d.style.cssText=s+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=3===d.offsetWidth,d.style.display="block",d.innerHTML="
      ",d.firstChild.style.width="5px",t.shrinkWrapBlocks=3!==d.offsetWidth,t.inlineBlockNeedsLayout&&(u.style.zoom=1)),u.removeChild(n),n=d=a=r=null)}),n=s=u=l=r=a=null,t}();var O=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,B=/([A-Z])/g;function P(e,n,r,i){if(b.acceptData(e)){var o,a,s=b.expando,u="string"==typeof n,l=e.nodeType,p=l?b.cache:e,f=l?e[s]:e[s]&&s;if(f&&p[f]&&(i||p[f].data)||!u||r!==t)return f||(l?e[s]=f=c.pop()||b.guid++:f=s),p[f]||(p[f]={},l||(p[f].toJSON=b.noop)),("object"==typeof n||"function"==typeof n)&&(i?p[f]=b.extend(p[f],n):p[f].data=b.extend(p[f].data,n)),o=p[f],i||(o.data||(o.data={}),o=o.data),r!==t&&(o[b.camelCase(n)]=r),u?(a=o[n],null==a&&(a=o[b.camelCase(n)])):a=o,a}}function R(e,t,n){if(b.acceptData(e)){var r,i,o,a=e.nodeType,s=a?b.cache:e,u=a?e[b.expando]:b.expando;if(s[u]){if(t&&(o=n?s[u]:s[u].data)){b.isArray(t)?t=t.concat(b.map(t,b.camelCase)):t in o?t=[t]:(t=b.camelCase(t),t=t in o?[t]:t.split(" "));for(r=0,i=t.length;i>r;r++)delete o[t[r]];if(!(n?$:b.isEmptyObject)(o))return}(n||(delete s[u].data,$(s[u])))&&(a?b.cleanData([e],!0):b.support.deleteExpando||s!=s.window?delete s[u]:s[u]=null)}}}b.extend({cache:{},expando:"jQuery"+(p+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(e){return e=e.nodeType?b.cache[e[b.expando]]:e[b.expando],!!e&&!$(e)},data:function(e,t,n){return P(e,t,n)},removeData:function(e,t){return R(e,t)},_data:function(e,t,n){return P(e,t,n,!0)},_removeData:function(e,t){return R(e,t,!0)},acceptData:function(e){if(e.nodeType&&1!==e.nodeType&&9!==e.nodeType)return!1;var t=e.nodeName&&b.noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribute("classid")===t}}),b.fn.extend({data:function(e,n){var r,i,o=this[0],a=0,s=null;if(e===t){if(this.length&&(s=b.data(o),1===o.nodeType&&!b._data(o,"parsedAttrs"))){for(r=o.attributes;r.length>a;a++)i=r[a].name,i.indexOf("data-")||(i=b.camelCase(i.slice(5)),W(o,i,s[i]));b._data(o,"parsedAttrs",!0)}return s}return"object"==typeof e?this.each(function(){b.data(this,e)}):b.access(this,function(n){return n===t?o?W(o,e,b.data(o,e)):null:(this.each(function(){b.data(this,e,n)}),t)},null,n,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){b.removeData(this,e)})}});function W(e,n,r){if(r===t&&1===e.nodeType){var i="data-"+n.replace(B,"-$1").toLowerCase();if(r=e.getAttribute(i),"string"==typeof r){try{r="true"===r?!0:"false"===r?!1:"null"===r?null:+r+""===r?+r:O.test(r)?b.parseJSON(r):r}catch(o){}b.data(e,n,r)}else r=t}return r}function $(e){var t;for(t in e)if(("data"!==t||!b.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}b.extend({queue:function(e,n,r){var i;return e?(n=(n||"fx")+"queue",i=b._data(e,n),r&&(!i||b.isArray(r)?i=b._data(e,n,b.makeArray(r)):i.push(r)),i||[]):t},dequeue:function(e,t){t=t||"fx";var n=b.queue(e,t),r=n.length,i=n.shift(),o=b._queueHooks(e,t),a=function(){b.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),o.cur=i,i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return b._data(e,n)||b._data(e,n,{empty:b.Callbacks("once memory").add(function(){b._removeData(e,t+"queue"),b._removeData(e,n)})})}}),b.fn.extend({queue:function(e,n){var r=2;return"string"!=typeof e&&(n=e,e="fx",r--),r>arguments.length?b.queue(this[0],e):n===t?this:this.each(function(){var t=b.queue(this,e,n);b._queueHooks(this,e),"fx"===e&&"inprogress"!==t[0]&&b.dequeue(this,e)})},dequeue:function(e){return this.each(function(){b.dequeue(this,e)})},delay:function(e,t){return e=b.fx?b.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var r,i=1,o=b.Deferred(),a=this,s=this.length,u=function(){--i||o.resolveWith(a,[a])};"string"!=typeof e&&(n=e,e=t),e=e||"fx";while(s--)r=b._data(a[s],e+"queueHooks"),r&&r.empty&&(i++,r.empty.add(u));return u(),o.promise(n)}});var I,z,X=/[\t\r\n]/g,U=/\r/g,V=/^(?:input|select|textarea|button|object)$/i,Y=/^(?:a|area)$/i,J=/^(?:checked|selected|autofocus|autoplay|async|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped)$/i,G=/^(?:checked|selected)$/i,Q=b.support.getSetAttribute,K=b.support.input;b.fn.extend({attr:function(e,t){return b.access(this,b.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){b.removeAttr(this,e)})},prop:function(e,t){return b.access(this,b.prop,e,t,arguments.length>1)},removeProp:function(e){return e=b.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,o,a=0,s=this.length,u="string"==typeof e&&e;if(b.isFunction(e))return this.each(function(t){b(this).addClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(w)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(X," "):" ")){o=0;while(i=t[o++])0>r.indexOf(" "+i+" ")&&(r+=i+" ");n.className=b.trim(r)}return this},removeClass:function(e){var t,n,r,i,o,a=0,s=this.length,u=0===arguments.length||"string"==typeof e&&e;if(b.isFunction(e))return this.each(function(t){b(this).removeClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(w)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(X," "):"")){o=0;while(i=t[o++])while(r.indexOf(" "+i+" ")>=0)r=r.replace(" "+i+" "," ");n.className=e?b.trim(r):""}return this},toggleClass:function(e,t){var n=typeof e,r="boolean"==typeof t;return b.isFunction(e)?this.each(function(n){b(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if("string"===n){var o,a=0,s=b(this),u=t,l=e.match(w)||[];while(o=l[a++])u=r?u:!s.hasClass(o),s[u?"addClass":"removeClass"](o)}else(n===i||"boolean"===n)&&(this.className&&b._data(this,"__className__",this.className),this.className=this.className||e===!1?"":b._data(this,"__className__")||"")})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;r>n;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(X," ").indexOf(t)>=0)return!0;return!1},val:function(e){var n,r,i,o=this[0];{if(arguments.length)return i=b.isFunction(e),this.each(function(n){var o,a=b(this);1===this.nodeType&&(o=i?e.call(this,n,a.val()):e,null==o?o="":"number"==typeof o?o+="":b.isArray(o)&&(o=b.map(o,function(e){return null==e?"":e+""})),r=b.valHooks[this.type]||b.valHooks[this.nodeName.toLowerCase()],r&&"set"in r&&r.set(this,o,"value")!==t||(this.value=o))});if(o)return r=b.valHooks[o.type]||b.valHooks[o.nodeName.toLowerCase()],r&&"get"in r&&(n=r.get(o,"value"))!==t?n:(n=o.value,"string"==typeof n?n.replace(U,""):null==n?"":n)}}}),b.extend({valHooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type||0>i,a=o?null:[],s=o?i+1:r.length,u=0>i?s:o?i:0;for(;s>u;u++)if(n=r[u],!(!n.selected&&u!==i||(b.support.optDisabled?n.disabled:null!==n.getAttribute("disabled"))||n.parentNode.disabled&&b.nodeName(n.parentNode,"optgroup"))){if(t=b(n).val(),o)return t;a.push(t)}return a},set:function(e,t){var n=b.makeArray(t);return b(e).find("option").each(function(){this.selected=b.inArray(b(this).val(),n)>=0}),n.length||(e.selectedIndex=-1),n}}},attr:function(e,n,r){var o,a,s,u=e.nodeType;if(e&&3!==u&&8!==u&&2!==u)return typeof e.getAttribute===i?b.prop(e,n,r):(a=1!==u||!b.isXMLDoc(e),a&&(n=n.toLowerCase(),o=b.attrHooks[n]||(J.test(n)?z:I)),r===t?o&&a&&"get"in o&&null!==(s=o.get(e,n))?s:(typeof e.getAttribute!==i&&(s=e.getAttribute(n)),null==s?t:s):null!==r?o&&a&&"set"in o&&(s=o.set(e,r,n))!==t?s:(e.setAttribute(n,r+""),r):(b.removeAttr(e,n),t))},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(w);if(o&&1===e.nodeType)while(n=o[i++])r=b.propFix[n]||n,J.test(n)?!Q&&G.test(n)?e[b.camelCase("default-"+n)]=e[r]=!1:e[r]=!1:b.attr(e,n,""),e.removeAttribute(Q?n:r)},attrHooks:{type:{set:function(e,t){if(!b.support.radioValue&&"radio"===t&&b.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(e,n,r){var i,o,a,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return a=1!==s||!b.isXMLDoc(e),a&&(n=b.propFix[n]||n,o=b.propHooks[n]),r!==t?o&&"set"in o&&(i=o.set(e,r,n))!==t?i:e[n]=r:o&&"get"in o&&null!==(i=o.get(e,n))?i:e[n]},propHooks:{tabIndex:{get:function(e){var n=e.getAttributeNode("tabindex");return n&&n.specified?parseInt(n.value,10):V.test(e.nodeName)||Y.test(e.nodeName)&&e.href?0:t}}}}),z={get:function(e,n){var r=b.prop(e,n),i="boolean"==typeof r&&e.getAttribute(n),o="boolean"==typeof r?K&&Q?null!=i:G.test(n)?e[b.camelCase("default-"+n)]:!!i:e.getAttributeNode(n);return o&&o.value!==!1?n.toLowerCase():t},set:function(e,t,n){return t===!1?b.removeAttr(e,n):K&&Q||!G.test(n)?e.setAttribute(!Q&&b.propFix[n]||n,n):e[b.camelCase("default-"+n)]=e[n]=!0,n}},K&&Q||(b.attrHooks.value={get:function(e,n){var r=e.getAttributeNode(n);return b.nodeName(e,"input")?e.defaultValue:r&&r.specified?r.value:t},set:function(e,n,r){return b.nodeName(e,"input")?(e.defaultValue=n,t):I&&I.set(e,n,r)}}),Q||(I=b.valHooks.button={get:function(e,n){var r=e.getAttributeNode(n);return r&&("id"===n||"name"===n||"coords"===n?""!==r.value:r.specified)?r.value:t},set:function(e,n,r){var i=e.getAttributeNode(r);return i||e.setAttributeNode(i=e.ownerDocument.createAttribute(r)),i.value=n+="","value"===r||n===e.getAttribute(r)?n:t}},b.attrHooks.contenteditable={get:I.get,set:function(e,t,n){I.set(e,""===t?!1:t,n)}},b.each(["width","height"],function(e,n){b.attrHooks[n]=b.extend(b.attrHooks[n],{set:function(e,r){return""===r?(e.setAttribute(n,"auto"),r):t}})})),b.support.hrefNormalized||(b.each(["href","src","width","height"],function(e,n){b.attrHooks[n]=b.extend(b.attrHooks[n],{get:function(e){var r=e.getAttribute(n,2);return null==r?t:r}})}),b.each(["href","src"],function(e,t){b.propHooks[t]={get:function(e){return e.getAttribute(t,4)}}})),b.support.style||(b.attrHooks.style={get:function(e){return e.style.cssText||t},set:function(e,t){return e.style.cssText=t+""}}),b.support.optSelected||(b.propHooks.selected=b.extend(b.propHooks.selected,{get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}})),b.support.enctype||(b.propFix.enctype="encoding"),b.support.checkOn||b.each(["radio","checkbox"],function(){b.valHooks[this]={get:function(e){return null===e.getAttribute("value")?"on":e.value}}}),b.each(["radio","checkbox"],function(){b.valHooks[this]=b.extend(b.valHooks[this],{set:function(e,n){return b.isArray(n)?e.checked=b.inArray(b(e).val(),n)>=0:t}})});var Z=/^(?:input|select|textarea)$/i,et=/^key/,tt=/^(?:mouse|contextmenu)|click/,nt=/^(?:focusinfocus|focusoutblur)$/,rt=/^([^.]*)(?:\.(.+)|)$/;function it(){return!0}function ot(){return!1}b.event={global:{},add:function(e,n,r,o,a){var s,u,l,c,p,f,d,h,g,m,y,v=b._data(e);if(v){r.handler&&(c=r,r=c.handler,a=c.selector),r.guid||(r.guid=b.guid++),(u=v.events)||(u=v.events={}),(f=v.handle)||(f=v.handle=function(e){return typeof b===i||e&&b.event.triggered===e.type?t:b.event.dispatch.apply(f.elem,arguments)},f.elem=e),n=(n||"").match(w)||[""],l=n.length;while(l--)s=rt.exec(n[l])||[],g=y=s[1],m=(s[2]||"").split(".").sort(),p=b.event.special[g]||{},g=(a?p.delegateType:p.bindType)||g,p=b.event.special[g]||{},d=b.extend({type:g,origType:y,data:o,handler:r,guid:r.guid,selector:a,needsContext:a&&b.expr.match.needsContext.test(a),namespace:m.join(".")},c),(h=u[g])||(h=u[g]=[],h.delegateCount=0,p.setup&&p.setup.call(e,o,m,f)!==!1||(e.addEventListener?e.addEventListener(g,f,!1):e.attachEvent&&e.attachEvent("on"+g,f))),p.add&&(p.add.call(e,d),d.handler.guid||(d.handler.guid=r.guid)),a?h.splice(h.delegateCount++,0,d):h.push(d),b.event.global[g]=!0;e=null}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,p,f,d,h,g,m=b.hasData(e)&&b._data(e);if(m&&(c=m.events)){t=(t||"").match(w)||[""],l=t.length;while(l--)if(s=rt.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){p=b.event.special[d]||{},d=(r?p.delegateType:p.bindType)||d,f=c[d]||[],s=s[2]&&RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),u=o=f.length;while(o--)a=f[o],!i&&g!==a.origType||n&&n.guid!==a.guid||s&&!s.test(a.namespace)||r&&r!==a.selector&&("**"!==r||!a.selector)||(f.splice(o,1),a.selector&&f.delegateCount--,p.remove&&p.remove.call(e,a));u&&!f.length&&(p.teardown&&p.teardown.call(e,h,m.handle)!==!1||b.removeEvent(e,d,m.handle),delete c[d])}else for(d in c)b.event.remove(e,d+t[l],n,r,!0);b.isEmptyObject(c)&&(delete m.handle,b._removeData(e,"events"))}},trigger:function(n,r,i,a){var s,u,l,c,p,f,d,h=[i||o],g=y.call(n,"type")?n.type:n,m=y.call(n,"namespace")?n.namespace.split("."):[];if(l=f=i=i||o,3!==i.nodeType&&8!==i.nodeType&&!nt.test(g+b.event.triggered)&&(g.indexOf(".")>=0&&(m=g.split("."),g=m.shift(),m.sort()),u=0>g.indexOf(":")&&"on"+g,n=n[b.expando]?n:new b.Event(g,"object"==typeof n&&n),n.isTrigger=!0,n.namespace=m.join("."),n.namespace_re=n.namespace?RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,n.result=t,n.target||(n.target=i),r=null==r?[n]:b.makeArray(r,[n]),p=b.event.special[g]||{},a||!p.trigger||p.trigger.apply(i,r)!==!1)){if(!a&&!p.noBubble&&!b.isWindow(i)){for(c=p.delegateType||g,nt.test(c+g)||(l=l.parentNode);l;l=l.parentNode)h.push(l),f=l;f===(i.ownerDocument||o)&&h.push(f.defaultView||f.parentWindow||e)}d=0;while((l=h[d++])&&!n.isPropagationStopped())n.type=d>1?c:p.bindType||g,s=(b._data(l,"events")||{})[n.type]&&b._data(l,"handle"),s&&s.apply(l,r),s=u&&l[u],s&&b.acceptData(l)&&s.apply&&s.apply(l,r)===!1&&n.preventDefault();if(n.type=g,!(a||n.isDefaultPrevented()||p._default&&p._default.apply(i.ownerDocument,r)!==!1||"click"===g&&b.nodeName(i,"a")||!b.acceptData(i)||!u||!i[g]||b.isWindow(i))){f=i[u],f&&(i[u]=null),b.event.triggered=g;try{i[g]()}catch(v){}b.event.triggered=t,f&&(i[u]=f)}return n.result}},dispatch:function(e){e=b.event.fix(e);var n,r,i,o,a,s=[],u=h.call(arguments),l=(b._data(this,"events")||{})[e.type]||[],c=b.event.special[e.type]||{};if(u[0]=e,e.delegateTarget=this,!c.preDispatch||c.preDispatch.call(this,e)!==!1){s=b.event.handlers.call(this,e,l),n=0;while((o=s[n++])&&!e.isPropagationStopped()){e.currentTarget=o.elem,a=0;while((i=o.handlers[a++])&&!e.isImmediatePropagationStopped())(!e.namespace_re||e.namespace_re.test(i.namespace))&&(e.handleObj=i,e.data=i.data,r=((b.event.special[i.origType]||{}).handle||i.handler).apply(o.elem,u),r!==t&&(e.result=r)===!1&&(e.preventDefault(),e.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,e),e.result}},handlers:function(e,n){var r,i,o,a,s=[],u=n.delegateCount,l=e.target;if(u&&l.nodeType&&(!e.button||"click"!==e.type))for(;l!=this;l=l.parentNode||this)if(1===l.nodeType&&(l.disabled!==!0||"click"!==e.type)){for(o=[],a=0;u>a;a++)i=n[a],r=i.selector+" ",o[r]===t&&(o[r]=i.needsContext?b(r,this).index(l)>=0:b.find(r,this,null,[l]).length),o[r]&&o.push(i);o.length&&s.push({elem:l,handlers:o})}return n.length>u&&s.push({elem:this,handlers:n.slice(u)}),s},fix:function(e){if(e[b.expando])return e;var t,n,r,i=e.type,a=e,s=this.fixHooks[i];s||(this.fixHooks[i]=s=tt.test(i)?this.mouseHooks:et.test(i)?this.keyHooks:{}),r=s.props?this.props.concat(s.props):this.props,e=new b.Event(a),t=r.length;while(t--)n=r[t],e[n]=a[n];return e.target||(e.target=a.srcElement||o),3===e.target.nodeType&&(e.target=e.target.parentNode),e.metaKey=!!e.metaKey,s.filter?s.filter(e,a):e},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,n){var r,i,a,s=n.button,u=n.fromElement;return null==e.pageX&&null!=n.clientX&&(i=e.target.ownerDocument||o,a=i.documentElement,r=i.body,e.pageX=n.clientX+(a&&a.scrollLeft||r&&r.scrollLeft||0)-(a&&a.clientLeft||r&&r.clientLeft||0),e.pageY=n.clientY+(a&&a.scrollTop||r&&r.scrollTop||0)-(a&&a.clientTop||r&&r.clientTop||0)),!e.relatedTarget&&u&&(e.relatedTarget=u===e.target?n.toElement:u),e.which||s===t||(e.which=1&s?1:2&s?3:4&s?2:0),e}},special:{load:{noBubble:!0},click:{trigger:function(){return b.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):t}},focus:{trigger:function(){if(this!==o.activeElement&&this.focus)try{return this.focus(),!1}catch(e){}},delegateType:"focusin"},blur:{trigger:function(){return this===o.activeElement&&this.blur?(this.blur(),!1):t},delegateType:"focusout"},beforeunload:{postDispatch:function(e){e.result!==t&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,r){var i=b.extend(new b.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?b.event.trigger(i,null,t):b.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},b.removeEvent=o.removeEventListener?function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var r="on"+t;e.detachEvent&&(typeof e[r]===i&&(e[r]=null),e.detachEvent(r,n))},b.Event=function(e,n){return this instanceof b.Event?(e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefault&&e.getPreventDefault()?it:ot):this.type=e,n&&b.extend(this,n),this.timeStamp=e&&e.timeStamp||b.now(),this[b.expando]=!0,t):new b.Event(e,n)},b.Event.prototype={isDefaultPrevented:ot,isPropagationStopped:ot,isImmediatePropagationStopped:ot,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=it,e&&(e.preventDefault?e.preventDefault():e.returnValue=!1)},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=it,e&&(e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=it,this.stopPropagation()}},b.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){b.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj; +return(!i||i!==r&&!b.contains(r,i))&&(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),b.support.submitBubbles||(b.event.special.submit={setup:function(){return b.nodeName(this,"form")?!1:(b.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,r=b.nodeName(n,"input")||b.nodeName(n,"button")?n.form:t;r&&!b._data(r,"submitBubbles")&&(b.event.add(r,"submit._submit",function(e){e._submit_bubble=!0}),b._data(r,"submitBubbles",!0))}),t)},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&b.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){return b.nodeName(this,"form")?!1:(b.event.remove(this,"._submit"),t)}}),b.support.changeBubbles||(b.event.special.change={setup:function(){return Z.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(b.event.add(this,"propertychange._change",function(e){"checked"===e.originalEvent.propertyName&&(this._just_changed=!0)}),b.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),b.event.simulate("change",this,e,!0)})),!1):(b.event.add(this,"beforeactivate._change",function(e){var t=e.target;Z.test(t.nodeName)&&!b._data(t,"changeBubbles")&&(b.event.add(t,"change._change",function(e){!this.parentNode||e.isSimulated||e.isTrigger||b.event.simulate("change",this.parentNode,e,!0)}),b._data(t,"changeBubbles",!0))}),t)},handle:function(e){var n=e.target;return this!==n||e.isSimulated||e.isTrigger||"radio"!==n.type&&"checkbox"!==n.type?e.handleObj.handler.apply(this,arguments):t},teardown:function(){return b.event.remove(this,"._change"),!Z.test(this.nodeName)}}),b.support.focusinBubbles||b.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){b.event.simulate(t,e.target,b.event.fix(e),!0)};b.event.special[t]={setup:function(){0===n++&&o.addEventListener(e,r,!0)},teardown:function(){0===--n&&o.removeEventListener(e,r,!0)}}}),b.fn.extend({on:function(e,n,r,i,o){var a,s;if("object"==typeof e){"string"!=typeof n&&(r=r||n,n=t);for(a in e)this.on(a,n,r,e[a],o);return this}if(null==r&&null==i?(i=n,r=n=t):null==i&&("string"==typeof n?(i=r,r=t):(i=r,r=n,n=t)),i===!1)i=ot;else if(!i)return this;return 1===o&&(s=i,i=function(e){return b().off(e),s.apply(this,arguments)},i.guid=s.guid||(s.guid=b.guid++)),this.each(function(){b.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,n,r){var i,o;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,b(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof e){for(o in e)this.off(o,n,e[o]);return this}return(n===!1||"function"==typeof n)&&(r=n,n=t),r===!1&&(r=ot),this.each(function(){b.event.remove(this,e,r,n)})},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},trigger:function(e,t){return this.each(function(){b.event.trigger(e,t,this)})},triggerHandler:function(e,n){var r=this[0];return r?b.event.trigger(e,n,r,!0):t}}),function(e,t){var n,r,i,o,a,s,u,l,c,p,f,d,h,g,m,y,v,x="sizzle"+-new Date,w=e.document,T={},N=0,C=0,k=it(),E=it(),S=it(),A=typeof t,j=1<<31,D=[],L=D.pop,H=D.push,q=D.slice,M=D.indexOf||function(e){var t=0,n=this.length;for(;n>t;t++)if(this[t]===e)return t;return-1},_="[\\x20\\t\\r\\n\\f]",F="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",O=F.replace("w","w#"),B="([*^$|!~]?=)",P="\\["+_+"*("+F+")"+_+"*(?:"+B+_+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+O+")|)|)"+_+"*\\]",R=":("+F+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+P.replace(3,8)+")*)|.*)\\)|)",W=RegExp("^"+_+"+|((?:^|[^\\\\])(?:\\\\.)*)"+_+"+$","g"),$=RegExp("^"+_+"*,"+_+"*"),I=RegExp("^"+_+"*([\\x20\\t\\r\\n\\f>+~])"+_+"*"),z=RegExp(R),X=RegExp("^"+O+"$"),U={ID:RegExp("^#("+F+")"),CLASS:RegExp("^\\.("+F+")"),NAME:RegExp("^\\[name=['\"]?("+F+")['\"]?\\]"),TAG:RegExp("^("+F.replace("w","w*")+")"),ATTR:RegExp("^"+P),PSEUDO:RegExp("^"+R),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+_+"*(even|odd|(([+-]|)(\\d*)n|)"+_+"*(?:([+-]|)"+_+"*(\\d+)|))"+_+"*\\)|)","i"),needsContext:RegExp("^"+_+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+_+"*((?:-\\d)?\\d*)"+_+"*\\)|)(?=[^-]|$)","i")},V=/[\x20\t\r\n\f]*[+~]/,Y=/^[^{]+\{\s*\[native code/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,G=/^(?:input|select|textarea|button)$/i,Q=/^h\d$/i,K=/'|\\/g,Z=/\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,et=/\\([\da-fA-F]{1,6}[\x20\t\r\n\f]?|.)/g,tt=function(e,t){var n="0x"+t-65536;return n!==n?t:0>n?String.fromCharCode(n+65536):String.fromCharCode(55296|n>>10,56320|1023&n)};try{q.call(w.documentElement.childNodes,0)[0].nodeType}catch(nt){q=function(e){var t,n=[];while(t=this[e++])n.push(t);return n}}function rt(e){return Y.test(e+"")}function it(){var e,t=[];return e=function(n,r){return t.push(n+=" ")>i.cacheLength&&delete e[t.shift()],e[n]=r}}function ot(e){return e[x]=!0,e}function at(e){var t=p.createElement("div");try{return e(t)}catch(n){return!1}finally{t=null}}function st(e,t,n,r){var i,o,a,s,u,l,f,g,m,v;if((t?t.ownerDocument||t:w)!==p&&c(t),t=t||p,n=n||[],!e||"string"!=typeof e)return n;if(1!==(s=t.nodeType)&&9!==s)return[];if(!d&&!r){if(i=J.exec(e))if(a=i[1]){if(9===s){if(o=t.getElementById(a),!o||!o.parentNode)return n;if(o.id===a)return n.push(o),n}else if(t.ownerDocument&&(o=t.ownerDocument.getElementById(a))&&y(t,o)&&o.id===a)return n.push(o),n}else{if(i[2])return H.apply(n,q.call(t.getElementsByTagName(e),0)),n;if((a=i[3])&&T.getByClassName&&t.getElementsByClassName)return H.apply(n,q.call(t.getElementsByClassName(a),0)),n}if(T.qsa&&!h.test(e)){if(f=!0,g=x,m=t,v=9===s&&e,1===s&&"object"!==t.nodeName.toLowerCase()){l=ft(e),(f=t.getAttribute("id"))?g=f.replace(K,"\\$&"):t.setAttribute("id",g),g="[id='"+g+"'] ",u=l.length;while(u--)l[u]=g+dt(l[u]);m=V.test(e)&&t.parentNode||t,v=l.join(",")}if(v)try{return H.apply(n,q.call(m.querySelectorAll(v),0)),n}catch(b){}finally{f||t.removeAttribute("id")}}}return wt(e.replace(W,"$1"),t,n,r)}a=st.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?"HTML"!==t.nodeName:!1},c=st.setDocument=function(e){var n=e?e.ownerDocument||e:w;return n!==p&&9===n.nodeType&&n.documentElement?(p=n,f=n.documentElement,d=a(n),T.tagNameNoComments=at(function(e){return e.appendChild(n.createComment("")),!e.getElementsByTagName("*").length}),T.attributes=at(function(e){e.innerHTML="";var t=typeof e.lastChild.getAttribute("multiple");return"boolean"!==t&&"string"!==t}),T.getByClassName=at(function(e){return e.innerHTML="",e.getElementsByClassName&&e.getElementsByClassName("e").length?(e.lastChild.className="e",2===e.getElementsByClassName("e").length):!1}),T.getByName=at(function(e){e.id=x+0,e.innerHTML="
      ",f.insertBefore(e,f.firstChild);var t=n.getElementsByName&&n.getElementsByName(x).length===2+n.getElementsByName(x+0).length;return T.getIdNotName=!n.getElementById(x),f.removeChild(e),t}),i.attrHandle=at(function(e){return e.innerHTML="",e.firstChild&&typeof e.firstChild.getAttribute!==A&&"#"===e.firstChild.getAttribute("href")})?{}:{href:function(e){return e.getAttribute("href",2)},type:function(e){return e.getAttribute("type")}},T.getIdNotName?(i.find.ID=function(e,t){if(typeof t.getElementById!==A&&!d){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},i.filter.ID=function(e){var t=e.replace(et,tt);return function(e){return e.getAttribute("id")===t}}):(i.find.ID=function(e,n){if(typeof n.getElementById!==A&&!d){var r=n.getElementById(e);return r?r.id===e||typeof r.getAttributeNode!==A&&r.getAttributeNode("id").value===e?[r]:t:[]}},i.filter.ID=function(e){var t=e.replace(et,tt);return function(e){var n=typeof e.getAttributeNode!==A&&e.getAttributeNode("id");return n&&n.value===t}}),i.find.TAG=T.tagNameNoComments?function(e,n){return typeof n.getElementsByTagName!==A?n.getElementsByTagName(e):t}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},i.find.NAME=T.getByName&&function(e,n){return typeof n.getElementsByName!==A?n.getElementsByName(name):t},i.find.CLASS=T.getByClassName&&function(e,n){return typeof n.getElementsByClassName===A||d?t:n.getElementsByClassName(e)},g=[],h=[":focus"],(T.qsa=rt(n.querySelectorAll))&&(at(function(e){e.innerHTML="",e.querySelectorAll("[selected]").length||h.push("\\["+_+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),e.querySelectorAll(":checked").length||h.push(":checked")}),at(function(e){e.innerHTML="",e.querySelectorAll("[i^='']").length&&h.push("[*^$]="+_+"*(?:\"\"|'')"),e.querySelectorAll(":enabled").length||h.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),h.push(",.*:")})),(T.matchesSelector=rt(m=f.matchesSelector||f.mozMatchesSelector||f.webkitMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&&at(function(e){T.disconnectedMatch=m.call(e,"div"),m.call(e,"[s!='']:x"),g.push("!=",R)}),h=RegExp(h.join("|")),g=RegExp(g.join("|")),y=rt(f.contains)||f.compareDocumentPosition?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},v=f.compareDocumentPosition?function(e,t){var r;return e===t?(u=!0,0):(r=t.compareDocumentPosition&&e.compareDocumentPosition&&e.compareDocumentPosition(t))?1&r||e.parentNode&&11===e.parentNode.nodeType?e===n||y(w,e)?-1:t===n||y(w,t)?1:0:4&r?-1:1:e.compareDocumentPosition?-1:1}:function(e,t){var r,i=0,o=e.parentNode,a=t.parentNode,s=[e],l=[t];if(e===t)return u=!0,0;if(!o||!a)return e===n?-1:t===n?1:o?-1:a?1:0;if(o===a)return ut(e,t);r=e;while(r=r.parentNode)s.unshift(r);r=t;while(r=r.parentNode)l.unshift(r);while(s[i]===l[i])i++;return i?ut(s[i],l[i]):s[i]===w?-1:l[i]===w?1:0},u=!1,[0,0].sort(v),T.detectDuplicates=u,p):p},st.matches=function(e,t){return st(e,null,null,t)},st.matchesSelector=function(e,t){if((e.ownerDocument||e)!==p&&c(e),t=t.replace(Z,"='$1']"),!(!T.matchesSelector||d||g&&g.test(t)||h.test(t)))try{var n=m.call(e,t);if(n||T.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(r){}return st(t,p,null,[e]).length>0},st.contains=function(e,t){return(e.ownerDocument||e)!==p&&c(e),y(e,t)},st.attr=function(e,t){var n;return(e.ownerDocument||e)!==p&&c(e),d||(t=t.toLowerCase()),(n=i.attrHandle[t])?n(e):d||T.attributes?e.getAttribute(t):((n=e.getAttributeNode(t))||e.getAttribute(t))&&e[t]===!0?t:n&&n.specified?n.value:null},st.error=function(e){throw Error("Syntax error, unrecognized expression: "+e)},st.uniqueSort=function(e){var t,n=[],r=1,i=0;if(u=!T.detectDuplicates,e.sort(v),u){for(;t=e[r];r++)t===e[r-1]&&(i=n.push(r));while(i--)e.splice(n[i],1)}return e};function ut(e,t){var n=t&&e,r=n&&(~t.sourceIndex||j)-(~e.sourceIndex||j);if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function lt(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function ct(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function pt(e){return ot(function(t){return t=+t,ot(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}o=st.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r];r++)n+=o(t);return n},i=st.selectors={cacheLength:50,createPseudo:ot,match:U,find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(et,tt),e[3]=(e[4]||e[5]||"").replace(et,tt),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||st.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&st.error(e[0]),e},PSEUDO:function(e){var t,n=!e[5]&&e[2];return U.CHILD.test(e[0])?null:(e[4]?e[2]=e[4]:n&&z.test(n)&&(t=ft(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){return"*"===e?function(){return!0}:(e=e.replace(et,tt).toLowerCase(),function(t){return t.nodeName&&t.nodeName.toLowerCase()===e})},CLASS:function(e){var t=k[e+" "];return t||(t=RegExp("(^|"+_+")"+e+"("+_+"|$)"))&&k(e,function(e){return t.test(e.className||typeof e.getAttribute!==A&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=st.attr(r,e);return null==i?"!="===t:t?(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i+" ").indexOf(n)>-1:"|="===t?i===n||i.slice(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,p,f,d,h,g=o!==a?"nextSibling":"previousSibling",m=t.parentNode,y=s&&t.nodeName.toLowerCase(),v=!u&&!s;if(m){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===y:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&v){c=m[x]||(m[x]={}),l=c[e]||[],d=l[0]===N&&l[1],f=l[0]===N&&l[2],p=d&&m.childNodes[d];while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if(1===p.nodeType&&++f&&p===t){c[e]=[N,d,f];break}}else if(v&&(l=(t[x]||(t[x]={}))[e])&&l[0]===N)f=l[1];else while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===y:1===p.nodeType)&&++f&&(v&&((p[x]||(p[x]={}))[e]=[N,f]),p===t))break;return f-=i,f===r||0===f%r&&f/r>=0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||st.error("unsupported pseudo: "+e);return r[x]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?ot(function(e,n){var i,o=r(e,t),a=o.length;while(a--)i=M.call(e,o[a]),e[i]=!(n[i]=o[a])}):function(e){return r(e,0,n)}):r}},pseudos:{not:ot(function(e){var t=[],n=[],r=s(e.replace(W,"$1"));return r[x]?ot(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),!n.pop()}}),has:ot(function(e){return function(t){return st(e,t).length>0}}),contains:ot(function(e){return function(t){return(t.textContent||t.innerText||o(t)).indexOf(e)>-1}}),lang:ot(function(e){return X.test(e||"")||st.error("unsupported lang: "+e),e=e.replace(et,tt).toLowerCase(),function(t){var n;do if(n=d?t.getAttribute("xml:lang")||t.getAttribute("lang"):t.lang)return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===f},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeName>"@"||3===e.nodeType||4===e.nodeType)return!1;return!0},parent:function(e){return!i.pseudos.empty(e)},header:function(e){return Q.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||t.toLowerCase()===e.type)},first:pt(function(){return[0]}),last:pt(function(e,t){return[t-1]}),eq:pt(function(e,t,n){return[0>n?n+t:n]}),even:pt(function(e,t){var n=0;for(;t>n;n+=2)e.push(n);return e}),odd:pt(function(e,t){var n=1;for(;t>n;n+=2)e.push(n);return e}),lt:pt(function(e,t,n){var r=0>n?n+t:n;for(;--r>=0;)e.push(r);return e}),gt:pt(function(e,t,n){var r=0>n?n+t:n;for(;t>++r;)e.push(r);return e})}};for(n in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})i.pseudos[n]=lt(n);for(n in{submit:!0,reset:!0})i.pseudos[n]=ct(n);function ft(e,t){var n,r,o,a,s,u,l,c=E[e+" "];if(c)return t?0:c.slice(0);s=e,u=[],l=i.preFilter;while(s){(!n||(r=$.exec(s)))&&(r&&(s=s.slice(r[0].length)||s),u.push(o=[])),n=!1,(r=I.exec(s))&&(n=r.shift(),o.push({value:n,type:r[0].replace(W," ")}),s=s.slice(n.length));for(a in i.filter)!(r=U[a].exec(s))||l[a]&&!(r=l[a](r))||(n=r.shift(),o.push({value:n,type:a,matches:r}),s=s.slice(n.length));if(!n)break}return t?s.length:s?st.error(e):E(e,u).slice(0)}function dt(e){var t=0,n=e.length,r="";for(;n>t;t++)r+=e[t].value;return r}function ht(e,t,n){var i=t.dir,o=n&&"parentNode"===i,a=C++;return t.first?function(t,n,r){while(t=t[i])if(1===t.nodeType||o)return e(t,n,r)}:function(t,n,s){var u,l,c,p=N+" "+a;if(s){while(t=t[i])if((1===t.nodeType||o)&&e(t,n,s))return!0}else while(t=t[i])if(1===t.nodeType||o)if(c=t[x]||(t[x]={}),(l=c[i])&&l[0]===p){if((u=l[1])===!0||u===r)return u===!0}else if(l=c[i]=[p],l[1]=e(t,n,s)||r,l[1]===!0)return!0}}function gt(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function mt(e,t,n,r,i){var o,a=[],s=0,u=e.length,l=null!=t;for(;u>s;s++)(o=e[s])&&(!n||n(o,r,i))&&(a.push(o),l&&t.push(s));return a}function yt(e,t,n,r,i,o){return r&&!r[x]&&(r=yt(r)),i&&!i[x]&&(i=yt(i,o)),ot(function(o,a,s,u){var l,c,p,f=[],d=[],h=a.length,g=o||xt(t||"*",s.nodeType?[s]:s,[]),m=!e||!o&&t?g:mt(g,f,e,s,u),y=n?i||(o?e:h||r)?[]:a:m;if(n&&n(m,y,s,u),r){l=mt(y,d),r(l,[],s,u),c=l.length;while(c--)(p=l[c])&&(y[d[c]]=!(m[d[c]]=p))}if(o){if(i||e){if(i){l=[],c=y.length;while(c--)(p=y[c])&&l.push(m[c]=p);i(null,y=[],l,u)}c=y.length;while(c--)(p=y[c])&&(l=i?M.call(o,p):f[c])>-1&&(o[l]=!(a[l]=p))}}else y=mt(y===a?y.splice(h,y.length):y),i?i(null,a,y,u):H.apply(a,y)})}function vt(e){var t,n,r,o=e.length,a=i.relative[e[0].type],s=a||i.relative[" "],u=a?1:0,c=ht(function(e){return e===t},s,!0),p=ht(function(e){return M.call(t,e)>-1},s,!0),f=[function(e,n,r){return!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):p(e,n,r))}];for(;o>u;u++)if(n=i.relative[e[u].type])f=[ht(gt(f),n)];else{if(n=i.filter[e[u].type].apply(null,e[u].matches),n[x]){for(r=++u;o>r;r++)if(i.relative[e[r].type])break;return yt(u>1&>(f),u>1&&dt(e.slice(0,u-1)).replace(W,"$1"),n,r>u&&vt(e.slice(u,r)),o>r&&vt(e=e.slice(r)),o>r&&dt(e))}f.push(n)}return gt(f)}function bt(e,t){var n=0,o=t.length>0,a=e.length>0,s=function(s,u,c,f,d){var h,g,m,y=[],v=0,b="0",x=s&&[],w=null!=d,T=l,C=s||a&&i.find.TAG("*",d&&u.parentNode||u),k=N+=null==T?1:Math.random()||.1;for(w&&(l=u!==p&&u,r=n);null!=(h=C[b]);b++){if(a&&h){g=0;while(m=e[g++])if(m(h,u,c)){f.push(h);break}w&&(N=k,r=++n)}o&&((h=!m&&h)&&v--,s&&x.push(h))}if(v+=b,o&&b!==v){g=0;while(m=t[g++])m(x,y,u,c);if(s){if(v>0)while(b--)x[b]||y[b]||(y[b]=L.call(f));y=mt(y)}H.apply(f,y),w&&!s&&y.length>0&&v+t.length>1&&st.uniqueSort(f)}return w&&(N=k,l=T),x};return o?ot(s):s}s=st.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=ft(e)),n=t.length;while(n--)o=vt(t[n]),o[x]?r.push(o):i.push(o);o=S(e,bt(i,r))}return o};function xt(e,t,n){var r=0,i=t.length;for(;i>r;r++)st(e,t[r],n);return n}function wt(e,t,n,r){var o,a,u,l,c,p=ft(e);if(!r&&1===p.length){if(a=p[0]=p[0].slice(0),a.length>2&&"ID"===(u=a[0]).type&&9===t.nodeType&&!d&&i.relative[a[1].type]){if(t=i.find.ID(u.matches[0].replace(et,tt),t)[0],!t)return n;e=e.slice(a.shift().value.length)}o=U.needsContext.test(e)?0:a.length;while(o--){if(u=a[o],i.relative[l=u.type])break;if((c=i.find[l])&&(r=c(u.matches[0].replace(et,tt),V.test(a[0].type)&&t.parentNode||t))){if(a.splice(o,1),e=r.length&&dt(a),!e)return H.apply(n,q.call(r,0)),n;break}}}return s(e,p)(r,t,d,n,V.test(e)),n}i.pseudos.nth=i.pseudos.eq;function Tt(){}i.filters=Tt.prototype=i.pseudos,i.setFilters=new Tt,c(),st.attr=b.attr,b.find=st,b.expr=st.selectors,b.expr[":"]=b.expr.pseudos,b.unique=st.uniqueSort,b.text=st.getText,b.isXMLDoc=st.isXML,b.contains=st.contains}(e);var at=/Until$/,st=/^(?:parents|prev(?:Until|All))/,ut=/^.[^:#\[\.,]*$/,lt=b.expr.match.needsContext,ct={children:!0,contents:!0,next:!0,prev:!0};b.fn.extend({find:function(e){var t,n,r,i=this.length;if("string"!=typeof e)return r=this,this.pushStack(b(e).filter(function(){for(t=0;i>t;t++)if(b.contains(r[t],this))return!0}));for(n=[],t=0;i>t;t++)b.find(e,this[t],n);return n=this.pushStack(i>1?b.unique(n):n),n.selector=(this.selector?this.selector+" ":"")+e,n},has:function(e){var t,n=b(e,this),r=n.length;return this.filter(function(){for(t=0;r>t;t++)if(b.contains(this,n[t]))return!0})},not:function(e){return this.pushStack(ft(this,e,!1))},filter:function(e){return this.pushStack(ft(this,e,!0))},is:function(e){return!!e&&("string"==typeof e?lt.test(e)?b(e,this.context).index(this[0])>=0:b.filter(e,this).length>0:this.filter(e).length>0)},closest:function(e,t){var n,r=0,i=this.length,o=[],a=lt.test(e)||"string"!=typeof e?b(e,t||this.context):0;for(;i>r;r++){n=this[r];while(n&&n.ownerDocument&&n!==t&&11!==n.nodeType){if(a?a.index(n)>-1:b.find.matchesSelector(n,e)){o.push(n);break}n=n.parentNode}}return this.pushStack(o.length>1?b.unique(o):o)},index:function(e){return e?"string"==typeof e?b.inArray(this[0],b(e)):b.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){var n="string"==typeof e?b(e,t):b.makeArray(e&&e.nodeType?[e]:e),r=b.merge(this.get(),n);return this.pushStack(b.unique(r))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),b.fn.andSelf=b.fn.addBack;function pt(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}b.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return b.dir(e,"parentNode")},parentsUntil:function(e,t,n){return b.dir(e,"parentNode",n)},next:function(e){return pt(e,"nextSibling")},prev:function(e){return pt(e,"previousSibling")},nextAll:function(e){return b.dir(e,"nextSibling")},prevAll:function(e){return b.dir(e,"previousSibling")},nextUntil:function(e,t,n){return b.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return b.dir(e,"previousSibling",n)},siblings:function(e){return b.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return b.sibling(e.firstChild)},contents:function(e){return b.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:b.merge([],e.childNodes)}},function(e,t){b.fn[e]=function(n,r){var i=b.map(this,t,n);return at.test(e)||(r=n),r&&"string"==typeof r&&(i=b.filter(r,i)),i=this.length>1&&!ct[e]?b.unique(i):i,this.length>1&&st.test(e)&&(i=i.reverse()),this.pushStack(i)}}),b.extend({filter:function(e,t,n){return n&&(e=":not("+e+")"),1===t.length?b.find.matchesSelector(t[0],e)?[t[0]]:[]:b.find.matches(e,t)},dir:function(e,n,r){var i=[],o=e[n];while(o&&9!==o.nodeType&&(r===t||1!==o.nodeType||!b(o).is(r)))1===o.nodeType&&i.push(o),o=o[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}});function ft(e,t,n){if(t=t||0,b.isFunction(t))return b.grep(e,function(e,r){var i=!!t.call(e,r,e);return i===n});if(t.nodeType)return b.grep(e,function(e){return e===t===n});if("string"==typeof t){var r=b.grep(e,function(e){return 1===e.nodeType});if(ut.test(t))return b.filter(t,r,!n);t=b.filter(t,r)}return b.grep(e,function(e){return b.inArray(e,t)>=0===n})}function dt(e){var t=ht.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}var ht="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",gt=/ jQuery\d+="(?:null|\d+)"/g,mt=RegExp("<(?:"+ht+")[\\s/>]","i"),yt=/^\s+/,vt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bt=/<([\w:]+)/,xt=/\s*$/g,At={option:[1,""],legend:[1,"
      ","
      "],area:[1,"",""],param:[1,"",""],thead:[1,"","
      "],tr:[2,"","
      "],col:[2,"","
      "],td:[3,"","
      "],_default:b.support.htmlSerialize?[0,"",""]:[1,"X
      ","
      "]},jt=dt(o),Dt=jt.appendChild(o.createElement("div"));At.optgroup=At.option,At.tbody=At.tfoot=At.colgroup=At.caption=At.thead,At.th=At.td,b.fn.extend({text:function(e){return b.access(this,function(e){return e===t?b.text(this):this.empty().append((this[0]&&this[0].ownerDocument||o).createTextNode(e))},null,e,arguments.length)},wrapAll:function(e){if(b.isFunction(e))return this.each(function(t){b(this).wrapAll(e.call(this,t))});if(this[0]){var t=b(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&1===e.firstChild.nodeType)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return b.isFunction(e)?this.each(function(t){b(this).wrapInner(e.call(this,t))}):this.each(function(){var t=b(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=b.isFunction(e);return this.each(function(n){b(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){b.nodeName(this,"body")||b(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(e){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&this.appendChild(e)})},prepend:function(){return this.domManip(arguments,!0,function(e){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&this.insertBefore(e,this.firstChild)})},before:function(){return this.domManip(arguments,!1,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,!1,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){var n,r=0;for(;null!=(n=this[r]);r++)(!e||b.filter(e,[n]).length>0)&&(t||1!==n.nodeType||b.cleanData(Ot(n)),n.parentNode&&(t&&b.contains(n.ownerDocument,n)&&Mt(Ot(n,"script")),n.parentNode.removeChild(n)));return this},empty:function(){var e,t=0;for(;null!=(e=this[t]);t++){1===e.nodeType&&b.cleanData(Ot(e,!1));while(e.firstChild)e.removeChild(e.firstChild);e.options&&b.nodeName(e,"select")&&(e.options.length=0)}return this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,this.map(function(){return b.clone(this,e,t)})},html:function(e){return b.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return 1===n.nodeType?n.innerHTML.replace(gt,""):t;if(!("string"!=typeof e||Tt.test(e)||!b.support.htmlSerialize&&mt.test(e)||!b.support.leadingWhitespace&&yt.test(e)||At[(bt.exec(e)||["",""])[1].toLowerCase()])){e=e.replace(vt,"<$1>");try{for(;i>r;r++)n=this[r]||{},1===n.nodeType&&(b.cleanData(Ot(n,!1)),n.innerHTML=e);n=0}catch(o){}}n&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(e){var t=b.isFunction(e);return t||"string"==typeof e||(e=b(e).not(this).detach()),this.domManip([e],!0,function(e){var t=this.nextSibling,n=this.parentNode;n&&(b(this).remove(),n.insertBefore(e,t))})},detach:function(e){return this.remove(e,!0)},domManip:function(e,n,r){e=f.apply([],e);var i,o,a,s,u,l,c=0,p=this.length,d=this,h=p-1,g=e[0],m=b.isFunction(g);if(m||!(1>=p||"string"!=typeof g||b.support.checkClone)&&Ct.test(g))return this.each(function(i){var o=d.eq(i);m&&(e[0]=g.call(this,i,n?o.html():t)),o.domManip(e,n,r)});if(p&&(l=b.buildFragment(e,this[0].ownerDocument,!1,this),i=l.firstChild,1===l.childNodes.length&&(l=i),i)){for(n=n&&b.nodeName(i,"tr"),s=b.map(Ot(l,"script"),Ht),a=s.length;p>c;c++)o=l,c!==h&&(o=b.clone(o,!0,!0),a&&b.merge(s,Ot(o,"script"))),r.call(n&&b.nodeName(this[c],"table")?Lt(this[c],"tbody"):this[c],o,c);if(a)for(u=s[s.length-1].ownerDocument,b.map(s,qt),c=0;a>c;c++)o=s[c],kt.test(o.type||"")&&!b._data(o,"globalEval")&&b.contains(u,o)&&(o.src?b.ajax({url:o.src,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0}):b.globalEval((o.text||o.textContent||o.innerHTML||"").replace(St,"")));l=i=null}return this}});function Lt(e,t){return e.getElementsByTagName(t)[0]||e.appendChild(e.ownerDocument.createElement(t))}function Ht(e){var t=e.getAttributeNode("type");return e.type=(t&&t.specified)+"/"+e.type,e}function qt(e){var t=Et.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function Mt(e,t){var n,r=0;for(;null!=(n=e[r]);r++)b._data(n,"globalEval",!t||b._data(t[r],"globalEval"))}function _t(e,t){if(1===t.nodeType&&b.hasData(e)){var n,r,i,o=b._data(e),a=b._data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in s)for(r=0,i=s[n].length;i>r;r++)b.event.add(t,n,s[n][r])}a.data&&(a.data=b.extend({},a.data))}}function Ft(e,t){var n,r,i;if(1===t.nodeType){if(n=t.nodeName.toLowerCase(),!b.support.noCloneEvent&&t[b.expando]){i=b._data(t);for(r in i.events)b.removeEvent(t,r,i.handle);t.removeAttribute(b.expando)}"script"===n&&t.text!==e.text?(Ht(t).text=e.text,qt(t)):"object"===n?(t.parentNode&&(t.outerHTML=e.outerHTML),b.support.html5Clone&&e.innerHTML&&!b.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):"input"===n&&Nt.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):"option"===n?t.defaultSelected=t.selected=e.defaultSelected:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}}b.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){b.fn[e]=function(e){var n,r=0,i=[],o=b(e),a=o.length-1;for(;a>=r;r++)n=r===a?this:this.clone(!0),b(o[r])[t](n),d.apply(i,n.get());return this.pushStack(i)}});function Ot(e,n){var r,o,a=0,s=typeof e.getElementsByTagName!==i?e.getElementsByTagName(n||"*"):typeof e.querySelectorAll!==i?e.querySelectorAll(n||"*"):t;if(!s)for(s=[],r=e.childNodes||e;null!=(o=r[a]);a++)!n||b.nodeName(o,n)?s.push(o):b.merge(s,Ot(o,n));return n===t||n&&b.nodeName(e,n)?b.merge([e],s):s}function Bt(e){Nt.test(e.type)&&(e.defaultChecked=e.checked)}b.extend({clone:function(e,t,n){var r,i,o,a,s,u=b.contains(e.ownerDocument,e);if(b.support.html5Clone||b.isXMLDoc(e)||!mt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(Dt.innerHTML=e.outerHTML,Dt.removeChild(o=Dt.firstChild)),!(b.support.noCloneEvent&&b.support.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||b.isXMLDoc(e)))for(r=Ot(o),s=Ot(e),a=0;null!=(i=s[a]);++a)r[a]&&Ft(i,r[a]);if(t)if(n)for(s=s||Ot(e),r=r||Ot(o),a=0;null!=(i=s[a]);a++)_t(i,r[a]);else _t(e,o);return r=Ot(o,"script"),r.length>0&&Mt(r,!u&&Ot(e,"script")),r=s=i=null,o},buildFragment:function(e,t,n,r){var i,o,a,s,u,l,c,p=e.length,f=dt(t),d=[],h=0;for(;p>h;h++)if(o=e[h],o||0===o)if("object"===b.type(o))b.merge(d,o.nodeType?[o]:o);else if(wt.test(o)){s=s||f.appendChild(t.createElement("div")),u=(bt.exec(o)||["",""])[1].toLowerCase(),c=At[u]||At._default,s.innerHTML=c[1]+o.replace(vt,"<$1>")+c[2],i=c[0];while(i--)s=s.lastChild;if(!b.support.leadingWhitespace&&yt.test(o)&&d.push(t.createTextNode(yt.exec(o)[0])),!b.support.tbody){o="table"!==u||xt.test(o)?""!==c[1]||xt.test(o)?0:s:s.firstChild,i=o&&o.childNodes.length;while(i--)b.nodeName(l=o.childNodes[i],"tbody")&&!l.childNodes.length&&o.removeChild(l) +}b.merge(d,s.childNodes),s.textContent="";while(s.firstChild)s.removeChild(s.firstChild);s=f.lastChild}else d.push(t.createTextNode(o));s&&f.removeChild(s),b.support.appendChecked||b.grep(Ot(d,"input"),Bt),h=0;while(o=d[h++])if((!r||-1===b.inArray(o,r))&&(a=b.contains(o.ownerDocument,o),s=Ot(f.appendChild(o),"script"),a&&Mt(s),n)){i=0;while(o=s[i++])kt.test(o.type||"")&&n.push(o)}return s=null,f},cleanData:function(e,t){var n,r,o,a,s=0,u=b.expando,l=b.cache,p=b.support.deleteExpando,f=b.event.special;for(;null!=(n=e[s]);s++)if((t||b.acceptData(n))&&(o=n[u],a=o&&l[o])){if(a.events)for(r in a.events)f[r]?b.event.remove(n,r):b.removeEvent(n,r,a.handle);l[o]&&(delete l[o],p?delete n[u]:typeof n.removeAttribute!==i?n.removeAttribute(u):n[u]=null,c.push(o))}}});var Pt,Rt,Wt,$t=/alpha\([^)]*\)/i,It=/opacity\s*=\s*([^)]*)/,zt=/^(top|right|bottom|left)$/,Xt=/^(none|table(?!-c[ea]).+)/,Ut=/^margin/,Vt=RegExp("^("+x+")(.*)$","i"),Yt=RegExp("^("+x+")(?!px)[a-z%]+$","i"),Jt=RegExp("^([+-])=("+x+")","i"),Gt={BODY:"block"},Qt={position:"absolute",visibility:"hidden",display:"block"},Kt={letterSpacing:0,fontWeight:400},Zt=["Top","Right","Bottom","Left"],en=["Webkit","O","Moz","ms"];function tn(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=en.length;while(i--)if(t=en[i]+n,t in e)return t;return r}function nn(e,t){return e=t||e,"none"===b.css(e,"display")||!b.contains(e.ownerDocument,e)}function rn(e,t){var n,r,i,o=[],a=0,s=e.length;for(;s>a;a++)r=e[a],r.style&&(o[a]=b._data(r,"olddisplay"),n=r.style.display,t?(o[a]||"none"!==n||(r.style.display=""),""===r.style.display&&nn(r)&&(o[a]=b._data(r,"olddisplay",un(r.nodeName)))):o[a]||(i=nn(r),(n&&"none"!==n||!i)&&b._data(r,"olddisplay",i?n:b.css(r,"display"))));for(a=0;s>a;a++)r=e[a],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?o[a]||"":"none"));return e}b.fn.extend({css:function(e,n){return b.access(this,function(e,n,r){var i,o,a={},s=0;if(b.isArray(n)){for(o=Rt(e),i=n.length;i>s;s++)a[n[s]]=b.css(e,n[s],!1,o);return a}return r!==t?b.style(e,n,r):b.css(e,n)},e,n,arguments.length>1)},show:function(){return rn(this,!0)},hide:function(){return rn(this)},toggle:function(e){var t="boolean"==typeof e;return this.each(function(){(t?e:nn(this))?b(this).show():b(this).hide()})}}),b.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Wt(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":b.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,a,s,u=b.camelCase(n),l=e.style;if(n=b.cssProps[u]||(b.cssProps[u]=tn(l,u)),s=b.cssHooks[n]||b.cssHooks[u],r===t)return s&&"get"in s&&(o=s.get(e,!1,i))!==t?o:l[n];if(a=typeof r,"string"===a&&(o=Jt.exec(r))&&(r=(o[1]+1)*o[2]+parseFloat(b.css(e,n)),a="number"),!(null==r||"number"===a&&isNaN(r)||("number"!==a||b.cssNumber[u]||(r+="px"),b.support.clearCloneStyle||""!==r||0!==n.indexOf("background")||(l[n]="inherit"),s&&"set"in s&&(r=s.set(e,r,i))===t)))try{l[n]=r}catch(c){}}},css:function(e,n,r,i){var o,a,s,u=b.camelCase(n);return n=b.cssProps[u]||(b.cssProps[u]=tn(e.style,u)),s=b.cssHooks[n]||b.cssHooks[u],s&&"get"in s&&(a=s.get(e,!0,r)),a===t&&(a=Wt(e,n,i)),"normal"===a&&n in Kt&&(a=Kt[n]),""===r||r?(o=parseFloat(a),r===!0||b.isNumeric(o)?o||0:a):a},swap:function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i}}),e.getComputedStyle?(Rt=function(t){return e.getComputedStyle(t,null)},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),u=s?s.getPropertyValue(n)||s[n]:t,l=e.style;return s&&(""!==u||b.contains(e.ownerDocument,e)||(u=b.style(e,n)),Yt.test(u)&&Ut.test(n)&&(i=l.width,o=l.minWidth,a=l.maxWidth,l.minWidth=l.maxWidth=l.width=u,u=s.width,l.width=i,l.minWidth=o,l.maxWidth=a)),u}):o.documentElement.currentStyle&&(Rt=function(e){return e.currentStyle},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),u=s?s[n]:t,l=e.style;return null==u&&l&&l[n]&&(u=l[n]),Yt.test(u)&&!zt.test(n)&&(i=l.left,o=e.runtimeStyle,a=o&&o.left,a&&(o.left=e.currentStyle.left),l.left="fontSize"===n?"1em":u,u=l.pixelLeft+"px",l.left=i,a&&(o.left=a)),""===u?"auto":u});function on(e,t,n){var r=Vt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function an(e,t,n,r,i){var o=n===(r?"border":"content")?4:"width"===t?1:0,a=0;for(;4>o;o+=2)"margin"===n&&(a+=b.css(e,n+Zt[o],!0,i)),r?("content"===n&&(a-=b.css(e,"padding"+Zt[o],!0,i)),"margin"!==n&&(a-=b.css(e,"border"+Zt[o]+"Width",!0,i))):(a+=b.css(e,"padding"+Zt[o],!0,i),"padding"!==n&&(a+=b.css(e,"border"+Zt[o]+"Width",!0,i)));return a}function sn(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,o=Rt(e),a=b.support.boxSizing&&"border-box"===b.css(e,"boxSizing",!1,o);if(0>=i||null==i){if(i=Wt(e,t,o),(0>i||null==i)&&(i=e.style[t]),Yt.test(i))return i;r=a&&(b.support.boxSizingReliable||i===e.style[t]),i=parseFloat(i)||0}return i+an(e,t,n||(a?"border":"content"),r,o)+"px"}function un(e){var t=o,n=Gt[e];return n||(n=ln(e,t),"none"!==n&&n||(Pt=(Pt||b("