From 1b5ffee5209618e85ca10e4cb5b329470313b4f0 Mon Sep 17 00:00:00 2001 From: Jean Ouina Date: Sat, 5 Sep 2020 12:20:50 +0200 Subject: [PATCH] lightcordApi docs I guess ? #17 --- LightcordApi/README.md | 16 +- LightcordApi/docs/assets/css/main.css | 2679 ++ LightcordApi/docs/assets/images/icons.png | Bin 0 -> 9615 bytes LightcordApi/docs/assets/images/icons@2x.png | Bin 0 -> 28144 bytes LightcordApi/docs/assets/images/widgets.png | Bin 0 -> 480 bytes .../docs/assets/images/widgets@2x.png | Bin 0 -> 855 bytes LightcordApi/docs/assets/js/main.js | 1 + LightcordApi/docs/assets/js/search.json | 1 + ...components_general_alertbox_.alertbox.html | 1142 + ...mponents_general_codeblock_.codeblock.html | 1108 + ...ts_general_errorcatcher_.errorcatcher.html | 1075 + .../_components_general_flex_.flex.html | 1178 + .../_components_general_flex_.flexchild.html | 1054 + ..._general_settingstitle_.settingstitle.html | 1071 + ...eral_settingsubtitle_.settingsubtitle.html | 1108 + .../_components_general_tabs_.tab.html | 1000 + .../_components_general_tabs_.tabs.html | 1169 + .../_components_general_text_.text.html | 1182 + .../_components_general_title_.title.html | 1071 + .../_components_general_tooltip_.tooltip.html | 1131 + .../_components_inputs_button_.button.html | 1094 + ...nents_inputs_colorpicker_.colorpicker.html | 1002 + ...s_inputs_colorpicker_old_.colorpicker.html | 1183 + ...uts_dateinput_.animatedcalendarpicker.html | 1097 + ...ents_inputs_dateinput_.calendarpicker.html | 1089 + ...omponents_inputs_dateinput_.dateinput.html | 1287 + ...omponents_inputs_daterange_.daterange.html | 1180 + ..._components_inputs_dropdown_.dropdown.html | 1246 + ...ponents_inputs_radiogroup_.radiogroup.html | 1163 + .../_components_inputs_switch_.switch.html | 1212 + ..._components_inputs_textarea_.textarea.html | 1377 + ...omponents_inputs_textinput_.textinput.html | 1135 + .../_components_private_notice_.notice.html | 1073 + .../_components_private_notices_.notices.html | 1043 + .../_modules_bdmodules_.webpackloader.html | 244 + .../_modules_discordtools_.notice.html | 1452 + .../_modules_utils_.lightcordapierror.html | 229 + ...les_webpackloader_.webpackloadererror.html | 261 + LightcordApi/docs/globals.html | 290 + LightcordApi/docs/index.html | 245 + .../interfaces/_index_.__global.window.html | 356 + .../interfaces/_index_.lightcordglobal.html | 267 + ..._unfreeze_.__global.objectconstructor.html | 201 + ...dconstantstypes_.discordconstantstype.html | 22306 ++++++++++++++++ ...scorddispatchertypes_.dispatchertypes.html | 773 + LightcordApi/docs/modules/_alias_react_.html | 116 + .../docs/modules/_alias_react_dom_.html | 116 + .../docs/modules/_components_components_.html | 145 + .../_components_general_alertbox_.html | 201 + .../_components_general_codeblock_.html | 201 + .../_components_general_errorcatcher_.html | 239 + .../modules/_components_general_flex_.html | 286 + .../modules/_components_general_margin_.html | 116 + .../_components_general_settingstitle_.html | 201 + .../_components_general_settingsubtitle_.html | 201 + .../modules/_components_general_tabs_.html | 218 + .../modules/_components_general_text_.html | 363 + .../modules/_components_general_title_.html | 201 + .../modules/_components_general_tooltip_.html | 321 + .../modules/_components_inputs_button_.html | 335 + .../_components_inputs_colorpicker_.html | 287 + .../_components_inputs_colorpicker_old_.html | 222 + .../_components_inputs_dateinput_.html | 400 + .../_components_inputs_daterange_.html | 273 + .../modules/_components_inputs_dropdown_.html | 373 + .../_components_inputs_radiogroup_.html | 234 + .../modules/_components_inputs_switch_.html | 240 + .../modules/_components_inputs_textarea_.html | 327 + .../_components_inputs_textinput_.html | 335 + .../modules/_components_private_notice_.html | 226 + .../modules/_components_private_notices_.html | 233 + .../docs/modules/_index_.__global.html | 218 + LightcordApi/docs/modules/_index_.html | 517 + .../docs/modules/_modules_bdmodules_.html | 237 + .../modules/_modules_clonenullproto_.html | 172 + .../docs/modules/_modules_discordtools_.html | 292 + .../docs/modules/_modules_environnement_.html | 159 + .../modules/_modules_excludeproperties_.html | 167 + .../docs/modules/_modules_lazyloader_.html | 198 + LightcordApi/docs/modules/_modules_noop_.html | 152 + .../docs/modules/_modules_patchers_.html | 254 + .../modules/_modules_pluginutilities_.html | 156 + .../modules/_modules_unfreeze_.__global.html | 140 + .../docs/modules/_modules_unfreeze_.html | 169 + .../docs/modules/_modules_utils_.html | 176 + LightcordApi/docs/modules/_modules_uuid_.html | 182 + .../docs/modules/_modules_webpackloader_.html | 154 + .../_types_discordconstantstypes_.html | 132 + .../_types_discorddispatchertypes_.html | 132 + LightcordApi/package.json | 2 +- 90 files changed, 68802 insertions(+), 8 deletions(-) create mode 100644 LightcordApi/docs/assets/css/main.css create mode 100644 LightcordApi/docs/assets/images/icons.png create mode 100644 LightcordApi/docs/assets/images/icons@2x.png create mode 100644 LightcordApi/docs/assets/images/widgets.png create mode 100644 LightcordApi/docs/assets/images/widgets@2x.png create mode 100644 LightcordApi/docs/assets/js/main.js create mode 100644 LightcordApi/docs/assets/js/search.json create mode 100644 LightcordApi/docs/classes/_components_general_alertbox_.alertbox.html create mode 100644 LightcordApi/docs/classes/_components_general_codeblock_.codeblock.html create mode 100644 LightcordApi/docs/classes/_components_general_errorcatcher_.errorcatcher.html create mode 100644 LightcordApi/docs/classes/_components_general_flex_.flex.html create mode 100644 LightcordApi/docs/classes/_components_general_flex_.flexchild.html create mode 100644 LightcordApi/docs/classes/_components_general_settingstitle_.settingstitle.html create mode 100644 LightcordApi/docs/classes/_components_general_settingsubtitle_.settingsubtitle.html create mode 100644 LightcordApi/docs/classes/_components_general_tabs_.tab.html create mode 100644 LightcordApi/docs/classes/_components_general_tabs_.tabs.html create mode 100644 LightcordApi/docs/classes/_components_general_text_.text.html create mode 100644 LightcordApi/docs/classes/_components_general_title_.title.html create mode 100644 LightcordApi/docs/classes/_components_general_tooltip_.tooltip.html create mode 100644 LightcordApi/docs/classes/_components_inputs_button_.button.html create mode 100644 LightcordApi/docs/classes/_components_inputs_colorpicker_.colorpicker.html create mode 100644 LightcordApi/docs/classes/_components_inputs_colorpicker_old_.colorpicker.html create mode 100644 LightcordApi/docs/classes/_components_inputs_dateinput_.animatedcalendarpicker.html create mode 100644 LightcordApi/docs/classes/_components_inputs_dateinput_.calendarpicker.html create mode 100644 LightcordApi/docs/classes/_components_inputs_dateinput_.dateinput.html create mode 100644 LightcordApi/docs/classes/_components_inputs_daterange_.daterange.html create mode 100644 LightcordApi/docs/classes/_components_inputs_dropdown_.dropdown.html create mode 100644 LightcordApi/docs/classes/_components_inputs_radiogroup_.radiogroup.html create mode 100644 LightcordApi/docs/classes/_components_inputs_switch_.switch.html create mode 100644 LightcordApi/docs/classes/_components_inputs_textarea_.textarea.html create mode 100644 LightcordApi/docs/classes/_components_inputs_textinput_.textinput.html create mode 100644 LightcordApi/docs/classes/_components_private_notice_.notice.html create mode 100644 LightcordApi/docs/classes/_components_private_notices_.notices.html create mode 100644 LightcordApi/docs/classes/_modules_bdmodules_.webpackloader.html create mode 100644 LightcordApi/docs/classes/_modules_discordtools_.notice.html create mode 100644 LightcordApi/docs/classes/_modules_utils_.lightcordapierror.html create mode 100644 LightcordApi/docs/classes/_modules_webpackloader_.webpackloadererror.html create mode 100644 LightcordApi/docs/globals.html create mode 100644 LightcordApi/docs/index.html create mode 100644 LightcordApi/docs/interfaces/_index_.__global.window.html create mode 100644 LightcordApi/docs/interfaces/_index_.lightcordglobal.html create mode 100644 LightcordApi/docs/interfaces/_modules_unfreeze_.__global.objectconstructor.html create mode 100644 LightcordApi/docs/interfaces/_types_discordconstantstypes_.discordconstantstype.html create mode 100644 LightcordApi/docs/interfaces/_types_discorddispatchertypes_.dispatchertypes.html create mode 100644 LightcordApi/docs/modules/_alias_react_.html create mode 100644 LightcordApi/docs/modules/_alias_react_dom_.html create mode 100644 LightcordApi/docs/modules/_components_components_.html create mode 100644 LightcordApi/docs/modules/_components_general_alertbox_.html create mode 100644 LightcordApi/docs/modules/_components_general_codeblock_.html create mode 100644 LightcordApi/docs/modules/_components_general_errorcatcher_.html create mode 100644 LightcordApi/docs/modules/_components_general_flex_.html create mode 100644 LightcordApi/docs/modules/_components_general_margin_.html create mode 100644 LightcordApi/docs/modules/_components_general_settingstitle_.html create mode 100644 LightcordApi/docs/modules/_components_general_settingsubtitle_.html create mode 100644 LightcordApi/docs/modules/_components_general_tabs_.html create mode 100644 LightcordApi/docs/modules/_components_general_text_.html create mode 100644 LightcordApi/docs/modules/_components_general_title_.html create mode 100644 LightcordApi/docs/modules/_components_general_tooltip_.html create mode 100644 LightcordApi/docs/modules/_components_inputs_button_.html create mode 100644 LightcordApi/docs/modules/_components_inputs_colorpicker_.html create mode 100644 LightcordApi/docs/modules/_components_inputs_colorpicker_old_.html create mode 100644 LightcordApi/docs/modules/_components_inputs_dateinput_.html create mode 100644 LightcordApi/docs/modules/_components_inputs_daterange_.html create mode 100644 LightcordApi/docs/modules/_components_inputs_dropdown_.html create mode 100644 LightcordApi/docs/modules/_components_inputs_radiogroup_.html create mode 100644 LightcordApi/docs/modules/_components_inputs_switch_.html create mode 100644 LightcordApi/docs/modules/_components_inputs_textarea_.html create mode 100644 LightcordApi/docs/modules/_components_inputs_textinput_.html create mode 100644 LightcordApi/docs/modules/_components_private_notice_.html create mode 100644 LightcordApi/docs/modules/_components_private_notices_.html create mode 100644 LightcordApi/docs/modules/_index_.__global.html create mode 100644 LightcordApi/docs/modules/_index_.html create mode 100644 LightcordApi/docs/modules/_modules_bdmodules_.html create mode 100644 LightcordApi/docs/modules/_modules_clonenullproto_.html create mode 100644 LightcordApi/docs/modules/_modules_discordtools_.html create mode 100644 LightcordApi/docs/modules/_modules_environnement_.html create mode 100644 LightcordApi/docs/modules/_modules_excludeproperties_.html create mode 100644 LightcordApi/docs/modules/_modules_lazyloader_.html create mode 100644 LightcordApi/docs/modules/_modules_noop_.html create mode 100644 LightcordApi/docs/modules/_modules_patchers_.html create mode 100644 LightcordApi/docs/modules/_modules_pluginutilities_.html create mode 100644 LightcordApi/docs/modules/_modules_unfreeze_.__global.html create mode 100644 LightcordApi/docs/modules/_modules_unfreeze_.html create mode 100644 LightcordApi/docs/modules/_modules_utils_.html create mode 100644 LightcordApi/docs/modules/_modules_uuid_.html create mode 100644 LightcordApi/docs/modules/_modules_webpackloader_.html create mode 100644 LightcordApi/docs/modules/_types_discordconstantstypes_.html create mode 100644 LightcordApi/docs/modules/_types_discorddispatchertypes_.html diff --git a/LightcordApi/README.md b/LightcordApi/README.md index 523f47a..4ec67d8 100644 --- a/LightcordApi/README.md +++ b/LightcordApi/README.md @@ -1,7 +1,9 @@ -# LightcordApi - -Welcome to LightcordApi's Documentation ! - -The api is mainly written here. - -The main's module documentation can be found [here](./interfaces/_index_.lightcordglobal.html) \ No newline at end of file +# LightcordApi + +Welcome to LightcordApi's Documentation ! + +The api is mainly written here. + +The main's module documentation can be found [here](./interfaces/_index_.lightcordglobal.html) + +(If you're on github, click here: [here](./docs/interfaces/_index_.lightcordglobal.html)) \ No newline at end of file diff --git a/LightcordApi/docs/assets/css/main.css b/LightcordApi/docs/assets/css/main.css new file mode 100644 index 0000000..959edd7 --- /dev/null +++ b/LightcordApi/docs/assets/css/main.css @@ -0,0 +1,2679 @@ +/*! normalize.css v1.1.3 | MIT License | git.io/normalize */ +/* ========================================================================== + * * HTML5 display definitions + * * ========================================================================== */ +/** + * * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */ +article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { + display: block; +} + +/** + * * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */ +audio, canvas, video { + display: inline-block; + *display: inline; + *zoom: 1; +} + +/** + * * Prevent modern browsers from displaying `audio` without controls. + * * Remove excess height in iOS 5 devices. */ +audio:not([controls]) { + display: none; + height: 0; +} + +/** + * * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. + * * Known issue: no IE 6 support. */ +[hidden] { + display: none; +} + +/* ========================================================================== + * * Base + * * ========================================================================== */ +/** + * * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using + * * `em` units. + * * 2. Prevent iOS text size adjust after orientation change, without disabling + * * user zoom. */ +html { + font-size: 100%; + /* 1 */ + -ms-text-size-adjust: 100%; + /* 2 */ + -webkit-text-size-adjust: 100%; + /* 2 */ + font-family: sans-serif; +} + +/** + * * Address `font-family` inconsistency between `textarea` and other form + * * elements. */ +button, input, select, textarea { + font-family: sans-serif; +} + +/** + * * Address margins handled incorrectly in IE 6/7. */ +body { + margin: 0; +} + +/* ========================================================================== + * * Links + * * ========================================================================== */ +/** + * * Address `outline` inconsistency between Chrome and other browsers. */ +a:focus { + outline: thin dotted; +} +a:active, a:hover { + outline: 0; +} + +/** + * * Improve readability when focused and also mouse hovered in all browsers. */ +/* ========================================================================== + * * Typography + * * ========================================================================== */ +/** + * * Address font sizes and margins set differently in IE 6/7. + * * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, + * * and Chrome. */ +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; +} + +/** + * * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ +abbr[title] { + border-bottom: 1px dotted; +} + +/** + * * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ +b, strong { + font-weight: bold; +} + +blockquote { + margin: 1em 40px; +} + +/** + * * Address styling not present in Safari 5 and Chrome. */ +dfn { + font-style: italic; +} + +/** + * * Address differences between Firefox and other browsers. + * * Known issue: no IE 6/7 normalization. */ +hr { + box-sizing: content-box; + height: 0; +} + +/** + * * Address styling not present in IE 6/7/8/9. */ +mark { + background: #ff0; + color: #000; +} + +/** + * * Address margins set differently in IE 6/7. */ +p, pre { + margin: 1em 0; +} + +/** + * * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ +code, kbd, pre, samp { + font-family: monospace, serif; + _font-family: "courier new", monospace; + font-size: 1em; +} + +/** + * * Improve readability of pre-formatted text in all browsers. */ +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +/** + * * Address CSS quotes not supported in IE 6/7. */ +q { + quotes: none; +} +q:before, q:after { + content: ""; + content: none; +} + +/** + * * Address `quotes` property not supported in Safari 4. */ +/** + * * Address inconsistent and variable font size in all browsers. */ +small { + font-size: 80%; +} + +/** + * * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ +sub { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +/* ========================================================================== + * * Lists + * * ========================================================================== */ +/** + * * Address margins set differently in IE 6/7. */ +dl, menu, ol, ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +/** + * * Address paddings set differently in IE 6/7. */ +menu, ol, ul { + padding: 0 0 0 40px; +} + +/** + * * Correct list images handled incorrectly in IE 7. */ +nav ul, nav ol { + list-style: none; + list-style-image: none; +} + +/* ========================================================================== + * * Embedded content + * * ========================================================================== */ +/** + * * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. + * * 2. Improve image quality when scaled in IE 7. */ +img { + border: 0; + /* 1 */ + -ms-interpolation-mode: bicubic; +} + +/* 2 */ +/** + * * Correct overflow displayed oddly in IE 9. */ +svg:not(:root) { + overflow: hidden; +} + +/* ========================================================================== + * * Figures + * * ========================================================================== */ +/** + * * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */ +figure, form { + margin: 0; +} + +/* ========================================================================== + * * Forms + * * ========================================================================== */ +/** + * * Correct margin displayed oddly in IE 6/7. */ +/** + * * Define consistent border, margin, and padding. */ +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +/** + * * 1. Correct color not being inherited in IE 6/7/8/9. + * * 2. Correct text not wrapping in Firefox 3. + * * 3. Correct alignment displayed oddly in IE 6/7. */ +legend { + border: 0; + /* 1 */ + padding: 0; + white-space: normal; + /* 2 */ + *margin-left: -7px; +} + +/* 3 */ +/** + * * 1. Correct font size not being inherited in all browsers. + * * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, + * * and Chrome. + * * 3. Improve appearance and consistency in all browsers. */ +button, input, select, textarea { + font-size: 100%; + /* 1 */ + margin: 0; + /* 2 */ + vertical-align: baseline; + /* 3 */ + *vertical-align: middle; +} + +/* 3 */ +/** + * * Address Firefox 3+ setting `line-height` on `input` using `!important` in + * * the UA stylesheet. */ +button, input { + line-height: normal; +} + +/** + * * Address inconsistent `text-transform` inheritance for `button` and `select`. + * * All other form control elements do not inherit `text-transform` values. + * * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. + * * Correct `select` style inheritance in Firefox 4+ and Opera. */ +button, select { + text-transform: none; +} + +/** + * * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * * and `video` controls. + * * 2. Correct inability to style clickable `input` types in iOS. + * * 3. Improve usability and consistency of cursor style between image-type + * * `input` and others. + * * 4. Remove inner spacing in IE 7 without affecting normal text inputs. + * * Known issue: inner spacing remains in IE 6. */ +button, html input[type=button] { + -webkit-appearance: button; + /* 2 */ + cursor: pointer; + /* 3 */ + *overflow: visible; +} + +/* 4 */ +input[type=reset], input[type=submit] { + -webkit-appearance: button; + /* 2 */ + cursor: pointer; + /* 3 */ + *overflow: visible; +} + +/* 4 */ +/** + * * Re-set default cursor for disabled elements. */ +button[disabled], html input[disabled] { + cursor: default; +} + +/** + * * 1. Address box sizing set to content-box in IE 8/9. + * * 2. Remove excess padding in IE 8/9. + * * 3. Remove excess padding in IE 7. + * * Known issue: excess padding remains in IE 6. */ +input { + /* 3 */ +} +input[type=checkbox], input[type=radio] { + box-sizing: border-box; + /* 1 */ + padding: 0; + /* 2 */ + *height: 13px; + /* 3 */ + *width: 13px; +} +input[type=search] { + -webkit-appearance: textfield; + /* 1 */ + /* 2 */ + box-sizing: content-box; +} +input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. + * * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome + * * (include `-moz` to future-proof). */ +/** + * * Remove inner padding and search cancel button in Safari 5 and Chrome + * * on OS X. */ +/** + * * Remove inner padding and border in Firefox 3+. */ +button::-moz-focus-inner, input::-moz-focus-inner { + border: 0; + padding: 0; +} + +/** + * * 1. Remove default vertical scrollbar in IE 6/7/8/9. + * * 2. Improve readability and alignment in all browsers. */ +textarea { + overflow: auto; + /* 1 */ + vertical-align: top; +} + +/* 2 */ +/* ========================================================================== + * * Tables + * * ========================================================================== */ +/** + * * Remove most spacing between table cells. */ +table { + border-collapse: collapse; + border-spacing: 0; +} + +/* * + * *Visual Studio-like style based on original C# coloring by Jason Diamond */ +.hljs { + display: inline-block; + padding: 0.5em; + background: white; + color: black; +} + +.hljs-comment, .hljs-annotation, .hljs-template_comment, .diff .hljs-header, .hljs-chunk, .apache .hljs-cbracket { + color: #008000; +} + +.hljs-keyword, .hljs-id, .hljs-built_in, .css .smalltalk .hljs-class, .hljs-winutils, .bash .hljs-variable, .tex .hljs-command, .hljs-request, .hljs-status, .nginx .hljs-title { + color: #00f; +} + +.xml .hljs-tag { + color: #00f; +} +.xml .hljs-tag .hljs-value { + color: #00f; +} + +.hljs-string, .hljs-title, .hljs-parent, .hljs-tag .hljs-value, .hljs-rules .hljs-value { + color: #a31515; +} + +.ruby .hljs-symbol { + color: #a31515; +} +.ruby .hljs-symbol .hljs-string { + color: #a31515; +} + +.hljs-template_tag, .django .hljs-variable, .hljs-addition, .hljs-flow, .hljs-stream, .apache .hljs-tag, .hljs-date, .tex .hljs-formula, .coffeescript .hljs-attribute { + color: #a31515; +} + +.ruby .hljs-string, .hljs-decorator, .hljs-filter .hljs-argument, .hljs-localvars, .hljs-array, .hljs-attr_selector, .hljs-pseudo, .hljs-pi, .hljs-doctype, .hljs-deletion, .hljs-envvar, .hljs-shebang, .hljs-preprocessor, .hljs-pragma, .userType, .apache .hljs-sqbracket, .nginx .hljs-built_in, .tex .hljs-special, .hljs-prompt { + color: #2b91af; +} + +.hljs-phpdoc, .hljs-javadoc, .hljs-xmlDocTag { + color: #808080; +} + +.vhdl .hljs-typename { + font-weight: bold; +} +.vhdl .hljs-string { + color: #666666; +} +.vhdl .hljs-literal { + color: #a31515; +} +.vhdl .hljs-attribute { + color: #00b0e8; +} + +.xml .hljs-attribute { + color: #f00; +} + +ul.tsd-descriptions > li > :first-child, .tsd-panel > :first-child, .col > :first-child, .col-11 > :first-child, .col-10 > :first-child, .col-9 > :first-child, .col-8 > :first-child, .col-7 > :first-child, .col-6 > :first-child, .col-5 > :first-child, .col-4 > :first-child, .col-3 > :first-child, .col-2 > :first-child, .col-1 > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child, +.tsd-panel > :first-child > :first-child, +.col > :first-child > :first-child, +.col-11 > :first-child > :first-child, +.col-10 > :first-child > :first-child, +.col-9 > :first-child > :first-child, +.col-8 > :first-child > :first-child, +.col-7 > :first-child > :first-child, +.col-6 > :first-child > :first-child, +.col-5 > :first-child > :first-child, +.col-4 > :first-child > :first-child, +.col-3 > :first-child > :first-child, +.col-2 > :first-child > :first-child, +.col-1 > :first-child > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child > :first-child, +.tsd-panel > :first-child > :first-child > :first-child, +.col > :first-child > :first-child > :first-child, +.col-11 > :first-child > :first-child > :first-child, +.col-10 > :first-child > :first-child > :first-child, +.col-9 > :first-child > :first-child > :first-child, +.col-8 > :first-child > :first-child > :first-child, +.col-7 > :first-child > :first-child > :first-child, +.col-6 > :first-child > :first-child > :first-child, +.col-5 > :first-child > :first-child > :first-child, +.col-4 > :first-child > :first-child > :first-child, +.col-3 > :first-child > :first-child > :first-child, +.col-2 > :first-child > :first-child > :first-child, +.col-1 > :first-child > :first-child > :first-child { + margin-top: 0; +} +ul.tsd-descriptions > li > :last-child, .tsd-panel > :last-child, .col > :last-child, .col-11 > :last-child, .col-10 > :last-child, .col-9 > :last-child, .col-8 > :last-child, .col-7 > :last-child, .col-6 > :last-child, .col-5 > :last-child, .col-4 > :last-child, .col-3 > :last-child, .col-2 > :last-child, .col-1 > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child, +.tsd-panel > :last-child > :last-child, +.col > :last-child > :last-child, +.col-11 > :last-child > :last-child, +.col-10 > :last-child > :last-child, +.col-9 > :last-child > :last-child, +.col-8 > :last-child > :last-child, +.col-7 > :last-child > :last-child, +.col-6 > :last-child > :last-child, +.col-5 > :last-child > :last-child, +.col-4 > :last-child > :last-child, +.col-3 > :last-child > :last-child, +.col-2 > :last-child > :last-child, +.col-1 > :last-child > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child > :last-child, +.tsd-panel > :last-child > :last-child > :last-child, +.col > :last-child > :last-child > :last-child, +.col-11 > :last-child > :last-child > :last-child, +.col-10 > :last-child > :last-child > :last-child, +.col-9 > :last-child > :last-child > :last-child, +.col-8 > :last-child > :last-child > :last-child, +.col-7 > :last-child > :last-child > :last-child, +.col-6 > :last-child > :last-child > :last-child, +.col-5 > :last-child > :last-child > :last-child, +.col-4 > :last-child > :last-child > :last-child, +.col-3 > :last-child > :last-child > :last-child, +.col-2 > :last-child > :last-child > :last-child, +.col-1 > :last-child > :last-child > :last-child { + margin-bottom: 0; +} + +.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: -ms-flexbox; + display: flex; + position: relative; + margin: 0 -10px; +} +.row:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} + +.col, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 { + box-sizing: border-box; + float: left; + padding: 0 10px; +} + +.col-1 { + width: 8.3333333333%; +} + +.offset-1 { + margin-left: 8.3333333333%; +} + +.col-2 { + width: 16.6666666667%; +} + +.offset-2 { + margin-left: 16.6666666667%; +} + +.col-3 { + width: 25%; +} + +.offset-3 { + margin-left: 25%; +} + +.col-4 { + width: 33.3333333333%; +} + +.offset-4 { + margin-left: 33.3333333333%; +} + +.col-5 { + width: 41.6666666667%; +} + +.offset-5 { + margin-left: 41.6666666667%; +} + +.col-6 { + width: 50%; +} + +.offset-6 { + margin-left: 50%; +} + +.col-7 { + width: 58.3333333333%; +} + +.offset-7 { + margin-left: 58.3333333333%; +} + +.col-8 { + width: 66.6666666667%; +} + +.offset-8 { + margin-left: 66.6666666667%; +} + +.col-9 { + width: 75%; +} + +.offset-9 { + margin-left: 75%; +} + +.col-10 { + width: 83.3333333333%; +} + +.offset-10 { + margin-left: 83.3333333333%; +} + +.col-11 { + width: 91.6666666667%; +} + +.offset-11 { + margin-left: 91.6666666667%; +} + +.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(../images/icons.png); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-kind-icon:before { + background-image: url(../images/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; +} + +@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: #fdfdfd; + font-family: "Segoe UI", sans-serif; + font-size: 16px; + color: #222; +} + +a { + color: #4da6ff; + text-decoration: none; +} +a:hover { + text-decoration: underline; +} + +code, pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 14px; + background-color: rgba(0, 0, 0, 0.04); +} + +pre { + padding: 10px; +} +pre code { + padding: 0; + font-size: 100%; + background-color: transparent; +} + +.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.default .col-content { + width: 72%; + } + html.default .col-menu { + width: 28%; + } + html.default .tsd-navigation { + padding-left: 10px; + } +} +@media (max-width: 900px) { + html.default .col-content { + float: none; + width: 100%; + } + html.default .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: #fff; + transform: translate(100%, 0); + } + html.default .col-menu > *:last-child { + padding-bottom: 20px; + } + html.default .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; + } + html.default.to-has-menu .overlay { + animation: fade-in 0.4s; + } + html.default.to-has-menu header, +html.default.to-has-menu footer, +html.default.to-has-menu .col-content { + animation: shift-to-left 0.4s; + } + html.default.to-has-menu .col-menu { + animation: pop-in-from-right 0.4s; + } + html.default.from-has-menu .overlay { + animation: fade-out 0.4s; + } + html.default.from-has-menu header, +html.default.from-has-menu footer, +html.default.from-has-menu .col-content { + animation: unshift-to-left 0.4s; + } + html.default.from-has-menu .col-menu { + animation: pop-out-to-right 0.4s; + } + html.default.has-menu body { + overflow: hidden; + } + html.default.has-menu .overlay { + visibility: visible; + } + html.default.has-menu header, +html.default.has-menu footer, +html.default.has-menu .col-content { + transform: translate(-25%, 0); + } + html.default.has-menu .col-menu { + visibility: visible; + transform: translate(0, 0); + } +} + +.tsd-page-title { + padding: 70px 0 20px 0; + margin: 0 0 40px 0; + background: #fff; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); +} +.tsd-page-title h1 { + margin: 0; +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: #808080; +} +.tsd-breadcrumb a { + color: #808080; + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +html.minimal .container { + margin: 0; +} +html.minimal .container-main { + padding-top: 50px; + padding-bottom: 0; +} +html.minimal .content-wrap { + padding-left: 300px; +} +html.minimal .tsd-navigation { + position: fixed !important; + overflow: auto; + -webkit-overflow-scrolling: touch; + box-sizing: border-box; + z-index: 1; + left: 0; + top: 40px; + bottom: 0; + width: 300px; + padding: 20px; + margin: 0; +} +html.minimal .tsd-member .tsd-member { + margin-left: 0; +} +html.minimal .tsd-page-toolbar { + position: fixed; + z-index: 2; +} +html.minimal #tsd-filter .tsd-filter-group { + right: 0; + transform: none; +} +html.minimal footer { + background-color: transparent; +} +html.minimal footer .container { + padding: 0; +} +html.minimal .tsd-generator { + padding: 0; +} +@media (max-width: 900px) { + html.minimal .tsd-navigation { + display: none; + } + html.minimal .content-wrap { + padding-left: 0; + } +} + +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 #808080; + color: #808080; + 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-only-exported .tsd-is-not-exported { + 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: #fff; + 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 #eee; + background-color: #fff; +} +footer.with-border-bottom { + border-bottom: 1px solid #eee; +} +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 #eee; +} +.tsd-index-panel ul.tsd-index-list { + -moz-column-count: 3; + -ms-column-count: 3; + -o-column-count: 3; + column-count: 3; + -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 { + -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 { + -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: #9600ff; +} +.tsd-index-panel .tsd-parent-kind-interface a { + color: #7da01f; +} +.tsd-index-panel .tsd-parent-kind-enum a { + color: #cc9900; +} +.tsd-index-panel .tsd-parent-kind-class a { + color: #4da6ff; +} +.tsd-index-panel .tsd-kind-module a { + color: #9600ff; +} +.tsd-index-panel .tsd-kind-interface a { + color: #7da01f; +} +.tsd-index-panel .tsd-kind-enum a { + color: #cc9900; +} +.tsd-index-panel .tsd-kind-class a { + color: #4da6ff; +} +.tsd-index-panel .tsd-is-private a { + color: #808080; +} + +.tsd-flag { + display: inline-block; + padding: 1px 5px; + border-radius: 4px; + color: #fff; + background-color: #808080; + 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-navigation { + margin: 0 0 0 40px; +} +.tsd-navigation a { + display: block; + padding-top: 2px; + padding-bottom: 2px; + border-left: 2px solid transparent; + color: #222; + 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 #eee; +} +.tsd-navigation.primary li { + border-top: 1px solid #eee; +} +.tsd-navigation.primary li.current > a { + font-weight: bold; +} +.tsd-navigation.primary li.label span { + display: block; + padding: 20px 0 6px 5px; + color: #808080; +} +.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: -webkit-sticky; + position: sticky; + top: calc(.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: #eee; +} +.tsd-navigation.secondary li.focus > a, +.tsd-navigation.secondary ul.current li.focus > a { + border-left-color: #000; +} +.tsd-navigation.secondary li.current { + margin-top: 20px; + margin-bottom: 20px; + border-left-color: #eee; +} +.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: #fff; + 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 #eee; +} +.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; +} +.tsd-panel table th { + font-weight: bold; +} +.tsd-panel table th, .tsd-panel table td { + padding: 6px 13px; + border: 1px solid #ddd; +} +.tsd-panel table tr { + background-color: #fff; + border-top: 1px solid #ccc; +} +.tsd-panel table tr:nth-child(2n) { + background-color: #f8f8f8; +} + +.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: #222; +} +#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: #fdfdfd; +} +#tsd-search .results li:nth-child(even) { + background-color: #fff; +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current, +#tsd-search .results li:hover { + background-color: #eee; +} +#tsd-search .results a { + display: block; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: #808080; + font-weight: normal; +} +#tsd-search.has-focus { + background-color: #eee; +} +#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 #eee; + 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: #808080; + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + border: 1px solid #eee; +} +.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: #eee; +} +.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: #808080; + margin: 0 0 1em 0; +} +.tsd-sources a { + color: #808080; + 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: #333; + background: #fff; + border-bottom: 1px solid #eee; + transition: transform 0.3s linear; +} +.tsd-page-toolbar a { + color: #333; + 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(../images/widgets.png); + background-repeat: no-repeat; + text-indent: -1024px; + vertical-align: bottom; +} +@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(../images/widgets@2x.png); + background-size: 320px 40px; + } +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.6; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.8; +} +.tsd-widget.active { + opacity: 1; + background-color: #eee; +} +.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: #fdfdfd; +} +.tsd-select .tsd-select-list li:before { + background-position: 40px 0; +} +.tsd-select .tsd-select-list li:nth-child(even) { + background-color: #fff; +} +.tsd-select .tsd-select-list li:hover { + background-color: #eee; +} +.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%; +} \ No newline at end of file diff --git a/LightcordApi/docs/assets/images/icons.png b/LightcordApi/docs/assets/images/icons.png new file mode 100644 index 0000000000000000000000000000000000000000..3836d5fe46e48bbe186116855aae879c23935327 GIT binary patch literal 9615 zcmZ{Kc_36>+`rwViHMAd#!?~-${LfgP1$7)F~(N1WKRsT#$-?;yNq3ylq}iztr1xY z8DtsBI<`UHtDfii{r-60Kg@OSJ?GqW=bZ2NvwY{NzOLpergKbGR8*&KBGn9m;|lQC z2Vwv|y`nSufCHVQijE2uRauuTeKZL;=kiiF^SbTk;N^?*u%}Y7bF;O-aMK0lXm4nb zvU~Kf+x|Kgl@Ro%nu?L%x8-yetd((kCqY|t;-%}@Y3Ez_m(HTRt=ekeUQ2n4-aRvJ zrlKaWct8JSc8Kxl4KHu+3VW1L`9%n~_KC5}g6&tFXqyKT-}R0?EdkYqCmQot47^9Z z6;opqR@7Nq-s|6=e6*0^`}+X1kg>CpuGnbpL7{xFTa|8nymC0{xgx*tI7n4mTKZNA znsd@3eVsV>YhATuv~+5(^Vu4j?)Tn`{x@8ijIA;wdf`+0P3$vnSrcWFXXc{Lx`1Z7 z%-n(BM(owD$7LzqJx)(f^Cusecq>OW z=h6n4YzSVM-V!-DK(sLT`!W~}($=O$9|ie`>_fpH0=1G1tiIFw($?~{5T>`74|p0H z``5=UydE)!CiFvmECW|s^TzG9*7pN|KknkVm3C{fEu30gffX&8iCm? zTFPm6*k%Hog`Q6JGj@dg9Z5nlAc6ApUe>;6xauB0-u!?wMU92jVL|3EcP9gEu5^wH z%tXRy#>HCEs*?KgMf73UcJ!lJ?x<6+)eJ{mEIS|HMDP7(7!(< z@X;?ACT8mncW9*XIaiJPW}Mw@b0W||)!sYnLw)0j4&-rXQgJhnQ2?frg1Nfk&JpmV8F=dDZl)e%#Grs|&0th7_o) z?7hQn<1078qcq?#;)CH=2kBBiGt37EtcXfpTXtHB59dr9=B~jI`yPm-Q?(ys=ajAu zGY;eS^z&WFvztZI3I~}*l}_lI^}6D<&CZ94;|&G9_pMx!C~$~EL4^8`QjT#|tqxxk zhl4CdxppbDiOk!Ht#SVAK4gf6Cr#=U&1sVxZ`y-X zTSi#@wHf(?(Dd6ypNOyshRZ*tneVP^W?y?$ur_!9iD-vY{&Q5(ooX2;`SkUjwEYA~ zwGcylCT4_`MZobm(0v$U(IhfYXxyjNJ@ztpH0sDmfpn|LMp3eM(R4uqKi_q1=D1-d z%GdV<&2+_9k@sc44xhIjqktRA2!Su|vzM0R-@#MK&{RdLoU#$Hc?{{JItvX{hKCtc zQNqZpkfG^@LGJRZM4H_>`F=N;O*+_`>M_ko_XWCgu@}ntqLX8VSeZQ_25Z8|^!d?o z$~}~9|`ZW9d_o<=8&K^~;Cr08b;qgq{(*e*sNt00lO2lZ;m-b<`Rl}=Lr6iQ8+$&br z!RLn{5a}j1Dh^|_1)Q?<;iBSrS0V|c_D@3}mc2d!%tV1VN?BC@clkFdx?HB&9KOTF z)9eHpmUEYsCqx^%JHuNdwY zz9P3oPYuTAXZVY}LRp&2qNl$pbsXL1GJ@wx?@CTO!acs+OFfW_U6?&As-(GJED}RR zO}B+Kxph7aUUm>i3rbPZQGXN}oQq;u`yTnFDAJ*d$4gjEJH!JPyt6V{cOUp*Jbyol zE$8wh)T=vpJOWRbv}HvR(cUSlO}ePIPdJ`J@yp=IC&E6K%r?QfW7F&%p!H~@?%yj5 z&MpiV!hyfukD56A097f!0+ANt`JSB~oLak75oKQN7FH=rQbX#Eak37|4&mqp@S~TA zOo51)xQxX}5NQ(3I_UeR4B;P0Q#x$_lDce78ET`Blo;`Hj*R;b8slZS7Oak(LjDuE z3z?-~-U@vWe*cEOsf^9|duH9};Pe)!=Ky+QQ!jr2VV-jMUH-F>oB>Ds zDJw}jm%V?OT^fu1y`$`yRdaW03L?)6vmInxhAsGrPhWIP8?=speMFf9Inn4^t zs$!88*B~c1A2J6t0~hgK2BJ_Pl23l=oeQQqjI2(4Mcv6U_#9#$PEN|qz36rCZ5$@I zNF1LpRe%ZG4qwuYr7ZdaynrPs?spt;9VbQM$462zbksMVhAOqPunrR7@Nbv#5;VKk zJB7xC?~QXd(e9REiLixHxRGhLcKR#0va}|LMS`AXKGOIGFKQv?=+>zf^ zN5XLjX6^`zh*%1UG_QV1H`@z!HZgC+OT2`+_B( z)J95hk;3C+K4XCswSP}au;fx=47~*$k`RAaYEU-qb03y0#x|&>LAeiXgri5E(!h9k z|9OVt@sk1-4+>0?ELyw|zs`~<95M=%o?Gix$?8z4Gz3Kpw|b>?BcD&s{X)-aXg!GJ zyq&`ZEP{K^u7ActXP$gGnO#F0Sr+QUZe0&d5*Yhw9A?C4(Sx2j3QKAlUpkQz7nji^ z%y8F|W{ypj(T%Bf#Wgyvq4szMo?*U-;3IGBRg1fK9!h-=YRsZ_+t~2!-)=pr;)Vnk zmt95&wMb02toOf`I9>M^Kv3LqKb_-#jauF&cGrWsCnMt?p7*uh zevugda={D04DB#7wR375=1i5}Z9fi3r)!F#7qmX9`SjppE&%8l8bKt+ADRMTWRv21 z4L&PldV8YpHw3b^`p0uWlIm#J&K65-y4lQW0VzZR!4#gfeT{b#fL1e*)Z*Ux}M^}bO%OM7uXip_4! zL@yo@q{utZeVV?3CtXs}i>nI|%26fwuzt0f#96fQ!{=dEX^YKnvIk*D%y9Cin;9R) zi{?)baJhgFs$1$SOZESTpldw2H&FD=v*v@1cA!`|s;avDKHa>Q+uJ8qhy!9%C4&lJSTN4OeydYOm4S?Bj7*e{xRYbU9Xos)R7qZT3dBBD5{ zo+(E3pR{>>)}hFhE+}!yYP0V+CVhyAq+RV{^X`XA3{iXj(ir$k@u|t8ZJ1ZnHq2dd zD$0RHmGJ=!?T5`*T2zOEJ~y}Nsyt7O)%+!0ulRQdsopJJxoznfpusv=2@zLXIq@^& z>0T5k4lzGCG(DnltLIe@6=ZOG@C(dvmYXfh4IhJfMfY8S?KkT znb7~EDE}Yhg$J1LxB7m`L4VMS(+(SXTQvh_mz!x&M3-6Z zFRB*a%_gVEqI^mL5|c%V=l_oi%|~h>gL0SB4QH5uonWd#={KPg6}6ES)zk0~#3^KJ zJq@{iqbHe3gyC))jeQ`W;(u3|q)JxuF24|GMsh%v5>>VY-bok%* z1Yl@(5G2UCK=fQck}pAyWV0n{`ML|rsl_N7vmW|frii__zB;ozrQ7{z)y}M^Sg@m_ z;+?{q3sUZs3WxnBbp~CyyL(TA?C*0KIeDPp7w0$!Ijd+M8#}r~vYW)NB*$mG*7-vH z@s^wK07OMxq>WveCEQFQ*p&2gjD1j%i+#G9z##Th`gew>H5=`RwyfPDg2G%f>x3@c z14Oy}pQK?(i06GWLWu%4cGjDoE-tTEI$`9^E?nLT663vu_>6K1e!N>A-^q&tfl$0& zy&>w~+yUelAa!c@xd8iyt^`B^$cj+}h}0i!40K2Ve1KFCDezBzZO8@=k&r)`TNTJ* zzF4Pim>SYL^=~7kW>EyiVHXNMT2)8l#v^IW!pLB_8ZvVfK&m8QHkjsZ)mvd?o$VYG zX#HiWwWlW>N{D85URJ-d)}_3h73|)X=E(6hFzi#TF{$4aSka4TeY>1a_(RIkFBL#O zE0_FoSQI)}+si51ufAqRHhDU=actTRQl@y#2h}xaDv-A&GP&0Qu9V4ED5aWnX z1E#mRT1QSvL!4~%Ozt84nP{&F>VIm6w2q!EPhh^BF-94$4JhCTcrdbDXA3Q&8mPTh zqdPv|X}??B?bIZPpl}z%(zr<8U-NoXjb*L#xyqHHfpIGAgN$5i(E9#rYPYq_tISC4 z2TDkd*uZ;CIhVI2o!||T)Kz`ER@%rTf-&SfmJFF>;d(RW(B6k!1<)uxHM_1G+9BWe zc)k`gBxYMcztqY5@jccaU)CqQ@^G5TBVx(nNf2}D@);3+{D)GzyT{>%dO6ibggS({N!!=P4=M8J}5R*&fgd(w36z0M0D$ z(SN5a`i%sZ9vmaEjiC4)DF}ix&`?mc-vYwK@+}8Gqzj6r6y)lT|Iqwlpj(LXqvh;- zb>jECiiOZ%&Q7gQg7(ix-?-RE*c(O6NG0F-+VCr;701@%L~fyfHnU<;Vk`m3A2{1MSmpii@G*k?KDq0GdZ)|hd`8OHep z8@6wv_|9NKNpe*sc#?zZ1S#}*qk{k<(I99u6(QT#>wf9w^u9~9_>;2d20T=^g-;b5 ze9x~fHZ-JL=J`hq-;W{2SgN)&m9RsVo=%?`JYp`pxEA_>`18Y>XA$rfWm^pQfG3MQ zxT^I1*({tZz2}+!5$AyNUE*jiYwu_S8v<#qZS4e!bGGBdY`3RkgLMf%Kz8s-;7PF+ z6w#-FwV#)PiKGR79miXmrDyv=ZTjc)j>N=&h4F+#G;unBZhhZz?a*;8@bi5`fV4)O zuU5pCs;tvRzbV@P5%W5xLI4I+w*^KExeVlzP4kNRGp-wi3g$lf-I|(o`JQ|u^XfkP zcik+g-5~2lG*oHfjLCpfNalFwz=4ZY>$Rc-QGpws&tCfFZUuJDL)3et%ap*$Q=-v0 zgLfsn-&%#+wnox~@)6ppx30sK(UJg1dCAvQF&}DkoPI+uX_wH))iaYvWtl}BtVKpU&MN= z0GdENbhdLgIwL-#_phGK;mZRlk4zq8*)akvV5zRX@jFUmvcr#3p99P@4z@m|bz-)^ zbZl8Wt?hR*z(sEZl;2PaILIG#835i@YoZQ@EwrD9IOBl7BpJX(ilLgcd)KCZAzo^b z6Z{|~=H;$D2dD53tejr_jx7^y-zT{SNZpNjn4+wJQX~K#LcrlKOv=D5xk%QXD{tg; z+xh`PvMV*HC*rF?xyjK5@KsMl5*w`r@wL#r13uFpso~#^oYIFc^&gGNS825eqFttU2_sG%_ z;X8VXD#Ol4X&$2B_Z$*&-)ZIUXf9I%mOOXJ3O%GbGpJfl+9(jY^fF_(b!Gt{{HAA3 zusUOCPDHYT@&*H~7a050c7r-_CaFACp$BXx)5==@fC11Gn|n~~+u@6N-}lvdyl3&6 z<#c_zm0Xp1F!8o2OBbFfgzzC4vno}9XEf40dGaVo;jiwiazo8hZ~iPVD(re=5k;H| zotm286$6nnTeIw>1FY$Ri|t{Lp?o(Fg3g_>|y~Z+16tvyLc@r?t9g7 zBuXyVuu9bC#q`?@OFIhgS)6v^XP@H0ukl2X!RPMsg%`YHMGad z4{VsgxaprFss3X%HbZablb6IdaNdbISVWp7yQXPPn=s7?J9qLEH{4>XAv8}%h&TDg zs()1sh}4at3nL3^%q!?P9BbW80e*ZwU63}CV7pt}gVu;~V6c$9p+*wfhw!zeE-z|V z=k{Ksec2)$Hu&?pRh;*TPk0T$Fc~^oAoBT4q?-Q}Y&3DluXeoMQ0LesTk}pVlf5(I z$dl8;zA0&=L&z*F*H>W7IeiPhTo@P0VTB~vyC2Bm7lCN}t7@NNlKFSHGKkh?z_qij zoYju!#D4b28cdslLdIM5Cmqe&!v^IcRr=qq^?l+P^n@6}fh@)IS81hx)SPAY7osk0)^ulqC1F*{hBNQl+Y}b>XjVXnS_Cc!L zIZ@Jq#mp^E&fKT~t4DM_^S17R@YJ@`(7;zv1mz_Y=~q*Gdg#*yXGxotY=#F|lvhPM zjlE)VHS=8=)njE^c7M|ZiBqARx>9Ib!y91$70iC8jPi$c+ysP}5Q3s`ti&1sx>~oG zI^>^1onS%G`mtq&)cZ15dZ{X^#MOfatyH0I=l%Q)n z7*@kZtC_3?=J_}?_G@?F?UK<0_AhYFclyrS-PkfYhAeVHcF z16x+quy10*2V$A%p_|@C(vlf}j3uY83h(#TSr$(;^8(I={_=YQQWmA9-IlwJv>tQm z=vN-I{TO7X`;qBxwb5w$91YLV?ZD5}pddq(7IdMCH zi>`qAn|#FITi!L5;K!(tYm9r416}Wof}P8~?R9I9Gp(?VA;uQg19MO47*gS7fH*&jBO!+ zA*<^BMccHjJIvGHguBb4a`X z3aZw#!c&Xr8&szD1+gu&;vYfoWo>0Pxfr2%m34tC33fmRbzWF9I_Pqb9nNK@N##9_ z7K)v)des!^owH`MoXY_O?|;^9;comiPx0e78xhnnVvTYt+t+cU1rn_>gaFJsL-iPn)?<9P9cF#4)7q&v+d&6|3G@s-AcJy+m zE&u*GUaMK|x|4GmT(CgBICk`2BP@3rqtjKIRD#uBy}y*d;<>`?W&mGsG;i*_}V&^tlP`%;=g39@jxP z+3lrtg*!i6N;irOpUfKcd;iDl5a`<#kr8RwFm9=^m+ouwwjcXmTB}w5V#9IF^&Bl$ zr1$Ly#cQ<3u86>am9}pk&i%nxu(W&s@>qEDtn_xVtH-_EiQ}iAK4Ssfsdn&L9t=)d z`XOQN7*J)g$Jrtq0=-yeLnHg*23LxYA7$cxz^Yc)I6E-!;{LQwu_wfGw4&MYy7{n< z@{g0Hf)N5gAJKQ1Z&HGPn9x9B7U(m(9K&=+LHAc_D{YdMBZs~x)u1Y8|Oq!`C4(3_9<&$ddi6>R$Nsz z*ti?=jA-Sr_97V}feo+}Lq3-cfpgWR;PLI8s{ve9@?e;2o}0MpquOucipz^DrT}QH z*(<{nLb4h9799hx4&%I8KPj}xcQ}llgcaG1!nRb(PP?m)=CzA4v%6>oOe96H9 zv4mUhw`>V$29k?)$Co>qIqq(~3w4jJ;Hv5(RxjB-j_iEhlF;&|DDC|I8IcT>Vn;RY zhtw5mT0ygXAu=M%{^;GqYuYIMu4H;Mj--5CL}|zMEhOum_o51Y7i|D>$XmUFoe;@1 z%GsTUsKgF4w%-Cr3lg#~h)8;Lk%WQTLBS8r*sE{YBUDw4HU#o}E)8pVIEfWv&14?U z-+Za${OFm=>IA358en)nB5Iaqxw&Xi*ty@uDOX8o2c0tq0^sX>ZXD+Hn|;KY!Omm1 z^%wgf&Zy9Azd?vmU`~zuOOA0{TZ*mAC!_>|avcN83F#c+sFn_6tGo!v?95IUR2bL$ zlO(OlhszqAgy)mNt8PRulC#6u^SL#z-O&@{=_!AzBZ>T4ROorj%fx$A;u8u>saum0ha7p zeHRX-z)PW*@v9bruyAtVI@)PhaEs5kp`xyxTQ`U9$Whwz#z$=U$V|&0w@EfCUS!Ob zACSTE{VeC-0V~ZCpkKq~P4CLgdOeBy>vB+0ZxIt_Cp4aa%vI#LS^K}ui07WNo}5r0 zagMHmq-jqTf-OD<kAvu_ob1mUP%1jxeKqB!1&-)_hP{p74hHE%WM!atyx68j5b zSqwh8aKo|NIOL<2_eiX+iOsRP`{MUt{0iQetB*SL!F_8)_;0f$iJ4(o__4KWuvy_! z8TZ{dTb*rL6VmuN-yl2Z>0glL84u^jAH^DQl}VRI=x0CnuF*|;|My-5aPI;>(mo+m z`nyEOe&k$RG11$vEdDPG7^raBCw|#C*4#pIUoZJNx?4|ZC{)l>+jaSiiJ`GBKf}l) zUk1>%A61hqy!KvfRsM^|u6vwbH5WpfH(I5AdpBAg%rar%zW}nccGxfgRV4&v`tEoGyBq!uz^f zVqWEtxn%j&+Q2Fi$rL)H`M_HExP+?mFyN^){c{JXs{IM}f}p>7lfD zLZ;s)%6a(Ow@`(jP}k~pn@!dv6JhJkZf5UoumHv`g-tcCs)w* z#0sc%t9@Li{p}f*$vg$UiQ*RGZUr=ykDIaxRDU_(QfcURuYrpX*7IQcS$(Buw%VW7 zxaffDgn{-=K@iEh)LlPc3MPzc+qM^>RXr6Y8ASnP&dr6fqmwYILTpmh$E%{Iz%Qz( NZmR35l_G4O{0}dcmS_L~ literal 0 HcmV?d00001 diff --git a/LightcordApi/docs/assets/images/icons@2x.png b/LightcordApi/docs/assets/images/icons@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..5a209e2f6d7f915cc9cb6fe7a4264c8be4db87b0 GIT binary patch literal 28144 zcmeFZcUTka`>%_-5TzIqq$xo`r3nZ`iiBRG(z{ZnN$)K|ii-3S5u{fmRRNLEoAh2n z@4X|01dtAA(50@mzH5K?{+)CF+}EWTz2eMdW-{;n-p}WG1C$hCWW;pD1Ox#ad~k9g4`y4!oVfq@3c(iW~uhy*`T7_0aH7`>`EnYuXVq#+YC==3#rnNM4TqqzM zpi2Elr!3hl!ZdK#y0bV+yVc8rwFEtAX3=QlvJ&e-EsBp)Q`0yKXbNuf-yYw7kh0CD z|Flk1UuHgvoR+*QR0ee&IDUfUzE7*`A=P$6nC;BPI@VJs|F#`Xc>X!`<6%M7XXNok zw^unt1h0m>-&2{GiIGsByulr92XZRrazZs&&M3jJintF7A}cE^uW4zt_r81yHt1I! z6-_gmO@78G3$})kfyhR0^qk?zev_%4R$qSjQI3MAg0)9EM#TOAD=_tf(*)S$7yiiR z&5v>wk3Bn**iD9S_I#2%^vi(^O+gpv2i^A);6^AcH%VC>0nH8|O!jN*L<#RtT z@aF9HMNu*d(BdiZq(LBO%(qsjSot+ZXQd{zLYh#CvOrK(?#u+|XYRylqcXOLk=m!) zBp`~~1dg7kF(Q#m)I8ZHMOD5%m&U)5jGOW@7+sm1N+O~^j*zRG;e4x@OteV=T4yo9 zSG`^0j^S)ZYp2DT>}AR|n$S)4FPI#8#(R~;Y**AZ9`&yqT;p`rks7Nhz;)dn-TgXU zw!^Bo@W6|jfp@}ijsSEFo#x3LnG;`o_yXK@2KuG8cTv&K@=dU?_PK*6=YU9!Ix8l;<_!y*Qc2phVpLM}&t|CuHBv&{M$K?VXtTabi(7kUMwV zl!>5cDNNqK6`Br*B~EcVh#5Z!FgiJZBN5nzpC7?UdAc+&AT0ivd;DA2$@YXMPK6=< z+#U~?*!R0i`3uu|#zDrRRN&j-j>ZOu#h-n#7WO^)@0> zCT6a$LGWwFLcPfN=(3#6`*UIS%uIT=LIXV-RbGE&!!+8)q~dkx`l{aKCe1`{J<5&< zlhRo;JX-UC>5)X;mwR+W96`@&ucHp$jIb~B_w_=mH>In?BLume!Wta=`ca+&7~pek zBVD?f5{nelCaje~EtZn+g3%5GJF}R_b`q}IH$Iom2IRD$^h*R)Cid8Q5~4Dzm!P&Q z<`iI)4wA#l@TwjPL)*9k5Vc!!;`9;bf?HRMm86wi9LI8A%*NGep3g11H{aP)>%l2Q zRMMQU!*0J$hJI5Qs3b=6?}qR7O;BU%Yzufc*ZKBV`}ro7zm=C?OY6Vlabc^r6r7P> z?1c^jD{e4n*Ou441V=Pd1eE8utX@)G5gq72HQAXLZ4l2wKd@yIYC+s) z-mu`E`kj=B!)a^B;pecv4W5oh>_tpj>^NU8L*eH4EhcOxQ|);$x(z(Yb5^tudSptV z%8z{(h@_t`chWkvFX=r!p~Vjhf1AdM>uGK05$1fyLb5D7m0!MUKW=JTZv)bXz9~*F z$yP@U3UE0=$;yjWr8b7C(1^oNDMZVxYYeMtL}ZnvQDkm>S0)=r_ugabEZ}AJ<<_Fu z{I^KKIz+V8K|pK811W5r##z8^S*2fr9Ln zlRG?Zzz8;xu9VSE8s+=(!^TGi1P2hC7%7MUqF=cZqFBtJNW9BROV ziv0cjsUmVvsU^X!`1UivK|dy+fSG$3YH8W0`q${`)taBT9jV{Hfh|&RIaJVvqRIFh zC*Rmvl&3*;XcMiJZ-+Mvfe0xN4N?AvJeABnNdgs(BYb!fK5<1)5UvM!Tz4_aojmUX z#Ymoh)m%fN(>6|#*RP~Lxt1?5);w}yT_lftje3sidO&MxNgcMg9@S+>M%s~y)0i`8 zT_+7LrZ~d<7V^K^C^~ast~@nM04^c5dw*&660^p%^R>n4xzd&jo)Y@ z1r=F09>jFOr%wsj^a3;>N!{rvf(qpkAdWM*5IYCsuwNwoJh7;9I$#`T6-NUIEKsiS;OylQ(XY zQtCiR1dyEGJV=~|zaFOEveB&szAVx*wsyuY?hiBGWR{h0!D zv;G`;F9cnib*YxugasrI^%uy@i)>BvC4V8@! zwy5#iHC#Qar(i0EPA3CuMQbaKy4m$CLjLSNwJs!13b%h{&x7479bv{SjC&3?SO&)3 z6q4nRRP(zOfw-mQrmx@Z64~o}GNXa9YCE$vD-(CLseaF%6HH+WZz4 zbRiJ~zAtA6*i9;z!+zZ?9~V0Lr66|Ae;}U1e#6D^hMhB6XJNHZi{t>DgU&jb=#rPK z@s04Hr_SOr%UCRY_SdDuSw^D*Rzre~4PCqgc)DBYam}@G^TxsTqX%w-yWtYU-Q2IX-a2Z4Kz_-yIe`m;x2bY1F?XZoIH=`uW{$R)ICXxqU$- zG#M6s!fDZwUOA_cs|PXe1T@XN3^UdYyR*t}943A1dTvXp!=%8c%)(s)5y@OJ@@%1a ztlq}Uvhfo3^ZO>ZO|NKfu37JMRRmXfJ_*VOBVnxFFmbq!zc%A+R+w|={11?sJpmca zCeCi;;-*yO)ywzKxa#q?E%@U-+LGH4{=2|reRd-Kz*Ps1$u6sPFO>{K9^k2Y!@=h7rZt472^BCU& z|0MZmbh1HlC3#bcjoX#m73R?H>6oW=45{gu0$S>j`v?``ch#0kGur}QbO_gO3XrB- zS4pz-Yrnqqt-k_LE-&~ox9gd#^n&HE%Z~grM;N@Das8-#U304PA$v*rj36j~qQzYN zsX>8?%q9DhpxrWR@M>30YI^WUDh4bcn+*bYn;~zt_g`$3{#G+=lBmWE;j}5e&vlDa zjsdE(Xg^o(Z|3$Tx>~-q5NrZ}^$y0eMd|h`7Y4OWkgF0(Cu&CfJV03AKfzSGBhMU4bqd4kc`qE!CH4Q^FdOCtUHaZW3R&>S}$! zhk=OYL~3fch$-?wa0)OEkynDzJR=vc^vuUQ$hF(>E(q3{7{4uhC^f@bzHUZT>k%%R zsekA}E`OlGE(x+lP1smp0;Ba7{C$F=@Pp~i$AsJkc)x+3Vf9xQB=aSN>D!T;Y5iU~39#6yoQuj6Bj%kdYC z`72YjnSoF_A)d#@S`|;~F|6TOn%b{4?MWJC4uG&NK=D zqd0rU$A@62MtWD$=Gg>TgO6)b6Vf41#Au&Zq<@p1RG!t}NG8kv#>%{bHuCdAeIao2 zkWX{dyO`XCdv`FlK?jS{48~Uaz;oD6PtoFF0u6HBTHCHh<)5wP<r?9UIw%{psu)`l~*PK0?1^oH}d{D_wF{En-ejdBHTK|(*2$K?xVkG zwYXl8^HAjVOqKQj0f6s~O`)Slp+alXd8@#4Iw?pHys|MW1|l%ipCPeN)|fLB$Dc(9s}LNw@?8G{ zU>U(Vid5}ltIy~zNv>o09)rC()g8O`<5~!qF*Z_?L;+2Sy!WSv=}|67mnOPb!A*2; z^f>okkk+f3+9?Tg&6NBMX%;BtB3Ds#(PZ6E4`X0e`~amc=9QGw3J-$!nw6)l1A8;m zFdl>D?g@J3P-41+3N`R32d*Hq0GWj!{3n&rVA)dpcB+|5`XZFFZI1bKA7d;-x=0wt zy;$6nvCJ$_&JDjWa%`LQYq&(6LqBP7G_+`+4$|qk7IlS4wK{qnP-3!yFO%_fw(8(Q(#|htD?ECEYPeT&anf%0GjGQC<0)vR3x=4pq`@gX z{0?*O(e3p_zu@N9G2O%!F8j&|FRhF(c@BWMxZTpdW0xv^K!`2L39%+Hs0#R>a@n-J#u*kF6~?DIhPrUi@$pR0tS?5wF%PE z(-eYCc#{7tVRzd>j~xO&LBPK62xxwmxrdd{N6!G1hfD0H?fV)_B^PBIm|@~CZXnpdaM=<+?&D8Md^RL00JfP zK|cm@`4bB6muuN!Zck2>k+wh^8kM73#1(%6#^TG;42H{?eTC(h^zB32g{Skc%t3Dn zcHX3$TQhR}n9xXCd$?igvlBH@ZU~p4OO*Gf=$@=w?9vYs)!RYa9V@}xVt8Sr4y_!< zGjn5?gnlSKhqS-YW^o#@NScez6I3x{ zv>meTLLYSK!pa+|kqQI8rWST7_)jL~mqQ}Ou*!V2U-g|ZR+pB%Z@w|HnZrV~uY*w?_gMhSp+4fY?hMmdNXYD(iruAlj0&qga8nQ1=c#y* zgYc@oWp>=|LQ+s})zQ5kv*UF?QMJ2|FN1CzjX$x&TwGJ!4VjOiZxVDVz#r28{^WRn z{o1SYRs*^Nt9(ZX`wad=44v--X~h#aROW$yKE=n-VWRfhI&wn|_X6(` z_WPK(bt4Q8gxJ=b%BW_nNj&h;H;2z`{vi`~)tCBk(zGYBp?f;(Ua+^@+rKm53ld9S zPP#A^Wv7>F7c36IAp7(%S716|mr9fnL?n&Q*?OcmX7>@shP*98yVXmJ{1{z!s;@_D zt0}M~j-0t@?)wY>a9PxzCVtBiTKiS1<;-&hv5CHiv=8d$IOnl?aI_>zR3eW}l*}`T zd7%jWK1w(iqAjU37u~dz-4@O^=PWhD7_yL+z1;-hnPx|je;QFR?I_x6McEg|;`Zuf z_}_7>V@hb=%%^H&>8W{N&Ud5bKD%p(B6#&l@nN^wOdQizb`@g}g1c|qGqGr^c>a1w z|5;G!BbS8(8#mlqM+re6&;L0Ba$evPxRGW!koG@-z@*c+8&^U^7Q+0jgUtgB$)Bh)OGD5oa(ju zL&w{}@q-4qVXtvRtXul%gWH0DxXe$&?MN>z2jh1!ElU%a2;fz@xaTyfs`lnr<` zLv5teGAw`KJIh))Wg8JzoRNMyP>X1rhr)=#Y8O6Nf7>}xLS8!@+&6k0h#H>Nn{`&~ z<h^0MI*wtWWT)UGMw#$-to|sCF?yXL$;_=8T>RsAI7ks*W{$R-UI&M5a3{Gda?9J z3PeWSws3vp1$(`F*+<1X7B6hG<6u)lqr|?N&1Up;Si*MeoRFeRNGZa1=`C?4ZaPvJ zuHL9EQ^d$jd1pu9n6iBgWPMtJyxmfJGQf{a*eag-%E@KZ$^*2_&F#h|LL)2_l*QS9(#5T>)&wtE8a=@FF+vG8N zk>*kU^97;}tRP6EGf5HKhlr6@^Nb7N1`_>QnnYF9-8tncspx59kcfE)TtFun#cCjn zEU2;}6Xu~xx+Bv+O;tKLcuo?~kQbcPghcWdz4-^H!wQOhQukRZRMRk>kfMa~V;A;p zSqpR3D87(4X}j4Awfr<~7h4dgK)pzpZf{bn z^yt`yH4+85n%*$3rL0fWi>l^4|J{Qess(a2+0W-O>gl%xIaVi`l9N3Nq}{$Q?o$#6 zP(6};On20~O*x}!V+=9YO)zz4yeTv@_04tEzA@Muc((5aTR+rHpa6@RymHX{a%Ss{ z+ZVey@TSCpCZq6G3WNWPfd3Z(|HlaUnQ37#)!hnd5VH}%lQbK+^qVrFox87bV{eTd zMjY@0wT+?ndYzV$vST&K{gWpow&Zbq;%=a$(B%@MLh@v!P|L4U zgM9JBN_Gb)g+}3@K$8-*b+GGuC&@6v)Fomd?4){kVQ)620*%U<8saNfLM+ndN~1z> zV$;~rU}Fc&M@|;i!@q(ZqbHdoB(EYYOs>u5jd5A-M`}}pr;g+_B5o2kj-|Pa zF8qc!e5d+kUV>;ih=57(*r24g=6@)>+c%LfGLw_-Bbm7r_`az+tag}5rqG&jrg(-W~CJFkaxZTf@_Ofx@ zzxqF#<4|HKKBpc&B9R1r8t{!k_=WNfzbR?aogs939=bT|!c4N>91ai-wsc4|JdG9y zGpB1A4i1ueuSS{R3h}0^YLpx`pB;Ok2-R5 zZzHya))4+|xc0QJ*&1>3;@0$RcgE3M_rt55cZ9<51j!pV&i`8js3v%e$CG{I{X+yj zruhC$iN%UA-Y%u_?FQq!rBg;{`8h`ZCg^bG&OC=733*%4cUW`DPGqp|OgNy?)-Lky zuY7>yw$@M~Jl&X?9MI2RqOdsWZwzFd6{P)UF5-=GVh z;$}}BvAUMs#V{T@TweGxI7dhuIzFqotm&oQreos6)^Nt1G4l8ce%&u1F<%WFM9t;W zBAEtq#1FS}e7Gq{9nzJ-0@1fhx^+w)&5)h+@I@?kv+h4xs>`xqTMB()kR)QH0W6ODL=b|ea)CmcTzPItT=KH66{L4@p}bW9=F z=+(cM#QUgiq$M^X08=_kUPU7sf!8j#4rN7NO0#TX0-;8=ySO&T7v$C}*`++cHZu0; zRv+{Je*j9;z>+TGv1i76Qc^1lu^>XXp&w}t;MzI_nTpY_m?O?J|UF!?x>j)zIZZ*}uTg|S?56^~@P4iEAwq#7&c^D#OmVAeT^&ib{UcAER@k$$X; zQdR$NNz=G^;6|aY!VuP>0e2>_I^ymyjmC*~Oj(aU>lb7XxoNc&mR~HbdffiYw#m3DLJ)nb-vczmSGI=PaP=yOJ4mrW01pSsP02=(ym z!R+#8VFsL>Puje-hBZZ0gY`?oFt44R6Z--pJ~w8q7te$W<+z`WB)mKtrOR>%f~{*2 z8>hh;3|%NPQq8-xDbWw`*n5*Ni7GB0zr7D?q`b1s^a4*X%Jk>EYA*r$va{t*S$Wk8 zL^lqaL9$a?PVadKA#e`-ocbsFKC1awpXsVmMxs^Fnz9Tb*6tD1sa`;k~@OqRo@ub(|hVwu)j^O#EQmIetE!ma(-|!O<`ZRqJb<$^dia$W5ARK;F@n)=G zXY|L|OhQ88G?ay6&;=(qqYF;O$NJ7x1?PPHYJC`UButfql;CF9^Z@N$9e`rgvKY7- zzkY{r^gSjplQ4S;+v7}YOOB)q;im)xJ8Tb}^>Fe{+E{o<&QW1zc~g`vO5=ii`UUW? zZp)~%d!YRLs1P5Gsp1zs3gc8)u&mU&?P*XcG+Tr-__K7L+$}7WQfV_Ngi(tq_9feK zK+m&sYg9Dt?NYYIX6$uOy3OW4i<~fWv+Cf(7LSO2Cy{IK;1#Y8C_5@I{l+TY*=I|v zB849$N`$Qn3)Wezrk#N{(Sj^ujO*o{#sa4oD_O8zmLim4B{5HQWLd}YpB(b z4G-q~15C`KQcuBSO|^7AHPTM2RneHT?`cv7UxhiJ{_{;Q;kGe05x5xg&K3|_>$pD_a&U>aXaI13$(JL50d8Z5nu7>Swu zA*$V;mYnn2)kI5c`a29y*`L60#8U8YzlVb^NVbZO*AIlUcC6{g-vYStoB)oYa(>HrRpU$_+Fu$?E^-+?mgq9i+l>lZ?b zT6(Rs*ytr2RlqzPAC<(}aFaO~EuqFiP9Nk%5YV?9#t-?A=4jtCuRhpfZRc5{uXo+q z=LI8vUYPpMT}NAmAiT1T|Lra-gEjft1a;1k`{Oe~KvJy%Wz~FR@vzsl)Hj`G)zsap zD0(^YuCzHguv&0Ryn%gl!eek+ywQej&`(Qef(ql7EcAYQoG}tAUY=Ns0uhUO05V)*ND z@*NLrHqhR{%JlU-nMJbBbn#Q$0gDOt;1glG|M6dhX@zoq#PRvcMk<`}n-dBYPlDbf zY2&o+<&J4^>4Q557tWSxa)1M;mS}X$!JFe6+N_0AI?erp9CdjDGuyvnelpc04y2u#n8-PU5wo6P&9?ZpnONA+t}Ucy z&nD(V>H%M8avRC7jdV$uW8n|L5W6kw7|(e8$j>_ZLqe`6y!1fWM}{tJ3t7HmzB894QuSOpNj=&WDT3e5Or0)3wFwasb4%9_M@6)K z&l3J-@<{!8U7lZ%P!XZsO|ejU04NSjBEBESP4Ff6+T}!&pxTCxBG{W z{I$5gyC-P##k--2l=5r77AsRg@o4?Q7zqe%7Y9-kbSnK|KDcKK;nZqb@o$i(QzUtW z4FlkIku@T67|OO;)}XWaHSwT$i->~}#O|Bld^q?M%%`d*s2x9BKP zZo$OD?q27J1NAg#Nd(Fn?4I|PbI>nwdR&!F6YOHC^L#n$QG{zQGnjL8QL{~TyS%sy zMT%4c%BbJPXL6?WNg|O1-c<>qUm^=RW`+5)eH2jAI{T^M6-_natW57V(D?*MKT4n;I#vjkQ1Y~X{0hj4% zF}qYRzy8zJX(%d$`X$XgPvDafqM65Qw_;|~(JO*m8-*q1ir0~W4cd`@#KX3_GEp5t z5?rPAGz%$L?%(5dRFgw~R^|tdxXDGF>^=J2drvtC0;nBNt)$2d+>6A}c}i_~ef`fu zywIKq{Tp+H@09h2i{+Dn7?p7~8D%gZ+<(bq<1f|tL;Qy~w3}O7WX))3Ej+(psj!1- zrlt&tNKU|u?sySN{!ByuYY@P5bL5@7&Uld^k~iLzJaP7WDAI|JZrsHHT>hmAC?xw& zC!c!IBNTzL7K;wAXR3vVTe1i(oYdqoy3H0Zw{@>?*4UcFaMCNHwib2efs0(Ync=2q zwM72#(Cn=nv2ablw^j({)fdng^E-(uP|5UD8@CzqpKlZ^=HH}?5{kmM7vLAoAatc; zwH5KZJkkdhh8C1p5+HZgC}LE+Xu}KIn7|*#?;j-8^-VaZ5jOW{JA#*;g5p`(xTiDd zKkPnW*IU@QEsE%-JWbaZU2+aF3<-bfklBU}TCC{E-~c1suP&!}=v`e&X_xF{wro+L zcgxt?1af+ArOGprbI<(>!E99@GkN&7?#q=uz{(bMN@|0qqxcTr07b2;i>k6W8Za(r zOGe?77{mF3SVV_<+hIDRNdbE)(lSDJU|Bf|swOh*8)pQ6AizER8M>1xnN1+Qcqhg$ z&ak{6PD5v75^-mAcvoOH6*!9Hkzpt)*#Ip_vNoGk)^|nj*9+w7+7R(=j4q>aw<4Wc z=nBx)kd4$ER29&>bnknJ`n4)pOczJMPJ! z0)p$AgO&S=`T1(PYN?P}4cSJ%&R?iNexQp^N$*`-AbTP7WfZIW#P4d}}S2|=#O7ke0mzh*aEWQE)y!|#~iGCKXe zpzrFFL$pk!^d8pUI(IfGO<%TTQHsrDXLDNnMC6*d0wT9m7x6Ft7V=_OlTqkuj{x>p z;1kpB_NxE04RdYk)Y!laqUU=rfZJ$T5)`7`QV?5(Ltg_xlECcjtEa{J!@6Brx);>b zl?P)xrifEIfWi;~!Hgrq*7bz~i3BH#^2_mOIb$vnOz3yqef|S?NrX2~aMzcrlIGhJ zJ57YYnbrjk0gMXNJsZ;3!GV3+U0eN7l{dNPN>2^D{M%{F_n#@Jh)M2G9pb6tlT&F# zzc){OFWO&LCDH1cNMGR@X9VA+vt>EiQ|#sD{Y6sIh0eE(T5g#Bhn{L{CgdEL#dtrL zC>~e(BtwcN6QdM$0h>v5cu{@BvleO1d{z*-w8N(k$wHP$AXwvfT1)EL-?E&6nLdTq zFA@*HmwLR__b301zkRRgd(MeG6hCvppG6OwFv=2NKQVx_rQX$Z3q-DFDcOMHtbuC2 zb}=nSGqv$BlXjj(ahhid7ECVPglKaK;z#;LgZZ+OisWYuKBPX7xpErFk*@EYkKqg2 ze61oYkPXBN#&}jK`c6OUoF{pGlCOmyvi0VbqIH)+GaMDJ>Eg{$20?GwP~=nbph7n3wT-iS@IWTjG!q<-}5nJdNKFs75SDJ`2N60FM#00h+c!NU0ufy*_DlHj73t z5%X`Hqe$xxtHUL9%+{FK#XTYqf1a`&Lh=``4pOX3cy239FO^N zfStakz4XYa-?AppcGY?%Pj@WYmLvxBlKhq06UyFTy`Dj|YO2D`3uG#B$$f7PEjp~U zN;XAx*Xx;j?A}%@n)?=Uw67Bf^MPlLUonDdnT0whr^OXyCbtVRp^N&tL4I{~Dg4l+ zvxK9}?_3)Y$>n?i!054VsQ<#MMZ=Q@luen-sz=N_VC}l?`zNJtA`krH?K@>?REBq0S+(}^2UlFWDqHi30Pa~uu05d$T+-JrcJV1?aXOg(}Rs zl`@li5%>|PHxJjZT#h6)u5#ukqU%dvk;$HYi|x;L7naNA&)c1zj7(iIm+BYA&tK7r zwW0zwzaX`x0|CVQVi4}J(N#ScVIBUXBSyY%CN{!aH)SJ(GEwpFU}-yF{d#w05hL=m zqA}!Sf^U&%EPmu~34)ZMEMWZ|Z{ zf+Da%zhehlo-wY?=x^Nensm)O!dR`~B96^wloNE6>dRY#u#pQB(ftm&2{0{aPw);3 zLS~XJegtuFdsZ#-4}Yw<2z1ya*ZublDU*Ut>&i)(l$<$AW-E7gWuf>Kh>nR@=~Jgg zYVeI|2kH%1E@)ScwTRMO*HTWJ!AcdT*o-xoiH_PF%JHNE29RfRx{{W~Mn)HwZeR53 z{~74suQ)4?@;WN79bIYU3yi%hNhnxTu7in4w>kOLA9 z^_cPfyxl`BO^Jaqzdl`|Ez%y3HTE#{dbqX?j$5k&zQxN?z*CZw+vAZV-WEk=-9oI^ zi>;EFv9pBIbUMsM{{@)yaWwa#nUxs`jEZa5y%dJ~ZYpxpbwF;r5KM9NBrtI6bS49Z z{7GcMaXGAxDfXDD;60Li!JF~fHPwUU&ynr@B*@3ChF52>+Zzj(2PL6C2Mor0xpcaX zJz8ihH2PY@>!))WZIW^vV%K*vW$Xw?vcF2|dP9n=qCP9;7B^IZhW=jxJ&T%Ztkc=ADNzA zsx*6uOG(O5$(&<*ti|J7dW)DtZjKZ4%;`A)POZf?A4Jh3X-N5M*8W<2T>+@m+RM zso4=f_o0cfhnM$+auk~mI=kVgHZ;l-+V`UB8DLApLi~fqxxCu82ZpTHwuvkJ zMaL0c$(fK#3^%@^>W3#TVHR`5ZG3y0Clb5K47#1K#yLmQyhW_55~ZZn&H*`)Kcz#xCRQCFdlucHx%dY1wZPf=tL$KK^-_TTkBlg%SX#-AMe8 zDRJaA`0SE_!0FPPn@x{0rimZQd9k+}88MLx`S?6fu6=l1Y@h3fs<=&*q;z=urTS=C zK%}u|(8k5e&Y-zSmoYb|zD$^cY}p6(t?!f9J6m?2>Tc-Xy34Rp*Ug6P;_=3oS~ z%u;Q7%I5MiGqZ{d!-pEl{0|+1NTm+haNN1M^6$Gh!|V@!B;}D{h3pn(C{xBk%}#IR zO1TK6*^j5|!U4^zB>Fw$Ab?>qDPT1M^Jx#~^C&2cPdIB_0;KSVNk9r$##HLTSD_Z& zz)jE%*Gj)7d9uVMl=+HdJ8%e}9%lwaY;_kEvV>UsLHx;mMC@f3lzq5Iv&y8{w)@Z#?E z$bXT?tyF)?<3bugVVY6(e@Vg`2i>|)$^m~$WioLwW}oXXZ}=w;=N0{LOx0{9*as^Bb{)>T@3m+vEip|GPIJDHTEO0j?I58}) z3~@%Q(7?0uCeHM#BsO=kytmWFVcmtD#HF#V$&{e5iF)nW6D|+WjJvd;&5ukcPLykI zL)z_SO#T-IEgtk{E$oT_$8EEJI%wS_Y2C(F)`01pzGC)%N-d}qrB@+6yelt`_?uuN zPMGYZCo678{Kdb+IPo{#IN(js1Ummj@!l19H8oPMb}r|M+d{D&z2T^r|!8rbRwlE=7j zz{QM`99y%o-F!wvWl#jR$l|ML^ohwPPlBQ~Vi{{yBOjvrhl~uf zK5Vk45;70o*YhtM&7#Sc2dfA3wZq@0ZZ6N~v6zg&MzJl<$ZNrwqf-$TiT@#W`2x6Mt;TiS4huyA5^}YIPTFF^l19VciDe9QgSuo770l zz$Fvs?0FY@_UtE2YE##{%dGmgZHHfzsU_`V*H`P4*F`ul(sYs9Jq*h6rbk1>eD34Z{2K;_cLbZ46halLc ze2%NUKU&GA!WwUqG&=coFm>87tCT*F4xGxo74O@5Y3xJVE!8F_1FP%~BdC2FS9Isf zXuW-CnGh!{^D*Drcrxc3Y`W9=5ZVYqn-rEs?8_&q}IoEx+VFS zRga(VCYV$<=Zq#wk?;b+las#o#HsNw*`FGFDeA^*xQuB(cE3~CcEUYt6MjgdL|p=P z2+pPgOZ0Zk#7FPiJV}Wb={;89-U46uTu_QI1&b)P=+se1|88_^!5Um>o)Nj!lfI}_ zA{$}3*734@W4yItj?m zLJCa$`Rn$L_lRPSglt!uro*Wg-e^WHi@NW8q5zxYdq%ULx=%RZ(Ry~zKFHmgD!x8n_+?xj`!7VyZLb@!Ht zcyvx*=Ox|L<#!iwxI;b}HqA-#(_&c7eI; zh0-~Nl>BWL;lGfbd$~ThM~0`;bnAxA&t^Bg46A9F67?ijVTmmSHXl37dKJH@X%pJ( zv;J34-$9e2BLwPjbgdS-#g6)O&a!wuZ-4?=C;(W1fb*oq3F7!&Q;TDT{dSIuAJ0r( zTYW}1z5Y^?(IYRkcvPK{&UNZ!DTD2NG^^l4v6pZ*x!@0~FW+zs*VWLZvD5?b&529v zzAIr#Blpmqud6Eze&qzM(zwET6WE`YFdmz$)SiInkY`uE9 z2W8d!Z|P-BLFnbp3rcnGlI9P_{}G(V#2CJpq^&-OF7u(-e@`ex!`4!J7AZxIWjne$ z*}p)Oo)D;<^YCfczySXZ)mxzJ%Trh$e@@Xs6YI$UjQXTpMM3=OD}yJh-k2t_G}69%^Fr!Z2HQA5*4M*x@spn| zrheG^IKj0ez3X@*QK}PLKen)$lLlOFZ8tSxuEOsfZ4ZBRv~f7a=7}eY0qYvDhVUkw zZOeCWJKZrO(yrm9v!+wYKhPp+8sVTN>nKBQt1)2z7ZTr41?oJxD3UIFa*^`;bD2FhRFQI1$)e-S7>YM&OE5M83i$Yg1gC4XbSB(3HY$XeKc0w~r|t-}85eyvq znGOcAFmP`I@uNFB6D-U3R7zi&HI?4$T$XBCYp7jyF2hIU++&75Z}~Yj0lG(o!Q{%x zle@H4z=iwQ^%fFV}$@P%l|Q*S||Fc=aU(OuYN7&dFa}V3Nc7J*3pGRNHysT zpl1qYqD}+z4udN>1yr0@uF3~3%~hGND|wBbU_IaPN$MmzOSBa(DV?!lmqJAFWhao7 z6XK-N{+v`HO%=al&V4z}>Sa|@+Qf8!nk9bZMS#vdzl+RDih{^-@~-07nqb7URdH*R+DD=7!&A9Oi{-a*?F%R^?_>z|&W zHQ+4C_b)3pp#^K(qJHO8s1UDOMw^aDYOOebgZD{HMbGVDVk$+=PF2;lVmdaX96DD( z2>^x9360&?xbJ=C?ww+GUzY7mi#yf$i@Zi^^Y}?DA8FLB1O|#d@$jX3gICv(QdzlV&8dxsHV(c+LsK>QTvzU6_ zYb0#5dCxZ%c~~}R7+|_=M1NiJ;GL(M6jlh!W$wT&BZz#^;TRxOvOoC5av{aK*jUdB zEJTT7g$OLq7j%VOxq7lBmjswrMs{Cq4i_QLuY?I-R*l_PX%)WEauEF6LE{{cM%g#Z zY=g9-pHTq4-?B_^ws)ot(CdUT(Q;?3ZgB%&0-LSJk}S~oODd0f;gmE$LNlWC)*SZw zTF2tWUDe>}3GAgFzfUW{@fr-5%+TXNF!#@u3xLK#M@{^pJ@RwHxR(mQv$rbM^u)yF zp7gc4+^-scO=w4GnLoUHm&|*G%B4)zdnT-@sLAXD{t?qVWoK?M#QmO7ZDZYumcROM zT0RXq?@|A$uOb2&0IX>Ab9ty?U)lM3)bo7LPM+d~0IDZ9U)9X4Pt|IhEccrc4$Yqg zxN&t9niz^0H@V{LX*57HW5=4LcVn`mZrtz!m-E4LWa#a&|ZE=ZeR z_be>uWC0uQotqmp(+ySAn|+s`Jh^?c#?)U-^^qVEROY9akEY4F$EfL{d=!)6%BG-- zzxb^*e?e$Rf1Wl1QT?k8F>OCoXwv?=Ung`f@oR`*z|{D)G%5h9(2EXaoVg^$f5Zm< zKZTunJXG!9$1R~Oja|ej${K1yXo$j8_FcA;rjQxV!J)?|Gj8yk6(bnRAXg-|KsQuFvOvU}1Q)$#BKFf7rFv3#c^C6nuM& zOO0Gft$Kq{^uZk+fBQMx4ywF#eZ10jN%@}^6Trc3hCtkr5v?qLPeTBZoa}i>5KfE4m^W45!H&tNIy2!R)_bi2pfs)oyorVbu+nl5 ziVqIJzcjU0;LWSXA>n4vmdvWwz`nJ(vB0=#2PO^BiHo&%ecgXrM@U_;#^7aMCflK* zu?J85J`Tl@CXG@Gz9}c1FQwCP4okOwbBpS37P8a>qfV`z9k+`X5YFPzTfu%UP!6y`Fvr_P9?4V5;X6Bf8{U9#rCkAZ zM&uVB!n66B@`9(+a&}!KKRfCf^oQNN+6$^tHoMIK!>*$7-0ZFr=x>*b-P5X-LgxBY zo2Ug*pNH%q>8qqJmtk=~7g&DYcueN3PcuE3&z~%j0gUYgSS9wn57tV0QdV~{+bxEnx{U^j4&k6Tg_t{mX$_Yq$xe=@q|jc4#`MB^ zJT!tidMB9LT+XqKk3JFN=!_dS0?dknKn##1>;EeT2o)}9LyEIBz=e4SFuw9d_vq)Y znKx|vFBXdWkaNz_)-AYMGNnQ9zLj_f%C}~7N!N>u)Lf+CfEIdIU7czh$QbcAide4T zZQJy*?<2fUv(SP%PV21I_X1kz7G8vO5oI)0xCIvcYt6{A`!}bwQlGSad^&0sE+dig ztCN-J!D2iYgG*FJ2{BPzy1^u&y=FXDd67a8y7BGP|L)Sh_Z*1ci7meUFD~utdnA|k z%FkshXa7&|yHfQ-cZaL9*88w++@nx&uAPsEVL*=wVw{~gi>(snR7!xUfN3m@nIRqe z$bxi@pG5F$L=in`nIEOo82`J5h_9j*7~_4)pr(1ea&G+SOCoJiMKDK#1^!`Tmo zu(KAj$s(@Ez}~eSFWD$y#q zslU<&-b60sArh0MhfMd8Ut(rM_CQZ8FfKQivy3;fi)0|#R9eO4o~zDAw8`&mCJBRl zL+V<9>B#dX+=Ch6E=t$PUla#aJlOiq<<`$o@7t~|m@_8YX~f5JPr8|q*x0k}KKaw) zlj4s{p!Bb0(O2I@&cJP`BT4v(=^IBCC}>G;6Pl`dvTGO(u1uHZFzBch#Oi5#?{oUA zMDhff&?FU9`${$qfOt^aXNUDLXp}!L8o++(*YdqI@rZ`e_9q$WGiZtk%BdwBGNUQLOvKhbHU?bZL0ypyF6t66gl zm;}?$LvW7=cpykxJulrHg1_Tybvk9?!FUgQFW7)ZjiG5RKh5P)A-N+a_IR~*prd%Jub(3dwV#iE zEZRnitmR!zrZDwcFZbI$fi zpQ#2NyF^|ZZxhg}_2{p|uY5RbnD8K6ZJ*(Qw2)?}wekp&yaRA|Qo#DxsS?SeI+jqSMG)is9$_pX3e;QRCk`w z6Eyf}-+>ptnm-5fB$ja02cI*FiDNlWz6!au(Hs}CGqc@Mmic~|=QFFJrG1@1hjtXy z4~e%c+1cVu*QrSvt}^-J7&3CYOFA(;0v#pDtP1!!v4p;BvW*`n{US>q(dX{NUrV`ti>sUd7L3MP0-oP`aRTgYw5brGKhov{JH8&ZnR)OJ2X6Hj z*N%E-g5%w9Tu(o3p@Ox209&F)dqM|)8ypzq@>_T7)U{4lXM#FbS?FxaC!G^bZMM9+ z4tmuQbQP|}fWbv^^L6{ks3C9Ej)`TTPs7Rx%f;*+b8A$!FHS$N0rHb7YlE-;Os=Pr zQ{twGcgc=sfxFbo@AZ<0v(i)mIIN>SayZmhz4f%!>5C|cW!)L%h17s1v)z*m@qbN( zLIG`HP@`-xc!<{bo61SZlQWVZ1OuYl!Sb-gF-ru;V-o?-65R4%f%6Z;4dlCb<*tm4 zT`7ejX`!VvI;>13$7YHQz%+8p7l(Tpo$_JB4f^W={o?Bv;zK3iLCjqj{gvE5lo;fd zHH{q|VzJ(ecLFb~dW44K((lhkhDQ$2inQ@ZcRq7Y>-^*1b>gOVEt)4}ovdHpbt^K@ z|3sf`Dm|bJwcZkK{pP34+PPS-&Y(HzYpQh%%*U0(ohJ^qYv&SPhZse79v3M#nTUb? zTTjUjU*9&)0S1{kUx6pKuPYG_c~z}evFZy5xUz{>?k8wd2OGRLnS6!W@2E;KWyJGkUt&UFTh*2NVjj=kW%jj~V001z!4 z=ACav4hf=_2vC25z)FK{a-HCIF%1b@(>NH^N7$**yWUBYO61yA32R`g-kGrQqT2&s zZ1aW~`>zx~03Uhl@0bL?Vul+mpc)cp64nzfU1rpi*eG&?8WU7Xl4Pf1!!_iKpK_${ zC;xLY0h})InNl8x8hkL6Jpz7odsa%}^mCw|17HWPhf{dC+kQ}x((i~n?<}jL=p9a@ z<9^KPtHyuVYuBL`*B7H;P2iVO8ICwx_P&$c40y;=GC7R)u@F`J-|`;#me&bZ9#xFU zJg^Th!=rFfc{Bw+ujIxWBM>U0T(6i0?6X&W^QWn?a#<*foA?<)RQJ+am_wkw5~pN- z7sfTpB>PChT4dEn1d;2VMl0o-hg^bZeAQZSZ%fT*?fK_jkzO;p1^Kn_+yjstFP#ra zNvx;BrMYSMj?`B;0sS zFuJaW4L~Ou?IWxSIxyrDP0$laaSx}5DtUOzHO?=y^m2JYfcOG)&~ws}entE=bCT7$ z=#rYt?lU1eR^i}WaqU8Z0rKPflqR^`l!q|k(Zo+khOK+ubx;hXEPh&3dhXVaKhK_5 zEWuW;iN*%L+&b5&xM}Dl-pY8w8~S%KsSYAxoEeE0RatjS6)vupzw^Mi4zR4J9^a9vEO zGsL1|=&T;B!-Hc|XANCOT4+&_Am}oQeN;)!5I#Ng%dGfD89Z`xzBJfQ5Uq?0g3AeUS9@IhE|>w~}OV)8>HvkoV#COPN{LT#vk8 zt2Z)j@{a(~lW*kv*4-rOL6sffa^(OAYdJ-0AsgF9gwSQe2wH&X@4yh*TSHt#%TNt1(?*1p$1*$&WoXj%(3D- zcQ5QJ#PkYUg9UjMs?vZCI$TX&{X=JmqECeM2>uCx|CpLx$`!gYuDe(vVX}YRkFG^k zURe>tw{_d=^mg9nvS?KtpkI=2?(iG$tPXR5QosdvzxGoCt z$$I=Gfzpq+2F3?10L^~%hk|tHo!byiu28i+0-PzrVDKCekd-_eW}(>Fp}Ancc191J z%LV{ozGVXd7!U|yD)X?cRj`u12B#u~Q22#>5x;tCwV54R+A8Kzk+(poe&f<5a*v*K zT2oU&Cy_LPGej(sedjw!v3{YylrY}sxYF)>cfp<-T!xEu)CFu&YJe?D)I%N!%*L!8 zEi#ZVi4r-oMksMF`zOoUUiq(+KVL}Vgk4zs|M2{i%LBzJSShuf5=6EJK+gfbJ})q= zG0GhyJ>s|)s`}>jgj5{06DiB8;CT5#UeEFuCDRNU65yFEh+SOUYPR?{idoz^hcctc z&442k_wYk5d(L7ZTKmy)4^n0o##7c6!_jl_B86&KbNSP0;&tq_AS1DeI66n%PR*pX zi2%0k-ZNP@3`AaRb)vJ?W}XEv*Z1a+PPd6tY;c0IY-s0=Iw-*C*soU) zC=bBofdMQRHt;f`m;%bDO+Q@6&hS8dvdDDe(V_H-k2t&!J`FL&9w2#0bHLqd5+>n8)4e;ua%TPUO&4#d!TjvD`IHe+m+wqABkj zoNs5r+GI!s>cQZx77EF%7%V;lk~d43R$%h9**@|sc6SSR>J07Anld(@sT0nyR>Qu_ zPhkc@Fj;M*AKsf3%f|p*H1HyY%3g7T%cCKt?y8k0=-`j0laL`{!mVH11jZ{=3)Zbo z21^05#asw*jiv?Hew&@KV*;teNz-jz?UZ2y0k!l8DBW^9Rj~0!uD>Ft|27Lg;_|N} z*?vvL_xnuig>$EG@^@kLoJ?zdbt0stXU1YVLJO_W zCv!h-*}a>}{Q3SZv`DX6-2%p&B;T>R%A72KsxXP5VK54m2trhI`mBmx(#zV{ zInu6zS{==2l?XBO^i7UsOK?Fk{?ekyEXECjxn| ze`kRpJim|8Q}?3d(XG1>vcoX%zs<(_g-QWYTElLe@&5AL%%^F!{2#PFiop zRz~d(ix56>b@e=g)qGNk>2`{de6Q_WxRCIF*6yQFR#bxy#Qy{EQ~~2n-V>tkL{`UY z&0Rmmuj2DpeT)jObl<7A@des_b`d1V25nwoq~e9M<^f>hHSU>co8g(*{m}-YwofiI z-mkS=3Wl~O+8MFVW{YqX8E6K**_pPc`QNK@m~X8Hg&Kle5qX4L!dd6!IWdLU*Nlkc zGiH(n$H6or(h^BfuCPB&?kP`30z;2(u1 zR+FQfD9dIbldYlRvSLo87bRrF5U656yei7F$Z+uFv&!-!9(3wD{QY)By0oUJmuQ{- zU}FV=;Y7LSZ1uxnRdzVY10dxWlIkcKoJet_HxrwC@n~W6^hFyQekJ5|pV<4XQj zka1?kZLfD%g`ld(`_Jln6>AAWt9jnwML-$NI@O($<9KJ{W`C%l?Zl4-L0J7Mr!-?21u}Dy5k;D zu}!eeZ*3?R;L}9xDghYu?{zNJxF-U5o>7it>+~T~$v2ua{;7P)^J*yJ6~TT02(a@l_L<@JIZo3wOYJ9t9BNNUnvpIZ184_1fah;Vh@r1saB z^4y@`7jq3dxmVlsiow+%)C~5)FovY6v>3pvw$J%t@r@7cp&Ec@j$@T1u-i81-!`X5 z*u0~!^hDZq+7k7};*;b~0?h1x(q(|(>8OIVD1hr(THoGWk=iwDyIPzQf69sA=(J+o zn#EcLV}QPlry2xM(Oe*&QuTxz|DO({_ui&T9ig&XSsUK?V&dy)5>MGnr6uw&*J)SR z4O5d0C2t!+(VG{Y3fFU3G4!F~;z`0^Zy$VT zlJGjGSF&$3BUtfc03n5Fp1KQfb~InA&8`q*1q&GG=||Hzpy6L2H1f*;LpyQht{w?} zDZ2kUk>FaSr)>&iD|Z|7sH6U!z%}z@JhB~OedrN<`}Lfq^UV}Y43>cn?*zZ0AOM2< zpX5w(`QSQaEYTvqHz~=NXHUjQf0o%dBkQfeAN31lR&xxOEgYHTdZp%bVXN280=Ana z^M=FH$n=5rl?&BI)^08Qe_`>YwGkkoEIR+Kv^%~Pb0k^b?3|sA#qp8cs#eTueeM2Q zRw=0&M&6mX$~YF!Y0ZBc@63#c7`f!9BKSXd@Voc{RoLU+XN*d^;RK${8T?=LBS%Bk z&gkb&o-U3d6^w6h1+IPUz|;DW zIZ;96kdsD>Qv^q=09&hp0GpEni<1IR%gvP3v%OR9*{MuRTKWHZyIbuBt)Ci`cU_&% z1T+i^Y)o{%281-<3TpPAUTzw5v;RY=>1rvxmPl96#kYc9hX!6V^nB|ad#(S+)}?8C zr_H+lT3B#So$T=?$(w3-{rbQ4R<@nsf$}$hwSO)A$8&`(j+wQf=Jwhb0`CvhR5DCf z^OgI)KQemrUFPH+UynC$Y~QHG%DbTVh-Skz{enNU)cV_hPu~{TD7TPZl>0&K>iuE| z7AYn$7)Jrb9GE&SfQW4q&G*@N|4cHI`VakFa5-C!ov&XD)J(qp$rJJ*9e z-sHv}#g*T7Cv048d1v~BEAzM5FztAse#q78WWC^BUCzQ U&wLp6h6BX&boFyt=akR{0G%$)mH+?% literal 0 HcmV?d00001 diff --git a/LightcordApi/docs/assets/images/widgets@2x.png b/LightcordApi/docs/assets/images/widgets@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..4bbbd57272f3b28f47527d4951ad10f950b8ad43 GIT binary patch literal 855 zcmeAS@N?(olHy`uVBq!ia0y~yU}^xe12~w0Jcmn z@(X6T|9^jgLcx21{)7exgY)a>N6m2F0<`Rqr;B4q1>>88jUdw-7W`c)zLE*mq8W2H z-<&Jl_Hco5BuC5n@AbF5GD82~-e8-v=#zCyUX0F-o}8pPfAv`!GN$ff+TL<~@kgt} z62eO?_|&+>xBmM$@p|z`tIKEdpPf8%qI>4r7@jn<=eta*{3~?g(zz{Ke9zc-G^gr? z-7foa?LcS!hmbwzru}ICvbWLlW8;+l-}!^=c32!^nV`+`C*;0-*Y%l94pC;Cb3GXz zzSf%a!{gVr{Y_lVuUj+a)*Ca+!-Hu%xmP&&X-2CuANY8^i{D7Kg6qzP zXz_ps9+lN8ESH{K4`yu&b~I>N9xGlE&;2u*b?+Go!AhN?m-bxlLvtC#MzDF2kFzfHJ1W7ybqdefSqVhbOykd*Yi%EDuhs z4wF{ft^bv2+DDnKb8gj1FuvcV`M}luS>lO<^)8x>y1#R;a=-ZKwWTQQb)ioBbi;zh zD!f5V)8581to1LL7c9!l^PSC$NBPYif!_vAZhmL4)v4U)4UsrLYiH_9rmQDd?)(e5 z^pcH>qvBg*i0dus2r*mp4;zKvu=P#s-ti;2obl`NjjwoYd>e(oo#j_uyRb<7Pv^If zzZ|mGHmV)8^tbO%^>eqMw(@7(&3g{jEp-Najo7V75xI_ZHK*FA`elF{r5}E*d7+j_R literal 0 HcmV?d00001 diff --git a/LightcordApi/docs/assets/js/main.js b/LightcordApi/docs/assets/js/main.js new file mode 100644 index 0000000..39a8066 --- /dev/null +++ b/LightcordApi/docs/assets/js/main.js @@ -0,0 +1 @@ +!function(){var e=function(t){var r=new e.Builder;return r.pipeline.add(e.trimmer,e.stopWordFilter,e.stemmer),r.searchPipeline.add(e.stemmer),t.call(r,r),r.build()};e.version="2.3.7",e.utils={},e.utils.warn=function(e){return function(t){e.console&&console.warn&&console.warn(t)}}(this),e.utils.asString=function(e){return null==e?"":e.toString()},e.utils.clone=function(e){if(null==e)return e;for(var t=Object.create(null),r=Object.keys(e),i=0;i=this.length)return e.QueryLexer.EOS;var t=this.str.charAt(this.pos);return this.pos+=1,t},e.QueryLexer.prototype.width=function(){return this.pos-this.start},e.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},e.QueryLexer.prototype.backup=function(){this.pos-=1},e.QueryLexer.prototype.acceptDigitRun=function(){for(var t,r;47<(r=(t=this.next()).charCodeAt(0))&&r<58;);t!=e.QueryLexer.EOS&&this.backup()},e.QueryLexer.prototype.more=function(){return this.pos=this.scrollTop||0===this.scrollTop,isShown!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.secondaryNav.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop},Viewport}(typedoc.EventTarget);typedoc.Viewport=Viewport,typedoc.registerService(Viewport,"viewport")}(typedoc||(typedoc={})),function(typedoc){function Component(options){this.el=options.el}typedoc.Component=Component}(typedoc||(typedoc={})),function(typedoc){typedoc.pointerDown="mousedown",typedoc.pointerMove="mousemove",typedoc.pointerUp="mouseup",typedoc.pointerDownPosition={x:0,y:0},typedoc.preventNextClick=!1,typedoc.isPointerDown=!1,typedoc.isPointerTouch=!1,typedoc.hasPointerMoved=!1,typedoc.isMobile=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),document.documentElement.classList.add(typedoc.isMobile?"is-mobile":"not-mobile"),typedoc.isMobile&&"ontouchstart"in document.documentElement&&(typedoc.isPointerTouch=!0,typedoc.pointerDown="touchstart",typedoc.pointerMove="touchmove",typedoc.pointerUp="touchend"),document.addEventListener(typedoc.pointerDown,function(e){typedoc.isPointerDown=!0,typedoc.hasPointerMoved=!1;var t="touchstart"==typedoc.pointerDown?e.targetTouches[0]:e;typedoc.pointerDownPosition.y=t.pageY||0,typedoc.pointerDownPosition.x=t.pageX||0}),document.addEventListener(typedoc.pointerMove,function(e){if(typedoc.isPointerDown&&!typedoc.hasPointerMoved){var t="touchstart"==typedoc.pointerDown?e.targetTouches[0]:e,x=typedoc.pointerDownPosition.x-(t.pageX||0),y=typedoc.pointerDownPosition.y-(t.pageY||0);typedoc.hasPointerMoved=10scrollTop;)index-=1;for(;index"+match+""}),parent=row.parent||"";(parent=parent.replace(new RegExp(this.query,"i"),function(match){return""+match+""}))&&(name=''+parent+"."+name);var item=document.createElement("li");item.classList.value=row.classes,item.innerHTML='\n '+name+"\n ",this.results.appendChild(item)}}},Search.prototype.setLoadingState=function(value){this.loadingState!=value&&(this.el.classList.remove(SearchLoadingState[this.loadingState].toLowerCase()),this.loadingState=value,this.el.classList.add(SearchLoadingState[this.loadingState].toLowerCase()),this.updateResults())},Search.prototype.setHasFocus=function(value){this.hasFocus!=value&&(this.hasFocus=value,this.el.classList.toggle("has-focus"),value?(this.setQuery(""),this.field.value=""):this.field.value=this.query)},Search.prototype.setQuery=function(value){this.query=value.trim(),this.updateResults()},Search.prototype.setCurrentResult=function(dir){var current=this.results.querySelector(".current");if(current){var rel=1==dir?current.nextElementSibling:current.previousElementSibling;rel&&(current.classList.remove("current"),rel.classList.add("current"))}else(current=this.results.querySelector(1==dir?"li:first-child":"li:last-child"))&¤t.classList.add("current")},Search.prototype.gotoCurrentResult=function(){var current=this.results.querySelector(".current");if(current||(current=this.results.querySelector("li:first-child")),current){var link=current.querySelector("a");link&&(window.location.href=link.href),this.field.blur()}},Search.prototype.bindEvents=function(){var _this=this;this.results.addEventListener("mousedown",function(){_this.resultClicked=!0}),this.results.addEventListener("mouseup",function(){_this.resultClicked=!1,_this.setHasFocus(!1)}),this.field.addEventListener("focusin",function(){_this.setHasFocus(!0),_this.loadIndex()}),this.field.addEventListener("focusout",function(){_this.resultClicked?_this.resultClicked=!1:setTimeout(function(){return _this.setHasFocus(!1)},100)}),this.field.addEventListener("input",function(){_this.setQuery(_this.field.value)}),this.field.addEventListener("keydown",function(e){13==e.keyCode||27==e.keyCode||38==e.keyCode||40==e.keyCode?(_this.preventPress=!0,e.preventDefault(),13==e.keyCode?_this.gotoCurrentResult():27==e.keyCode?_this.field.blur():38==e.keyCode?_this.setCurrentResult(-1):40==e.keyCode&&_this.setCurrentResult(1)):_this.preventPress=!1}),this.field.addEventListener("keypress",function(e){_this.preventPress&&e.preventDefault()}),document.body.addEventListener("keydown",function(e){e.altKey||e.ctrlKey||e.metaKey||!_this.hasFocus&&47this.groups.length-1&&(index=this.groups.length-1),this.index!=index){var to=this.groups[index];if(-1 + + + + + AlertBox | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class AlertBox<S, SS, S>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    S

    +
  • +
  • +

    SS

    +
  • +
  • +

    S

    +
  • +
+
+
+

Hierarchy

+ +
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<AlertBoxProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<S>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<AlertBoxProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<AlertBoxProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<AlertBoxProps>, prevState: Readonly<S>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<AlertBoxProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<AlertBoxProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<AlertBoxProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<AlertBoxProps>, prevState: Readonly<S>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<AlertBoxProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<S>, props: Readonly<AlertBoxProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof S

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<S>, props: Readonly<AlertBoxProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<AlertBoxProps>, nextState: Readonly<S>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<AlertBoxProps>
      +
    • +
    • +
      nextState: Readonly<S>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

children

+
children: null = null
+ +
+
+ +

type

+
type: "info" = "info"
+ +
+
+
+ +

Static help

+
help: object
+ +
+ +

info

+
info: string = "You can insert markdown (as string) or normal react childs"
+ +
+
+ +

warn

+
warn: string = "All string will be interpreted as markdown. If you want raw string, pass an array with the string inside."
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Method
  • +
+
    +
  • Inherited constructor
  • +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_general_codeblock_.codeblock.html b/LightcordApi/docs/classes/_components_general_codeblock_.codeblock.html new file mode 100644 index 0000000..f649d74 --- /dev/null +++ b/LightcordApi/docs/classes/_components_general_codeblock_.codeblock.html @@ -0,0 +1,1108 @@ + + + + + + CodeBlock | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class CodeBlock<S, SS, S>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    S

    +
  • +
  • +

    SS

    +
  • +
  • +

    S

    +
  • +
+
+
+

Hierarchy

+ +
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<CodeBlockProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<S>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<CodeBlockProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<CodeBlockProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<CodeBlockProps>, prevState: Readonly<S>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<CodeBlockProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<CodeBlockProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<CodeBlockProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<CodeBlockProps>, prevState: Readonly<S>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<CodeBlockProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<S>, props: Readonly<CodeBlockProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof S

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<S>, props: Readonly<CodeBlockProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<CodeBlockProps>, nextState: Readonly<S>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<CodeBlockProps>
      +
    • +
    • +
      nextState: Readonly<S>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

content

+
content: string = ""
+ +
+
+ +

language

+
language: string = "plaintext"
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Method
  • +
+
    +
  • Inherited constructor
  • +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_general_errorcatcher_.errorcatcher.html b/LightcordApi/docs/classes/_components_general_errorcatcher_.errorcatcher.html new file mode 100644 index 0000000..fae5453 --- /dev/null +++ b/LightcordApi/docs/classes/_components_general_errorcatcher_.errorcatcher.html @@ -0,0 +1,1075 @@ + + + + + + ErrorCatcher | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class ErrorCatcher<SS>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    SS

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<ErrorCatcherProps, { error: boolean; hasSentNotification: boolean }> +
      +
    • + ErrorCatcher +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<ErrorCatcherProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<{ error: boolean; hasSentNotification: boolean }>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any[]
  • +
+
    +
  • + +

    Returns any[]

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

Static original

+ +
    +
  • + +

    Returns ErrorCatcher

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<ErrorCatcherProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<ErrorCatcherProps>, nextState: Readonly<{ error: boolean; hasSentNotification: boolean }>, nextContext: any): void
  • +
+ +
+
+ +

componentDidCatch

+
    +
  • componentDidCatch(error: any, errorInfo: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      error: any
      +
    • +
    • +
      errorInfo: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<ErrorCatcherProps>, prevState: Readonly<{ error: boolean; hasSentNotification: boolean }>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<ErrorCatcherProps>
      +
    • +
    • +
      prevState: Readonly<{ error: boolean; hasSentNotification: boolean }>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<ErrorCatcherProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<ErrorCatcherProps>, nextState: Readonly<{ error: boolean; hasSentNotification: boolean }>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<ErrorCatcherProps>, prevState: Readonly<{ error: boolean; hasSentNotification: boolean }>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<ErrorCatcherProps>
      +
    • +
    • +
      prevState: Readonly<{ error: boolean; hasSentNotification: boolean }>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): {}
  • +
+
    +
  • + +

    Returns {}

    +
      +
    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<{ error: boolean; hasSentNotification: boolean }>, props: Readonly<ErrorCatcherProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof { error: boolean; hasSentNotification: boolean }

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<{ error: boolean; hasSentNotification: boolean }>, props: Readonly<ErrorCatcherProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<ErrorCatcherProps>, nextState: Readonly<{ error: boolean; hasSentNotification: boolean }>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<ErrorCatcherProps>
      +
    • +
    • +
      nextState: Readonly<{ error: boolean; hasSentNotification: boolean }>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

defaultProps

+
defaultProps: object
+ +
+ +

children

+
children: null = null
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_general_flex_.flex.html b/LightcordApi/docs/classes/_components_general_flex_.flex.html new file mode 100644 index 0000000..c685d3c --- /dev/null +++ b/LightcordApi/docs/classes/_components_general_flex_.flex.html @@ -0,0 +1,1178 @@ + + + + + + Flex | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Flex<S, SS, S>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    S

    +
  • +
  • +

    SS

    +
  • +
  • +

    S

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<FlexProps> +
      +
    • + Flex +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<FlexProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<S>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

Static Align

+
    +
  • get Align(): { BASELINE: string; CENTER: string; END: string; START: string; STRETCH: string }
  • +
+
    +
  • + +

    Returns { BASELINE: string; CENTER: string; END: string; START: string; STRETCH: string }

    +
      +
    • +
      BASELINE: string
      +
    • +
    • +
      CENTER: string
      +
    • +
    • +
      END: string
      +
    • +
    • +
      START: string
      +
    • +
    • +
      STRETCH: string
      +
    • +
    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

Static Direction

+
    +
  • get Direction(): { HORIZONTAL: string; HORIZONTAL_REVERSE: string; VERTICAL: string }
  • +
+
    +
  • + +

    Returns { HORIZONTAL: string; HORIZONTAL_REVERSE: string; VERTICAL: string }

    +
      +
    • +
      HORIZONTAL: string
      +
    • +
    • +
      HORIZONTAL_REVERSE: string
      +
    • +
    • +
      VERTICAL: string
      +
    • +
    +
  • +
+
+
+ +

Static Justify

+
    +
  • get Justify(): { AROUND: string; BETWEEN: string; CENTER: string; END: string; START: string }
  • +
+
    +
  • + +

    Returns { AROUND: string; BETWEEN: string; CENTER: string; END: string; START: string }

    +
      +
    • +
      AROUND: string
      +
    • +
    • +
      BETWEEN: string
      +
    • +
    • +
      CENTER: string
      +
    • +
    • +
      END: string
      +
    • +
    • +
      START: string
      +
    • +
    +
  • +
+
+
+ +

Static Wrap

+
    +
  • get Wrap(): { NO_WRAP: string; WRAP: string; WRAP_REVERSE: string }
  • +
+
    +
  • + +

    Returns { NO_WRAP: string; WRAP: string; WRAP_REVERSE: string }

    +
      +
    • +
      NO_WRAP: string
      +
    • +
    • +
      WRAP: string
      +
    • +
    • +
      WRAP_REVERSE: string
      +
    • +
    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<FlexProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<FlexProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<FlexProps>, prevState: Readonly<S>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<FlexProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<FlexProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<FlexProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<FlexProps>, prevState: Readonly<S>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<FlexProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<S>, props: Readonly<FlexProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof S

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<S>, props: Readonly<FlexProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<FlexProps>, nextState: Readonly<S>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<FlexProps>
      +
    • +
    • +
      nextState: Readonly<S>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_general_flex_.flexchild.html b/LightcordApi/docs/classes/_components_general_flex_.flexchild.html new file mode 100644 index 0000000..0be6e4c --- /dev/null +++ b/LightcordApi/docs/classes/_components_general_flex_.flexchild.html @@ -0,0 +1,1054 @@ + + + + + + FlexChild | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class FlexChild<S, SS, S>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    S

    +
  • +
  • +

    SS

    +
  • +
  • +

    S

    +
  • +
+
+
+

Hierarchy

+ +
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<FlexChildProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<S>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<FlexChildProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<FlexChildProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<FlexChildProps>, prevState: Readonly<S>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<FlexChildProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<FlexChildProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<FlexChildProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<FlexChildProps>, prevState: Readonly<S>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<FlexChildProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<S>, props: Readonly<FlexChildProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof S

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<S>, props: Readonly<FlexChildProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<FlexChildProps>, nextState: Readonly<S>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<FlexChildProps>
      +
    • +
    • +
      nextState: Readonly<S>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Method
  • +
+
    +
  • Inherited constructor
  • +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_general_settingstitle_.settingstitle.html b/LightcordApi/docs/classes/_components_general_settingstitle_.settingstitle.html new file mode 100644 index 0000000..79017f7 --- /dev/null +++ b/LightcordApi/docs/classes/_components_general_settingstitle_.settingstitle.html @@ -0,0 +1,1071 @@ + + + + + + SettingsTitle | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class SettingsTitle<S, SS, S>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    S

    +
  • +
  • +

    SS

    +
  • +
  • +

    S

    +
  • +
+
+
+

Hierarchy

+ +
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<SettingsTitleProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<S>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<SettingsTitleProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<SettingsTitleProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<SettingsTitleProps>, prevState: Readonly<S>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<SettingsTitleProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<SettingsTitleProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<SettingsTitleProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<SettingsTitleProps>, prevState: Readonly<S>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    + +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): ComponentElement<{ children?: ReactNode; className?: string }, Title>
  • +
+
    +
  • + +

    Returns ComponentElement<{ children?: ReactNode; className?: string }, Title>

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<S>, props: Readonly<SettingsTitleProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof S

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<S>, props: Readonly<SettingsTitleProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<SettingsTitleProps>, nextState: Readonly<S>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<SettingsTitleProps>
      +
    • +
    • +
      nextState: Readonly<S>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

children

+
children: string[] = [""]
+ +
+
+ +

className

+
className: string = ""
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_general_settingsubtitle_.settingsubtitle.html b/LightcordApi/docs/classes/_components_general_settingsubtitle_.settingsubtitle.html new file mode 100644 index 0000000..efcd26d --- /dev/null +++ b/LightcordApi/docs/classes/_components_general_settingsubtitle_.settingsubtitle.html @@ -0,0 +1,1108 @@ + + + + + + SettingSubTitle | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class SettingSubTitle<S, SS, S>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    S

    +
  • +
  • +

    SS

    +
  • +
  • +

    S

    +
  • +
+
+
+

Hierarchy

+ +
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<SettingSubTitleProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<S>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<SettingSubTitleProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<SettingSubTitleProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<SettingSubTitleProps>, prevState: Readonly<S>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<SettingSubTitleProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+ + +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<SettingSubTitleProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<SettingSubTitleProps>, prevState: Readonly<S>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    + +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): DetailedReactHTMLElement<{ className: string }, HTMLElement>
  • +
+
    +
  • + +

    Returns DetailedReactHTMLElement<{ className: string }, HTMLElement>

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<S>, props: Readonly<SettingSubTitleProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof S

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<S>, props: Readonly<SettingSubTitleProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<SettingSubTitleProps>, nextState: Readonly<S>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<SettingSubTitleProps>
      +
    • +
    • +
      nextState: Readonly<S>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

children

+
children: undefined[] = []
+ +
+
+ +

className

+
className: string = ""
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Method
  • +
+
    +
  • Inherited constructor
  • +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_general_tabs_.tab.html b/LightcordApi/docs/classes/_components_general_tabs_.tab.html new file mode 100644 index 0000000..25b844a --- /dev/null +++ b/LightcordApi/docs/classes/_components_general_tabs_.tab.html @@ -0,0 +1,1000 @@ + + + + + + Tab | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Tab<SS>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    SS

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<{ TabContainer: Tabs; id: string; title: string }, { active: boolean }> +
      +
    • + Tab +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+
    +
  • new Tab(props: any): Tab
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      props: any
      +
    • +
    +

    Returns Tab

    +
  • +
+
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<{ TabContainer: Tabs; id: string; title: string }> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<{ active: boolean }>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<{ TabContainer: Tabs; id: string; title: string }>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<{ TabContainer: Tabs; id: string; title: string }>, nextState: Readonly<{ active: boolean }>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<{ TabContainer: Tabs; id: string; title: string }>, prevState: Readonly<{ active: boolean }>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<{ TabContainer: Tabs; id: string; title: string }>
      +
    • +
    • +
      prevState: Readonly<{ active: boolean }>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<{ TabContainer: Tabs; id: string; title: string }>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<{ TabContainer: Tabs; id: string; title: string }>, nextState: Readonly<{ active: boolean }>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<{ TabContainer: Tabs; id: string; title: string }>, prevState: Readonly<{ active: boolean }>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<{ TabContainer: Tabs; id: string; title: string }>
      +
    • +
    • +
      prevState: Readonly<{ active: boolean }>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

setActive

+
    +
  • setActive(isActive: boolean): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      isActive: boolean
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<{ active: boolean }>, props: Readonly<{ TabContainer: Tabs; id: string; title: string }>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof { active: boolean }

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<{ active: boolean }>, props: Readonly<{ TabContainer: Tabs; id: string; title: string }>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<{ TabContainer: Tabs; id: string; title: string }>, nextState: Readonly<{ active: boolean }>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<{ TabContainer: Tabs; id: string; title: string }>
      +
    • +
    • +
      nextState: Readonly<{ active: boolean }>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_general_tabs_.tabs.html b/LightcordApi/docs/classes/_components_general_tabs_.tabs.html new file mode 100644 index 0000000..619cc97 --- /dev/null +++ b/LightcordApi/docs/classes/_components_general_tabs_.tabs.html @@ -0,0 +1,1169 @@ + + + + + + Tabs | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Tabs<SS>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    SS

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<TabsProps, { active: string }> +
      +
    • + Tabs +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<TabsProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<{ active: string }>
+ +
+
+ +

tabsElements

+
tabsElements: Tab[] = []
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

tabs

+
    +
  • get tabs(): Tabs["props"]["tabs"]
  • +
+
    +
  • + +

    Returns Tabs["props"]["tabs"]

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<TabsProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<TabsProps>, nextState: Readonly<{ active: string }>, nextContext: any): void
  • +
+ +
+
+ +

changeTab

+
    +
  • changeTab(tab: string): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      tab: string
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<TabsProps>, prevState: Readonly<{ active: string }>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<TabsProps>
      +
    • +
    • +
      prevState: Readonly<{ active: string }>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<TabsProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<TabsProps>, nextState: Readonly<{ active: string }>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<TabsProps>, prevState: Readonly<{ active: string }>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<TabsProps>
      +
    • +
    • +
      prevState: Readonly<{ active: string }>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

isActive

+
    +
  • isActive(tab: any): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      tab: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

render

+
    +
  • render(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<{ active: string }>, props: Readonly<TabsProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof { active: string }

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<{ active: string }>, props: Readonly<TabsProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<TabsProps>, nextState: Readonly<{ active: string }>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<TabsProps>
      +
    • +
    • +
      nextState: Readonly<{ active: string }>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

active

+
active: null = null
+ +
+
+ +

children

+
children: null = null
+ +
+
+ +

onChange

+
onChange: NOOP = NOOP
+ +
+
+ +

style

+
style: {}
+ +
+

Type declaration

+
    +
+
+
+
+ +

tabs

+
tabs: { id: string; label: string }[] = [{label: "No tabs was passed to <Tabs>.", id: "none"}]
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Property
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_general_text_.text.html b/LightcordApi/docs/classes/_components_general_text_.text.html new file mode 100644 index 0000000..ee602a2 --- /dev/null +++ b/LightcordApi/docs/classes/_components_general_text_.text.html @@ -0,0 +1,1182 @@ + + + + + + Text | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Text<S, SS, S>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    S

    +
  • +
  • +

    SS

    +
  • +
  • +

    S

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<TextProps> +
      +
    • + Text +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<TextProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<S>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+ +

Static familys

+
familys: TextFamily[] = ["primary", "code"]
+ +
+
+ +

Static sizes

+
sizes: TextSize[] = ["small", "medium", "medium_small", "medium_large", "large"]
+ +
+
+ +

Static textCases

+
textCases: TextCase[] = ["lowercase", "uppercase"]
+ +
+
+ +

Static weights

+
weights: TextWeight[] = ["light", "normal", "medium", "semibold", "bold"]
+ +
+
+
+

Accessors

+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

Static colors

+ +
    +
  • + +

    Returns TextColor[]

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<TextProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<TextProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<TextProps>, prevState: Readonly<S>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<TextProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<TextProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<TextProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<TextProps>, prevState: Readonly<S>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<TextProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): ReactElement<{ className: string; style: {} }, string | ((props: P) => ReactElement | null) | {}>
  • +
+
    +
  • + +

    Returns ReactElement<{ className: string; style: {} }, string | ((props: P) => ReactElement | null) | {}>

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<S>, props: Readonly<TextProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof S

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<S>, props: Readonly<TextProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<TextProps>, nextState: Readonly<S>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<TextProps>
      +
    • +
    • +
      nextState: Readonly<S>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

children

+
children: null = null
+ +
+
+ +

tag

+
tag: string = "div"
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Method
  • +
+
    +
  • Inherited constructor
  • +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
    +
  • Static property
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_general_title_.title.html b/LightcordApi/docs/classes/_components_general_title_.title.html new file mode 100644 index 0000000..9c5f3df --- /dev/null +++ b/LightcordApi/docs/classes/_components_general_title_.title.html @@ -0,0 +1,1071 @@ + + + + + + Title | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Title<S, SS, S>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    S

    +
  • +
  • +

    SS

    +
  • +
  • +

    S

    +
  • +
+
+
+

Hierarchy

+ +
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<TitleProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<S>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<TitleProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<TitleProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<TitleProps>, prevState: Readonly<S>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<TitleProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<TitleProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<TitleProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<TitleProps>, prevState: Readonly<S>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<TitleProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): DetailedReactHTMLElement<{ className: string }, HTMLElement>
  • +
+
    +
  • + +

    Returns DetailedReactHTMLElement<{ className: string }, HTMLElement>

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<S>, props: Readonly<TitleProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof S

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<S>, props: Readonly<TitleProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<TitleProps>, nextState: Readonly<S>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<TitleProps>
      +
    • +
    • +
      nextState: Readonly<S>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

children

+
children: null = null
+ +
+
+ +

className

+
className: null = null
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_general_tooltip_.tooltip.html b/LightcordApi/docs/classes/_components_general_tooltip_.tooltip.html new file mode 100644 index 0000000..d1971a8 --- /dev/null +++ b/LightcordApi/docs/classes/_components_general_tooltip_.tooltip.html @@ -0,0 +1,1131 @@ + + + + + + Tooltip | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Tooltip<S, SS, S>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    S

    +
  • +
  • +

    SS

    +
  • +
  • +

    S

    +
  • +
+
+
+

Hierarchy

+ +
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<TooltipProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<S>
+ +
+
+ +

Static Colors

+
Colors: TooltipColor[] = ["black", "grey", "brand", "green", "yellow", "red"]
+ +
+
+ +

Static Positions

+
Positions: TooltipPosition[] = ["top", "left", "right", "bottom"]
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<TooltipProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<TooltipProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<TooltipProps>, prevState: Readonly<S>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<TooltipProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<TooltipProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<TooltipProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<TooltipProps>, prevState: Readonly<S>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<TooltipProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): DetailedReactHTMLElement<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>
  • +
+
    +
  • + +

    Returns DetailedReactHTMLElement<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<S>, props: Readonly<TooltipProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof S

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<S>, props: Readonly<TooltipProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<TooltipProps>, nextState: Readonly<S>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<TooltipProps>
      +
    • +
    • +
      nextState: Readonly<S>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

children

+
children: null = null
+ +
+
+ +

color

+
color: "brand" = "brand"
+ +
+
+ +

position

+
position: "top" = "top"
+ +
+
+ +

text

+
text: string = "No text was passed to Tooltip"
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
    +
  • Static property
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_inputs_button_.button.html b/LightcordApi/docs/classes/_components_inputs_button_.button.html new file mode 100644 index 0000000..f234801 --- /dev/null +++ b/LightcordApi/docs/classes/_components_inputs_button_.button.html @@ -0,0 +1,1094 @@ + + + + + + Button | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Button<SS>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    SS

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<ButtonProps, { hover: boolean }> +
      +
    • + Button +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<ButtonProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<{ hover: boolean }>
+ +
+
+ +

Static Colors

+
Colors: ButtonColor[] = ["brand", "grey", "red", "green", "yellow", "primary", "link", "white", "black", "transparent"]
+ +
+
+ +

Static HoverColors

+
HoverColors: ButtonHovers[] = ["default", ...Button.Colors]
+ +
+
+ +

Static Looks

+
Looks: ButtonLook[] = ["filled", "inverted", "outlined", "ghost", "link", "blank"]
+ +
+
+ +

Static Sizes

+
Sizes: ButtonSize[] = ["small", "medium", "large", "xlarge", "min", "max", "icon", "none"]
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<ButtonProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<ButtonProps>, nextState: Readonly<{ hover: boolean }>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<ButtonProps>, prevState: Readonly<{ hover: boolean }>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<ButtonProps>
      +
    • +
    • +
      prevState: Readonly<{ hover: boolean }>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<ButtonProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<ButtonProps>, nextState: Readonly<{ hover: boolean }>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<ButtonProps>, prevState: Readonly<{ hover: boolean }>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<ButtonProps>
      +
    • +
    • +
      prevState: Readonly<{ hover: boolean }>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<{ hover: boolean }>, props: Readonly<ButtonProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof { hover: boolean }

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<{ hover: boolean }>, props: Readonly<ButtonProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<ButtonProps>, nextState: Readonly<{ hover: boolean }>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<ButtonProps>
      +
    • +
    • +
      nextState: Readonly<{ hover: boolean }>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
    +
  • Static property
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_inputs_colorpicker_.colorpicker.html b/LightcordApi/docs/classes/_components_inputs_colorpicker_.colorpicker.html new file mode 100644 index 0000000..b91a7de --- /dev/null +++ b/LightcordApi/docs/classes/_components_inputs_colorpicker_.colorpicker.html @@ -0,0 +1,1002 @@ + + + + + + ColorPicker | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class ColorPicker<SS>

+
+
+
+
+
+
+
+
+
+

This componennt needs to be loaded. As a result, you may experience 100-300ms loading the first time. + Render will return null before loaded.

+
+
+
+
+

Type parameters

+
    +
  • +

    SS

    +
  • +
+
+
+

Hierarchy

+
    +
  • + PureComponent<ColorPickerProps, { lastColor: any; value?: string }> +
      +
    • + ColorPicker +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ +
    +
  • + +

    Parameters

    + +

    Returns ColorPicker

    +
  • +
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<ColorPickerProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<ColorPickerProps>, nextState: Readonly<{ lastColor: any; value?: string }>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<ColorPickerProps>, prevState: Readonly<{ lastColor: any; value?: string }>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<ColorPickerProps>
      +
    • +
    • +
      prevState: Readonly<{ lastColor: any; value?: string }>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<ColorPickerProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<ColorPickerProps>, nextState: Readonly<{ lastColor: any; value?: string }>, nextContext: any): void
  • +
+ +
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<ColorPickerProps>, prevState: Readonly<{ lastColor: any; value?: string }>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<ColorPickerProps>
      +
    • +
    • +
      prevState: Readonly<{ lastColor: any; value?: string }>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

onChange

+
    +
  • onChange(val: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      val: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

render

+
    +
  • render(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

renderColorPicker

+
    +
  • renderColorPicker(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<ColorPickerProps>, nextState: Readonly<{ lastColor: any; value?: string }>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<ColorPickerProps>
      +
    • +
    • +
      nextState: Readonly<{ lastColor: any; value?: string }>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

Static preload

+
    +
  • preload(): void
  • +
+
    +
  • + +
    +
    +

    Preload the component.

    +
    +
    +

    Returns void

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

baseColors

+
baseColors: number[] = Constants.baseColors
+ +
+
+ +

customColor

+
customColor: null = null
+ +
+
+ +

defaultColor

+
defaultColor: number = Constants.defaultColor
+ +
+
+ +

disabled

+
disabled: false = false
+ +
+
+ +

onChange

+
onChange: NOOP = NOOP
+ +
+
+ +

value

+
value: null = null
+ +
+
+
+ +

Static help

+
help: object
+ +
+ +

info

+
info: string = "To convert hex colors to decimal, you can do `Lightcord.Api.Utils.HexColorToDecimal('#7289DA')` and go back with `Lightcord.Api.Utils.DecimalColorToHex(7506394)`"
+ +
+
+ +

warn

+
warn: string = "The component may not appear instantly. The component needs to be loaded, so you could experience 50-300ms loading time depending on your internet connection."
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Interface
  • +
+
    +
  • Inherited method
  • +
+
    +
  • Static method
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_inputs_colorpicker_old_.colorpicker.html b/LightcordApi/docs/classes/_components_inputs_colorpicker_old_.colorpicker.html new file mode 100644 index 0000000..b991a60 --- /dev/null +++ b/LightcordApi/docs/classes/_components_inputs_colorpicker_old_.colorpicker.html @@ -0,0 +1,1183 @@ + + + + + + ColorPicker | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class ColorPicker<S, SS, S>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    S

    +
  • +
  • +

    SS

    +
  • +
  • +

    S

    +
  • +
+
+
+

Hierarchy

+ +
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<ColorPickerProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<S>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any[]
  • +
+
    +
  • + +

    Returns any[]

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<ColorPickerProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<ColorPickerProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<ColorPickerProps>, prevState: Readonly<S>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<ColorPickerProps>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<ColorPickerProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<ColorPickerProps>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<ColorPickerProps>, prevState: Readonly<S>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    + +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

renderColorPicker

+
    +
  • renderColorPicker(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

renderPopout

+
    +
  • renderPopout(): void
  • +
+
    +
  • + +

    Returns void

    +
  • +
+
+
+ +

setColor

+
    +
  • setColor(color: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      color: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<S>, props: Readonly<ColorPickerProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof S

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<S>, props: Readonly<ColorPickerProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<ColorPickerProps>, nextState: Readonly<S>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<ColorPickerProps>
      +
    • +
    • +
      nextState: Readonly<S>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

baseColors

+
baseColors: true = true
+ +
+
+ +

customColor

+
customColor: true = true
+ +
+
+ +

defaultColor

+
defaultColor: true = true
+ +
+
+ +

inline

+
inline: false = false
+ +
+
+ +

popout

+
popout: false = false
+ +
+
+ +

tooltip

+
tooltip: false = false
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_inputs_dateinput_.animatedcalendarpicker.html b/LightcordApi/docs/classes/_components_inputs_dateinput_.animatedcalendarpicker.html new file mode 100644 index 0000000..d2ac664 --- /dev/null +++ b/LightcordApi/docs/classes/_components_inputs_dateinput_.animatedcalendarpicker.html @@ -0,0 +1,1097 @@ + + + + + + AnimatedCalendarPicker | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class AnimatedCalendarPicker<SS>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    SS

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<any, { menuAnimation: any }> +
      +
    • + AnimatedCalendarPicker +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<any> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<{ menuAnimation: any }>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+ +

Static displayName

+
displayName: string = "AnimatedCalendarPicker"
+ +
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<any>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<any>, nextState: Readonly<{ menuAnimation: any }>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<any>, prevState: Readonly<{ menuAnimation: any }>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<any>
      +
    • +
    • +
      prevState: Readonly<{ menuAnimation: any }>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

componentWillEnter

+
    +
  • componentWillEnter(ev: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      ev: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

componentWillLeave

+
    +
  • componentWillLeave(e: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      e: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<any>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<any>, nextState: Readonly<{ menuAnimation: any }>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<any>, prevState: Readonly<{ menuAnimation: any }>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<any>
      +
    • +
    • +
      prevState: Readonly<{ menuAnimation: any }>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): ComponentElement<{ className: string; style: object }, Component<{ className: string; style: object }, any, any>>
  • +
+
    +
  • + +

    Returns ComponentElement<{ className: string; style: object }, Component<{ className: string; style: object }, any, any>>

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<{ menuAnimation: any }>, props: Readonly<any>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof { menuAnimation: any }

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<{ menuAnimation: any }>, props: Readonly<any>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<any>, nextState: Readonly<{ menuAnimation: any }>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<any>
      +
    • +
    • +
      nextState: Readonly<{ menuAnimation: any }>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
    +
  • Static property
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_inputs_dateinput_.calendarpicker.html b/LightcordApi/docs/classes/_components_inputs_dateinput_.calendarpicker.html new file mode 100644 index 0000000..07809ec --- /dev/null +++ b/LightcordApi/docs/classes/_components_inputs_dateinput_.calendarpicker.html @@ -0,0 +1,1089 @@ + + + + + + CalendarPicker | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class CalendarPicker<S, SS, S>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    S

    +
  • +
  • +

    SS

    +
  • +
  • +

    S

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<any> +
      +
    • + CalendarPicker +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<any> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<S>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+ +

Static displayName

+
displayName: string = "CalendarPicker"
+ +
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<any>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<any>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<any>, prevState: Readonly<S>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<any>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<any>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<any>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<any>, prevState: Readonly<S>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<any>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): DetailedReactHTMLElement<{ className: string }, HTMLElement>
  • +
+
    +
  • + +

    Returns DetailedReactHTMLElement<{ className: string }, HTMLElement>

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<S>, props: Readonly<any>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof S

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<S>, props: Readonly<any>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<any>, nextState: Readonly<S>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<any>
      +
    • +
    • +
      nextState: Readonly<S>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

value

+
value: Date = new Date()
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Method
  • +
+
    +
  • Inherited constructor
  • +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
    +
  • Static property
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_inputs_dateinput_.dateinput.html b/LightcordApi/docs/classes/_components_inputs_dateinput_.dateinput.html new file mode 100644 index 0000000..1a1a3cd --- /dev/null +++ b/LightcordApi/docs/classes/_components_inputs_dateinput_.dateinput.html @@ -0,0 +1,1287 @@ + + + + + + DateInput | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class DateInput<SS>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    SS

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<DateInputProps, { calendarRight: number; calendarTop: number; inputResetKey: number; isCalendarPickerOpen: boolean; value: Date }> +
      +
    • + DateInput +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

inputRef

+
inputRef: Component
+ +
+
+ +

Readonly props

+
props: Readonly<DateInputProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<{ calendarRight: number; calendarTop: number; inputResetKey: number; isCalendarPickerOpen: boolean; value: Date }>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<DateInputProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<DateInputProps>, nextState: Readonly<{ calendarRight: number; calendarTop: number; inputResetKey: number; isCalendarPickerOpen: boolean; value: Date }>, nextContext: any): void
  • +
+ +
+
+ +

closeCalendarPicker

+
    +
  • closeCalendarPicker(): void
  • +
+
    +
  • + +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

componentDidUpdate

+ + +
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<DateInputProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<DateInputProps>, nextState: Readonly<{ calendarRight: number; calendarTop: number; inputResetKey: number; isCalendarPickerOpen: boolean; value: Date }>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

getCurrentValue

+
    +
  • getCurrentValue(): string
  • +
+
    +
  • + +

    Returns string

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<DateInputProps>, prevState: Readonly<{ calendarRight: number; calendarTop: number; inputResetKey: number; isCalendarPickerOpen: boolean; value: Date }>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<DateInputProps>
      +
    • +
    • +
      prevState: Readonly<{ calendarRight: number; calendarTop: number; inputResetKey: number; isCalendarPickerOpen: boolean; value: Date }>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

handleDateChange

+
    +
  • handleDateChange(value: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

handleInputBlur

+
    +
  • handleInputBlur(ev: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      ev: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

render

+
    +
  • render(): ComponentElement<{ className: string }, Component<{ className: string }, any, any>>
  • +
+
    +
  • + +

    Returns ComponentElement<{ className: string }, Component<{ className: string }, any, any>>

    +
  • +
+
+
+ +

renderCalendarPicker

+ +
    +
  • + +

    Returns ComponentElement<any, AnimatedCalendarPicker>

    +
  • +
+
+
+ +

setRef

+
    +
  • setRef(ref: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      ref: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<{ calendarRight: number; calendarTop: number; inputResetKey: number; isCalendarPickerOpen: boolean; value: Date }>, props: Readonly<DateInputProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof { calendarRight: number; calendarTop: number; inputResetKey: number; isCalendarPickerOpen: boolean; value: Date }

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<{ calendarRight: number; calendarTop: number; inputResetKey: number; isCalendarPickerOpen: boolean; value: Date }>, props: Readonly<DateInputProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<DateInputProps>, nextState: Readonly<{ calendarRight: number; calendarTop: number; inputResetKey: number; isCalendarPickerOpen: boolean; value: Date }>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<DateInputProps>
      +
    • +
    • +
      nextState: Readonly<{ calendarRight: number; calendarTop: number; inputResetKey: number; isCalendarPickerOpen: boolean; value: Date }>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

toggleCalendarVisibility

+
    +
  • toggleCalendarVisibility(ev: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      ev: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

dateFormat

+
dateFormat: string = DateConstants.DATE_FORMAT
+ +
+
+ +

isModalInput

+
isModalInput: true = true
+ +
+
+
+ +

Static help

+
help: object
+ +
+ +

warn

+
warn: string = "This component is still `experimental`. Please report issues to [Lightcord's developers](https://github.com/Lightcord/Lightcord/issues)."
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Property
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_inputs_daterange_.daterange.html b/LightcordApi/docs/classes/_components_inputs_daterange_.daterange.html new file mode 100644 index 0000000..e07b59b --- /dev/null +++ b/LightcordApi/docs/classes/_components_inputs_daterange_.daterange.html @@ -0,0 +1,1180 @@ + + + + + + DateRange | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class DateRange<SS>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    SS

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<DateRangeProps, { end: Date; start: Date }> +
      +
    • + DateRange +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<DateRangeProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<{ end: Date; start: Date }>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+ +

Static displayName

+
displayName: string = "DateRange"
+ +
+
+
+

Accessors

+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<DateRangeProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<DateRangeProps>, nextState: Readonly<{ end: Date; start: Date }>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

componentDidUpdate

+ + +
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<DateRangeProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<DateRangeProps>, nextState: Readonly<{ end: Date; start: Date }>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

getMaxDate

+
    +
  • getMaxDate(): Date
  • +
+
    +
  • + +

    Returns Date

    +
  • +
+
+
+ +

getMinDate

+
    +
  • getMinDate(): Date
  • +
+
    +
  • + +

    Returns Date

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<DateRangeProps>, prevState: Readonly<{ end: Date; start: Date }>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<DateRangeProps>
      +
    • +
    • +
      prevState: Readonly<{ end: Date; start: Date }>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

handleChange

+
    +
  • handleChange(): void
  • +
+
    +
  • + +

    Returns void

    +
  • +
+
+
+ +

handleEndChange

+
    +
  • handleEndChange(end: Date): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      end: Date
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

handleStartChange

+
    +
  • handleStartChange(start: Date): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      start: Date
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

render

+
    +
  • render(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<{ end: Date; start: Date }>, props: Readonly<DateRangeProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof { end: Date; start: Date }

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<{ end: Date; start: Date }>, props: Readonly<DateRangeProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<DateRangeProps>, nextState: Readonly<{ end: Date; start: Date }>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<DateRangeProps>
      +
    • +
    • +
      nextState: Readonly<{ end: Date; start: Date }>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

dateFormat

+
dateFormat: string = DateConstants.DATE_FORMAT
+ +
+
+
+ +

Static help

+
help: object
+ +
+ +

warn

+
warn: string = "This component is still `experimental`. Please report issues to [Lightcord's developers](https://github.com/Lightcord/Lightcord/issues)."
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
    +
  • Static property
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_inputs_dropdown_.dropdown.html b/LightcordApi/docs/classes/_components_inputs_dropdown_.dropdown.html new file mode 100644 index 0000000..4744666 --- /dev/null +++ b/LightcordApi/docs/classes/_components_inputs_dropdown_.dropdown.html @@ -0,0 +1,1246 @@ + + + + + + Dropdown | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Dropdown<SS>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    SS

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<DropdownProps, { value: string | null }> +
      +
    • + Dropdown +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<DropdownProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<{ value: string | null }>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

value

+
    +
  • get value(): string
  • +
+
    +
  • + +

    Returns string

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<DropdownProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<DropdownProps>, nextState: Readonly<{ value: string | null }>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<DropdownProps>, prevState: Readonly<{ value: string | null }>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<DropdownProps>
      +
    • +
    • +
      prevState: Readonly<{ value: string | null }>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<DropdownProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<DropdownProps>, nextState: Readonly<{ value: string | null }>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<DropdownProps>, prevState: Readonly<{ value: string | null }>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<DropdownProps>
      +
    • +
    • +
      prevState: Readonly<{ value: string | null }>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

onChange

+
    +
  • onChange(value: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

render

+
    +
  • render(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<{ value: string | null }>, props: Readonly<DropdownProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof { value: string | null }

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<{ value: string | null }>, props: Readonly<DropdownProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<DropdownProps>, nextState: Readonly<{ value: string | null }>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<DropdownProps>
      +
    • +
    • +
      nextState: Readonly<{ value: string | null }>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

className

+
className: null = null
+ +
+
+ +

clearable

+
clearable: false = false
+ +
+
+ +

darkThemeColorOverrides

+
darkThemeColorOverrides: null = null
+ +
+
+ +

disabled

+
disabled: false = false
+ +
+
+ +

error

+
error: null = null
+ +
+
+ +

isMulti

+
isMulti: false = false
+ +
+
+ +

lightThemeColorOverrides

+
lightThemeColorOverrides: null = null
+ +
+
+ +

multiValueRenderer

+
multiValueRenderer: null = null
+ +
+
+ +

onChange

+
onChange: NOOP = NOOP
+ +
+
+ +

optionRenderer

+
optionRenderer: null = null
+ +
+
+ +

options

+
options: { label: string; value: string }[] = [{value: "none","label": "No options - No options was passed to Dropdown. If you meant to put an empty dropdown, input an empty array."}]
+ +
+
+ +

searchable

+
searchable: false = false
+ +
+
+ +

styleOverrides

+
styleOverrides: null = null
+ +
+
+ +

value

+
value: null = null
+ +
+
+ +

valueRenderer

+
valueRenderer: null = null
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_inputs_radiogroup_.radiogroup.html b/LightcordApi/docs/classes/_components_inputs_radiogroup_.radiogroup.html new file mode 100644 index 0000000..c5a3b19 --- /dev/null +++ b/LightcordApi/docs/classes/_components_inputs_radiogroup_.radiogroup.html @@ -0,0 +1,1163 @@ + + + + + + RadioGroup | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class RadioGroup<SS>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    SS

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<RadioGroupProps, { value?: string }> +
      +
    • + RadioGroup +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<RadioGroupProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<{ value?: string }>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

value

+
    +
  • get value(): string | null
  • +
+
    +
  • + +

    Returns string | null

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<RadioGroupProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<RadioGroupProps>, nextState: Readonly<{ value?: string }>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<RadioGroupProps>, prevState: Readonly<{ value?: string }>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<RadioGroupProps>
      +
    • +
    • +
      prevState: Readonly<{ value?: string }>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<RadioGroupProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<RadioGroupProps>, nextState: Readonly<{ value?: string }>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<RadioGroupProps>, prevState: Readonly<{ value?: string }>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<RadioGroupProps>
      +
    • +
    • +
      prevState: Readonly<{ value?: string }>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

onChange

+
    +
  • onChange(ev: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      ev: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

render

+
    +
  • render(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<{ value?: string }>, props: Readonly<RadioGroupProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof { value?: string }

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<{ value?: string }>, props: Readonly<RadioGroupProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<RadioGroupProps>, nextState: Readonly<{ value?: string }>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<RadioGroupProps>
      +
    • +
    • +
      nextState: Readonly<{ value?: string }>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

disabled

+
disabled: false = false
+ +
+
+ +

infoClassName

+
infoClassName: null = null
+ +
+
+ +

itemType

+
itemType: "bar" = "bar"
+ +
+
+ +

onChange

+
onChange: NOOP = NOOP
+ +
+
+ +

options

+
options: { color: string; desc: string; name: string; value: string }[] = [{value: "none",name: "No options",desc: "No options was passed to Choices. If you meant to display no options at all, please pass an empty array.",color: "#f04747"}]
+ +
+
+ +

size

+
size: "medium" = "medium"
+ +
+
+ +

value

+
value: null = null
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_inputs_switch_.switch.html b/LightcordApi/docs/classes/_components_inputs_switch_.switch.html new file mode 100644 index 0000000..0dc1d48 --- /dev/null +++ b/LightcordApi/docs/classes/_components_inputs_switch_.switch.html @@ -0,0 +1,1212 @@ + + + + + + Switch | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Switch<SS>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    SS

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<SwitchProps, { value: boolean }> +
      +
    • + Switch +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<SwitchProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<{ value: boolean }>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

value

+
    +
  • get value(): boolean
  • +
+
    +
  • + +

    Returns boolean

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<SwitchProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<SwitchProps>, nextState: Readonly<{ value: boolean }>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<SwitchProps>, prevState: Readonly<{ value: boolean }>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<SwitchProps>
      +
    • +
    • +
      prevState: Readonly<{ value: boolean }>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<SwitchProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<SwitchProps>, nextState: Readonly<{ value: boolean }>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<SwitchProps>, prevState: Readonly<{ value: boolean }>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<SwitchProps>
      +
    • +
    • +
      prevState: Readonly<{ value: boolean }>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

onChange

+
    +
  • onChange(value: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

render

+
    +
  • render(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<{ value: boolean }>, props: Readonly<SwitchProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof { value: boolean }

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<{ value: boolean }>, props: Readonly<SwitchProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<SwitchProps>, nextState: Readonly<{ value: boolean }>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<SwitchProps>
      +
    • +
    • +
      nextState: Readonly<{ value: boolean }>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

className

+
className: null = null
+ +
+
+ +

disabled

+
disabled: boolean = false
+ +
+
+ +

fill

+
fill: null = null
+ +
+
+ +

id

+
id: null = null
+ +
+
+ +

onChange

+
onChange: NOOP = NOOP
+ +
+
+ +

size

+
size: string = "default"
+ +
+
+ +

style

+
style: {}
+ +
+

Type declaration

+
    +
+
+
+
+ +

theme

+
theme: string = "default"
+ +
+
+ +

value

+
value: boolean = false
+ +
+
+
+ +

Static help

+
help: object
+ +
+ +

error

+
error: string = "The `clear` option doesn't work well on light theme."
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_inputs_textarea_.textarea.html b/LightcordApi/docs/classes/_components_inputs_textarea_.textarea.html new file mode 100644 index 0000000..a04c2c5 --- /dev/null +++ b/LightcordApi/docs/classes/_components_inputs_textarea_.textarea.html @@ -0,0 +1,1377 @@ + + + + + + TextArea | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TextArea<SS>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    SS

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<TextAreaProps, { value: string }> +
      +
    • + TextArea +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<TextAreaProps> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<{ value: string }>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

value

+
    +
  • get value(): string
  • +
+
    +
  • + +

    Returns string

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<TextAreaProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<TextAreaProps>, nextState: Readonly<{ value: string }>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<TextAreaProps>, prevState: Readonly<{ value: string }>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<TextAreaProps>
      +
    • +
    • +
      prevState: Readonly<{ value: string }>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<TextAreaProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<TextAreaProps>, nextState: Readonly<{ value: string }>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<TextAreaProps>, prevState: Readonly<{ value: string }>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<TextAreaProps>
      +
    • +
    • +
      prevState: Readonly<{ value: string }>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

onBlur

+
    +
  • onBlur(ev: any, name: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      ev: any
      +
    • +
    • +
      name: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

onChange

+
    +
  • onChange(value: any, name: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: any
      +
    • +
    • +
      name: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

onFocus

+
    +
  • onFocus(ev: any, name: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      ev: any
      +
    • +
    • +
      name: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

onKeyDown

+
    +
  • onKeyDown(ev: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      ev: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

render

+
    +
  • render(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<{ value: string }>, props: Readonly<TextAreaProps>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof { value: string }

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<{ value: string }>, props: Readonly<TextAreaProps>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<TextAreaProps>, nextState: Readonly<{ value: string }>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<TextAreaProps>
      +
    • +
    • +
      nextState: Readonly<{ value: string }>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

autoFocus

+
autoFocus: false = false
+ +
+
+ +

autosize

+
autosize: false = false
+ +
+
+ +

className

+
className: null = null
+ +
+
+ +

disabled

+
disabled: false = false
+ +
+
+ +

error

+
error: null = null
+ +
+
+ +

flex

+
flex: false = false
+ +
+
+ +

id

+
id: null = null
+ +
+
+ +

maxLength

+
maxLength: null = null
+ +
+
+ +

name

+
name: null = null
+ +
+
+ +

onBlur

+
onBlur: NOOP = NOOP
+ +
+
+ +

onChange

+
onChange: NOOP = NOOP
+ +
+
+ +

onFocus

+
onFocus: NOOP = NOOP
+ +
+
+ +

onKeyDown

+
onKeyDown: NOOP = NOOP
+ +
+
+ +

placeholder

+
placeholder: null = null
+ +
+
+ +

resizeable

+
resizeable: false = false
+ +
+
+ +

rows

+
rows: number = 3
+ +
+
+ +

value

+
value: string = ""
+ +
+
+
+ +

Static help

+
help: object
+ +
+ +

warn

+
warn: string = "This should be used for multi line inputs."
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_inputs_textinput_.textinput.html b/LightcordApi/docs/classes/_components_inputs_textinput_.textinput.html new file mode 100644 index 0000000..86e4ad0 --- /dev/null +++ b/LightcordApi/docs/classes/_components_inputs_textinput_.textinput.html @@ -0,0 +1,1135 @@ + + + + + + TextInput | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class TextInput<SS>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    SS

    +
  • +
+
+
+

Hierarchy

+
    +
  • + PureComponent<TextInputProps, { value: string }> +
      +
    • + TextInput +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ +
    +
  • + +

    Parameters

    + +

    Returns TextInput

    +
  • +
+
+
+
+

Properties

+
+ +

hasSet

+
hasSet: boolean
+ +
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+ +

value

+
    +
  • get value(): string
  • +
+
    +
  • + +

    Returns string

    +
  • +
+
+
+ +

Static AllPreviews

+
    +
  • get AllPreviews(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<TextInputProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<TextInputProps>, nextState: Readonly<{ value: string }>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<TextInputProps>, prevState: Readonly<{ value: string }>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<TextInputProps>
      +
    • +
    • +
      prevState: Readonly<{ value: string }>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<TextInputProps>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<TextInputProps>, nextState: Readonly<{ value: string }>, nextContext: any): void
  • +
+ +
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<TextInputProps>, prevState: Readonly<{ value: string }>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<TextInputProps>
      +
    • +
    • +
      prevState: Readonly<{ value: string }>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

onBlur

+
    +
  • onBlur(ev: any, name: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      ev: any
      +
    • +
    • +
      name: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

onChange

+
    +
  • onChange(value: any, name: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: any
      +
    • +
    • +
      name: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

onFocus

+
    +
  • onFocus(ev: any, name: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      ev: any
      +
    • +
    • +
      name: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

render

+
    +
  • render(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

setValue

+
    +
  • setValue(value: string): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      value: string
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<TextInputProps>, nextState: Readonly<{ value: string }>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<TextInputProps>
      +
    • +
    • +
      nextState: Readonly<{ value: string }>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+
+

Object literals

+
+ +

Static defaultProps

+
defaultProps: object
+ +
+ +

className

+
className: string = ""
+ +
+
+ +

disabled

+
disabled: false = false
+ +
+
+ +

error

+
error: null = null
+ +
+
+ +

id

+
id: null = null
+ +
+
+ +

inputClassName

+
inputClassName: string = ""
+ +
+
+ +

maxLength

+
maxLength: number = 999
+ +
+
+ +

name

+
name: string = ""
+ +
+
+ +

onBlur

+
onBlur: NOOP = NOOP
+ +
+
+ +

onChange

+
onChange: NOOP = NOOP
+ +
+
+ +

onFocus

+
onFocus: NOOP = NOOP
+ +
+
+ +

placeholder

+
placeholder: string = ""
+ +
+
+ +

size

+
size: "default" = "default"
+ +
+
+ +

value

+
value: string = ""
+ +
+
+
+ +

Static help

+
help: object
+ +
+ +

warn

+
warn: string = "This should be used for single line inputs."
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Property
  • +
  • Method
  • +
+
    +
  • Interface
  • +
+
    +
  • Inherited method
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_private_notice_.notice.html b/LightcordApi/docs/classes/_components_private_notice_.notice.html new file mode 100644 index 0000000..41be076 --- /dev/null +++ b/LightcordApi/docs/classes/_components_private_notice_.notice.html @@ -0,0 +1,1073 @@ + + + + + + Notice | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Notice<S, SS, S>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    S

    +
  • +
  • +

    SS

    +
  • +
  • +

    S

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<notice> +
      +
    • + Notice +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+ + +
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<notice> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<S>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+ +

Static defaultProps

+
defaultProps: notice = defaultNotice
+ +
+
+ +

Static displayName

+
displayName: string = "LightcordNotice"
+ +
+
+
+

Accessors

+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<notice>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<notice>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<notice>, prevState: Readonly<S>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<notice>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillMount

+
    +
  • componentWillMount(): void
  • +
+ +
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<notice>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as + cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<notice>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<notice>, prevState: Readonly<S>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<notice>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

render

+
    +
  • render(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<S>, props: Readonly<notice>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof S

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<S>, props: Readonly<notice>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<notice>, nextState: Readonly<S>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<notice>
      +
    • +
    • +
      nextState: Readonly<S>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Method
  • +
+
    +
  • Inherited constructor
  • +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
    +
  • Static property
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_components_private_notices_.notices.html b/LightcordApi/docs/classes/_components_private_notices_.notices.html new file mode 100644 index 0000000..c2b59a4 --- /dev/null +++ b/LightcordApi/docs/classes/_components_private_notices_.notices.html @@ -0,0 +1,1043 @@ + + + + + + Notices | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Notices<S, SS, S>

+
+
+
+
+
+
+
+

Type parameters

+
    +
  • +

    S

    +
  • +
  • +

    SS

    +
  • +
  • +

    S

    +
  • +
+
+
+

Hierarchy

+
    +
  • + Component<{ container: any }> +
      +
    • + Notices +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+
    +
  • new Notices(props: Readonly<{ container: any }>): Notices
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      props: Readonly<{ container: any }>
      +
    • +
    +

    Returns Notices

    +
  • +
+
+
+
+

Properties

+
+ +

context

+
context: any
+ +
+
+

If using the new style context, re-declare this in your class to be the + React.ContextType of your static contextType. + Should be used with type annotation or static contextType.

+
+
static contextType = MyContext
+// For TS pre-3.7:
+context!: React.ContextType<typeof MyContext>
+// For TS 3.7 and above:
+declare context: React.ContextType<typeof MyContext>
+
+
see
+

https://reactjs.org/docs/context.html

+
+
+
+
+
+ +

Readonly props

+
props: Readonly<{ container: any }> & Readonly<{ children?: ReactNode }>
+ +
+
+ +

refs

+
refs: {}
+ + +
+

Type declaration

+
    +
  • +
    [key: string]: ReactInstance
    +
  • +
+
+
+
+ +

state

+
state: Readonly<S>
+ +
+
+ +

Static Optional contextType

+
contextType: Context<any>
+ +
+
+

If set, this.context will be set at runtime to the current value of the given Context.

+
+

Usage:

+
type MyContext = number
+const Ctx = React.createContext<MyContext>(0)
+
+class Foo extends React.Component {
+  static contextType = Ctx
+  context!: React.ContextType<typeof Ctx>
+  render () {
+    return <>My context's value: {this.context}</>;
+  }
+}
+
+
see
+

https://reactjs.org/docs/context.html#classcontexttype

+
+
+
+
+
+ +

Static defaultProps

+
defaultProps: {}
+ +
+

Type declaration

+
    +
+
+
+
+ +

Static displayName

+
displayName: string = "LightcordNotices"
+ +
+
+
+

Accessors

+
+ +

hasNotice

+
    +
  • get hasNotice(): boolean
  • +
+
    +
  • + +

    Returns boolean

    +
  • +
+
+
+
+

Methods

+
+ +

Optional UNSAFE_componentWillMount

+
    +
  • UNSAFE_componentWillMount(): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillReceiveProps

+
    +
  • UNSAFE_componentWillReceiveProps(nextProps: Readonly<{ container: any }>, nextContext: any): void
  • +
+ +
+
+ +

Optional UNSAFE_componentWillUpdate

+
    +
  • UNSAFE_componentWillUpdate(nextProps: Readonly<{ container: any }>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

Optional componentDidCatch

+
    +
  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • +
+
    +
  • + +
    +
    +

    Catches exceptions generated in descendant components. Unhandled exceptions will cause + the entire component tree to unmount.

    +
    +
    +

    Parameters

    +
      +
    • +
      error: Error
      +
    • +
    • +
      errorInfo: ErrorInfo
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidMount

+
    +
  • componentDidMount(): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after a component is mounted. Setting state here will trigger re-rendering.

    +
    +
    +

    Returns void

    +
  • +
+
+
+ +

Optional componentDidUpdate

+
    +
  • componentDidUpdate(prevProps: Readonly<{ container: any }>, prevState: Readonly<S>, snapshot?: SS): void
  • +
+
    +
  • + +
    +
    +

    Called immediately after updating occurs. Not called for the initial render.

    +
    +

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<{ container: any }>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    • +
      Optional snapshot: SS
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

componentWillMount

+
    +
  • componentWillMount(): void
  • +
+
    +
  • + +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillReceiveProps

+
    +
  • componentWillReceiveProps(nextProps: Readonly<{ container: any }>, nextContext: any): void
  • +
+ +
+
+ +

componentWillUnmount

+
    +
  • componentWillUnmount(): void
  • +
+
    +
  • + +

    Returns void

    +
  • +
+
+
+ +

Optional componentWillUpdate

+
    +
  • componentWillUpdate(nextProps: Readonly<{ container: any }>, nextState: Readonly<S>, nextContext: any): void
  • +
+ +
+
+ +

forceUpdate

+
    +
  • forceUpdate(callback?: () => void): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional getSnapshotBeforeUpdate

+
    +
  • getSnapshotBeforeUpdate(prevProps: Readonly<{ container: any }>, prevState: Readonly<S>): SS | null
  • +
+
    +
  • + +
    +
    +

    Runs before React applies the result of render to the document, and + returns an object to be given to componentDidUpdate. Useful for saving + things such as scroll position before render causes changes to it.

    +
    +

    Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated + lifecycle events from running.

    +
    +

    Parameters

    +
      +
    • +
      prevProps: Readonly<{ container: any }>
      +
    • +
    • +
      prevState: Readonly<S>
      +
    • +
    +

    Returns SS | null

    +
  • +
+
+
+ +

noticeHandler

+
    +
  • noticeHandler(): void
  • +
+
    +
  • + +

    Returns void

    +
  • +
+
+
+ +

render

+
    +
  • render(): Element
  • +
+
    +
  • + +

    Returns Element

    +
  • +
+
+
+ +

setState

+
    +
  • setState<K>(state: ((prevState: Readonly<S>, props: Readonly<{ container: any }>) => S | {}) | (S | {}), callback?: () => void): void
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      K: keyof S

      +
    • +
    +

    Parameters

    +
      +
    • +
      state: ((prevState: Readonly<S>, props: Readonly<{ container: any }>) => S | {}) | (S | {})
      +
    • +
    • +
      Optional callback: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Optional shouldComponentUpdate

+
    +
  • shouldComponentUpdate(nextProps: Readonly<{ container: any }>, nextState: Readonly<S>, nextContext: any): boolean
  • +
+
    +
  • + +
    +
    +

    Called to determine whether the change in props and state should trigger a re-render.

    +
    +

    Component always returns true. + PureComponent implements a shallow comparison on props and state and returns true if any + props or states have changed.

    +

    If false is returned, Component#render, componentWillUpdate + and componentDidUpdate will not be called.

    +
    +

    Parameters

    +
      +
    • +
      nextProps: Readonly<{ container: any }>
      +
    • +
    • +
      nextState: Readonly<S>
      +
    • +
    • +
      nextContext: any
      +
    • +
    +

    Returns boolean

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Method
  • +
+
    +
  • Inherited property
  • +
  • Inherited method
  • +
+
    +
  • Interface
  • +
+
    +
  • Static property
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_modules_bdmodules_.webpackloader.html b/LightcordApi/docs/classes/_modules_bdmodules_.webpackloader.html new file mode 100644 index 0000000..58dfc08 --- /dev/null +++ b/LightcordApi/docs/classes/_modules_bdmodules_.webpackloader.html @@ -0,0 +1,244 @@ + + + + + + Webpackloader | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Webpackloader

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Webpackloader +
  • +
+
+
+

Index

+
+
+
+

Accessors

+ +
+
+

Methods

+ +
+
+
+
+
+

Accessors

+
+ +

default

+
    +
  • get default(): this
  • +
+
    +
  • + +

    Returns this

    +
  • +
+
+
+ +

modules

+
    +
  • get modules(): any
  • +
+
    +
  • + +

    Returns any

    +
  • +
+
+
+
+

Methods

+
+ +

get

+
    +
  • get(ids: any, modules: any): any
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      ids: any
      +
    • +
    • +
      modules: any
      +
    • +
    +

    Returns any

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Method
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_modules_discordtools_.notice.html b/LightcordApi/docs/classes/_modules_discordtools_.notice.html new file mode 100644 index 0000000..e6ff4ef --- /dev/null +++ b/LightcordApi/docs/classes/_modules_discordtools_.notice.html @@ -0,0 +1,1452 @@ + + + + + + Notice | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class Notice

+
+
+
+
+
+
+
+
+
+

A notice interface for modifying it and subscribing to events.

+
+
+
+
+

Hierarchy

+
    +
  • + EventEmitter +
      +
    • + Notice +
    • +
    +
  • +
+
+
+

Index

+
+ +
+
+
+

Constructors

+
+ +

constructor

+
    +
  • new Notice(data: any): Notice
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      data: any
      +
    • +
    +

    Returns Notice

    +
  • +
+
+
+
+

Properties

+
+ +

data

+
data: notice
+ +
+
+ +

Private nextTickRefresh

+
nextTickRefresh: boolean = false
+ +
+
+ +

state

+
state: { index: number; removed: boolean; showing: boolean }
+ +
+

Type declaration

+
    +
  • +
    index: number
    +
  • +
  • +
    removed: boolean
    +
  • +
  • +
    showing: boolean
    +
  • +
+
+
+
+ +

Static defaultMaxListeners

+
defaultMaxListeners: number
+ +
+
+
+

Accessors

+
+ +

buttonText

+
    +
  • get buttonText(): string
  • +
  • set buttonText(buttonText: string): void
  • +
+
    +
  • + +

    Returns string

    +
  • +
  • + +

    Parameters

    +
      +
    • +
      buttonText: string
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

id

+
    +
  • get id(): string
  • +
+
    +
  • + +

    Returns string

    +
  • +
+
+
+ +

index

+
    +
  • get index(): number
  • +
+
    +
  • + +

    Returns number

    +
  • +
+
+
+ +

onClick

+
    +
  • get onClick(): () => void
  • +
  • set onClick(onClick: () => void): void
  • +
+
    +
  • + +

    Returns () => void

    +
      +
    • +
        +
      • (): void
      • +
      +
        +
      • +

        Returns void

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

    Parameters

    +
      +
    • +
      onClick: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

removed

+
    +
  • get removed(): boolean
  • +
+
    +
  • + +

    Returns boolean

    +
  • +
+
+
+ +

showing

+
    +
  • get showing(): boolean
  • +
+
    +
  • + +

    Returns boolean

    +
  • +
+
+
+ +

text

+
    +
  • get text(): string
  • +
  • set text(text: string): void
  • +
+
    +
  • + +

    Returns string

    +
  • +
  • + +

    Parameters

    +
      +
    • +
      text: string
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

type

+
    +
  • get type(): "brand" | "default" | "spotify" | "facebook" | "info" | "danger" | "success" | "streamerMode" | "download" | "notification" | "premium" | "richPresence" | "premiumTier1" | "premiumTier2" | "survey"
  • +
  • set type(type: "brand" | "default" | "spotify" | "facebook" | "info" | "danger" | "success" | "streamerMode" | "download" | "notification" | "premium" | "richPresence" | "premiumTier1" | "premiumTier2" | "survey"): void
  • +
+
    +
  • + +

    Returns "brand" | "default" | "spotify" | "facebook" | "info" | "danger" | "success" | "streamerMode" | "download" | "notification" | "premium" | "richPresence" | "premiumTier1" | "premiumTier2" | "survey"

    +
  • +
  • + +

    Parameters

    +
      +
    • +
      type: "brand" | "default" | "spotify" | "facebook" | "info" | "danger" | "success" | "streamerMode" | "download" | "notification" | "premium" | "richPresence" | "premiumTier1" | "premiumTier2" | "survey"
      +
    • +
    +

    Returns void

    +
  • +
+
+
+
+

Methods

+
+ +

addListener

+
    +
  • addListener(event: string | symbol, listener: (...args: any[]) => void): this
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      event: string | symbol
      +
    • +
    • +
      listener: (...args: any[]) => void
      +
        +
      • +
          +
        • (...args: any[]): void
        • +
        +
          +
        • +

          Parameters

          +
            +
          • +
            Rest ...args: any[]
            +
          • +
          +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns this

    +
  • +
+
+
+ +

emit

+
    +
  • emit(event: string | symbol, ...args: any[]): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      event: string | symbol
      +
    • +
    • +
      Rest ...args: any[]
      +
    • +
    +

    Returns boolean

    +
  • +
+
+
+ +

eventNames

+
    +
  • eventNames(): Array<string | symbol>
  • +
+
    +
  • + +

    Returns Array<string | symbol>

    +
  • +
+
+
+ +

getMaxListeners

+
    +
  • getMaxListeners(): number
  • +
+
    +
  • + +

    Returns number

    +
  • +
+
+
+ +

listenerCount

+
    +
  • listenerCount(type: string | symbol): number
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      type: string | symbol
      +
    • +
    +

    Returns number

    +
  • +
+
+
+ +

listeners

+
    +
  • listeners(event: string | symbol): Function[]
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      event: string | symbol
      +
    • +
    +

    Returns Function[]

    +
  • +
+
+
+ +

off

+
    +
  • off(event: "removed", listener: () => void): this
  • +
  • off(event: "showing", listener: (isShowing: boolean) => void): this
  • +
  • off(event: "index", listener: (index: number) => void): this
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      event: "removed"
      +
    • +
    • +
      listener: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns this

    +
  • +
  • + +

    Parameters

    +
      +
    • +
      event: "showing"
      +
    • +
    • +
      listener: (isShowing: boolean) => void
      +
        +
      • +
          +
        • (isShowing: boolean): void
        • +
        +
          +
        • +

          Parameters

          +
            +
          • +
            isShowing: boolean
            +
          • +
          +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns this

    +
  • +
  • + +

    Parameters

    +
      +
    • +
      event: "index"
      +
    • +
    • +
      listener: (index: number) => void
      +
        +
      • +
          +
        • (index: number): void
        • +
        +
          +
        • +

          Parameters

          +
            +
          • +
            index: number
            +
          • +
          +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns this

    +
  • +
+
+
+ +

on

+
    +
  • on(event: "removed", listener: () => void): this
  • +
  • on(event: "showing", listener: (isShowing: boolean) => void): this
  • +
  • on(event: "index", listener: (index: number) => void): this
  • +
+
    +
  • + +
    +
    +

    Will be called whem the notice is removed.

    +
    +
    +

    Parameters

    +
      +
    • +
      event: "removed"
      +
    • +
    • +
      listener: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns this

    +
  • +
  • + +
    +
    +

    Will be called when the notice is visible or not.

    +
    +
    +

    Parameters

    +
      +
    • +
      event: "showing"
      +
    • +
    • +
      listener: (isShowing: boolean) => void
      +
        +
      • +
          +
        • (isShowing: boolean): void
        • +
        +
          +
        • +

          Parameters

          +
            +
          • +
            isShowing: boolean
            +
          • +
          +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns this

    +
  • +
  • + +
    +
    +

    Will be called when the notice queue changes.

    +
    +
    +

    Parameters

    +
      +
    • +
      event: "index"
      +
    • +
    • +
      listener: (index: number) => void
      +
        +
      • +
          +
        • (index: number): void
        • +
        +
          +
        • +

          Parameters

          +
            +
          • +
            index: number
            +
          • +
          +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns this

    +
  • +
+
+
+ +

once

+
    +
  • once(event: "removed", listener: () => void): this
  • +
  • once(event: "showing", listener: (isShowing: boolean) => void): this
  • +
  • once(event: "index", listener: (index: number) => void): this
  • +
+
    +
  • + +
    +
    +

    Will be called whem the notice is removed.

    +
    +
    +

    Parameters

    +
      +
    • +
      event: "removed"
      +
    • +
    • +
      listener: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns this

    +
  • +
  • + +
    +
    +

    Will be called when the notice is visible or not.

    +
    +
    +

    Parameters

    +
      +
    • +
      event: "showing"
      +
    • +
    • +
      listener: (isShowing: boolean) => void
      +
        +
      • +
          +
        • (isShowing: boolean): void
        • +
        +
          +
        • +

          Parameters

          +
            +
          • +
            isShowing: boolean
            +
          • +
          +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns this

    +
  • +
  • + +
    +
    +

    Will be called when the notice queue changes.

    +
    +
    +

    Parameters

    +
      +
    • +
      event: "index"
      +
    • +
    • +
      listener: (index: number) => void
      +
        +
      • +
          +
        • (index: number): void
        • +
        +
          +
        • +

          Parameters

          +
            +
          • +
            index: number
            +
          • +
          +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns this

    +
  • +
+
+
+ +

prependListener

+
    +
  • prependListener(event: string | symbol, listener: (...args: any[]) => void): this
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      event: string | symbol
      +
    • +
    • +
      listener: (...args: any[]) => void
      +
        +
      • +
          +
        • (...args: any[]): void
        • +
        +
          +
        • +

          Parameters

          +
            +
          • +
            Rest ...args: any[]
            +
          • +
          +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns this

    +
  • +
+
+
+ +

prependOnceListener

+
    +
  • prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      event: string | symbol
      +
    • +
    • +
      listener: (...args: any[]) => void
      +
        +
      • +
          +
        • (...args: any[]): void
        • +
        +
          +
        • +

          Parameters

          +
            +
          • +
            Rest ...args: any[]
            +
          • +
          +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns this

    +
  • +
+
+
+ +

rawListeners

+
    +
  • rawListeners(event: string | symbol): Function[]
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      event: string | symbol
      +
    • +
    +

    Returns Function[]

    +
  • +
+
+
+ +

remove

+
    +
  • remove(): void
  • +
+
    +
  • + +

    Returns void

    +
  • +
+
+
+ +

removeAllListeners

+
    +
  • removeAllListeners(event?: string | symbol): this
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Optional event: string | symbol
      +
    • +
    +

    Returns this

    +
  • +
+
+
+ +

removeListener

+
    +
  • removeListener(event: string | symbol, listener: (...args: any[]) => void): this
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      event: string | symbol
      +
    • +
    • +
      listener: (...args: any[]) => void
      +
        +
      • +
          +
        • (...args: any[]): void
        • +
        +
          +
        • +

          Parameters

          +
            +
          • +
            Rest ...args: any[]
            +
          • +
          +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns this

    +
  • +
+
+
+ +

setMaxListeners

+
    +
  • setMaxListeners(n: number): this
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      n: number
      +
    • +
    +

    Returns this

    +
  • +
+
+
+ +

update

+
    +
  • update(data: Partial<notice>): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      data: Partial<notice>
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

Static listenerCount

+
    +
  • listenerCount(emitter: EventEmitter, event: string | symbol): number
  • +
+
    +
  • + +
    +
    +
    deprecated
    +

    since v4.0.0

    +
    +
    +
    +

    Parameters

    +
      +
    • +
      emitter: EventEmitter
      +
    • +
    • +
      event: string | symbol
      +
    • +
    +

    Returns number

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
  • Property
  • +
  • Method
  • +
  • Accessor
  • +
+
    +
  • Interface
  • +
+
    +
  • Inherited method
  • +
+
    +
  • Private property
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_modules_utils_.lightcordapierror.html b/LightcordApi/docs/classes/_modules_utils_.lightcordapierror.html new file mode 100644 index 0000000..862fbaa --- /dev/null +++ b/LightcordApi/docs/classes/_modules_utils_.lightcordapierror.html @@ -0,0 +1,229 @@ + + + + + + LightcordApiError | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class LightcordApiError

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Error +
      +
    • + LightcordApiError +
    • +
    +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

message

+
message: string
+ +
+
+ +

name

+
name: string = "LightcordApiError"
+ +
+
+ +

Optional stack

+
stack: string
+ +
+
+ +

Static Error

+
Error: ErrorConstructor
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Property
  • +
+
    +
  • Interface
  • +
+
    +
  • Inherited property
  • +
+
    +
  • Static property
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/classes/_modules_webpackloader_.webpackloadererror.html b/LightcordApi/docs/classes/_modules_webpackloader_.webpackloadererror.html new file mode 100644 index 0000000..f3a93e7 --- /dev/null +++ b/LightcordApi/docs/classes/_modules_webpackloader_.webpackloadererror.html @@ -0,0 +1,261 @@ + + + + + + WebpackLoaderError | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Class WebpackLoaderError

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Error +
      +
    • + WebpackLoaderError +
    • +
    +
  • +
+
+
+

Index

+
+
+
+

Constructors

+ +
+
+

Properties

+ +
+
+
+
+
+

Constructors

+
+ +

constructor

+ +
    +
  • + +

    Parameters

    +
      +
    • +
      Default value message: string = ""
      +
    • +
    +

    Returns WebpackLoaderError

    +
  • +
+
+
+
+

Properties

+
+ +

message

+
message: string
+ +
+
+ +

name

+
name: string
+ +
+
+ +

Optional stack

+
stack: string
+ +
+
+ +

Static Error

+
Error: ErrorConstructor
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
  • Constructor
  • +
+
    +
  • Interface
  • +
+
    +
  • Inherited property
  • +
+
    +
  • Static property
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/globals.html b/LightcordApi/docs/globals.html new file mode 100644 index 0000000..66d81ae --- /dev/null +++ b/LightcordApi/docs/globals.html @@ -0,0 +1,290 @@ + + + + + + lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

lightcordapi

+
+
+
+
+
+ + +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/index.html b/LightcordApi/docs/index.html new file mode 100644 index 0000000..96f3c06 --- /dev/null +++ b/LightcordApi/docs/index.html @@ -0,0 +1,245 @@ + + + + + + lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

lightcordapi

+
+
+
+
+
+
+
+ +

LightcordApi

+
+

Welcome to LightcordApi's Documentation !

+

The api is mainly written here.

+

The main's module documentation can be found here

+

(If you're on github, click here: here)

+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/interfaces/_index_.__global.window.html b/LightcordApi/docs/interfaces/_index_.__global.window.html new file mode 100644 index 0000000..0c213f9 --- /dev/null +++ b/LightcordApi/docs/interfaces/_index_.__global.window.html @@ -0,0 +1,356 @@ + + + + + + Window | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface Window

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + Window +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

BDModules

+
BDModules: { modules: any[]; get: any }
+ +
+
+

BDModules is only availlaible in Lightcord (native)

+
+
+
+

Type declaration

+
    +
  • +
    modules: any[]
    +
  • +
  • +
    get: function
    +
      +
    • get(filter: (mod: any) => boolean, modules?: any[]): any[]
    • +
    • get(id: number, modules?: any[]): any
    • +
    • get(ids: [number | ((mod: any) => boolean)], modules?: any[]): any
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        filter: (mod: any) => boolean
        +
          +
        • +
            +
          • (mod: any): boolean
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              mod: any
              +
            • +
            +

            Returns boolean

            +
          • +
          +
        • +
        +
      • +
      • +
        Optional modules: any[]
        +
      • +
      +

      Returns any[]

      +
    • +
    • + +

      Parameters

      +
        +
      • +
        id: number
        +
      • +
      • +
        Optional modules: any[]
        +
      • +
      +

      Returns any

      +
    • +
    • + +

      Parameters

      +
        +
      • +
        ids: [number | ((mod: any) => boolean)]
        +
      • +
      • +
        Optional modules: any[]
        +
      • +
      +

      Returns any

      +
    • +
    +
  • +
+
+
+
+ +

BdApi

+
BdApi: typeof BdApi
+ +
+
+ +

EDApi

+
EDApi: typeof BdApi
+ +
+
+ +

Lightcord

+
Lightcord: LightcordGlobal
+ +
+
+

Lightcord is only availlaible in Lightcord (native)

+
+
+
+
+ +

React

+
React: typeof React
+ +
+
+ +

ReactDOM

+
ReactDOM: typeof ReactDOM
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Interface
  • +
  • Property
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/interfaces/_index_.lightcordglobal.html b/LightcordApi/docs/interfaces/_index_.lightcordglobal.html new file mode 100644 index 0000000..0316f7e --- /dev/null +++ b/LightcordApi/docs/interfaces/_index_.lightcordglobal.html @@ -0,0 +1,267 @@ + + + + + + LightcordGlobal | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface LightcordGlobal

+
+
+
+
+
+
+
+
+
+

The main Lightcord exports. Can be accessed with window.Lightcord

+
+
+
+
+

Hierarchy

+
    +
  • + LightcordGlobal +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

Api

+ + +
+
+ +

BetterDiscord

+
BetterDiscord: { BdApi: typeof BdApi }
+ +
+

Type declaration

+
    +
  • +
    [mod: string]: any
    +
  • +
  • +
    BdApi: typeof BdApi
    +
  • +
+
+
+
+ +

DiscordModules

+
DiscordModules: { constants: DiscordConstantsType; dispatcher: DispatcherTypes }
+ +
+

Type declaration

+
    +
  • +
    constants: DiscordConstantsType
    +
  • +
  • +
    dispatcher: DispatcherTypes
    +
    +
    +

    Internal Discord's dispatcher - can be used to subscribe to gateway events / client events.

    +
    +
    +
  • +
+
+
+
+ +

Settings

+
Settings: { callRingingBeat: boolean; devMode: boolean }
+ +
+

Type declaration

+
    +
  • +
    callRingingBeat: boolean
    +
  • +
  • +
    devMode: boolean
    +
  • +
+
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Interface
  • +
  • Property
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/interfaces/_modules_unfreeze_.__global.objectconstructor.html b/LightcordApi/docs/interfaces/_modules_unfreeze_.__global.objectconstructor.html new file mode 100644 index 0000000..e3816f0 --- /dev/null +++ b/LightcordApi/docs/interfaces/_modules_unfreeze_.__global.objectconstructor.html @@ -0,0 +1,201 @@ + + + + + + ObjectConstructor | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface ObjectConstructor

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + ObjectConstructor +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+
+
+
+

Properties

+
+ +

unfreeze

+
unfreeze: <T>(obj: Readonly<T>) => T
+ +
+

Type declaration

+
    +
  • +
      +
    • <T>(obj: Readonly<T>): T
    • +
    +
      +
    • +

      Type parameters

      +
        +
      • +

        T: any

        +
      • +
      +

      Parameters

      +
        +
      • +
        obj: Readonly<T>
        +
      • +
      +

      Returns T

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Interface
  • +
  • Property
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/interfaces/_types_discordconstantstypes_.discordconstantstype.html b/LightcordApi/docs/interfaces/_types_discordconstantstypes_.discordconstantstype.html new file mode 100644 index 0000000..696a2a5 --- /dev/null +++ b/LightcordApi/docs/interfaces/_types_discordconstantstypes_.discordconstantstype.html @@ -0,0 +1,22306 @@ + + + + + + DiscordConstantsType | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface DiscordConstantsType

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + DiscordConstantsType +
  • +
+
+
+

Index

+
+
+
+

Properties

+ +
+
+

Methods

+ +
+
+
+
+
+

Properties

+
+ +

ACTIVITY_PLATFORM_TYPES

+
ACTIVITY_PLATFORM_TYPES: ["spotify", "xbox"]
+ +
+
+ +

API_HOST

+
API_HOST: "discord.com"
+ +
+
+ +

APP_STORE_REVIEW_LINK

+
APP_STORE_REVIEW_LINK: "itms-apps://itunes.apple.com/us/app/id985746746?mt=8&action=write-review"
+ +
+
+ +

APP_URL_PREFIX

+
APP_URL_PREFIX: "https://discord.com"
+ +
+
+ +

AUDIT_LOG_PAGE_LIMIT

+
AUDIT_LOG_PAGE_LIMIT: 50
+ +
+
+ +

AUTOCOMPLETE_ROW_HEIGHT

+
AUTOCOMPLETE_ROW_HEIGHT: 40
+ +
+
+ +

AVATAR_MAX_SIZE

+
AVATAR_MAX_SIZE: 1024
+ +
+
+ +

AVATAR_SIZE

+
AVATAR_SIZE: 128
+ +
+
+ +

AbortCodes

+
AbortCodes: { ACCOUNT_DISABLED: 20013; ACCOUNT_SCHEDULED_FOR_DELETION: 20011; BOT_DISALLOWED: 20001; BOT_REQUIRED: 20002; CHANNEL_FOLLOWING_EDIT_RATE_LIMITED: 20022; CONNECTION_REVOKED: 40012; DELETE_ACCOUNT_TRANSFER_TEAM_OWNERSHIP: 40028; EMAIL_VERIFICATION_REQUIRED: 40002; EXPLICIT_CONTENT: 20009; INVALID_ACCESS: 50001; INVALID_ACCOUNT_TYPE: 50002; INVALID_ACTION_DM: 50003; INVALID_BULK_DELETE_COUNT: 50016; INVALID_CHANNEL_TYPE: 50024; INVALID_CLIENT_ID: 50023; INVALID_EMBED_DISABLED: 50004; INVALID_GIFT_REDEMPTION_EXHAUSTED: 50050; INVALID_GIFT_REDEMPTION_INVOICE_OPEN: 100024; INVALID_GIFT_REDEMPTION_OWNED: 50051; INVALID_GIFT_REDEMPTION_SUBSCRIPTION_INCOMPATIBLE: 100023; INVALID_GIFT_REDEMPTION_SUBSCRIPTION_MANAGED: 100021; INVALID_GIFT_SELF_REDEMPTION: 50054; INVALID_INVITE_CODE: 50020; INVALID_MESSAGE_AUTHOR: 50005; INVALID_MESSAGE_EMPTY: 50006; INVALID_MESSAGE_SEND_NON_TEXT: 50008; INVALID_MESSAGE_SEND_USER: 50007; INVALID_MESSAGE_VERIFICATION_LEVEL: 50009; INVALID_MFA_LEVEL: 50017; INVALID_NOTE: 50015; INVALID_OAUTH2_ACCESS_TOKEN: 50025; INVALID_OAUTH2_MISSING_SCOPE: 50026; INVALID_OAUTH_APP_BOT: 50010; INVALID_OAUTH_APP_LIMIT: 50011; INVALID_OAUTH_STATE: 50012; INVALID_PASSWORD: 50018; INVALID_PERMISSIONS: 50013; INVALID_PHONE_NUMBER: 50022; INVALID_PIN_MESSAGE_CHANNEL: 50019; INVALID_TOKEN: 50014; INVALID_WEBHOOK_TOKEN: 50027; LISTING_ALREADY_JOINED: 120000; LISTING_JOIN_BLOCKED: 120002; LISTING_TOO_MANY_MEMBERS: 120001; MFA_DISABLED: 60002; MFA_ENABLED: 60001; MFA_INVALID_CODE: 60008; MFA_INVALID_SECRET: 60005; MFA_INVALID_SESSION: 60009; MFA_INVALID_TICKET: 60006; MFA_REQUIRED: 60003; MFA_UNVERIFIED: 60004; NOT_ENOUGH_GUILD_MEMBERS: 30029; PHONE_NUMBER_UNABLE_TO_SEND: 70003; RATE_LIMIT_DM_OPEN: 40003; REACTION_BLOCKED: 90001; RELATIONSHIP_INCOMING_BLOCKED: 80001; RELATIONSHIP_INCOMING_DISABLED: 80000; RELATIONSHIP_INVALID_DISCORD_TAG: 80004; RELATIONSHIP_INVALID_SELF: 80003; RELATIONSHIP_INVALUD_USER_BOT: 80002; RPC_PROXY_DISALLOWED: 20003; SEND_MESSAGE_TEMPORARILY_DISABLED: 40004; SLOWMODE_RATE_LIMITED: 20016; TOO_MANY_ANIMATED_EMOJI: 30018; TOO_MANY_BOT_GUILDS: 30001; TOO_MANY_EMOJI: 30008; TOO_MANY_FRIENDS: 30002; TOO_MANY_GUILD_ROLES: 30005; TOO_MANY_PINS_IN_CHANNEL: 30003; TOO_MANY_REACTIONS: 30010; TOO_MANY_RECIPIENTS: 30004; TOO_MANY_USER_GUILDS: 30001; TOO_MANY_USING_USERNAME: 30006; TOO_MANY_WEBHOOKS: 30007; UNAUTHORIZED: 40001; UNDER_MINIMUM_AGE: 20024; UNKNOWN_ACCOUNT: 10001; UNKNOWN_APPLICATION: 10002; UNKNOWN_CHANNEL: 10003; UNKNOWN_EMOJI: 10014; UNKNOWN_GIFT_CODE: 10038; UNKNOWN_GUILD: 10004; UNKNOWN_INTEGRATION: 10005; UNKNOWN_INVITE: 10006; UNKNOWN_MEMBER: 10007; UNKNOWN_MESSAGE: 10008; UNKNOWN_OVERWRITE: 10009; UNKNOWN_PLATFORM: 10010; UNKNOWN_ROLE: 10011; UNKNOWN_TOKEN: 10012; UNKNOWN_USER: 10013; UNKNOWN_WEBHOOK: 10015; USER_BANNED: 40007; USER_NOT_AUTHORIZED_FOR_APPLICATION: 20012 }
+ +
+

Type declaration

+
    +
  • +
    ACCOUNT_DISABLED: 20013
    +
  • +
  • +
    ACCOUNT_SCHEDULED_FOR_DELETION: 20011
    +
  • +
  • +
    BOT_DISALLOWED: 20001
    +
  • +
  • +
    BOT_REQUIRED: 20002
    +
  • +
  • +
    CHANNEL_FOLLOWING_EDIT_RATE_LIMITED: 20022
    +
  • +
  • +
    CONNECTION_REVOKED: 40012
    +
  • +
  • +
    DELETE_ACCOUNT_TRANSFER_TEAM_OWNERSHIP: 40028
    +
  • +
  • +
    EMAIL_VERIFICATION_REQUIRED: 40002
    +
  • +
  • +
    EXPLICIT_CONTENT: 20009
    +
  • +
  • +
    INVALID_ACCESS: 50001
    +
  • +
  • +
    INVALID_ACCOUNT_TYPE: 50002
    +
  • +
  • +
    INVALID_ACTION_DM: 50003
    +
  • +
  • +
    INVALID_BULK_DELETE_COUNT: 50016
    +
  • +
  • +
    INVALID_CHANNEL_TYPE: 50024
    +
  • +
  • +
    INVALID_CLIENT_ID: 50023
    +
  • +
  • +
    INVALID_EMBED_DISABLED: 50004
    +
  • +
  • +
    INVALID_GIFT_REDEMPTION_EXHAUSTED: 50050
    +
  • +
  • +
    INVALID_GIFT_REDEMPTION_INVOICE_OPEN: 100024
    +
  • +
  • +
    INVALID_GIFT_REDEMPTION_OWNED: 50051
    +
  • +
  • +
    INVALID_GIFT_REDEMPTION_SUBSCRIPTION_INCOMPATIBLE: 100023
    +
  • +
  • +
    INVALID_GIFT_REDEMPTION_SUBSCRIPTION_MANAGED: 100021
    +
  • +
  • +
    INVALID_GIFT_SELF_REDEMPTION: 50054
    +
  • +
  • +
    INVALID_INVITE_CODE: 50020
    +
  • +
  • +
    INVALID_MESSAGE_AUTHOR: 50005
    +
  • +
  • +
    INVALID_MESSAGE_EMPTY: 50006
    +
  • +
  • +
    INVALID_MESSAGE_SEND_NON_TEXT: 50008
    +
  • +
  • +
    INVALID_MESSAGE_SEND_USER: 50007
    +
  • +
  • +
    INVALID_MESSAGE_VERIFICATION_LEVEL: 50009
    +
  • +
  • +
    INVALID_MFA_LEVEL: 50017
    +
  • +
  • +
    INVALID_NOTE: 50015
    +
  • +
  • +
    INVALID_OAUTH2_ACCESS_TOKEN: 50025
    +
  • +
  • +
    INVALID_OAUTH2_MISSING_SCOPE: 50026
    +
  • +
  • +
    INVALID_OAUTH_APP_BOT: 50010
    +
  • +
  • +
    INVALID_OAUTH_APP_LIMIT: 50011
    +
  • +
  • +
    INVALID_OAUTH_STATE: 50012
    +
  • +
  • +
    INVALID_PASSWORD: 50018
    +
  • +
  • +
    INVALID_PERMISSIONS: 50013
    +
  • +
  • +
    INVALID_PHONE_NUMBER: 50022
    +
  • +
  • +
    INVALID_PIN_MESSAGE_CHANNEL: 50019
    +
  • +
  • +
    INVALID_TOKEN: 50014
    +
  • +
  • +
    INVALID_WEBHOOK_TOKEN: 50027
    +
  • +
  • +
    LISTING_ALREADY_JOINED: 120000
    +
  • +
  • +
    LISTING_JOIN_BLOCKED: 120002
    +
  • +
  • +
    LISTING_TOO_MANY_MEMBERS: 120001
    +
  • +
  • +
    MFA_DISABLED: 60002
    +
  • +
  • +
    MFA_ENABLED: 60001
    +
  • +
  • +
    MFA_INVALID_CODE: 60008
    +
  • +
  • +
    MFA_INVALID_SECRET: 60005
    +
  • +
  • +
    MFA_INVALID_SESSION: 60009
    +
  • +
  • +
    MFA_INVALID_TICKET: 60006
    +
  • +
  • +
    MFA_REQUIRED: 60003
    +
  • +
  • +
    MFA_UNVERIFIED: 60004
    +
  • +
  • +
    NOT_ENOUGH_GUILD_MEMBERS: 30029
    +
  • +
  • +
    PHONE_NUMBER_UNABLE_TO_SEND: 70003
    +
  • +
  • +
    RATE_LIMIT_DM_OPEN: 40003
    +
  • +
  • +
    REACTION_BLOCKED: 90001
    +
  • +
  • +
    RELATIONSHIP_INCOMING_BLOCKED: 80001
    +
  • +
  • +
    RELATIONSHIP_INCOMING_DISABLED: 80000
    +
  • +
  • +
    RELATIONSHIP_INVALID_DISCORD_TAG: 80004
    +
  • +
  • +
    RELATIONSHIP_INVALID_SELF: 80003
    +
  • +
  • +
    RELATIONSHIP_INVALUD_USER_BOT: 80002
    +
  • +
  • +
    RPC_PROXY_DISALLOWED: 20003
    +
  • +
  • +
    SEND_MESSAGE_TEMPORARILY_DISABLED: 40004
    +
  • +
  • +
    SLOWMODE_RATE_LIMITED: 20016
    +
  • +
  • +
    TOO_MANY_ANIMATED_EMOJI: 30018
    +
  • +
  • +
    TOO_MANY_BOT_GUILDS: 30001
    +
  • +
  • +
    TOO_MANY_EMOJI: 30008
    +
  • +
  • +
    TOO_MANY_FRIENDS: 30002
    +
  • +
  • +
    TOO_MANY_GUILD_ROLES: 30005
    +
  • +
  • +
    TOO_MANY_PINS_IN_CHANNEL: 30003
    +
  • +
  • +
    TOO_MANY_REACTIONS: 30010
    +
  • +
  • +
    TOO_MANY_RECIPIENTS: 30004
    +
  • +
  • +
    TOO_MANY_USER_GUILDS: 30001
    +
  • +
  • +
    TOO_MANY_USING_USERNAME: 30006
    +
  • +
  • +
    TOO_MANY_WEBHOOKS: 30007
    +
  • +
  • +
    UNAUTHORIZED: 40001
    +
  • +
  • +
    UNDER_MINIMUM_AGE: 20024
    +
  • +
  • +
    UNKNOWN_ACCOUNT: 10001
    +
  • +
  • +
    UNKNOWN_APPLICATION: 10002
    +
  • +
  • +
    UNKNOWN_CHANNEL: 10003
    +
  • +
  • +
    UNKNOWN_EMOJI: 10014
    +
  • +
  • +
    UNKNOWN_GIFT_CODE: 10038
    +
  • +
  • +
    UNKNOWN_GUILD: 10004
    +
  • +
  • +
    UNKNOWN_INTEGRATION: 10005
    +
  • +
  • +
    UNKNOWN_INVITE: 10006
    +
  • +
  • +
    UNKNOWN_MEMBER: 10007
    +
  • +
  • +
    UNKNOWN_MESSAGE: 10008
    +
  • +
  • +
    UNKNOWN_OVERWRITE: 10009
    +
  • +
  • +
    UNKNOWN_PLATFORM: 10010
    +
  • +
  • +
    UNKNOWN_ROLE: 10011
    +
  • +
  • +
    UNKNOWN_TOKEN: 10012
    +
  • +
  • +
    UNKNOWN_USER: 10013
    +
  • +
  • +
    UNKNOWN_WEBHOOK: 10015
    +
  • +
  • +
    USER_BANNED: 40007
    +
  • +
  • +
    USER_NOT_AUTHORIZED_FOR_APPLICATION: 20012
    +
  • +
+
+
+
+ +

Accessibility

+
Accessibility: { FONT_SIZES: [12, 14, 15, 16, 18, 20, 24]; FONT_SIZE_DEFAULT: 16; FONT_SIZE_MAX: 24; FONT_SIZE_MIN: 12; ZOOM_DEFAULT: 100; ZOOM_MAX: 200; ZOOM_MIN: 50; ZOOM_SCALES: [50, 67, 75, 80, 90, 100, 110, 125, 150, 175, 200] }
+ +
+

Type declaration

+
    +
  • +
    FONT_SIZES: [12, 14, 15, 16, 18, 20, 24]
    +
  • +
  • +
    FONT_SIZE_DEFAULT: 16
    +
  • +
  • +
    FONT_SIZE_MAX: 24
    +
  • +
  • +
    FONT_SIZE_MIN: 12
    +
  • +
  • +
    ZOOM_DEFAULT: 100
    +
  • +
  • +
    ZOOM_MAX: 200
    +
  • +
  • +
    ZOOM_MIN: 50
    +
  • +
  • +
    ZOOM_SCALES: [50, 67, 75, 80, 90, 100, 110, 125, 150, 175, 200]
    +
  • +
+
+
+
+ +

AccountModalSteps

+
AccountModalSteps: { 0: "BIRTHDAY_FORM"; 1: "CLAIM_FORM"; 2: "CLAIM_FORM_SUCCESS"; BIRTHDAY_FORM: 0; CLAIM_FORM: 1; CLAIM_FORM_SUCCESS: 2 }
+ +
+

Type declaration

+
    +
  • +
    0: "BIRTHDAY_FORM"
    +
  • +
  • +
    1: "CLAIM_FORM"
    +
  • +
  • +
    2: "CLAIM_FORM_SUCCESS"
    +
  • +
  • +
    BIRTHDAY_FORM: 0
    +
  • +
  • +
    CLAIM_FORM: 1
    +
  • +
  • +
    CLAIM_FORM_SUCCESS: 2
    +
  • +
+
+
+
+ +

AccountModalTrigger

+
AccountModalTrigger: { 0: "UNKNOWN"; 1: "WELCOME_POST_REGISTER"; 2: "CHAT_BOX"; 3: "CONNECTION_OPEN_EMBEDDED"; 4: "WELCOME_AGE_GATE"; CHAT_BOX: 2; CONNECTION_OPEN_EMBEDDED: 3; UNKNOWN: 0; WELCOME_AGE_GATE: 4; WELCOME_POST_REGISTER: 1 }
+ +
+

Type declaration

+
    +
  • +
    0: "UNKNOWN"
    +
  • +
  • +
    1: "WELCOME_POST_REGISTER"
    +
  • +
  • +
    2: "CHAT_BOX"
    +
  • +
  • +
    3: "CONNECTION_OPEN_EMBEDDED"
    +
  • +
  • +
    4: "WELCOME_AGE_GATE"
    +
  • +
  • +
    CHAT_BOX: 2
    +
  • +
  • +
    CONNECTION_OPEN_EMBEDDED: 3
    +
  • +
  • +
    UNKNOWN: 0
    +
  • +
  • +
    WELCOME_AGE_GATE: 4
    +
  • +
  • +
    WELCOME_POST_REGISTER: 1
    +
  • +
+
+
+
+ +

AccountModalTypes

+
AccountModalTypes: { CLAIM: "CLAIM"; LOGIN: "LOGIN"; REGISTER: "REGISTER" }
+ +
+

Type declaration

+
    +
  • +
    CLAIM: "CLAIM"
    +
  • +
  • +
    LOGIN: "LOGIN"
    +
  • +
  • +
    REGISTER: "REGISTER"
    +
  • +
+
+
+
+ +

ActionTypes

+
ActionTypes: { ACCESSIBILITY_COLORBLIND_TOGGLE: "ACCESSIBILITY_COLORBLIND_TOGGLE"; ACCESSIBILITY_DARK_SIDEBAR_TOGGLE: "ACCESSIBILITY_DARK_SIDEBAR_TOGGLE"; ACCESSIBILITY_DETECTION_MODAL_SEEN: "ACCESSIBILITY_DETECTION_MODAL_SEEN"; ACCESSIBILITY_KEYBOARD_MODE_DISABLE: "ACCESSIBILITY_KEYBOARD_MODE_DISABLE"; ACCESSIBILITY_KEYBOARD_MODE_ENABLE: "ACCESSIBILITY_KEYBOARD_MODE_ENABLE"; ACCESSIBILITY_RESET_TO_DEFAULT: "ACCESSIBILITY_RESET_TO_DEFAULT"; ACCESSIBILITY_SET_FONT_SIZE: "ACCESSIBILITY_SET_FONT_SIZE"; ACCESSIBILITY_SET_MESSAGE_GROUP_SPACING: "ACCESSIBILITY_SET_MESSAGE_GROUP_SPACING"; ACCESSIBILITY_SET_PREFERS_REDUCED_MOTION: "ACCESSIBILITY_SET_PREFERS_REDUCED_MOTION"; ACCESSIBILITY_SET_ZOOM: "ACCESSIBILITY_SET_ZOOM"; ACCESSIBILITY_SUPPORT_CHANGED: "ACCESSIBILITY_SUPPORT_CHANGED"; ACCESSIBILITY_SYSTEM_PREFERS_REDUCED_MOTION_CHANGED: "ACCESSIBILITY_SYSTEM_PREFERS_REDUCED_MOTION_CHANGED"; ACTIVATE_RAGING_DEMON: "ACTIVATE_RAGING_DEMON"; ACTIVITIES_UPDATE: "ACTIVITIES_UPDATE"; ACTIVITY_CLEAR_CUSTOM_STATUS: "ACTIVITY_CLEAR_CUSTOM_STATUS"; ACTIVITY_INVITE_EDUCATION_DISMISS: "ACTIVITY_INVITE_EDUCATION_DISMISS"; ACTIVITY_INVITE_MODAL_CLOSE: "ACTIVITY_INVITE_MODAL_CLOSE"; ACTIVITY_INVITE_MODAL_OPEN: "ACTIVITY_INVITE_MODAL_OPEN"; ACTIVITY_INVITE_MODAL_QUERY: "ACTIVITY_INVITE_MODAL_QUERY"; ACTIVITY_INVITE_MODAL_SEND: "ACTIVITY_INVITE_MODAL_SEND"; ACTIVITY_JOIN: "ACTIVITY_JOIN"; ACTIVITY_JOIN_FAILED: "ACTIVITY_JOIN_FAILED"; ACTIVITY_JOIN_INVITE: "ACTIVITY_JOIN_INVITE"; ACTIVITY_JOIN_INVITE_SEND: "ACTIVITY_JOIN_INVITE_SEND"; ACTIVITY_JOIN_LOADING: "ACTIVITY_JOIN_LOADING"; ACTIVITY_JOIN_REQUEST: "ACTIVITY_JOIN_REQUEST"; ACTIVITY_JOIN_REQUEST_CLOSE: "ACTIVITY_JOIN_REQUEST_CLOSE"; ACTIVITY_JOIN_REQUEST_SEND: "ACTIVITY_JOIN_REQUEST_SEND"; ACTIVITY_JOIN_REQUEST_SEND_EXPIRE: "ACTIVITY_JOIN_REQUEST_SEND_EXPIRE"; ACTIVITY_LAUNCH_FAIL: "ACTIVITY_LAUNCH_FAIL"; ACTIVITY_METADATA_UPDATE: "ACTIVITY_METADATA_UPDATE"; ACTIVITY_PLAY: "ACTIVITY_PLAY"; ACTIVITY_SET_CUSTOM_STATUS: "ACTIVITY_SET_CUSTOM_STATUS"; ACTIVITY_SPECTATE: "ACTIVITY_SPECTATE"; ACTIVITY_SPECTATE_FAILED: "ACTIVITY_SPECTATE_FAILED"; ACTIVITY_SPECTATE_LOADING: "ACTIVITY_SPECTATE_LOADING"; ACTIVITY_START: "ACTIVITY_START"; ACTIVITY_SYNC: "ACTIVITY_SYNC"; ACTIVITY_SYNC_STOP: "ACTIVITY_SYNC_STOP"; ACTIVITY_UPDATE_FAIL: "ACTIVITY_UPDATE_FAIL"; ACTIVITY_UPDATE_START: "ACTIVITY_UPDATE_START"; ACTIVITY_UPDATE_SUCCESS: "ACTIVITY_UPDATE_SUCCESS"; ADD_ALL_IMAGES_TO_UPLOAD: "ADD_ALL_IMAGES_TO_UPLOAD"; ADD_IMAGE_TO_UPLOAD: "ADD_IMAGE_TO_UPLOAD"; AFK: "AFK"; AGE_GATE_FAILURE_MODAL_OPEN: "AGE_GATE_FAILURE_MODAL_OPEN"; AGE_GATE_MARK_UNDERAGE_ANONYMOUS: "AGE_GATE_MARK_UNDERAGE_ANONYMOUS"; AGE_GATE_MODAL_CLOSE: "AGE_GATE_MODAL_CLOSE"; AGE_GATE_MODAL_OPEN: "AGE_GATE_MODAL_OPEN"; AGE_GATE_NSFW_MODAL_OPEN: "AGE_GATE_NSFW_MODAL_OPEN"; AGE_GATE_SUCCESS_MODAL_OPEN: "AGE_GATE_SUCCESS_MODAL_OPEN"; ALERT_CLOSE: "ALERT_CLOSE"; ALERT_OPEN: "ALERT_OPEN"; APPLICATIONS_FETCH: "APPLICATIONS_FETCH"; APPLICATIONS_FETCH_FAIL: "APPLICATIONS_FETCH_FAIL"; APPLICATIONS_FETCH_SUCCESS: "APPLICATIONS_FETCH_SUCCESS"; APPLICATION_ACTIVITY_STATISTICS_FETCH_FAIL: "APPLICATION_ACTIVITY_STATISTICS_FETCH_FAIL"; APPLICATION_ACTIVITY_STATISTICS_FETCH_START: "APPLICATION_ACTIVITY_STATISTICS_FETCH_START"; APPLICATION_ACTIVITY_STATISTICS_FETCH_SUCCESS: "APPLICATION_ACTIVITY_STATISTICS_FETCH_SUCCESS"; APPLICATION_BRANCHES_FETCH_FAIL: "APPLICATION_BRANCHES_FETCH_FAIL"; APPLICATION_BRANCHES_FETCH_SUCCESS: "APPLICATION_BRANCHES_FETCH_SUCCESS"; APPLICATION_BUILD_FETCH_START: "APPLICATION_BUILD_FETCH_START"; APPLICATION_BUILD_FETCH_SUCCESS: "APPLICATION_BUILD_FETCH_SUCCESS"; APPLICATION_BUILD_NOT_FOUND: "APPLICATION_BUILD_NOT_FOUND"; APPLICATION_BUILD_SIZE_FETCH_FAIL: "APPLICATION_BUILD_SIZE_FETCH_FAIL"; APPLICATION_BUILD_SIZE_FETCH_START: "APPLICATION_BUILD_SIZE_FETCH_START"; APPLICATION_BUILD_SIZE_FETCH_SUCCESS: "APPLICATION_BUILD_SIZE_FETCH_SUCCESS"; APPLICATION_FETCH: "APPLICATION_FETCH"; APPLICATION_FETCH_FAIL: "APPLICATION_FETCH_FAIL"; APPLICATION_FETCH_SUCCESS: "APPLICATION_FETCH_SUCCESS"; APPLICATION_STORE_ACCEPT_EULA: "APPLICATION_STORE_ACCEPT_EULA"; APPLICATION_STORE_ACCEPT_STORE_TERMS: "APPLICATION_STORE_ACCEPT_STORE_TERMS"; APPLICATION_STORE_CLEAR_DATA: "APPLICATION_STORE_CLEAR_DATA"; APPLICATION_STORE_DIRECTORY_FETCH_FAILURE: "APPLICATION_STORE_DIRECTORY_FETCH_FAILURE"; APPLICATION_STORE_DIRECTORY_FETCH_SUCCESS: "APPLICATION_STORE_DIRECTORY_FETCH_SUCCESS"; APPLICATION_STORE_DIRECTORY_LAYOUT_FETCH_START: "APPLICATION_STORE_DIRECTORY_LAYOUT_FETCH_START"; APPLICATION_STORE_DIRECTORY_LAYOUT_FETCH_SUCCESS: "APPLICATION_STORE_DIRECTORY_LAYOUT_FETCH_SUCCESS"; APPLICATION_STORE_DIRECTORY_MUTE: "APPLICATION_STORE_DIRECTORY_MUTE"; APPLICATION_STORE_DIRECTORY_SEARCH_UPDATE: "APPLICATION_STORE_DIRECTORY_SEARCH_UPDATE"; APPLICATION_STORE_DIRECTORY_UNMOUNT: "APPLICATION_STORE_DIRECTORY_UNMOUNT"; APPLICATION_STORE_DIRECTORY_UNMUTE: "APPLICATION_STORE_DIRECTORY_UNMUTE"; APPLICATION_STORE_LOCATION_CHANGE: "APPLICATION_STORE_LOCATION_CHANGE"; APPLICATION_STORE_MATURE_AGREE: "APPLICATION_STORE_MATURE_AGREE"; APPLICATION_STORE_RESET_NAVIGATION: "APPLICATION_STORE_RESET_NAVIGATION"; APPLICATION_STORE_SAVE_FILTERS: "APPLICATION_STORE_SAVE_FILTERS"; APPLICATION_STORE_SET_HIDE_LIBRARY: "APPLICATION_STORE_SET_HIDE_LIBRARY"; APPLICATION_STORE_SET_SEARCH_QUERY: "APPLICATION_STORE_SET_SEARCH_QUERY"; APP_STATE_UPDATE: "APP_STATE_UPDATE"; APP_VIEW_SET_HOME_LINK: "APP_VIEW_SET_HOME_LINK"; AUDIO_INPUT_DETECTED: "AUDIO_INPUT_DETECTED"; AUDIO_RESET: "AUDIO_RESET"; AUDIO_SET_ATTENUATION: "AUDIO_SET_ATTENUATION"; AUDIO_SET_AUTOMATIC_GAIN_CONTROL: "AUDIO_SET_AUTOMATIC_GAIN_CONTROL"; AUDIO_SET_DEBUG_LOGGING: "AUDIO_SET_DEBUG_LOGGING"; AUDIO_SET_DISPLAY_SILENCE_WARNING: "AUDIO_SET_DISPLAY_SILENCE_WARNING"; AUDIO_SET_ECHO_CANCELLATION: "AUDIO_SET_ECHO_CANCELLATION"; AUDIO_SET_INPUT_DEVICE: "AUDIO_SET_INPUT_DEVICE"; AUDIO_SET_INPUT_VOLUME: "AUDIO_SET_INPUT_VOLUME"; AUDIO_SET_LOCAL_PAN: "AUDIO_SET_LOCAL_PAN"; AUDIO_SET_LOCAL_VIDEO_DISABLED: "AUDIO_SET_LOCAL_VIDEO_DISABLED"; AUDIO_SET_LOCAL_VOLUME: "AUDIO_SET_LOCAL_VOLUME"; AUDIO_SET_LOOPBACK: "AUDIO_SET_LOOPBACK"; AUDIO_SET_MODE: "AUDIO_SET_MODE"; AUDIO_SET_NOISE_CANCELLATION: "AUDIO_SET_NOISE_CANCELLATION"; AUDIO_SET_NOISE_CANCELLATION_MODEL: "AUDIO_SET_NOISE_CANCELLATION_MODEL"; AUDIO_SET_NOISE_SUPPRESSION: "AUDIO_SET_NOISE_SUPPRESSION"; AUDIO_SET_OUTPUT_DEVICE: "AUDIO_SET_OUTPUT_DEVICE"; AUDIO_SET_OUTPUT_VOLUME: "AUDIO_SET_OUTPUT_VOLUME"; AUDIO_SET_QOS: "AUDIO_SET_QOS"; AUDIO_SET_SUBSYSTEM: "AUDIO_SET_SUBSYSTEM"; AUDIO_SET_TEMPORARY_SELF_MUTE: "AUDIO_SET_TEMPORARY_SELF_MUTE"; AUDIO_TOGGLE_DEAF: "AUDIO_TOGGLE_DEAF"; AUDIO_TOGGLE_LOCAL_MUTE: "AUDIO_TOGGLE_LOCAL_MUTE"; AUDIO_TOGGLE_MUTE: "AUDIO_TOGGLE_MUTE"; AUDIO_TOGGLE_SELF_DEAF: "AUDIO_TOGGLE_SELF_DEAF"; AUDIO_TOGGLE_SELF_MUTE: "AUDIO_TOGGLE_SELF_MUTE"; AUDIO_VOLUME_CHANGE: "AUDIO_VOLUME_CHANGE"; AUDIT_LOG_FETCH_FAIL: "AUDIT_LOG_FETCH_FAIL"; AUDIT_LOG_FETCH_NEXT_PAGE_FAIL: "AUDIT_LOG_FETCH_NEXT_PAGE_FAIL"; AUDIT_LOG_FETCH_NEXT_PAGE_START: "AUDIT_LOG_FETCH_NEXT_PAGE_START"; AUDIT_LOG_FETCH_NEXT_PAGE_SUCCESS: "AUDIT_LOG_FETCH_NEXT_PAGE_SUCCESS"; AUDIT_LOG_FETCH_START: "AUDIT_LOG_FETCH_START"; AUDIT_LOG_FETCH_SUCCESS: "AUDIT_LOG_FETCH_SUCCESS"; AUDIT_LOG_FILTER_BY_ACTION: "AUDIT_LOG_FILTER_BY_ACTION"; AUDIT_LOG_FILTER_BY_USER: "AUDIT_LOG_FILTER_BY_USER"; BILLING_PAYMENTS_FETCH_FAIL: "BILLING_PAYMENTS_FETCH_FAIL"; BILLING_PAYMENTS_FETCH_START: "BILLING_PAYMENTS_FETCH_START"; BILLING_PAYMENTS_FETCH_SUCCESS: "BILLING_PAYMENTS_FETCH_SUCCESS"; BILLING_PAYMENT_SOURCES_FETCH_FAIL: "BILLING_PAYMENT_SOURCES_FETCH_FAIL"; BILLING_PAYMENT_SOURCES_FETCH_START: "BILLING_PAYMENT_SOURCES_FETCH_START"; BILLING_PAYMENT_SOURCES_FETCH_SUCCESS: "BILLING_PAYMENT_SOURCES_FETCH_SUCCESS"; BILLING_PAYMENT_SOURCE_CREATE_FAIL: "BILLING_PAYMENT_SOURCE_CREATE_FAIL"; BILLING_PAYMENT_SOURCE_CREATE_START: "BILLING_PAYMENT_SOURCE_CREATE_START"; BILLING_PAYMENT_SOURCE_CREATE_SUCCESS: "BILLING_PAYMENT_SOURCE_CREATE_SUCCESS"; BILLING_PAYMENT_SOURCE_REMOVE_CLEAR_ERROR: "BILLING_PAYMENT_SOURCE_REMOVE_CLEAR_ERROR"; BILLING_PAYMENT_SOURCE_REMOVE_FAIL: "BILLING_PAYMENT_SOURCE_REMOVE_FAIL"; BILLING_PAYMENT_SOURCE_REMOVE_START: "BILLING_PAYMENT_SOURCE_REMOVE_START"; BILLING_PAYMENT_SOURCE_REMOVE_SUCCESS: "BILLING_PAYMENT_SOURCE_REMOVE_SUCCESS"; BILLING_PAYMENT_SOURCE_UPDATE_CLEAR_ERROR: "BILLING_PAYMENT_SOURCE_UPDATE_CLEAR_ERROR"; BILLING_PAYMENT_SOURCE_UPDATE_FAIL: "BILLING_PAYMENT_SOURCE_UPDATE_FAIL"; BILLING_PAYMENT_SOURCE_UPDATE_START: "BILLING_PAYMENT_SOURCE_UPDATE_START"; BILLING_PAYMENT_SOURCE_UPDATE_SUCCESS: "BILLING_PAYMENT_SOURCE_UPDATE_SUCCESS"; BILLING_SUBSCRIPTION_CANCEL_FAIL: "BILLING_SUBSCRIPTION_CANCEL_FAIL"; BILLING_SUBSCRIPTION_CANCEL_START: "BILLING_SUBSCRIPTION_CANCEL_START"; BILLING_SUBSCRIPTION_CANCEL_SUCCESS: "BILLING_SUBSCRIPTION_CANCEL_SUCCESS"; BILLING_SUBSCRIPTION_FETCH_FAIL: "BILLING_SUBSCRIPTION_FETCH_FAIL"; BILLING_SUBSCRIPTION_FETCH_START: "BILLING_SUBSCRIPTION_FETCH_START"; BILLING_SUBSCRIPTION_FETCH_SUCCESS: "BILLING_SUBSCRIPTION_FETCH_SUCCESS"; BILLING_SUBSCRIPTION_UPDATE_FAIL: "BILLING_SUBSCRIPTION_UPDATE_FAIL"; BILLING_SUBSCRIPTION_UPDATE_START: "BILLING_SUBSCRIPTION_UPDATE_START"; BILLING_SUBSCRIPTION_UPDATE_SUCCESS: "BILLING_SUBSCRIPTION_UPDATE_SUCCESS"; BILLING_USER_TRIAL_ELIGIBILITY_FETCH_SUCCESS: "BILLING_USER_TRIAL_ELIGIBILITY_FETCH_SUCCESS"; BILLING_USER_TRIAL_VIEW: "BILLING_USER_TRIAL_VIEW"; BRAINTREE_CREATE_CLIENT_FAIL: "BRAINTREE_CREATE_CLIENT_FAIL"; BRAINTREE_CREATE_CLIENT_SUCCESS: "BRAINTREE_CREATE_CLIENT_SUCCESS"; BRAINTREE_CREATE_PAYPAL_CLIENT_FAIL: "BRAINTREE_CREATE_PAYPAL_CLIENT_FAIL"; BRAINTREE_CREATE_PAYPAL_CLIENT_SUCCESS: "BRAINTREE_CREATE_PAYPAL_CLIENT_SUCCESS"; BRAINTREE_POPUP_BRIDGE_CALLBACK: "BRAINTREE_POPUP_BRIDGE_CALLBACK"; BRAINTREE_POPUP_BRIDGE_CALLBACK_END: "BRAINTREE_POPUP_BRIDGE_CALLBACK_END"; BRAINTREE_POPUP_BRIDGE_CALLBACK_START: "BRAINTREE_POPUP_BRIDGE_CALLBACK_START"; BRAINTREE_POPUP_BRIDGE_STATE_UPDATE: "BRAINTREE_POPUP_BRIDGE_STATE_UPDATE"; BRAINTREE_TEARDOWN_PAYPAL_CLIENT: "BRAINTREE_TEARDOWN_PAYPAL_CLIENT"; BRAINTREE_TOKENIZE_PAYPAL_FAIL: "BRAINTREE_TOKENIZE_PAYPAL_FAIL"; BRAINTREE_TOKENIZE_PAYPAL_FAIL_WINDOW_CLOSED: "BRAINTREE_TOKENIZE_PAYPAL_FAIL_WINDOW_CLOSED"; BRAINTREE_TOKENIZE_PAYPAL_START: "BRAINTREE_TOKENIZE_PAYPAL_START"; BRAINTREE_TOKENIZE_PAYPAL_SUCCESS: "BRAINTREE_TOKENIZE_PAYPAL_SUCCESS"; BROWSER_HANDOFF_BEGIN: "BROWSER_HANDOFF_BEGIN"; BROWSER_HANDOFF_END: "BROWSER_HANDOFF_END"; BROWSER_HANDOFF_FROM_APP: "BROWSER_HANDOFF_FROM_APP"; BROWSER_UPDATE: "BROWSER_UPDATE"; BULK_ACK: "BULK_ACK"; CACHE_LOADED: "CACHE_LOADED"; CACHE_LOADED_LAZY: "CACHE_LOADED_LAZY"; CALL_CONNECT: "CALL_CONNECT"; CALL_CREATE: "CALL_CREATE"; CALL_DELETE: "CALL_DELETE"; CALL_ENQUEUE_RING: "CALL_ENQUEUE_RING"; CALL_MODAL_CLOSE: "CALL_MODAL_CLOSE"; CALL_MODAL_OPEN: "CALL_MODAL_OPEN"; CALL_RING: "CALL_RING"; CALL_UPDATE: "CALL_UPDATE"; CANDIDATE_GAMES_CHANGE: "CANDIDATE_GAMES_CHANGE"; CATEGORY_COLLAPSE: "CATEGORY_COLLAPSE"; CATEGORY_COLLAPSE_ALL: "CATEGORY_COLLAPSE_ALL"; CATEGORY_EXPAND: "CATEGORY_EXPAND"; CATEGORY_EXPAND_ALL: "CATEGORY_EXPAND_ALL"; CERTIFIED_DEVICES_SET: "CERTIFIED_DEVICES_SET"; CERTIFIED_DEVICE_RECOMMENDATIONS_IGNORE: "CERTIFIED_DEVICE_RECOMMENDATIONS_IGNORE"; CHANGE_LOG_CLOSE: "CHANGE_LOG_CLOSE"; CHANGE_LOG_OPEN: "CHANGE_LOG_OPEN"; CHANGE_NICKNAME_MODAL_CLOSE: "CHANGE_NICKNAME_MODAL_CLOSE"; CHANGE_NICKNAME_MODAL_OPEN: "CHANGE_NICKNAME_MODAL_OPEN"; CHANGE_NICKNAME_MODAL_SUBMIT: "CHANGE_NICKNAME_MODAL_SUBMIT"; CHANGE_NICKNAME_MODAL_SUBMIT_FAILURE: "CHANGE_NICKNAME_MODAL_SUBMIT_FAILURE"; CHANGE_VANITY_URL_MODAL_CLOSE: "CHANGE_VANITY_URL_MODAL_CLOSE"; CHANGE_VANITY_URL_MODAL_OPEN: "CHANGE_VANITY_URL_MODAL_OPEN"; CHANGE_VANITY_URL_MODAL_SUBMIT: "CHANGE_VANITY_URL_MODAL_SUBMIT"; CHANGE_VANITY_URL_MODAL_SUBMIT_FAILURE: "CHANGE_VANITY_URL_MODAL_SUBMIT_FAILURE"; CHANNEL_ACK: "CHANNEL_ACK"; CHANNEL_COLLAPSE: "CHANNEL_COLLAPSE"; CHANNEL_CREATE: "CHANNEL_CREATE"; CHANNEL_DELETE: "CHANNEL_DELETE"; CHANNEL_FOLLOWER_CREATED: "CHANNEL_FOLLOWER_CREATED"; CHANNEL_FOLLOWER_MESSAGE_STATS_FETCH_FAILURE: "CHANNEL_FOLLOWER_MESSAGE_STATS_FETCH_FAILURE"; CHANNEL_FOLLOWER_MESSAGE_STATS_FETCH_START: "CHANNEL_FOLLOWER_MESSAGE_STATS_FETCH_START"; CHANNEL_FOLLOWER_MESSAGE_STATS_FETCH_SUCCESS: "CHANNEL_FOLLOWER_MESSAGE_STATS_FETCH_SUCCESS"; CHANNEL_FOLLOWER_STATS_FETCH_FAILURE: "CHANNEL_FOLLOWER_STATS_FETCH_FAILURE"; CHANNEL_FOLLOWER_STATS_FETCH_START: "CHANNEL_FOLLOWER_STATS_FETCH_START"; CHANNEL_FOLLOWER_STATS_FETCH_SUCCESS: "CHANNEL_FOLLOWER_STATS_FETCH_SUCCESS"; CHANNEL_FOLLOWING_FETCH_MESSAGE_PREVIEWS: "CHANNEL_FOLLOWING_FETCH_MESSAGE_PREVIEWS"; CHANNEL_FOLLOWING_FETCH_MESSAGE_PREVIEWS_FAILURE: "CHANNEL_FOLLOWING_FETCH_MESSAGE_PREVIEWS_FAILURE"; CHANNEL_FOLLOWING_FETCH_MESSAGE_PREVIEWS_SUCCESS: "CHANNEL_FOLLOWING_FETCH_MESSAGE_PREVIEWS_SUCCESS"; CHANNEL_FOLLOWING_PUBLISH_BUMP_DISMISSED: "CHANNEL_FOLLOWING_PUBLISH_BUMP_DISMISSED"; CHANNEL_FOLLOWING_PUBLISH_BUMP_HIDE_PERMANENTLY: "CHANNEL_FOLLOWING_PUBLISH_BUMP_HIDE_PERMANENTLY"; CHANNEL_LOCAL_ACK: "CHANNEL_LOCAL_ACK"; CHANNEL_NOTICE_HIDE: "CHANNEL_NOTICE_HIDE"; CHANNEL_NOTICE_SHOW: "CHANNEL_NOTICE_SHOW"; CHANNEL_PINS_ACK: "CHANNEL_PINS_ACK"; CHANNEL_PINS_UPDATE: "CHANNEL_PINS_UPDATE"; CHANNEL_PRELOAD: "CHANNEL_PRELOAD"; CHANNEL_RECIPIENT_ADD: "CHANNEL_RECIPIENT_ADD"; CHANNEL_RECIPIENT_REMOVE: "CHANNEL_RECIPIENT_REMOVE"; CHANNEL_RTC_ACTIVE_CHANNELS: "CHANNEL_RTC_ACTIVE_CHANNELS"; CHANNEL_RTC_SELECT_PARTICIPANT: "CHANNEL_RTC_SELECT_PARTICIPANT"; CHANNEL_RTC_UPDATE_LAYOUT: "CHANNEL_RTC_UPDATE_LAYOUT"; CHANNEL_RTC_UPDATE_PARTICIPANTS_OPEN: "CHANNEL_RTC_UPDATE_PARTICIPANTS_OPEN"; CHANNEL_SELECT: "CHANNEL_SELECT"; CHANNEL_SETTINGS_CLOSE: "CHANNEL_SETTINGS_CLOSE"; CHANNEL_SETTINGS_INIT: "CHANNEL_SETTINGS_INIT"; CHANNEL_SETTINGS_LOADED_INVITES: "CHANNEL_SETTINGS_LOADED_INVITES"; CHANNEL_SETTINGS_OPEN: "CHANNEL_SETTINGS_OPEN"; CHANNEL_SETTINGS_OVERWRITE_SELECT: "CHANNEL_SETTINGS_OVERWRITE_SELECT"; CHANNEL_SETTINGS_PERMISSIONS_INIT: "CHANNEL_SETTINGS_PERMISSIONS_INIT"; CHANNEL_SETTINGS_PERMISSIONS_SAVE_SUCCESS: "CHANNEL_SETTINGS_PERMISSIONS_SAVE_SUCCESS"; CHANNEL_SETTINGS_PERMISSIONS_SELECT_PERMISSION: "CHANNEL_SETTINGS_PERMISSIONS_SELECT_PERMISSION"; CHANNEL_SETTINGS_PERMISSIONS_SUBMITTING: "CHANNEL_SETTINGS_PERMISSIONS_SUBMITTING"; CHANNEL_SETTINGS_PERMISSIONS_UPDATE_PERMISSION: "CHANNEL_SETTINGS_PERMISSIONS_UPDATE_PERMISSION"; CHANNEL_SETTINGS_SET_SECTION: "CHANNEL_SETTINGS_SET_SECTION"; CHANNEL_SETTINGS_SUBMIT: "CHANNEL_SETTINGS_SUBMIT"; CHANNEL_SETTINGS_SUBMIT_FAILURE: "CHANNEL_SETTINGS_SUBMIT_FAILURE"; CHANNEL_SETTINGS_SUBMIT_SUCCESS: "CHANNEL_SETTINGS_SUBMIT_SUCCESS"; CHANNEL_SETTINGS_UPDATE: "CHANNEL_SETTINGS_UPDATE"; CHANNEL_TOGGLE_SECTION: "CHANNEL_TOGGLE_SECTION"; CHANNEL_UNREAD_UPDATE: "CHANNEL_UNREAD_UPDATE"; CHANNEL_UPDATE: "CHANNEL_UPDATE"; CHECKING_FOR_UPDATES: "CHECKING_FOR_UPDATES"; CHECK_LAUNCHABLE_GAME: "CHECK_LAUNCHABLE_GAME"; CLAIM_ACCOUNT_BIRTHDAY_FAILURE: "CLAIM_ACCOUNT_BIRTHDAY_FAILURE"; CLAIM_ACCOUNT_BIRTHDAY_SUBMITTED: "CLAIM_ACCOUNT_BIRTHDAY_SUBMITTED"; CLAIM_ACCOUNT_BIRTHDAY_SUCCESS: "CLAIM_ACCOUNT_BIRTHDAY_SUCCESS"; CLAIM_ACCOUNT_FAILURE: "CLAIM_ACCOUNT_FAILURE"; CLAIM_ACCOUNT_MODAL_CLOSE: "CLAIM_ACCOUNT_MODAL_CLOSE"; CLAIM_ACCOUNT_MODAL_OPEN: "CLAIM_ACCOUNT_MODAL_OPEN"; CLAIM_ACCOUNT_SUBMITTED: "CLAIM_ACCOUNT_SUBMITTED"; CLAIM_ACCOUNT_SUCCESS: "CLAIM_ACCOUNT_SUCCESS"; CLEAR_GUILD_HASHES: "CLEAR_GUILD_HASHES"; CLEAR_IN_APP_NOTIFICATION: "CLEAR_IN_APP_NOTIFICATION"; CLEAR_MESSAGES: "CLEAR_MESSAGES"; CLEAR_MESSAGES_AROUND_SUCCESS: "CLEAR_MESSAGES_AROUND_SUCCESS"; CONNECTED_DEVICE_IGNORE: "CONNECTED_DEVICE_IGNORE"; CONNECTED_DEVICE_NEVER_SHOW_MODAL: "CONNECTED_DEVICE_NEVER_SHOW_MODAL"; CONNECTED_DEVICE_SET: "CONNECTED_DEVICE_SET"; CONNECTION_CLOSED: "CONNECTION_CLOSED"; CONNECTION_OPEN: "CONNECTION_OPEN"; CONNECTION_RESUMED: "CONNECTION_RESUMED"; CONTEXT_MENU_CLOSE: "CONTEXT_MENU_CLOSE"; CONTEXT_MENU_OPEN: "CONTEXT_MENU_OPEN"; CREATE_CHANNEL_MODAL_CLOSE: "CREATE_CHANNEL_MODAL_CLOSE"; CREATE_CHANNEL_MODAL_OPEN: "CREATE_CHANNEL_MODAL_OPEN"; CREATE_CHANNEL_MODAL_SUBMIT: "CREATE_CHANNEL_MODAL_SUBMIT"; CREATE_CHANNEL_MODAL_SUBMIT_FAILURE: "CREATE_CHANNEL_MODAL_SUBMIT_FAILURE"; CREATE_GUILD_MODAL_CLOSE: "CREATE_GUILD_MODAL_CLOSE"; CREATE_GUILD_MODAL_OPEN: "CREATE_GUILD_MODAL_OPEN"; CREATE_GUILD_MODAL_SET_SCREEN: "CREATE_GUILD_MODAL_SET_SCREEN"; CREATE_GUILD_MODAL_SUBMIT: "CREATE_GUILD_MODAL_SUBMIT"; CREATE_GUILD_MODAL_SUBMIT_FAILURE: "CREATE_GUILD_MODAL_SUBMIT_FAILURE"; CREATE_GUILD_MODAL_UPDATE: "CREATE_GUILD_MODAL_UPDATE"; CREATE_INVITE_MODAL_CLOSE: "CREATE_INVITE_MODAL_CLOSE"; CREATE_INVITE_MODAL_GENERATE_INVITE: "CREATE_INVITE_MODAL_GENERATE_INVITE"; CREATE_INVITE_MODAL_GENERATE_INVITE_FAILURE: "CREATE_INVITE_MODAL_GENERATE_INVITE_FAILURE"; CREATE_INVITE_MODAL_GENERATE_INVITE_SUCCESS: "CREATE_INVITE_MODAL_GENERATE_INVITE_SUCCESS"; CREATE_INVITE_MODAL_INIT: "CREATE_INVITE_MODAL_INIT"; CREATE_INVITE_MODAL_OPEN: "CREATE_INVITE_MODAL_OPEN"; CREATE_INVITE_MODAL_RESET_SETTINGS: "CREATE_INVITE_MODAL_RESET_SETTINGS"; CREATE_INVITE_MODAL_UPDATE_SETTINGS: "CREATE_INVITE_MODAL_UPDATE_SETTINGS"; CREATE_OVERLAY_NOTIFICATION: "CREATE_OVERLAY_NOTIFICATION"; CURRENT_USER_UPDATE: "CURRENT_USER_UPDATE"; DEACTIVATE_RAGING_DEMON: "DEACTIVATE_RAGING_DEMON"; DELAYED_CHANNEL_SELECT: "DELAYED_CHANNEL_SELECT"; DELAYED_SELECT_FLUSH: "DELAYED_SELECT_FLUSH"; DETECTED_OFF_PLATFORM_PREMIUM_PERKS_DISMISS: "DETECTED_OFF_PLATFORM_PREMIUM_PERKS_DISMISS"; DEVELOPER_OPTIONS_UPDATE_SETTINGS: "DEVELOPER_OPTIONS_UPDATE_SETTINGS"; DEVELOPER_TEST_MODE_AUTHORIZATION_FAIL: "DEVELOPER_TEST_MODE_AUTHORIZATION_FAIL"; DEVELOPER_TEST_MODE_AUTHORIZATION_START: "DEVELOPER_TEST_MODE_AUTHORIZATION_START"; DEVELOPER_TEST_MODE_AUTHORIZATION_SUCCESS: "DEVELOPER_TEST_MODE_AUTHORIZATION_SUCCESS"; DEVELOPER_TEST_MODE_RESET: "DEVELOPER_TEST_MODE_RESET"; DEVELOPER_TEST_MODE_RESET_ERROR: "DEVELOPER_TEST_MODE_RESET_ERROR"; DISABLE_AUTOMATIC_ACK: "DISABLE_AUTOMATIC_ACK"; DISCOVER_CHECKLIST_FETCH_FAILURE: "DISCOVER_CHECKLIST_FETCH_FAILURE"; DISCOVER_CHECKLIST_FETCH_START: "DISCOVER_CHECKLIST_FETCH_START"; DISCOVER_CHECKLIST_FETCH_SUCCESS: "DISCOVER_CHECKLIST_FETCH_SUCCESS"; DISCOVER_GUILDS_FETCH_FAILURE: "DISCOVER_GUILDS_FETCH_FAILURE"; DISCOVER_GUILDS_FETCH_START: "DISCOVER_GUILDS_FETCH_START"; DISCOVER_GUILDS_FETCH_SUCCESS: "DISCOVER_GUILDS_FETCH_SUCCESS"; DISPATCH_APPLICATION_ADD_TO_INSTALLATIONS: "DISPATCH_APPLICATION_ADD_TO_INSTALLATIONS"; DISPATCH_APPLICATION_CANCEL: "DISPATCH_APPLICATION_CANCEL"; DISPATCH_APPLICATION_ERROR: "DISPATCH_APPLICATION_ERROR"; DISPATCH_APPLICATION_INSTALL: "DISPATCH_APPLICATION_INSTALL"; DISPATCH_APPLICATION_INSTALL_SCRIPTS_PROGRESS_UPDATE: "DISPATCH_APPLICATION_INSTALL_SCRIPTS_PROGRESS_UPDATE"; DISPATCH_APPLICATION_LAUNCH_SETUP_COMPLETE: "DISPATCH_APPLICATION_LAUNCH_SETUP_COMPLETE"; DISPATCH_APPLICATION_LAUNCH_SETUP_START: "DISPATCH_APPLICATION_LAUNCH_SETUP_START"; DISPATCH_APPLICATION_MOVE_UP: "DISPATCH_APPLICATION_MOVE_UP"; DISPATCH_APPLICATION_REMOVE_FINISHED: "DISPATCH_APPLICATION_REMOVE_FINISHED"; DISPATCH_APPLICATION_REPAIR: "DISPATCH_APPLICATION_REPAIR"; DISPATCH_APPLICATION_STATE_UPDATE: "DISPATCH_APPLICATION_STATE_UPDATE"; DISPATCH_APPLICATION_UNINSTALL: "DISPATCH_APPLICATION_UNINSTALL"; DISPATCH_APPLICATION_UPDATE: "DISPATCH_APPLICATION_UPDATE"; DISPLAYED_INVITE_CLEAR: "DISPLAYED_INVITE_CLEAR"; DISPLAYED_INVITE_SHOW: "DISPLAYED_INVITE_SHOW"; DOMAIN_MIGRATION_FAILURE: "DOMAIN_MIGRATION_FAILURE"; DOMAIN_MIGRATION_SKIP: "DOMAIN_MIGRATION_SKIP"; DOMAIN_MIGRATION_START: "DOMAIN_MIGRATION_START"; DRAFT_CHANGE: "DRAFT_CHANGE"; DRAFT_SAVE: "DRAFT_SAVE"; DRAWER_CLOSE: "DRAWER_CLOSE"; DRAWER_DISABLE: "DRAWER_DISABLE"; DRAWER_DRAG_END: "DRAWER_DRAG_END"; DRAWER_DRAG_START: "DRAWER_DRAG_START"; DRAWER_ENABLE: "DRAWER_ENABLE"; DRAWER_OPEN: "DRAWER_OPEN"; DRAWER_SELECT_TAB: "DRAWER_SELECT_TAB"; EMAIL_VERIFICATION_MODAL_CLOSE: "EMAIL_VERIFICATION_MODAL_CLOSE"; EMAIL_VERIFICATION_MODAL_OPEN: "EMAIL_VERIFICATION_MODAL_OPEN"; EMOJI_DELETE: "EMOJI_DELETE"; EMOJI_DIVERSITY_COLOR_CHANGE: "EMOJI_DIVERSITY_COLOR_CHANGE"; EMOJI_FETCH: "EMOJI_FETCH"; EMOJI_FETCH_FAILURE: "EMOJI_FETCH_FAILURE"; EMOJI_FETCH_SUCCESS: "EMOJI_FETCH_SUCCESS"; EMOJI_TRACK_USAGE: "EMOJI_TRACK_USAGE"; EMOJI_UPLOAD_START: "EMOJI_UPLOAD_START"; EMOJI_UPLOAD_STOP: "EMOJI_UPLOAD_STOP"; ENABLE_AUTOMATIC_ACK: "ENABLE_AUTOMATIC_ACK"; ENQUEUE_IN_APP_NOTIFICATION: "ENQUEUE_IN_APP_NOTIFICATION"; ENTITLEMENTS_GIFTABLE_FETCH: "ENTITLEMENTS_GIFTABLE_FETCH"; ENTITLEMENTS_GIFTABLE_FETCH_FAIL: "ENTITLEMENTS_GIFTABLE_FETCH_FAIL"; ENTITLEMENTS_GIFTABLE_FETCH_SUCCESS: "ENTITLEMENTS_GIFTABLE_FETCH_SUCCESS"; ENTITLEMENT_CREATE: "ENTITLEMENT_CREATE"; ENTITLEMENT_DELETE: "ENTITLEMENT_DELETE"; ENTITLEMENT_FETCH_APPLICATION_FAIL: "ENTITLEMENT_FETCH_APPLICATION_FAIL"; ENTITLEMENT_FETCH_APPLICATION_START: "ENTITLEMENT_FETCH_APPLICATION_START"; ENTITLEMENT_FETCH_APPLICATION_SUCCESS: "ENTITLEMENT_FETCH_APPLICATION_SUCCESS"; ENTITLEMENT_UPDATE: "ENTITLEMENT_UPDATE"; EULA_FETCH_SUCCESS: "EULA_FETCH_SUCCESS"; EXPERIMENTS_FETCH: "EXPERIMENTS_FETCH"; EXPERIMENTS_FETCH_FAILURE: "EXPERIMENTS_FETCH_FAILURE"; EXPERIMENTS_FETCH_SUCCESS: "EXPERIMENTS_FETCH_SUCCESS"; EXPERIMENT_OVERRIDE_BUCKET: "EXPERIMENT_OVERRIDE_BUCKET"; EXPERIMENT_REGISTER_LEGACY: "EXPERIMENT_REGISTER_LEGACY"; EXPERIMENT_REGISTER_SURVEY: "EXPERIMENT_REGISTER_SURVEY"; EXPERIMENT_TRIGGER: "EXPERIMENT_TRIGGER"; FEATURED_HELP_ARTICLES: "FEATURED_HELP_ARTICLES"; FINGERPRINT: "FINGERPRINT"; FORCE_INVISIBLE: "FORCE_INVISIBLE"; FORGOT_PASSWORD_SENT: "FORGOT_PASSWORD_SENT"; FRIENDS_SET_SECTION: "FRIENDS_SET_SECTION"; FRIEND_REQUEST_ACCEPTED: "FRIEND_REQUEST_ACCEPTED"; GAMES_DATABASE_FETCH: "GAMES_DATABASE_FETCH"; GAMES_DATABASE_FETCH_FAIL: "GAMES_DATABASE_FETCH_FAIL"; GAMES_DATABASE_UPDATE: "GAMES_DATABASE_UPDATE"; GAME_AUTOCOMPLETE_QUERY: "GAME_AUTOCOMPLETE_QUERY"; GAME_CLOUD_SYNC_COMPLETE: "GAME_CLOUD_SYNC_COMPLETE"; GAME_CLOUD_SYNC_CONFLICT: "GAME_CLOUD_SYNC_CONFLICT"; GAME_CLOUD_SYNC_ERROR: "GAME_CLOUD_SYNC_ERROR"; GAME_CLOUD_SYNC_START: "GAME_CLOUD_SYNC_START"; GAME_CLOUD_SYNC_UPDATE: "GAME_CLOUD_SYNC_UPDATE"; GAME_ICON_UPDATE: "GAME_ICON_UPDATE"; GAME_LAUNCHABLE_UPDATE: "GAME_LAUNCHABLE_UPDATE"; GAME_LAUNCH_FAIL: "GAME_LAUNCH_FAIL"; GAME_LAUNCH_START: "GAME_LAUNCH_START"; GAME_LAUNCH_SUCCESS: "GAME_LAUNCH_SUCCESS"; GAME_NOTIFICATION_OVERRIDES_DELETE: "GAME_NOTIFICATION_OVERRIDES_DELETE"; GAME_NOTIFICATION_OVERRIDES_LOAD: "GAME_NOTIFICATION_OVERRIDES_LOAD"; GAME_NOTIFICATION_OVERRIDES_UPDATE: "GAME_NOTIFICATION_OVERRIDES_UPDATE"; GAME_NOTIFICATION_SETTINGS_UPDATE: "GAME_NOTIFICATION_SETTINGS_UPDATE"; GIFT_CODES_FETCH: "GIFT_CODES_FETCH"; GIFT_CODES_FETCH_FAILURE: "GIFT_CODES_FETCH_FAILURE"; GIFT_CODES_FETCH_SUCCESS: "GIFT_CODES_FETCH_SUCCESS"; GIFT_CODE_CREATE: "GIFT_CODE_CREATE"; GIFT_CODE_CREATE_FAILURE: "GIFT_CODE_CREATE_FAILURE"; GIFT_CODE_CREATE_START: "GIFT_CODE_CREATE_START"; GIFT_CODE_CREATE_SUCCESS: "GIFT_CODE_CREATE_SUCCESS"; GIFT_CODE_MODAL_CLOSE: "GIFT_CODE_MODAL_CLOSE"; GIFT_CODE_MODAL_OPEN: "GIFT_CODE_MODAL_OPEN"; GIFT_CODE_REDEEM: "GIFT_CODE_REDEEM"; GIFT_CODE_REDEEM_FAILURE: "GIFT_CODE_REDEEM_FAILURE"; GIFT_CODE_REDEEM_SUCCESS: "GIFT_CODE_REDEEM_SUCCESS"; GIFT_CODE_RESOLVE: "GIFT_CODE_RESOLVE"; GIFT_CODE_RESOLVE_FAILURE: "GIFT_CODE_RESOLVE_FAILURE"; GIFT_CODE_RESOLVE_SUCCESS: "GIFT_CODE_RESOLVE_SUCCESS"; GIFT_CODE_REVOKE: "GIFT_CODE_REVOKE"; GIFT_CODE_REVOKE_FAILURE: "GIFT_CODE_REVOKE_FAILURE"; GIFT_CODE_REVOKE_SUCCESS: "GIFT_CODE_REVOKE_SUCCESS"; GIFT_CODE_UPDATE: "GIFT_CODE_UPDATE"; GIF_FAVORITE_ADD: "GIF_FAVORITE_ADD"; GIF_FAVORITE_REMOVE: "GIF_FAVORITE_REMOVE"; GIF_PICKER_INITIALIZE: "GIF_PICKER_INITIALIZE"; GIF_PICKER_QUERY: "GIF_PICKER_QUERY"; GIF_PICKER_QUERY_FAILURE: "GIF_PICKER_QUERY_FAILURE"; GIF_PICKER_QUERY_SUCCESS: "GIF_PICKER_QUERY_SUCCESS"; GIF_PICKER_SELECT: "GIF_PICKER_SELECT"; GIF_PICKER_SUGGESTIONS_SUCCESS: "GIF_PICKER_SUGGESTIONS_SUCCESS"; GIF_PICKER_TRENDING_FETCH_SUCCESS: "GIF_PICKER_TRENDING_FETCH_SUCCESS"; GLOBAL_CLIPBOARD_PASTE: "GLOBAL_CLIPBOARD_PASTE"; GUILD_ACK: "GUILD_ACK"; GUILD_APPLICATIONS_FETCH_SUCCESS: "GUILD_APPLICATIONS_FETCH_SUCCESS"; GUILD_BAN_ADD: "GUILD_BAN_ADD"; GUILD_BAN_REMOVE: "GUILD_BAN_REMOVE"; GUILD_CREATE: "GUILD_CREATE"; GUILD_DELETE: "GUILD_DELETE"; GUILD_DISCOVERY_CATEGORY_ADD: "GUILD_DISCOVERY_CATEGORY_ADD"; GUILD_DISCOVERY_CATEGORY_DELETE: "GUILD_DISCOVERY_CATEGORY_DELETE"; GUILD_DISCOVERY_CATEGORY_FETCH_SUCCESS: "GUILD_DISCOVERY_CATEGORY_FETCH_SUCCESS"; GUILD_DISCOVERY_CATEGORY_UPDATE_FAIL: "GUILD_DISCOVERY_CATEGORY_UPDATE_FAIL"; GUILD_DISCOVERY_CLEAR_SEARCH: "GUILD_DISCOVERY_CLEAR_SEARCH"; GUILD_DISCOVERY_FETCH_EXPERIMENT: "GUILD_DISCOVERY_FETCH_EXPERIMENT"; GUILD_DISCOVERY_FETCH_FAILURE: "GUILD_DISCOVERY_FETCH_FAILURE"; GUILD_DISCOVERY_FETCH_START: "GUILD_DISCOVERY_FETCH_START"; GUILD_DISCOVERY_FETCH_SUCCESS: "GUILD_DISCOVERY_FETCH_SUCCESS"; GUILD_DISCOVERY_METADATA_FETCH_FAIL: "GUILD_DISCOVERY_METADATA_FETCH_FAIL"; GUILD_DISCOVERY_POPULAR_FETCH_FAILURE: "GUILD_DISCOVERY_POPULAR_FETCH_FAILURE"; GUILD_DISCOVERY_POPULAR_FETCH_START: "GUILD_DISCOVERY_POPULAR_FETCH_START"; GUILD_DISCOVERY_POPULAR_FETCH_SUCCESS: "GUILD_DISCOVERY_POPULAR_FETCH_SUCCESS"; GUILD_DISCOVERY_SEARCH_COUNTS_FAIL: "GUILD_DISCOVERY_SEARCH_COUNTS_FAIL"; GUILD_DISCOVERY_SEARCH_FETCH_FAILURE: "GUILD_DISCOVERY_SEARCH_FETCH_FAILURE"; GUILD_DISCOVERY_SEARCH_FETCH_START: "GUILD_DISCOVERY_SEARCH_FETCH_START"; GUILD_DISCOVERY_SEARCH_FETCH_SUCCESS: "GUILD_DISCOVERY_SEARCH_FETCH_SUCCESS"; GUILD_DISCOVERY_SEARCH_INIT: "GUILD_DISCOVERY_SEARCH_INIT"; GUILD_DISCOVERY_SEARCH_UPDATE_COUNTS: "GUILD_DISCOVERY_SEARCH_UPDATE_COUNTS"; GUILD_DISCOVERY_SELECT_CATEGORY: "GUILD_DISCOVERY_SELECT_CATEGORY"; GUILD_EMOJIS_UPDATE: "GUILD_EMOJIS_UPDATE"; GUILD_INTEGRATIONS_UPDATE: "GUILD_INTEGRATIONS_UPDATE"; GUILD_JOIN: "GUILD_JOIN"; GUILD_MEMBERS_CHUNK: "GUILD_MEMBERS_CHUNK"; GUILD_MEMBERS_REQUEST: "GUILD_MEMBERS_REQUEST"; GUILD_MEMBER_ADD: "GUILD_MEMBER_ADD"; GUILD_MEMBER_LIST_UPDATE: "GUILD_MEMBER_LIST_UPDATE"; GUILD_MEMBER_REMOVE: "GUILD_MEMBER_REMOVE"; GUILD_MEMBER_UPDATE: "GUILD_MEMBER_UPDATE"; GUILD_MOVE: "GUILD_MOVE"; GUILD_NSFW_AGREE: "GUILD_NSFW_AGREE"; GUILD_POPOUT_FETCH_FAILURE: "GUILD_POPOUT_FETCH_FAILURE"; GUILD_POPOUT_FETCH_START: "GUILD_POPOUT_FETCH_START"; GUILD_POPOUT_FETCH_SUCCESS: "GUILD_POPOUT_FETCH_SUCCESS"; GUILD_PREMIUM_SUBSCRIBE_FAIL: "GUILD_PREMIUM_SUBSCRIBE_FAIL"; GUILD_PREMIUM_SUBSCRIBE_MODAL_CLOSE_IOS: "GUILD_PREMIUM_SUBSCRIBE_MODAL_CLOSE_IOS"; GUILD_PREMIUM_SUBSCRIBE_MODAL_OPEN_IOS: "GUILD_PREMIUM_SUBSCRIBE_MODAL_OPEN_IOS"; GUILD_PREMIUM_SUBSCRIBE_START: "GUILD_PREMIUM_SUBSCRIBE_START"; GUILD_PREMIUM_SUBSCRIBE_SUCCESS: "GUILD_PREMIUM_SUBSCRIBE_SUCCESS"; GUILD_PREMIUM_SUBSCRIPTIONS_COOLDOWN_FETCH_SUCCESS: "GUILD_PREMIUM_SUBSCRIPTIONS_COOLDOWN_FETCH_SUCCESS"; GUILD_PREMIUM_SUBSCRIPTIONS_FETCH_SUCCESS: "GUILD_PREMIUM_SUBSCRIPTIONS_FETCH_SUCCESS"; GUILD_PREMIUM_UNSUBSCRIBE_FAIL: "GUILD_PREMIUM_UNSUBSCRIBE_FAIL"; GUILD_PREMIUM_UNSUBSCRIBE_START: "GUILD_PREMIUM_UNSUBSCRIBE_START"; GUILD_PREMIUM_UNSUBSCRIBE_SUCCESS: "GUILD_PREMIUM_UNSUBSCRIBE_SUCCESS"; GUILD_PROGRESS_DISMISS: "GUILD_PROGRESS_DISMISS"; GUILD_PROGRESS_INITIALIZE: "GUILD_PROGRESS_INITIALIZE"; GUILD_ROLE_CREATE: "GUILD_ROLE_CREATE"; GUILD_ROLE_DELETE: "GUILD_ROLE_DELETE"; GUILD_ROLE_UPDATE: "GUILD_ROLE_UPDATE"; GUILD_SELECT: "GUILD_SELECT"; GUILD_SETTINGS_CANCEL_CHANGES: "GUILD_SETTINGS_CANCEL_CHANGES"; GUILD_SETTINGS_CLOSE: "GUILD_SETTINGS_CLOSE"; GUILD_SETTINGS_DISCOVERY_CLOSE: "GUILD_SETTINGS_DISCOVERY_CLOSE"; GUILD_SETTINGS_DISCOVERY_INIT: "GUILD_SETTINGS_DISCOVERY_INIT"; GUILD_SETTINGS_DISCOVERY_RESET: "GUILD_SETTINGS_DISCOVERY_RESET"; GUILD_SETTINGS_DISCOVERY_SUBMIT: "GUILD_SETTINGS_DISCOVERY_SUBMIT"; GUILD_SETTINGS_DISCOVERY_SUBMIT_FAILURE: "GUILD_SETTINGS_DISCOVERY_SUBMIT_FAILURE"; GUILD_SETTINGS_DISCOVERY_SUBMIT_SUCCESS: "GUILD_SETTINGS_DISCOVERY_SUBMIT_SUCCESS"; GUILD_SETTINGS_DISCOVERY_UPDATE: "GUILD_SETTINGS_DISCOVERY_UPDATE"; GUILD_SETTINGS_INIT: "GUILD_SETTINGS_INIT"; GUILD_SETTINGS_LOADED_BANS: "GUILD_SETTINGS_LOADED_BANS"; GUILD_SETTINGS_LOADED_INTEGATIONS: "GUILD_SETTINGS_LOADED_INTEGATIONS"; GUILD_SETTINGS_LOADED_INVITES: "GUILD_SETTINGS_LOADED_INVITES"; GUILD_SETTINGS_MODAL_CHANNELS_ADD_CHANNEL: "GUILD_SETTINGS_MODAL_CHANNELS_ADD_CHANNEL"; GUILD_SETTINGS_MODAL_CHANNELS_ADD_CHANNEL_FAILURE: "GUILD_SETTINGS_MODAL_CHANNELS_ADD_CHANNEL_FAILURE"; GUILD_SETTINGS_MODAL_CHANNELS_INIT: "GUILD_SETTINGS_MODAL_CHANNELS_INIT"; GUILD_SETTINGS_MODAL_CHANNELS_START_REORDER: "GUILD_SETTINGS_MODAL_CHANNELS_START_REORDER"; GUILD_SETTINGS_MODAL_CHANNELS_STOP_REORDER: "GUILD_SETTINGS_MODAL_CHANNELS_STOP_REORDER"; GUILD_SETTINGS_MODAL_CHANNELS_TERMINATE: "GUILD_SETTINGS_MODAL_CHANNELS_TERMINATE"; GUILD_SETTINGS_MODAL_LOCAL_SORT_CHANGE: "GUILD_SETTINGS_MODAL_LOCAL_SORT_CHANGE"; GUILD_SETTINGS_MODAL_MEMBERS_CHANGE_NICKNAME: "GUILD_SETTINGS_MODAL_MEMBERS_CHANGE_NICKNAME"; GUILD_SETTINGS_MODAL_MEMBERS_CHANGE_NICKNAME_FAILURE: "GUILD_SETTINGS_MODAL_MEMBERS_CHANGE_NICKNAME_FAILURE"; GUILD_SETTINGS_MODAL_MEMBERS_CHANGE_NICKNAME_SUCCESS: "GUILD_SETTINGS_MODAL_MEMBERS_CHANGE_NICKNAME_SUCCESS"; GUILD_SETTINGS_MODAL_MEMBERS_ROLES_SAVE: "GUILD_SETTINGS_MODAL_MEMBERS_ROLES_SAVE"; GUILD_SETTINGS_MODAL_MEMBERS_ROLES_SAVE_COMPLETE: "GUILD_SETTINGS_MODAL_MEMBERS_ROLES_SAVE_COMPLETE"; GUILD_SETTINGS_MODAL_MEMBERS_START_EDITING: "GUILD_SETTINGS_MODAL_MEMBERS_START_EDITING"; GUILD_SETTINGS_MODAL_MEMBERS_STOP_EDITING: "GUILD_SETTINGS_MODAL_MEMBERS_STOP_EDITING"; GUILD_SETTINGS_MODAL_MEMBERS_TOGGLE_ROLE: "GUILD_SETTINGS_MODAL_MEMBERS_TOGGLE_ROLE"; GUILD_SETTINGS_MODAL_ROLES_EDIT_ORDER: "GUILD_SETTINGS_MODAL_ROLES_EDIT_ORDER"; GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_CANCEL: "GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_CANCEL"; GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_START_EDITING: "GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_START_EDITING"; GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_STOP_EDITING: "GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_STOP_EDITING"; GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_SUBMITTING: "GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_SUBMITTING"; GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_SUBMITTING_FAILURE: "GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_SUBMITTING_FAILURE"; GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_SUBMITTING_SUCCESS: "GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_SUBMITTING_SUCCESS"; GUILD_SETTINGS_MODAL_ROLES_PERMISSION_ALLOW: "GUILD_SETTINGS_MODAL_ROLES_PERMISSION_ALLOW"; GUILD_SETTINGS_MODAL_ROLES_PERMISSION_DENY: "GUILD_SETTINGS_MODAL_ROLES_PERMISSION_DENY"; GUILD_SETTINGS_MODAL_ROLES_START_REORDER: "GUILD_SETTINGS_MODAL_ROLES_START_REORDER"; GUILD_SETTINGS_MODAL_ROLES_STOP_REORDER: "GUILD_SETTINGS_MODAL_ROLES_STOP_REORDER"; GUILD_SETTINGS_OPEN: "GUILD_SETTINGS_OPEN"; GUILD_SETTINGS_ROLES_CLEAR_PERMISSIONS: "GUILD_SETTINGS_ROLES_CLEAR_PERMISSIONS"; GUILD_SETTINGS_ROLES_INIT: "GUILD_SETTINGS_ROLES_INIT"; GUILD_SETTINGS_ROLES_SAVE_SUCCESS: "GUILD_SETTINGS_ROLES_SAVE_SUCCESS"; GUILD_SETTINGS_ROLES_SORT_UPDATE: "GUILD_SETTINGS_ROLES_SORT_UPDATE"; GUILD_SETTINGS_ROLES_SUBMITTING: "GUILD_SETTINGS_ROLES_SUBMITTING"; GUILD_SETTINGS_ROLES_UPDATE_COLOR: "GUILD_SETTINGS_ROLES_UPDATE_COLOR"; GUILD_SETTINGS_ROLES_UPDATE_NAME: "GUILD_SETTINGS_ROLES_UPDATE_NAME"; GUILD_SETTINGS_ROLES_UPDATE_PERMISSIONS: "GUILD_SETTINGS_ROLES_UPDATE_PERMISSIONS"; GUILD_SETTINGS_ROLES_UPDATE_SETTINGS: "GUILD_SETTINGS_ROLES_UPDATE_SETTINGS"; GUILD_SETTINGS_ROLE_SELECT: "GUILD_SETTINGS_ROLE_SELECT"; GUILD_SETTINGS_SET_AUDIT_LOG: "GUILD_SETTINGS_SET_AUDIT_LOG"; GUILD_SETTINGS_SET_EMBED: "GUILD_SETTINGS_SET_EMBED"; GUILD_SETTINGS_SET_MFA_SUCCESS: "GUILD_SETTINGS_SET_MFA_SUCCESS"; GUILD_SETTINGS_SET_SEARCH_QUERY: "GUILD_SETTINGS_SET_SEARCH_QUERY"; GUILD_SETTINGS_SET_SECTION: "GUILD_SETTINGS_SET_SECTION"; GUILD_SETTINGS_SET_VANITY_URL: "GUILD_SETTINGS_SET_VANITY_URL"; GUILD_SETTINGS_SUBMIT: "GUILD_SETTINGS_SUBMIT"; GUILD_SETTINGS_SUBMIT_FAILURE: "GUILD_SETTINGS_SUBMIT_FAILURE"; GUILD_SETTINGS_SUBMIT_SUCCESS: "GUILD_SETTINGS_SUBMIT_SUCCESS"; GUILD_SETTINGS_UPDATE: "GUILD_SETTINGS_UPDATE"; GUILD_SETTINGS_VANITY_URL_CLOSE: "GUILD_SETTINGS_VANITY_URL_CLOSE"; GUILD_SETTINGS_VANITY_URL_ERROR: "GUILD_SETTINGS_VANITY_URL_ERROR"; GUILD_SETTINGS_VANITY_URL_RESET: "GUILD_SETTINGS_VANITY_URL_RESET"; GUILD_SETTINGS_VANITY_URL_SET: "GUILD_SETTINGS_VANITY_URL_SET"; GUILD_STOP_LURKING: "GUILD_STOP_LURKING"; GUILD_STOP_LURKING_FAILURE: "GUILD_STOP_LURKING_FAILURE"; GUILD_STREAM_START: "GUILD_STREAM_START"; GUILD_SUBSCRIPTIONS_CHANNEL: "GUILD_SUBSCRIPTIONS_CHANNEL"; GUILD_SUBSCRIPTIONS_FLUSH: "GUILD_SUBSCRIPTIONS_FLUSH"; GUILD_SUBSCRIPTIONS_MEMBERS_ADD: "GUILD_SUBSCRIPTIONS_MEMBERS_ADD"; GUILD_SUBSCRIPTIONS_MEMBERS_REMOVE: "GUILD_SUBSCRIPTIONS_MEMBERS_REMOVE"; GUILD_TEMPLATE_ACCEPT: "GUILD_TEMPLATE_ACCEPT"; GUILD_TEMPLATE_ACCEPT_FAILURE: "GUILD_TEMPLATE_ACCEPT_FAILURE"; GUILD_TEMPLATE_ACCEPT_SUCCESS: "GUILD_TEMPLATE_ACCEPT_SUCCESS"; GUILD_TEMPLATE_CREATE_SUCCESS: "GUILD_TEMPLATE_CREATE_SUCCESS"; GUILD_TEMPLATE_DELETE_SUCCESS: "GUILD_TEMPLATE_DELETE_SUCCESS"; GUILD_TEMPLATE_DIRTY_TOOLTIP_HIDE: "GUILD_TEMPLATE_DIRTY_TOOLTIP_HIDE"; GUILD_TEMPLATE_DIRTY_TOOLTIP_REFRESH: "GUILD_TEMPLATE_DIRTY_TOOLTIP_REFRESH"; GUILD_TEMPLATE_LOAD_FOR_GUILD_SUCCESS: "GUILD_TEMPLATE_LOAD_FOR_GUILD_SUCCESS"; GUILD_TEMPLATE_MODAL_HIDE: "GUILD_TEMPLATE_MODAL_HIDE"; GUILD_TEMPLATE_MODAL_SHOW: "GUILD_TEMPLATE_MODAL_SHOW"; GUILD_TEMPLATE_PROMOTION_SETTINGS_DOT_HIDE: "GUILD_TEMPLATE_PROMOTION_SETTINGS_DOT_HIDE"; GUILD_TEMPLATE_PROMOTION_TOOLTIP_HIDE: "GUILD_TEMPLATE_PROMOTION_TOOLTIP_HIDE"; GUILD_TEMPLATE_RESOLVE: "GUILD_TEMPLATE_RESOLVE"; GUILD_TEMPLATE_RESOLVE_FAILURE: "GUILD_TEMPLATE_RESOLVE_FAILURE"; GUILD_TEMPLATE_RESOLVE_SUCCESS: "GUILD_TEMPLATE_RESOLVE_SUCCESS"; GUILD_TEMPLATE_SYNC_SUCCESS: "GUILD_TEMPLATE_SYNC_SUCCESS"; GUILD_TOGGLE_COLLAPSE_MUTED: "GUILD_TOGGLE_COLLAPSE_MUTED"; GUILD_UNAVAILABLE: "GUILD_UNAVAILABLE"; GUILD_UPDATE: "GUILD_UPDATE"; GUILD_UPDATE_DISCOVERY_METADATA: "GUILD_UPDATE_DISCOVERY_METADATA"; GUILD_UPDATE_DISCOVERY_METADATA_FAIL: "GUILD_UPDATE_DISCOVERY_METADATA_FAIL"; GUILD_UPDATE_DISCOVERY_METADATA_FROM_SERVER: "GUILD_UPDATE_DISCOVERY_METADATA_FROM_SERVER"; GUILD_USER_PREMIUM_SUBSCRIPTIONS_FETCH_SUCCESS: "GUILD_USER_PREMIUM_SUBSCRIPTIONS_FETCH_SUCCESS"; GUILD_VERIFICATION_CHECK: "GUILD_VERIFICATION_CHECK"; HIDE_ACTION_SHEET: "HIDE_ACTION_SHEET"; HIDE_ACTION_SHEET_QUICK_SWITCHER: "HIDE_ACTION_SHEET_QUICK_SWITCHER"; HIDE_GUILD_TOOLTIP: "HIDE_GUILD_TOOLTIP"; HIDE_KEYBOARD_SHORTCUTS: "HIDE_KEYBOARD_SHORTCUTS"; HOMEPAGE_NUF_DISMISS: "HOMEPAGE_NUF_DISMISS"; HOMEPAGE_NUF_NEXT: "HOMEPAGE_NUF_NEXT"; HOTSPOT_HIDE: "HOTSPOT_HIDE"; HYPESQUAD_ONLINE_MEMBERSHIP_JOIN_SUCCESS: "HYPESQUAD_ONLINE_MEMBERSHIP_JOIN_SUCCESS"; HYPESQUAD_ONLINE_MEMBERSHIP_LEAVE_SUCCESS: "HYPESQUAD_ONLINE_MEMBERSHIP_LEAVE_SUCCESS"; I18N_LOAD_ERROR: "I18N_LOAD_ERROR"; I18N_LOAD_START: "I18N_LOAD_START"; I18N_LOAD_SUCCESS: "I18N_LOAD_SUCCESS"; IDLE: "IDLE"; INCOMING_CALL_MOVE: "INCOMING_CALL_MOVE"; INSTALLATION_LOCATION_ADD: "INSTALLATION_LOCATION_ADD"; INSTALLATION_LOCATION_FETCH_METADATA: "INSTALLATION_LOCATION_FETCH_METADATA"; INSTALLATION_LOCATION_REMOVE: "INSTALLATION_LOCATION_REMOVE"; INSTALLATION_LOCATION_UPDATE: "INSTALLATION_LOCATION_UPDATE"; INSTANT_INVITE_CREATE: "INSTANT_INVITE_CREATE"; INSTANT_INVITE_CREATE_FAILURE: "INSTANT_INVITE_CREATE_FAILURE"; INSTANT_INVITE_CREATE_SUCCESS: "INSTANT_INVITE_CREATE_SUCCESS"; INSTANT_INVITE_REVOKE_SUCCESS: "INSTANT_INVITE_REVOKE_SUCCESS"; INTEGRATION_QUERY: "INTEGRATION_QUERY"; INTEGRATION_QUERY_FAILURE: "INTEGRATION_QUERY_FAILURE"; INTEGRATION_QUERY_SUCCESS: "INTEGRATION_QUERY_SUCCESS"; INVITE_ACCEPT: "INVITE_ACCEPT"; INVITE_ACCEPT_FAILURE: "INVITE_ACCEPT_FAILURE"; INVITE_ACCEPT_SUCCESS: "INVITE_ACCEPT_SUCCESS"; INVITE_APP_NOT_OPENED: "INVITE_APP_NOT_OPENED"; INVITE_APP_OPENED: "INVITE_APP_OPENED"; INVITE_APP_OPENING: "INVITE_APP_OPENING"; INVITE_MODAL_CLOSE: "INVITE_MODAL_CLOSE"; INVITE_MODAL_ERROR: "INVITE_MODAL_ERROR"; INVITE_MODAL_OPEN: "INVITE_MODAL_OPEN"; INVITE_RESOLVE: "INVITE_RESOLVE"; INVITE_RESOLVE_FAILURE: "INVITE_RESOLVE_FAILURE"; INVITE_RESOLVE_SUCCESS: "INVITE_RESOLVE_SUCCESS"; INVITE_SUGGESTIONS_SEARCH: "INVITE_SUGGESTIONS_SEARCH"; KEYBINDS_ADD_KEYBIND: "KEYBINDS_ADD_KEYBIND"; KEYBINDS_DELETE_KEYBIND: "KEYBINDS_DELETE_KEYBIND"; KEYBINDS_ENABLE_ALL_KEYBINDS: "KEYBINDS_ENABLE_ALL_KEYBINDS"; KEYBINDS_SET_KEYBIND: "KEYBINDS_SET_KEYBIND"; KEYBOARD_CHANGE: "KEYBOARD_CHANGE"; KEYBOARD_TOGGLE: "KEYBOARD_TOGGLE"; LAYER_POP: "LAYER_POP"; LAYER_POP_ALL: "LAYER_POP_ALL"; LAYER_PUSH: "LAYER_PUSH"; LAYOUT_CREATE: "LAYOUT_CREATE"; LAYOUT_CREATE_WIDGETS: "LAYOUT_CREATE_WIDGETS"; LAYOUT_DELETE_ALL_WIDGETS: "LAYOUT_DELETE_ALL_WIDGETS"; LAYOUT_DELETE_WIDGET: "LAYOUT_DELETE_WIDGET"; LAYOUT_SET_PINNED: "LAYOUT_SET_PINNED"; LAYOUT_SET_TOP_WIDGET: "LAYOUT_SET_TOP_WIDGET"; LAYOUT_UPDATE_WIDGET: "LAYOUT_UPDATE_WIDGET"; LIBRARY_APPLICATIONS_TEST_MODE_ENABLED: "LIBRARY_APPLICATIONS_TEST_MODE_ENABLED"; LIBRARY_APPLICATION_ACTIVE_BRANCH_UPDATE: "LIBRARY_APPLICATION_ACTIVE_BRANCH_UPDATE"; LIBRARY_APPLICATION_ACTIVE_LAUNCH_OPTION_UPDATE: "LIBRARY_APPLICATION_ACTIVE_LAUNCH_OPTION_UPDATE"; LIBRARY_APPLICATION_DELETE: "LIBRARY_APPLICATION_DELETE"; LIBRARY_APPLICATION_FILTER_UPDATE: "LIBRARY_APPLICATION_FILTER_UPDATE"; LIBRARY_APPLICATION_FLAGS_UPDATE_START: "LIBRARY_APPLICATION_FLAGS_UPDATE_START"; LIBRARY_APPLICATION_FLAGS_UPDATE_SUCCESS: "LIBRARY_APPLICATION_FLAGS_UPDATE_SUCCESS"; LIBRARY_APPLICATION_UPDATE: "LIBRARY_APPLICATION_UPDATE"; LIBRARY_FETCH_FAIL: "LIBRARY_FETCH_FAIL"; LIBRARY_FETCH_SUCCESS: "LIBRARY_FETCH_SUCCESS"; LIBRARY_TABLE_ACTIVE_ROW_ID_UPDATE: "LIBRARY_TABLE_ACTIVE_ROW_ID_UPDATE"; LIBRARY_TABLE_SORT_UPDATE: "LIBRARY_TABLE_SORT_UPDATE"; LOAD_GUILD_AFFINITIES_FAILURE: "LOAD_GUILD_AFFINITIES_FAILURE"; LOAD_GUILD_AFFINITIES_SUCCESS: "LOAD_GUILD_AFFINITIES_SUCCESS"; LOAD_INVITE_SUGGESTIONS: "LOAD_INVITE_SUGGESTIONS"; LOAD_MESSAGES: "LOAD_MESSAGES"; LOAD_MESSAGES_AROUND_SUCCESS: "LOAD_MESSAGES_AROUND_SUCCESS"; LOAD_MESSAGES_FAILURE: "LOAD_MESSAGES_FAILURE"; LOAD_MESSAGES_SUCCESS: "LOAD_MESSAGES_SUCCESS"; LOAD_MESSAGES_SUCCESS_CACHED: "LOAD_MESSAGES_SUCCESS_CACHED"; LOAD_MUTUAL_FRIENDS: "LOAD_MUTUAL_FRIENDS"; LOAD_PINNED_MESSAGES: "LOAD_PINNED_MESSAGES"; LOAD_PINNED_MESSAGES_FAILURE: "LOAD_PINNED_MESSAGES_FAILURE"; LOAD_PINNED_MESSAGES_SUCCESS: "LOAD_PINNED_MESSAGES_SUCCESS"; LOAD_RECENT_MENTIONS: "LOAD_RECENT_MENTIONS"; LOAD_RECENT_MENTIONS_FAILURE: "LOAD_RECENT_MENTIONS_FAILURE"; LOAD_RECENT_MENTIONS_SUCCESS: "LOAD_RECENT_MENTIONS_SUCCESS"; LOAD_REGIONS: "LOAD_REGIONS"; LOAD_RELATIONSHIPS_FAILURE: "LOAD_RELATIONSHIPS_FAILURE"; LOAD_RELATIONSHIPS_SUCCESS: "LOAD_RELATIONSHIPS_SUCCESS"; LOAD_USER_AFFINITIES: "LOAD_USER_AFFINITIES"; LOAD_USER_AFFINITIES_FAILURE: "LOAD_USER_AFFINITIES_FAILURE"; LOAD_USER_AFFINITIES_SUCCESS: "LOAD_USER_AFFINITIES_SUCCESS"; LOBBY_CONNECT: "LOBBY_CONNECT"; LOBBY_CREATE: "LOBBY_CREATE"; LOBBY_DELETE: "LOBBY_DELETE"; LOBBY_DISCONNECT: "LOBBY_DISCONNECT"; LOBBY_MEMBER_CONNECT: "LOBBY_MEMBER_CONNECT"; LOBBY_MEMBER_DISCONNECT: "LOBBY_MEMBER_DISCONNECT"; LOBBY_MEMBER_UPDATE: "LOBBY_MEMBER_UPDATE"; LOBBY_MESSAGE: "LOBBY_MESSAGE"; LOBBY_UPDATE: "LOBBY_UPDATE"; LOBBY_VOICE_CONNECT: "LOBBY_VOICE_CONNECT"; LOBBY_VOICE_DISCONNECT: "LOBBY_VOICE_DISCONNECT"; LOBBY_VOICE_SERVER_UPDATE: "LOBBY_VOICE_SERVER_UPDATE"; LOBBY_VOICE_STATE_UPDATE: "LOBBY_VOICE_STATE_UPDATE"; LOCAL_ACTIVITY_UPDATE: "LOCAL_ACTIVITY_UPDATE"; LOGIN: "LOGIN"; LOGIN_ACCOUNT_DISABLED: "LOGIN_ACCOUNT_DISABLED"; LOGIN_ACCOUNT_SCHEDULED_FOR_DELETION: "LOGIN_ACCOUNT_SCHEDULED_FOR_DELETION"; LOGIN_FAILURE: "LOGIN_FAILURE"; LOGIN_MFA: "LOGIN_MFA"; LOGIN_MFA_FAILURE: "LOGIN_MFA_FAILURE"; LOGIN_MFA_SMS: "LOGIN_MFA_SMS"; LOGIN_MFA_SMS_FAILURE: "LOGIN_MFA_SMS_FAILURE"; LOGIN_MFA_SMS_REQUEST_SUCCESS: "LOGIN_MFA_SMS_REQUEST_SUCCESS"; LOGIN_MFA_STEP: "LOGIN_MFA_STEP"; LOGIN_MODAL_CLOSE: "LOGIN_MODAL_CLOSE"; LOGIN_MODAL_OPEN: "LOGIN_MODAL_OPEN"; LOGIN_RESET: "LOGIN_RESET"; LOGIN_SUCCESS: "LOGIN_SUCCESS"; LOGOUT: "LOGOUT"; MASKED_LINK_ADD_TRUSTED_DOMAIN: "MASKED_LINK_ADD_TRUSTED_DOMAIN"; MASKED_LINK_ADD_TRUSTED_PROTOCOL: "MASKED_LINK_ADD_TRUSTED_PROTOCOL"; MEDIA_ENGINE_DEVICES: "MEDIA_ENGINE_DEVICES"; MEDIA_ENGINE_INTERACTION_REQUIRED: "MEDIA_ENGINE_INTERACTION_REQUIRED"; MEDIA_ENGINE_PERMISSION: "MEDIA_ENGINE_PERMISSION"; MEDIA_ENGINE_SET_AUDIO_ENABLED: "MEDIA_ENGINE_SET_AUDIO_ENABLED"; MEDIA_ENGINE_SET_DESKTOP_SOURCE: "MEDIA_ENGINE_SET_DESKTOP_SOURCE"; MEDIA_ENGINE_SET_EXPERIMENTAL_ENCODERS: "MEDIA_ENGINE_SET_EXPERIMENTAL_ENCODERS"; MEDIA_ENGINE_SET_EXPERIMENTAL_SOUNDSHARE: "MEDIA_ENGINE_SET_EXPERIMENTAL_SOUNDSHARE"; MEDIA_ENGINE_SET_HARDWARE_H264: "MEDIA_ENGINE_SET_HARDWARE_H264"; MEDIA_ENGINE_SET_OPEN_H264: "MEDIA_ENGINE_SET_OPEN_H264"; MEDIA_ENGINE_SET_SOUNDSHARE_VOLUME: "MEDIA_ENGINE_SET_SOUNDSHARE_VOLUME"; MEDIA_ENGINE_SET_VIDEO_DEVICE: "MEDIA_ENGINE_SET_VIDEO_DEVICE"; MEDIA_ENGINE_SET_VIDEO_ENABLED: "MEDIA_ENGINE_SET_VIDEO_ENABLED"; MEDIA_ENGINE_SET_VIDEO_HOOK: "MEDIA_ENGINE_SET_VIDEO_HOOK"; MEDIA_ENGINE_SOUNDSHARE_FAILED: "MEDIA_ENGINE_SOUNDSHARE_FAILED"; MEDIA_ENGINE_SOUNDSHARE_TRACE: "MEDIA_ENGINE_SOUNDSHARE_TRACE"; MEDIA_ENGINE_SOUNDSHARE_TRANSMITTING: "MEDIA_ENGINE_SOUNDSHARE_TRANSMITTING"; MEDIA_ENGINE_START_AEC_DUMP: "MEDIA_ENGINE_START_AEC_DUMP"; MEDIA_ENGINE_STOP_AEC_DUMP: "MEDIA_ENGINE_STOP_AEC_DUMP"; MEDIA_ENGINE_VIDEO_QUALITY_CHANGED: "MEDIA_ENGINE_VIDEO_QUALITY_CHANGED"; MEDIA_ENGINE_VIDEO_STATE_CHANGED: "MEDIA_ENGINE_VIDEO_STATE_CHANGED"; MENTION_MODAL_CLOSE: "MENTION_MODAL_CLOSE"; MENTION_MODAL_OPEN: "MENTION_MODAL_OPEN"; MESSAGE_ACK: "MESSAGE_ACK"; MESSAGE_CREATE: "MESSAGE_CREATE"; MESSAGE_DELETE: "MESSAGE_DELETE"; MESSAGE_DELETE_BULK: "MESSAGE_DELETE_BULK"; MESSAGE_END_EDIT: "MESSAGE_END_EDIT"; MESSAGE_REACTION_ADD: "MESSAGE_REACTION_ADD"; MESSAGE_REACTION_ADD_USERS: "MESSAGE_REACTION_ADD_USERS"; MESSAGE_REACTION_REMOVE: "MESSAGE_REACTION_REMOVE"; MESSAGE_REACTION_REMOVE_ALL: "MESSAGE_REACTION_REMOVE_ALL"; MESSAGE_REACTION_REMOVE_EMOJI: "MESSAGE_REACTION_REMOVE_EMOJI"; MESSAGE_REVEAL: "MESSAGE_REVEAL"; MESSAGE_SEND_FAILED: "MESSAGE_SEND_FAILED"; MESSAGE_START_EDIT: "MESSAGE_START_EDIT"; MESSAGE_UPDATE: "MESSAGE_UPDATE"; MESSAGE_UPDATE_EDIT: "MESSAGE_UPDATE_EDIT"; MFA_CLEAR_BACKUP_CODES: "MFA_CLEAR_BACKUP_CODES"; MFA_DISABLE_SUCCESS: "MFA_DISABLE_SUCCESS"; MFA_ENABLE_SUCCESS: "MFA_ENABLE_SUCCESS"; MFA_SMS_TOGGLE: "MFA_SMS_TOGGLE"; MFA_SMS_TOGGLE_COMPLETE: "MFA_SMS_TOGGLE_COMPLETE"; MFA_VIEW_BACKUP_CODES: "MFA_VIEW_BACKUP_CODES"; MOBILE_SURVEY_ACK: "MOBILE_SURVEY_ACK"; MOBILE_SURVEY_DISMISS: "MOBILE_SURVEY_DISMISS"; MODAL_POP: "MODAL_POP"; MODAL_POP_ALL: "MODAL_POP_ALL"; MODAL_PUSH: "MODAL_PUSH"; MODAL_UPDATE: "MODAL_UPDATE"; MODULE_INSTALLED: "MODULE_INSTALLED"; NATIVE_APP_MODAL_OPENED: "NATIVE_APP_MODAL_OPENED"; NATIVE_APP_MODAL_OPENING: "NATIVE_APP_MODAL_OPENING"; NATIVE_APP_MODAL_OPEN_FAILED: "NATIVE_APP_MODAL_OPEN_FAILED"; NEWS_EDITOR_MODAL_CLOSE: "NEWS_EDITOR_MODAL_CLOSE"; NEWS_EDITOR_MODAL_OPEN: "NEWS_EDITOR_MODAL_OPEN"; NEW_PAYMENT_SOURCE_ADDRESS_INFO_UPDATE: "NEW_PAYMENT_SOURCE_ADDRESS_INFO_UPDATE"; NEW_PAYMENT_SOURCE_CARD_INFO_UPDATE: "NEW_PAYMENT_SOURCE_CARD_INFO_UPDATE"; NEW_PAYMENT_SOURCE_CLEAR_ERROR: "NEW_PAYMENT_SOURCE_CLEAR_ERROR"; NEW_PAYMENT_SOURCE_STRIPE_PAYMENT_REQUEST_UPDATE: "NEW_PAYMENT_SOURCE_STRIPE_PAYMENT_REQUEST_UPDATE"; NEW_USER_FLOW_ACCOUNT_FAILURE: "NEW_USER_FLOW_ACCOUNT_FAILURE"; NEW_USER_FLOW_ACCOUNT_SUBMITTED: "NEW_USER_FLOW_ACCOUNT_SUBMITTED"; NEW_USER_FLOW_ACCOUNT_SUCCESS: "NEW_USER_FLOW_ACCOUNT_SUCCESS"; NEW_USER_FLOW_GUILD_CREATED: "NEW_USER_FLOW_GUILD_CREATED"; NEW_USER_FLOW_GUILD_FAILURE: "NEW_USER_FLOW_GUILD_FAILURE"; NEW_USER_FLOW_GUILD_SUBMITTED: "NEW_USER_FLOW_GUILD_SUBMITTED"; NEW_USER_FLOW_GUILD_UPDATE: "NEW_USER_FLOW_GUILD_UPDATE"; NEW_USER_FLOW_SET_STEP: "NEW_USER_FLOW_SET_STEP"; NOTICE_DISABLE: "NOTICE_DISABLE"; NOTICE_DISMISS: "NOTICE_DISMISS"; NOTICE_SHOW: "NOTICE_SHOW"; NOTIFICATIONS_SET_DESKTOP_TYPE: "NOTIFICATIONS_SET_DESKTOP_TYPE"; NOTIFICATIONS_SET_DISABLED_SOUNDS: "NOTIFICATIONS_SET_DISABLED_SOUNDS"; NOTIFICATIONS_SET_DISABLE_UNREAD_BADGE: "NOTIFICATIONS_SET_DISABLE_UNREAD_BADGE"; NOTIFICATIONS_SET_PERMISSION_STATE: "NOTIFICATIONS_SET_PERMISSION_STATE"; NOTIFICATIONS_SET_TASKBAR_FLASH: "NOTIFICATIONS_SET_TASKBAR_FLASH"; NOTIFICATIONS_SET_TTS_TYPE: "NOTIFICATIONS_SET_TTS_TYPE"; NOTIFICATION_CLICK: "NOTIFICATION_CLICK"; NOTIFICATION_CREATE: "NOTIFICATION_CREATE"; NOTIFICATION_SETTINGS_MODAL_CLOSE: "NOTIFICATION_SETTINGS_MODAL_CLOSE"; NOTIFICATION_SETTINGS_MODAL_OPEN: "NOTIFICATION_SETTINGS_MODAL_OPEN"; NOW_PLAYING_MOUNTED: "NOW_PLAYING_MOUNTED"; NOW_PLAYING_UNMOUNTED: "NOW_PLAYING_UNMOUNTED"; OAUTH2_TOKEN_REVOKE: "OAUTH2_TOKEN_REVOKE"; OVERLAY_ACTIVATE_REGION: "OVERLAY_ACTIVATE_REGION"; OVERLAY_CALL_PRIVATE_CHANNEL: "OVERLAY_CALL_PRIVATE_CHANNEL"; OVERLAY_CRASHED: "OVERLAY_CRASHED"; OVERLAY_DEACTIVATE_ALL_REGIONS: "OVERLAY_DEACTIVATE_ALL_REGIONS"; OVERLAY_DISABLE_EXTERNAL_LINK_ALERT: "OVERLAY_DISABLE_EXTERNAL_LINK_ALERT"; OVERLAY_FOCUSED: "OVERLAY_FOCUSED"; OVERLAY_GAMES_CHANGE: "OVERLAY_GAMES_CHANGE"; OVERLAY_INCOMPATIBLE_APP: "OVERLAY_INCOMPATIBLE_APP"; OVERLAY_INITIALIZE: "OVERLAY_INITIALIZE"; OVERLAY_JOIN_GAME: "OVERLAY_JOIN_GAME"; OVERLAY_MOUNTED: "OVERLAY_MOUNTED"; OVERLAY_READY: "OVERLAY_READY"; OVERLAY_SELECT_CALL: "OVERLAY_SELECT_CALL"; OVERLAY_SELECT_CHANNEL: "OVERLAY_SELECT_CHANNEL"; OVERLAY_SET_AVATAR_SIZE_MODE: "OVERLAY_SET_AVATAR_SIZE_MODE"; OVERLAY_SET_DISPLAY_NAME_MODE: "OVERLAY_SET_DISPLAY_NAME_MODE"; OVERLAY_SET_DISPLAY_USER_MODE: "OVERLAY_SET_DISPLAY_USER_MODE"; OVERLAY_SET_ENABLED: "OVERLAY_SET_ENABLED"; OVERLAY_SET_INPUT_LOCKED: "OVERLAY_SET_INPUT_LOCKED"; OVERLAY_SET_NOTIFICATION_POSITION_MODE: "OVERLAY_SET_NOTIFICATION_POSITION_MODE"; OVERLAY_SET_NOT_IDLE: "OVERLAY_SET_NOT_IDLE"; OVERLAY_SET_PREVIEW_IN_GAME_MODE: "OVERLAY_SET_PREVIEW_IN_GAME_MODE"; OVERLAY_SET_TEXT_CHAT_NOTIFICATION_MODE: "OVERLAY_SET_TEXT_CHAT_NOTIFICATION_MODE"; OVERLAY_SET_TEXT_WIDGET_OPACITY: "OVERLAY_SET_TEXT_WIDGET_OPACITY"; OVERLAY_SET_UI_LOCKED: "OVERLAY_SET_UI_LOCKED"; OVERLAY_START_SESSION: "OVERLAY_START_SESSION"; OVERLAY_UPDATE_NOTIFICATION_STATUS: "OVERLAY_UPDATE_NOTIFICATION_STATUS"; OWNED_APPLICATION_BRANCHES_FETCH_FAIL: "OWNED_APPLICATION_BRANCHES_FETCH_FAIL"; OWNED_APPLICATION_BRANCHES_FETCH_SUCCESS: "OWNED_APPLICATION_BRANCHES_FETCH_SUCCESS"; PAYMENT_AUTHENTICATION_CLEAR_ERROR: "PAYMENT_AUTHENTICATION_CLEAR_ERROR"; PAYMENT_AUTHENTICATION_ERROR: "PAYMENT_AUTHENTICATION_ERROR"; PAYMENT_AUTHENTICATION_MODAL_CLOSE: "PAYMENT_AUTHENTICATION_MODAL_CLOSE"; PAYMENT_UPDATE: "PAYMENT_UPDATE"; PERMISSION_CLEAR_ELEVATED_PROCESS: "PERMISSION_CLEAR_ELEVATED_PROCESS"; PERMISSION_CLEAR_PTT_ADMIN_WARNING: "PERMISSION_CLEAR_PTT_ADMIN_WARNING"; PERMISSION_CLEAR_SUPPRESS_WARNING: "PERMISSION_CLEAR_SUPPRESS_WARNING"; PERMISSION_CLEAR_VAD_WARNING: "PERMISSION_CLEAR_VAD_WARNING"; PERMISSION_CONTINUE_NONELEVATED_PROCESS: "PERMISSION_CONTINUE_NONELEVATED_PROCESS"; PERMISSION_REQUEST_ELEVATED_PROCESS: "PERMISSION_REQUEST_ELEVATED_PROCESS"; PICTURE_IN_PICTURE_CLOSE: "PICTURE_IN_PICTURE_CLOSE"; PICTURE_IN_PICTURE_MOVE: "PICTURE_IN_PICTURE_MOVE"; PICTURE_IN_PICTURE_OPEN: "PICTURE_IN_PICTURE_OPEN"; POPOUT_CLOSE: "POPOUT_CLOSE"; POPOUT_CLOSE_ALL: "POPOUT_CLOSE_ALL"; POPOUT_DID_RERENDER: "POPOUT_DID_RERENDER"; POPOUT_NEEDS_RERENDER: "POPOUT_NEEDS_RERENDER"; POPOUT_OPEN: "POPOUT_OPEN"; POPOUT_WINDOW_CLOSE: "POPOUT_WINDOW_CLOSE"; POPOUT_WINDOW_OPEN: "POPOUT_WINDOW_OPEN"; POPOUT_WINDOW_SET_ALWAYS_ON_TOP: "POPOUT_WINDOW_SET_ALWAYS_ON_TOP"; POST_CONNECTION_PENDING_CALLBACK: "POST_CONNECTION_PENDING_CALLBACK"; PREMIUM_EXPIRATION_MODAL_CLOSE: "PREMIUM_EXPIRATION_MODAL_CLOSE"; PREMIUM_GUILD_GRACE_PERIOD_NOTICE_DISMISS: "PREMIUM_GUILD_GRACE_PERIOD_NOTICE_DISMISS"; PREMIUM_IAP_INIT: "PREMIUM_IAP_INIT"; PREMIUM_IAP_PURCHASE_PRODUCT_FAILURE: "PREMIUM_IAP_PURCHASE_PRODUCT_FAILURE"; PREMIUM_IAP_PURCHASE_PRODUCT_START: "PREMIUM_IAP_PURCHASE_PRODUCT_START"; PREMIUM_IAP_PURCHASE_PRODUCT_SUCCESS: "PREMIUM_IAP_PURCHASE_PRODUCT_SUCCESS"; PREMIUM_IAP_RESTORE_PURCHASES_END: "PREMIUM_IAP_RESTORE_PURCHASES_END"; PREMIUM_IAP_RESTORE_PURCHASES_START: "PREMIUM_IAP_RESTORE_PURCHASES_START"; PREMIUM_PAYMENT_ERROR_CLEAR: "PREMIUM_PAYMENT_ERROR_CLEAR"; PREMIUM_PAYMENT_MODAL_CLOSE: "PREMIUM_PAYMENT_MODAL_CLOSE"; PREMIUM_PAYMENT_MODAL_OPEN: "PREMIUM_PAYMENT_MODAL_OPEN"; PREMIUM_PAYMENT_SELECT_PLAN: "PREMIUM_PAYMENT_SELECT_PLAN"; PREMIUM_PAYMENT_SUBSCRIBE_FAIL: "PREMIUM_PAYMENT_SUBSCRIBE_FAIL"; PREMIUM_PAYMENT_SUBSCRIBE_START: "PREMIUM_PAYMENT_SUBSCRIBE_START"; PREMIUM_PAYMENT_SUBSCRIBE_SUCCESS: "PREMIUM_PAYMENT_SUBSCRIBE_SUCCESS"; PREMIUM_PAYMENT_UPDATE_FAIL: "PREMIUM_PAYMENT_UPDATE_FAIL"; PREMIUM_PAYMENT_UPDATE_GIFT_PLAN: "PREMIUM_PAYMENT_UPDATE_GIFT_PLAN"; PREMIUM_PAYMENT_UPDATE_IS_GIFT: "PREMIUM_PAYMENT_UPDATE_IS_GIFT"; PREMIUM_PAYMENT_UPDATE_SUCCESS: "PREMIUM_PAYMENT_UPDATE_SUCCESS"; PREMIUM_REQUIRED_MODAL_CLOSE: "PREMIUM_REQUIRED_MODAL_CLOSE"; PREMIUM_REQUIRED_MODAL_OPEN: "PREMIUM_REQUIRED_MODAL_OPEN"; PREMIUM_SWITCH_PLAN_MODAL_CLOSE: "PREMIUM_SWITCH_PLAN_MODAL_CLOSE"; PREMIUM_SWITCH_PLAN_MODAL_OPEN: "PREMIUM_SWITCH_PLAN_MODAL_OPEN"; PRESENCES_REPLACE: "PRESENCES_REPLACE"; PRESENCE_UPDATE: "PRESENCE_UPDATE"; PRIVACY_SETTINGS_MODAL_CLOSE: "PRIVACY_SETTINGS_MODAL_CLOSE"; PRIVACY_SETTINGS_MODAL_OPEN: "PRIVACY_SETTINGS_MODAL_OPEN"; PRIVATE_CHANNEL_RECIPIENTS_ADD_USER: "PRIVATE_CHANNEL_RECIPIENTS_ADD_USER"; PRIVATE_CHANNEL_RECIPIENTS_INVITE_CLOSE: "PRIVATE_CHANNEL_RECIPIENTS_INVITE_CLOSE"; PRIVATE_CHANNEL_RECIPIENTS_INVITE_OPEN: "PRIVATE_CHANNEL_RECIPIENTS_INVITE_OPEN"; PRIVATE_CHANNEL_RECIPIENTS_INVITE_QUERY: "PRIVATE_CHANNEL_RECIPIENTS_INVITE_QUERY"; PRIVATE_CHANNEL_RECIPIENTS_INVITE_SELECT: "PRIVATE_CHANNEL_RECIPIENTS_INVITE_SELECT"; PRIVATE_CHANNEL_RECIPIENTS_REMOVE_USER: "PRIVATE_CHANNEL_RECIPIENTS_REMOVE_USER"; PRUNE_GUILD_MODAL_CLOSE: "PRUNE_GUILD_MODAL_CLOSE"; PRUNE_GUILD_MODAL_OPEN: "PRUNE_GUILD_MODAL_OPEN"; PRUNE_GUILD_MODAL_UPDATE: "PRUNE_GUILD_MODAL_UPDATE"; PUBLIC_UPSELL_NOTICE_DISMISS: "PUBLIC_UPSELL_NOTICE_DISMISS"; PULSE_START: "PULSE_START"; PULSE_STOP: "PULSE_STOP"; PURCHASE_CONFIRMATION_MODAL_CLOSE: "PURCHASE_CONFIRMATION_MODAL_CLOSE"; PURCHASE_CONFIRMATION_MODAL_OPEN: "PURCHASE_CONFIRMATION_MODAL_OPEN"; PUSH_NOTIFICATION_CLICK: "PUSH_NOTIFICATION_CLICK"; QUICKSWITCHER_HIDE: "QUICKSWITCHER_HIDE"; QUICKSWITCHER_SEARCH: "QUICKSWITCHER_SEARCH"; QUICKSWITCHER_SELECT: "QUICKSWITCHER_SELECT"; QUICKSWITCHER_SHOW: "QUICKSWITCHER_SHOW"; QUICKSWITCHER_SWITCH_TO: "QUICKSWITCHER_SWITCH_TO"; RECENT_MENTION_DELETE: "RECENT_MENTION_DELETE"; REGISTER: "REGISTER"; REGISTER_FAILURE: "REGISTER_FAILURE"; REGISTER_MODAL_CLOSE: "REGISTER_MODAL_CLOSE"; REGISTER_MODAL_OPEN: "REGISTER_MODAL_OPEN"; REGISTER_SUCCESS: "REGISTER_SUCCESS"; REGISTER_WITH_AGE_GATE: "REGISTER_WITH_AGE_GATE"; RELATIONSHIP_ADD: "RELATIONSHIP_ADD"; RELATIONSHIP_REMOVE: "RELATIONSHIP_REMOVE"; REMOVE_ALL_IMAGES_TO_UPLOAD: "REMOVE_ALL_IMAGES_TO_UPLOAD"; REMOVE_IMAGE_TO_UPLOAD: "REMOVE_IMAGE_TO_UPLOAD"; REPORT_MESSAGE_MODAL_OPEN: "REPORT_MESSAGE_MODAL_OPEN"; RPC_APP_AUTHENTICATED: "RPC_APP_AUTHENTICATED"; RPC_APP_CONNECTED: "RPC_APP_CONNECTED"; RPC_APP_DISCONNECTED: "RPC_APP_DISCONNECTED"; RPC_NOTIFICATION_CREATE: "RPC_NOTIFICATION_CREATE"; RPC_SERVER_READY: "RPC_SERVER_READY"; RTC_CONNECTION_LOSS_RATE: "RTC_CONNECTION_LOSS_RATE"; RTC_CONNECTION_PING: "RTC_CONNECTION_PING"; RTC_CONNECTION_STATE: "RTC_CONNECTION_STATE"; RTC_CONNECTION_VIDEO: "RTC_CONNECTION_VIDEO"; RTC_DEBUG_MODAL_CLOSE: "RTC_DEBUG_MODAL_CLOSE"; RTC_DEBUG_MODAL_OPEN: "RTC_DEBUG_MODAL_OPEN"; RTC_DEBUG_MODAL_OPEN_REPLAY: "RTC_DEBUG_MODAL_OPEN_REPLAY"; RTC_DEBUG_MODAL_OPEN_REPLAY_AT_PATH: "RTC_DEBUG_MODAL_OPEN_REPLAY_AT_PATH"; RTC_DEBUG_MODAL_SET_SECTION: "RTC_DEBUG_MODAL_SET_SECTION"; RTC_DEBUG_MODAL_UPDATE: "RTC_DEBUG_MODAL_UPDATE"; RTC_DEBUG_MODAL_UPDATE_VIDEO_OUTPUT: "RTC_DEBUG_MODAL_UPDATE_VIDEO_OUTPUT"; RTC_DEBUG_SET_RECORDING_FLAG: "RTC_DEBUG_SET_RECORDING_FLAG"; RUNNING_GAMES_CHANGE: "RUNNING_GAMES_CHANGE"; RUNNING_GAME_ADD_OVERRIDE: "RUNNING_GAME_ADD_OVERRIDE"; RUNNING_GAME_DELETE_ENTRY: "RUNNING_GAME_DELETE_ENTRY"; RUNNING_GAME_EDIT_NAME: "RUNNING_GAME_EDIT_NAME"; RUNNING_GAME_TOGGLE_BLOCK: "RUNNING_GAME_TOGGLE_BLOCK"; RUNNING_GAME_TOGGLE_OVERLAY: "RUNNING_GAME_TOGGLE_OVERLAY"; RUNNING_STREAMER_TOOLS_CHANGE: "RUNNING_STREAMER_TOOLS_CHANGE"; SAVE_LAST_ROUTE: "SAVE_LAST_ROUTE"; SCANNED_LOCAL_APPLICATION_ADD: "SCANNED_LOCAL_APPLICATION_ADD"; SCANNED_LOCAL_APPLICATION_SCAN_FAIL: "SCANNED_LOCAL_APPLICATION_SCAN_FAIL"; SCANNED_LOCAL_APPLICATION_SCAN_START: "SCANNED_LOCAL_APPLICATION_SCAN_START"; SCANNED_LOCAL_APPLICATION_SCAN_SUCCESS: "SCANNED_LOCAL_APPLICATION_SCAN_SUCCESS"; SCANNED_LOCAL_APPLICATION_UPDATE_FLAGS: "SCANNED_LOCAL_APPLICATION_UPDATE_FLAGS"; SCREENSHARE_MODAL_CLOSE: "SCREENSHARE_MODAL_CLOSE"; SCREENSHARE_MODAL_OPEN: "SCREENSHARE_MODAL_OPEN"; SCREENSHARE_MODAL_SELECT_SOURCE_TYPE: "SCREENSHARE_MODAL_SELECT_SOURCE_TYPE"; SCREEN_UPDATE: "SCREEN_UPDATE"; SEARCH_AUTOCOMPLETE_QUERY_UPDATE: "SEARCH_AUTOCOMPLETE_QUERY_UPDATE"; SEARCH_CLEAR: "SEARCH_CLEAR"; SEARCH_CLEAR_HISTORY: "SEARCH_CLEAR_HISTORY"; SEARCH_EDITOR_STATE_CHANGE: "SEARCH_EDITOR_STATE_CHANGE"; SEARCH_EDITOR_STATE_CLEAR: "SEARCH_EDITOR_STATE_CLEAR"; SEARCH_ENSURE_SEARCH_STATE: "SEARCH_ENSURE_SEARCH_STATE"; SEARCH_FINISH: "SEARCH_FINISH"; SEARCH_INDEXING: "SEARCH_INDEXING"; SEARCH_MODAL_CLOSE: "SEARCH_MODAL_CLOSE"; SEARCH_MODAL_OPEN: "SEARCH_MODAL_OPEN"; SEARCH_SET_SHOW_BLOCKED_RESULTS: "SEARCH_SET_SHOW_BLOCKED_RESULTS"; SEARCH_START: "SEARCH_START"; SESSIONS_REPLACE: "SESSIONS_REPLACE"; SET_CHANNEL_BITRATE: "SET_CHANNEL_BITRATE"; SET_CONSENT_REQUIRED: "SET_CONSENT_REQUIRED"; SET_GUILD_FOLDER_EXPANDED: "SET_GUILD_FOLDER_EXPANDED"; SET_NATIVE_PERMISSION: "SET_NATIVE_PERMISSION"; SET_RECENT_MENTIONS_FILTER: "SET_RECENT_MENTIONS_FILTER"; SET_VAD_PERMISSION: "SET_VAD_PERMISSION"; SHOW_ACTION_SHEET: "SHOW_ACTION_SHEET"; SHOW_ACTION_SHEET_QUICK_SWITCHER: "SHOW_ACTION_SHEET_QUICK_SWITCHER"; SHOW_GAME_PREVIEW: "SHOW_GAME_PREVIEW"; SHOW_KEYBOARD_SHORTCUTS: "SHOW_KEYBOARD_SHORTCUTS"; SKUS_FETCH_SUCCESS: "SKUS_FETCH_SUCCESS"; SKU_FETCH_FAIL: "SKU_FETCH_FAIL"; SKU_FETCH_START: "SKU_FETCH_START"; SKU_FETCH_SUCCESS: "SKU_FETCH_SUCCESS"; SKU_PURCHASE_CLEAR_ERROR: "SKU_PURCHASE_CLEAR_ERROR"; SKU_PURCHASE_FAIL: "SKU_PURCHASE_FAIL"; SKU_PURCHASE_MODAL_CLOSE: "SKU_PURCHASE_MODAL_CLOSE"; SKU_PURCHASE_MODAL_OPEN: "SKU_PURCHASE_MODAL_OPEN"; SKU_PURCHASE_PREVIEW_FETCH_SUCCESS: "SKU_PURCHASE_PREVIEW_FETCH_SUCCESS"; SKU_PURCHASE_SHOW_CONFIRMATION_STEP: "SKU_PURCHASE_SHOW_CONFIRMATION_STEP"; SKU_PURCHASE_START: "SKU_PURCHASE_START"; SKU_PURCHASE_SUCCESS: "SKU_PURCHASE_SUCCESS"; SKU_PURCHASE_UPDATE_IS_GIFT: "SKU_PURCHASE_UPDATE_IS_GIFT"; SLOWMODE_COOLDOWN_CHANGE: "SLOWMODE_COOLDOWN_CHANGE"; SLOWMODE_START_COOLDOWN: "SLOWMODE_START_COOLDOWN"; SPEAKING: "SPEAKING"; SPELLCHECK_LEARN_WORD: "SPELLCHECK_LEARN_WORD"; SPELLCHECK_TOGGLE: "SPELLCHECK_TOGGLE"; SPOTIFY_ACCOUNT_ACCESS_TOKEN: "SPOTIFY_ACCOUNT_ACCESS_TOKEN"; SPOTIFY_ACCOUNT_ACCESS_TOKEN_REVOKE: "SPOTIFY_ACCOUNT_ACCESS_TOKEN_REVOKE"; SPOTIFY_PLAYER_PAUSE: "SPOTIFY_PLAYER_PAUSE"; SPOTIFY_PLAYER_PLAY: "SPOTIFY_PLAYER_PLAY"; SPOTIFY_PLAYER_STATE: "SPOTIFY_PLAYER_STATE"; SPOTIFY_PROFILE_UPDATE: "SPOTIFY_PROFILE_UPDATE"; SPOTIFY_SET_ACTIVE_DEVICE: "SPOTIFY_SET_ACTIVE_DEVICE"; SPOTIFY_SET_DEVICES: "SPOTIFY_SET_DEVICES"; SPOTIFY_SET_PROTOCOL_REGISTERED: "SPOTIFY_SET_PROTOCOL_REGISTERED"; START_SESSION: "START_SESSION"; STATUS_PAGE_INCIDENT: "STATUS_PAGE_INCIDENT"; STATUS_PAGE_SCHEDULED_MAINTENANCE: "STATUS_PAGE_SCHEDULED_MAINTENANCE"; STATUS_PAGE_SCHEDULED_MAINTENANCE_ACK: "STATUS_PAGE_SCHEDULED_MAINTENANCE_ACK"; STORE_LISTINGS_FETCH_SUCCESS: "STORE_LISTINGS_FETCH_SUCCESS"; STORE_LISTING_FETCH_SUCCESS: "STORE_LISTING_FETCH_SUCCESS"; STREAMER_MODE_UPDATE: "STREAMER_MODE_UPDATE"; STREAMING_UPDATE: "STREAMING_UPDATE"; STREAM_CLOSE: "STREAM_CLOSE"; STREAM_CREATE: "STREAM_CREATE"; STREAM_DELETE: "STREAM_DELETE"; STREAM_LAYOUT_UPDATE: "STREAM_LAYOUT_UPDATE"; STREAM_PREVIEW_FETCH_FAIL: "STREAM_PREVIEW_FETCH_FAIL"; STREAM_PREVIEW_FETCH_START: "STREAM_PREVIEW_FETCH_START"; STREAM_PREVIEW_FETCH_SUCCESS: "STREAM_PREVIEW_FETCH_SUCCESS"; STREAM_SERVER_UPDATE: "STREAM_SERVER_UPDATE"; STREAM_SET_HACKY_MAC_MODE: "STREAM_SET_HACKY_MAC_MODE"; STREAM_SET_PAUSED: "STREAM_SET_PAUSED"; STREAM_START: "STREAM_START"; STREAM_STATS_UPDATE: "STREAM_STATS_UPDATE"; STREAM_STOP: "STREAM_STOP"; STREAM_TIMED_OUT: "STREAM_TIMED_OUT"; STREAM_UPDATE: "STREAM_UPDATE"; STREAM_WATCH: "STREAM_WATCH"; STRIPE_TOKEN_FAILURE: "STRIPE_TOKEN_FAILURE"; SUBSCRIPTION_PLANS_FETCH: "SUBSCRIPTION_PLANS_FETCH"; SUBSCRIPTION_PLANS_FETCH_FAILURE: "SUBSCRIPTION_PLANS_FETCH_FAILURE"; SUBSCRIPTION_PLANS_FETCH_SUCCESS: "SUBSCRIPTION_PLANS_FETCH_SUCCESS"; SURVEY_HIDE: "SURVEY_HIDE"; TOAST_CLOSE: "TOAST_CLOSE"; TOAST_OPEN: "TOAST_OPEN"; TOGGLE_GUILD_FOLDER_EXPAND: "TOGGLE_GUILD_FOLDER_EXPAND"; TOOLTIP_HIDE: "TOOLTIP_HIDE"; TOOLTIP_SHOW: "TOOLTIP_SHOW"; TRACK: "TRACK"; TRENDING_APPLICATIONS_FETCH: "TRENDING_APPLICATIONS_FETCH"; TRENDING_APPLICATIONS_FETCH_FAIL: "TRENDING_APPLICATIONS_FETCH_FAIL"; TRENDING_APPLICATIONS_FETCH_SUCCESS: "TRENDING_APPLICATIONS_FETCH_SUCCESS"; TRUNCATE_MENTIONS: "TRUNCATE_MENTIONS"; TRUNCATE_MESSAGES: "TRUNCATE_MESSAGES"; TUTORIAL_INDICATOR_DISMISS: "TUTORIAL_INDICATOR_DISMISS"; TUTORIAL_INDICATOR_HIDE: "TUTORIAL_INDICATOR_HIDE"; TUTORIAL_INDICATOR_SHOW: "TUTORIAL_INDICATOR_SHOW"; TUTORIAL_INDICATOR_SUPPRESS_ALL: "TUTORIAL_INDICATOR_SUPPRESS_ALL"; TYPING_START: "TYPING_START"; TYPING_START_LOCAL: "TYPING_START_LOCAL"; TYPING_STOP: "TYPING_STOP"; TYPING_STOP_LOCAL: "TYPING_STOP_LOCAL"; UNVERIFIED_GAME_UPDATE: "UNVERIFIED_GAME_UPDATE"; UPDATER_HISTORY_RESPONSE: "UPDATER_HISTORY_RESPONSE"; UPDATE_AVAILABLE: "UPDATE_AVAILABLE"; UPDATE_CHANNEL_DIMENSIONS: "UPDATE_CHANNEL_DIMENSIONS"; UPDATE_CHANNEL_LIST_DIMENSIONS: "UPDATE_CHANNEL_LIST_DIMENSIONS"; UPDATE_CONSENTS: "UPDATE_CONSENTS"; UPDATE_DOWNLOADED: "UPDATE_DOWNLOADED"; UPDATE_ERROR: "UPDATE_ERROR"; UPDATE_GUILD_LIST_DIMENSIONS: "UPDATE_GUILD_LIST_DIMENSIONS"; UPDATE_MANUALLY: "UPDATE_MANUALLY"; UPDATE_NOT_AVAILABLE: "UPDATE_NOT_AVAILABLE"; UPDATE_TOKEN: "UPDATE_TOKEN"; UPLOAD_CANCEL_REQUEST: "UPLOAD_CANCEL_REQUEST"; UPLOAD_COMPLETE: "UPLOAD_COMPLETE"; UPLOAD_FAIL: "UPLOAD_FAIL"; UPLOAD_MODAL_CLEAR_ALL_FILES: "UPLOAD_MODAL_CLEAR_ALL_FILES"; UPLOAD_MODAL_POP_FILE: "UPLOAD_MODAL_POP_FILE"; UPLOAD_MODAL_PUSH_FILES: "UPLOAD_MODAL_PUSH_FILES"; UPLOAD_PROGRESS: "UPLOAD_PROGRESS"; UPLOAD_QUEUE: "UPLOAD_QUEUE"; UPLOAD_START: "UPLOAD_START"; USER_ACHIEVEMENT_UPDATE: "USER_ACHIEVEMENT_UPDATE"; USER_ACTIVITY_STATISTICS_FETCH_FAIL: "USER_ACTIVITY_STATISTICS_FETCH_FAIL"; USER_ACTIVITY_STATISTICS_FETCH_START: "USER_ACTIVITY_STATISTICS_FETCH_START"; USER_ACTIVITY_STATISTICS_FETCH_SUCCESS: "USER_ACTIVITY_STATISTICS_FETCH_SUCCESS"; USER_AUTHORIZED_APPS_UPDATE: "USER_AUTHORIZED_APPS_UPDATE"; USER_CONNECTIONS_INTEGRATION_JOINING: "USER_CONNECTIONS_INTEGRATION_JOINING"; USER_CONNECTIONS_UPDATE: "USER_CONNECTIONS_UPDATE"; USER_CONNECTION_UPDATE: "USER_CONNECTION_UPDATE"; USER_GUILD_SETTINGS_UPDATE: "USER_GUILD_SETTINGS_UPDATE"; USER_NOTE_LOADED: "USER_NOTE_LOADED"; USER_NOTE_LOAD_START: "USER_NOTE_LOAD_START"; USER_NOTE_UPDATE: "USER_NOTE_UPDATE"; USER_PAYMENT_SOURCES_UPDATE: "USER_PAYMENT_SOURCES_UPDATE"; USER_PREMIUM_GUILD_SUBSCRIPTION_SLOTS_FETCH_SUCCESS: "USER_PREMIUM_GUILD_SUBSCRIPTION_SLOTS_FETCH_SUCCESS"; USER_PREMIUM_GUILD_SUBSCRIPTION_SLOT_CREATE: "USER_PREMIUM_GUILD_SUBSCRIPTION_SLOT_CREATE"; USER_PREMIUM_GUILD_SUBSCRIPTION_SLOT_UPDATE: "USER_PREMIUM_GUILD_SUBSCRIPTION_SLOT_UPDATE"; USER_PREMIUM_GUILD_SUBSCRIPTION_SLOT_UPDATE_SUCCESS: "USER_PREMIUM_GUILD_SUBSCRIPTION_SLOT_UPDATE_SUCCESS"; USER_PROFILE_MODAL_CLOSE: "USER_PROFILE_MODAL_CLOSE"; USER_PROFILE_MODAL_FETCH_SUCCESS: "USER_PROFILE_MODAL_FETCH_SUCCESS"; USER_PROFILE_MODAL_OPEN: "USER_PROFILE_MODAL_OPEN"; USER_PROFILE_MODAL_POP: "USER_PROFILE_MODAL_POP"; USER_PROFILE_MODAL_PUSH: "USER_PROFILE_MODAL_PUSH"; USER_PROFILE_MODAL_SET_SECTION: "USER_PROFILE_MODAL_SET_SECTION"; USER_REQUIRED_ACTION_UPDATE: "USER_REQUIRED_ACTION_UPDATE"; USER_SETTINGS_ACCOUNT_CLOSE: "USER_SETTINGS_ACCOUNT_CLOSE"; USER_SETTINGS_ACCOUNT_INIT: "USER_SETTINGS_ACCOUNT_INIT"; USER_SETTINGS_ACCOUNT_SUBMIT: "USER_SETTINGS_ACCOUNT_SUBMIT"; USER_SETTINGS_ACCOUNT_SUBMIT_FAILURE: "USER_SETTINGS_ACCOUNT_SUBMIT_FAILURE"; USER_SETTINGS_ACCOUNT_SUBMIT_SUCCESS: "USER_SETTINGS_ACCOUNT_SUBMIT_SUCCESS"; USER_SETTINGS_ACCOUNT_TOGGLE_EDITING_PASSWORD: "USER_SETTINGS_ACCOUNT_TOGGLE_EDITING_PASSWORD"; USER_SETTINGS_ACCOUNT_TOGGLE_EDITING_PROFILE: "USER_SETTINGS_ACCOUNT_TOGGLE_EDITING_PROFILE"; USER_SETTINGS_ACCOUNT_UPDATE_INFO: "USER_SETTINGS_ACCOUNT_UPDATE_INFO"; USER_SETTINGS_MODAL_CLOSE: "USER_SETTINGS_MODAL_CLOSE"; USER_SETTINGS_MODAL_INIT: "USER_SETTINGS_MODAL_INIT"; USER_SETTINGS_MODAL_OPEN: "USER_SETTINGS_MODAL_OPEN"; USER_SETTINGS_MODAL_RESET: "USER_SETTINGS_MODAL_RESET"; USER_SETTINGS_MODAL_SET_SECTION: "USER_SETTINGS_MODAL_SET_SECTION"; USER_SETTINGS_MODAL_SUBMIT: "USER_SETTINGS_MODAL_SUBMIT"; USER_SETTINGS_MODAL_SUBMIT_COMPLETE: "USER_SETTINGS_MODAL_SUBMIT_COMPLETE"; USER_SETTINGS_MODAL_SUBMIT_FAILURE: "USER_SETTINGS_MODAL_SUBMIT_FAILURE"; USER_SETTINGS_MODAL_UPDATE_ACCOUNT: "USER_SETTINGS_MODAL_UPDATE_ACCOUNT"; USER_SETTINGS_MODAL_UPDATE_AUTHORIZED_APPS: "USER_SETTINGS_MODAL_UPDATE_AUTHORIZED_APPS"; USER_SETTINGS_UPDATE: "USER_SETTINGS_UPDATE"; USER_SUBSCRIPTIONS_UPDATE: "USER_SUBSCRIPTIONS_UPDATE"; USER_UPDATE: "USER_UPDATE"; VERIFICATION_ADDING_PHONE: "VERIFICATION_ADDING_PHONE"; VERIFICATION_ADD_PHONE_FAILURE: "VERIFICATION_ADD_PHONE_FAILURE"; VERIFICATION_ADD_PHONE_RESET: "VERIFICATION_ADD_PHONE_RESET"; VERIFICATION_ADD_PHONE_SUCCESS: "VERIFICATION_ADD_PHONE_SUCCESS"; VERIFICATION_CLOSE_COUNTRY_SELECTOR: "VERIFICATION_CLOSE_COUNTRY_SELECTOR"; VERIFICATION_OPEN_COUNTRY_SELECTOR: "VERIFICATION_OPEN_COUNTRY_SELECTOR"; VERIFICATION_SELECT_COUNTRY: "VERIFICATION_SELECT_COUNTRY"; VERIFICATION_VERIFYING_PHONE: "VERIFICATION_VERIFYING_PHONE"; VERIFICATION_VERIFY_PHONE_FAILURE: "VERIFICATION_VERIFY_PHONE_FAILURE"; VERIFICATION_VERIFY_PHONE_SUCCESS: "VERIFICATION_VERIFY_PHONE_SUCCESS"; VERIFY_FAILURE: "VERIFY_FAILURE"; VERIFY_SUCCESS: "VERIFY_SUCCESS"; VIEW_HISTORY_MARK_VIEW: "VIEW_HISTORY_MARK_VIEW"; VOICE_CHANNEL_CLEAR: "VOICE_CHANNEL_CLEAR"; VOICE_CHANNEL_SELECT: "VOICE_CHANNEL_SELECT"; VOICE_CHANNEL_SHOW_FEEDBACK: "VOICE_CHANNEL_SHOW_FEEDBACK"; VOICE_SERVER_UPDATE: "VOICE_SERVER_UPDATE"; VOICE_SETTINGS_MODAL_CLOSE: "VOICE_SETTINGS_MODAL_CLOSE"; VOICE_SETTINGS_MODAL_OPEN: "VOICE_SETTINGS_MODAL_OPEN"; VOICE_STATE_UPDATE: "VOICE_STATE_UPDATE"; WEBHOOKS_FETCHING: "WEBHOOKS_FETCHING"; WEBHOOKS_UPDATE: "WEBHOOKS_UPDATE"; WEBHOOK_CREATE: "WEBHOOK_CREATE"; WEBHOOK_DELETE: "WEBHOOK_DELETE"; WEBHOOK_UPDATE: "WEBHOOK_UPDATE"; WELCOME_SCREEN_SETTINGS_RESET: "WELCOME_SCREEN_SETTINGS_RESET"; WELCOME_SCREEN_SETTINGS_UPDATE: "WELCOME_SCREEN_SETTINGS_UPDATE"; WELCOME_SCREEN_SUBMIT: "WELCOME_SCREEN_SUBMIT"; WELCOME_SCREEN_SUBMIT_FAILURE: "WELCOME_SCREEN_SUBMIT_FAILURE"; WELCOME_SCREEN_SUBMIT_SUCCESS: "WELCOME_SCREEN_SUBMIT_SUCCESS"; WELCOME_SCREEN_UPDATE: "WELCOME_SCREEN_UPDATE"; WELCOME_SCREEN_VIEW: "WELCOME_SCREEN_VIEW"; WINDOW_FOCUS: "WINDOW_FOCUS"; WINDOW_RESIZED: "WINDOW_RESIZED" }
+ +
+

Type declaration

+
    +
  • +
    ACCESSIBILITY_COLORBLIND_TOGGLE: "ACCESSIBILITY_COLORBLIND_TOGGLE"
    +
  • +
  • +
    ACCESSIBILITY_DARK_SIDEBAR_TOGGLE: "ACCESSIBILITY_DARK_SIDEBAR_TOGGLE"
    +
  • +
  • +
    ACCESSIBILITY_DETECTION_MODAL_SEEN: "ACCESSIBILITY_DETECTION_MODAL_SEEN"
    +
  • +
  • +
    ACCESSIBILITY_KEYBOARD_MODE_DISABLE: "ACCESSIBILITY_KEYBOARD_MODE_DISABLE"
    +
  • +
  • +
    ACCESSIBILITY_KEYBOARD_MODE_ENABLE: "ACCESSIBILITY_KEYBOARD_MODE_ENABLE"
    +
  • +
  • +
    ACCESSIBILITY_RESET_TO_DEFAULT: "ACCESSIBILITY_RESET_TO_DEFAULT"
    +
  • +
  • +
    ACCESSIBILITY_SET_FONT_SIZE: "ACCESSIBILITY_SET_FONT_SIZE"
    +
  • +
  • +
    ACCESSIBILITY_SET_MESSAGE_GROUP_SPACING: "ACCESSIBILITY_SET_MESSAGE_GROUP_SPACING"
    +
  • +
  • +
    ACCESSIBILITY_SET_PREFERS_REDUCED_MOTION: "ACCESSIBILITY_SET_PREFERS_REDUCED_MOTION"
    +
  • +
  • +
    ACCESSIBILITY_SET_ZOOM: "ACCESSIBILITY_SET_ZOOM"
    +
  • +
  • +
    ACCESSIBILITY_SUPPORT_CHANGED: "ACCESSIBILITY_SUPPORT_CHANGED"
    +
  • +
  • +
    ACCESSIBILITY_SYSTEM_PREFERS_REDUCED_MOTION_CHANGED: "ACCESSIBILITY_SYSTEM_PREFERS_REDUCED_MOTION_CHANGED"
    +
  • +
  • +
    ACTIVATE_RAGING_DEMON: "ACTIVATE_RAGING_DEMON"
    +
  • +
  • +
    ACTIVITIES_UPDATE: "ACTIVITIES_UPDATE"
    +
  • +
  • +
    ACTIVITY_CLEAR_CUSTOM_STATUS: "ACTIVITY_CLEAR_CUSTOM_STATUS"
    +
  • +
  • +
    ACTIVITY_INVITE_EDUCATION_DISMISS: "ACTIVITY_INVITE_EDUCATION_DISMISS"
    +
  • +
  • +
    ACTIVITY_INVITE_MODAL_CLOSE: "ACTIVITY_INVITE_MODAL_CLOSE"
    +
  • +
  • +
    ACTIVITY_INVITE_MODAL_OPEN: "ACTIVITY_INVITE_MODAL_OPEN"
    +
  • +
  • +
    ACTIVITY_INVITE_MODAL_QUERY: "ACTIVITY_INVITE_MODAL_QUERY"
    +
  • +
  • +
    ACTIVITY_INVITE_MODAL_SEND: "ACTIVITY_INVITE_MODAL_SEND"
    +
  • +
  • +
    ACTIVITY_JOIN: "ACTIVITY_JOIN"
    +
  • +
  • +
    ACTIVITY_JOIN_FAILED: "ACTIVITY_JOIN_FAILED"
    +
  • +
  • +
    ACTIVITY_JOIN_INVITE: "ACTIVITY_JOIN_INVITE"
    +
  • +
  • +
    ACTIVITY_JOIN_INVITE_SEND: "ACTIVITY_JOIN_INVITE_SEND"
    +
  • +
  • +
    ACTIVITY_JOIN_LOADING: "ACTIVITY_JOIN_LOADING"
    +
  • +
  • +
    ACTIVITY_JOIN_REQUEST: "ACTIVITY_JOIN_REQUEST"
    +
  • +
  • +
    ACTIVITY_JOIN_REQUEST_CLOSE: "ACTIVITY_JOIN_REQUEST_CLOSE"
    +
  • +
  • +
    ACTIVITY_JOIN_REQUEST_SEND: "ACTIVITY_JOIN_REQUEST_SEND"
    +
  • +
  • +
    ACTIVITY_JOIN_REQUEST_SEND_EXPIRE: "ACTIVITY_JOIN_REQUEST_SEND_EXPIRE"
    +
  • +
  • +
    ACTIVITY_LAUNCH_FAIL: "ACTIVITY_LAUNCH_FAIL"
    +
  • +
  • +
    ACTIVITY_METADATA_UPDATE: "ACTIVITY_METADATA_UPDATE"
    +
  • +
  • +
    ACTIVITY_PLAY: "ACTIVITY_PLAY"
    +
  • +
  • +
    ACTIVITY_SET_CUSTOM_STATUS: "ACTIVITY_SET_CUSTOM_STATUS"
    +
  • +
  • +
    ACTIVITY_SPECTATE: "ACTIVITY_SPECTATE"
    +
  • +
  • +
    ACTIVITY_SPECTATE_FAILED: "ACTIVITY_SPECTATE_FAILED"
    +
  • +
  • +
    ACTIVITY_SPECTATE_LOADING: "ACTIVITY_SPECTATE_LOADING"
    +
  • +
  • +
    ACTIVITY_START: "ACTIVITY_START"
    +
  • +
  • +
    ACTIVITY_SYNC: "ACTIVITY_SYNC"
    +
  • +
  • +
    ACTIVITY_SYNC_STOP: "ACTIVITY_SYNC_STOP"
    +
  • +
  • +
    ACTIVITY_UPDATE_FAIL: "ACTIVITY_UPDATE_FAIL"
    +
  • +
  • +
    ACTIVITY_UPDATE_START: "ACTIVITY_UPDATE_START"
    +
  • +
  • +
    ACTIVITY_UPDATE_SUCCESS: "ACTIVITY_UPDATE_SUCCESS"
    +
  • +
  • +
    ADD_ALL_IMAGES_TO_UPLOAD: "ADD_ALL_IMAGES_TO_UPLOAD"
    +
  • +
  • +
    ADD_IMAGE_TO_UPLOAD: "ADD_IMAGE_TO_UPLOAD"
    +
  • +
  • +
    AFK: "AFK"
    +
  • +
  • +
    AGE_GATE_FAILURE_MODAL_OPEN: "AGE_GATE_FAILURE_MODAL_OPEN"
    +
  • +
  • +
    AGE_GATE_MARK_UNDERAGE_ANONYMOUS: "AGE_GATE_MARK_UNDERAGE_ANONYMOUS"
    +
  • +
  • +
    AGE_GATE_MODAL_CLOSE: "AGE_GATE_MODAL_CLOSE"
    +
  • +
  • +
    AGE_GATE_MODAL_OPEN: "AGE_GATE_MODAL_OPEN"
    +
  • +
  • +
    AGE_GATE_NSFW_MODAL_OPEN: "AGE_GATE_NSFW_MODAL_OPEN"
    +
  • +
  • +
    AGE_GATE_SUCCESS_MODAL_OPEN: "AGE_GATE_SUCCESS_MODAL_OPEN"
    +
  • +
  • +
    ALERT_CLOSE: "ALERT_CLOSE"
    +
  • +
  • +
    ALERT_OPEN: "ALERT_OPEN"
    +
  • +
  • +
    APPLICATIONS_FETCH: "APPLICATIONS_FETCH"
    +
  • +
  • +
    APPLICATIONS_FETCH_FAIL: "APPLICATIONS_FETCH_FAIL"
    +
  • +
  • +
    APPLICATIONS_FETCH_SUCCESS: "APPLICATIONS_FETCH_SUCCESS"
    +
  • +
  • +
    APPLICATION_ACTIVITY_STATISTICS_FETCH_FAIL: "APPLICATION_ACTIVITY_STATISTICS_FETCH_FAIL"
    +
  • +
  • +
    APPLICATION_ACTIVITY_STATISTICS_FETCH_START: "APPLICATION_ACTIVITY_STATISTICS_FETCH_START"
    +
  • +
  • +
    APPLICATION_ACTIVITY_STATISTICS_FETCH_SUCCESS: "APPLICATION_ACTIVITY_STATISTICS_FETCH_SUCCESS"
    +
  • +
  • +
    APPLICATION_BRANCHES_FETCH_FAIL: "APPLICATION_BRANCHES_FETCH_FAIL"
    +
  • +
  • +
    APPLICATION_BRANCHES_FETCH_SUCCESS: "APPLICATION_BRANCHES_FETCH_SUCCESS"
    +
  • +
  • +
    APPLICATION_BUILD_FETCH_START: "APPLICATION_BUILD_FETCH_START"
    +
  • +
  • +
    APPLICATION_BUILD_FETCH_SUCCESS: "APPLICATION_BUILD_FETCH_SUCCESS"
    +
  • +
  • +
    APPLICATION_BUILD_NOT_FOUND: "APPLICATION_BUILD_NOT_FOUND"
    +
  • +
  • +
    APPLICATION_BUILD_SIZE_FETCH_FAIL: "APPLICATION_BUILD_SIZE_FETCH_FAIL"
    +
  • +
  • +
    APPLICATION_BUILD_SIZE_FETCH_START: "APPLICATION_BUILD_SIZE_FETCH_START"
    +
  • +
  • +
    APPLICATION_BUILD_SIZE_FETCH_SUCCESS: "APPLICATION_BUILD_SIZE_FETCH_SUCCESS"
    +
  • +
  • +
    APPLICATION_FETCH: "APPLICATION_FETCH"
    +
  • +
  • +
    APPLICATION_FETCH_FAIL: "APPLICATION_FETCH_FAIL"
    +
  • +
  • +
    APPLICATION_FETCH_SUCCESS: "APPLICATION_FETCH_SUCCESS"
    +
  • +
  • +
    APPLICATION_STORE_ACCEPT_EULA: "APPLICATION_STORE_ACCEPT_EULA"
    +
  • +
  • +
    APPLICATION_STORE_ACCEPT_STORE_TERMS: "APPLICATION_STORE_ACCEPT_STORE_TERMS"
    +
  • +
  • +
    APPLICATION_STORE_CLEAR_DATA: "APPLICATION_STORE_CLEAR_DATA"
    +
  • +
  • +
    APPLICATION_STORE_DIRECTORY_FETCH_FAILURE: "APPLICATION_STORE_DIRECTORY_FETCH_FAILURE"
    +
  • +
  • +
    APPLICATION_STORE_DIRECTORY_FETCH_SUCCESS: "APPLICATION_STORE_DIRECTORY_FETCH_SUCCESS"
    +
  • +
  • +
    APPLICATION_STORE_DIRECTORY_LAYOUT_FETCH_START: "APPLICATION_STORE_DIRECTORY_LAYOUT_FETCH_START"
    +
  • +
  • +
    APPLICATION_STORE_DIRECTORY_LAYOUT_FETCH_SUCCESS: "APPLICATION_STORE_DIRECTORY_LAYOUT_FETCH_SUCCESS"
    +
  • +
  • +
    APPLICATION_STORE_DIRECTORY_MUTE: "APPLICATION_STORE_DIRECTORY_MUTE"
    +
  • +
  • +
    APPLICATION_STORE_DIRECTORY_SEARCH_UPDATE: "APPLICATION_STORE_DIRECTORY_SEARCH_UPDATE"
    +
  • +
  • +
    APPLICATION_STORE_DIRECTORY_UNMOUNT: "APPLICATION_STORE_DIRECTORY_UNMOUNT"
    +
  • +
  • +
    APPLICATION_STORE_DIRECTORY_UNMUTE: "APPLICATION_STORE_DIRECTORY_UNMUTE"
    +
  • +
  • +
    APPLICATION_STORE_LOCATION_CHANGE: "APPLICATION_STORE_LOCATION_CHANGE"
    +
  • +
  • +
    APPLICATION_STORE_MATURE_AGREE: "APPLICATION_STORE_MATURE_AGREE"
    +
  • +
  • +
    APPLICATION_STORE_RESET_NAVIGATION: "APPLICATION_STORE_RESET_NAVIGATION"
    +
  • +
  • +
    APPLICATION_STORE_SAVE_FILTERS: "APPLICATION_STORE_SAVE_FILTERS"
    +
  • +
  • +
    APPLICATION_STORE_SET_HIDE_LIBRARY: "APPLICATION_STORE_SET_HIDE_LIBRARY"
    +
  • +
  • +
    APPLICATION_STORE_SET_SEARCH_QUERY: "APPLICATION_STORE_SET_SEARCH_QUERY"
    +
  • +
  • +
    APP_STATE_UPDATE: "APP_STATE_UPDATE"
    +
  • +
  • +
    APP_VIEW_SET_HOME_LINK: "APP_VIEW_SET_HOME_LINK"
    +
  • +
  • +
    AUDIO_INPUT_DETECTED: "AUDIO_INPUT_DETECTED"
    +
  • +
  • +
    AUDIO_RESET: "AUDIO_RESET"
    +
  • +
  • +
    AUDIO_SET_ATTENUATION: "AUDIO_SET_ATTENUATION"
    +
  • +
  • +
    AUDIO_SET_AUTOMATIC_GAIN_CONTROL: "AUDIO_SET_AUTOMATIC_GAIN_CONTROL"
    +
  • +
  • +
    AUDIO_SET_DEBUG_LOGGING: "AUDIO_SET_DEBUG_LOGGING"
    +
  • +
  • +
    AUDIO_SET_DISPLAY_SILENCE_WARNING: "AUDIO_SET_DISPLAY_SILENCE_WARNING"
    +
  • +
  • +
    AUDIO_SET_ECHO_CANCELLATION: "AUDIO_SET_ECHO_CANCELLATION"
    +
  • +
  • +
    AUDIO_SET_INPUT_DEVICE: "AUDIO_SET_INPUT_DEVICE"
    +
  • +
  • +
    AUDIO_SET_INPUT_VOLUME: "AUDIO_SET_INPUT_VOLUME"
    +
  • +
  • +
    AUDIO_SET_LOCAL_PAN: "AUDIO_SET_LOCAL_PAN"
    +
  • +
  • +
    AUDIO_SET_LOCAL_VIDEO_DISABLED: "AUDIO_SET_LOCAL_VIDEO_DISABLED"
    +
  • +
  • +
    AUDIO_SET_LOCAL_VOLUME: "AUDIO_SET_LOCAL_VOLUME"
    +
  • +
  • +
    AUDIO_SET_LOOPBACK: "AUDIO_SET_LOOPBACK"
    +
  • +
  • +
    AUDIO_SET_MODE: "AUDIO_SET_MODE"
    +
  • +
  • +
    AUDIO_SET_NOISE_CANCELLATION: "AUDIO_SET_NOISE_CANCELLATION"
    +
  • +
  • +
    AUDIO_SET_NOISE_CANCELLATION_MODEL: "AUDIO_SET_NOISE_CANCELLATION_MODEL"
    +
  • +
  • +
    AUDIO_SET_NOISE_SUPPRESSION: "AUDIO_SET_NOISE_SUPPRESSION"
    +
  • +
  • +
    AUDIO_SET_OUTPUT_DEVICE: "AUDIO_SET_OUTPUT_DEVICE"
    +
  • +
  • +
    AUDIO_SET_OUTPUT_VOLUME: "AUDIO_SET_OUTPUT_VOLUME"
    +
  • +
  • +
    AUDIO_SET_QOS: "AUDIO_SET_QOS"
    +
  • +
  • +
    AUDIO_SET_SUBSYSTEM: "AUDIO_SET_SUBSYSTEM"
    +
  • +
  • +
    AUDIO_SET_TEMPORARY_SELF_MUTE: "AUDIO_SET_TEMPORARY_SELF_MUTE"
    +
  • +
  • +
    AUDIO_TOGGLE_DEAF: "AUDIO_TOGGLE_DEAF"
    +
  • +
  • +
    AUDIO_TOGGLE_LOCAL_MUTE: "AUDIO_TOGGLE_LOCAL_MUTE"
    +
  • +
  • +
    AUDIO_TOGGLE_MUTE: "AUDIO_TOGGLE_MUTE"
    +
  • +
  • +
    AUDIO_TOGGLE_SELF_DEAF: "AUDIO_TOGGLE_SELF_DEAF"
    +
  • +
  • +
    AUDIO_TOGGLE_SELF_MUTE: "AUDIO_TOGGLE_SELF_MUTE"
    +
  • +
  • +
    AUDIO_VOLUME_CHANGE: "AUDIO_VOLUME_CHANGE"
    +
  • +
  • +
    AUDIT_LOG_FETCH_FAIL: "AUDIT_LOG_FETCH_FAIL"
    +
  • +
  • +
    AUDIT_LOG_FETCH_NEXT_PAGE_FAIL: "AUDIT_LOG_FETCH_NEXT_PAGE_FAIL"
    +
  • +
  • +
    AUDIT_LOG_FETCH_NEXT_PAGE_START: "AUDIT_LOG_FETCH_NEXT_PAGE_START"
    +
  • +
  • +
    AUDIT_LOG_FETCH_NEXT_PAGE_SUCCESS: "AUDIT_LOG_FETCH_NEXT_PAGE_SUCCESS"
    +
  • +
  • +
    AUDIT_LOG_FETCH_START: "AUDIT_LOG_FETCH_START"
    +
  • +
  • +
    AUDIT_LOG_FETCH_SUCCESS: "AUDIT_LOG_FETCH_SUCCESS"
    +
  • +
  • +
    AUDIT_LOG_FILTER_BY_ACTION: "AUDIT_LOG_FILTER_BY_ACTION"
    +
  • +
  • +
    AUDIT_LOG_FILTER_BY_USER: "AUDIT_LOG_FILTER_BY_USER"
    +
  • +
  • +
    BILLING_PAYMENTS_FETCH_FAIL: "BILLING_PAYMENTS_FETCH_FAIL"
    +
  • +
  • +
    BILLING_PAYMENTS_FETCH_START: "BILLING_PAYMENTS_FETCH_START"
    +
  • +
  • +
    BILLING_PAYMENTS_FETCH_SUCCESS: "BILLING_PAYMENTS_FETCH_SUCCESS"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCES_FETCH_FAIL: "BILLING_PAYMENT_SOURCES_FETCH_FAIL"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCES_FETCH_START: "BILLING_PAYMENT_SOURCES_FETCH_START"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCES_FETCH_SUCCESS: "BILLING_PAYMENT_SOURCES_FETCH_SUCCESS"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCE_CREATE_FAIL: "BILLING_PAYMENT_SOURCE_CREATE_FAIL"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCE_CREATE_START: "BILLING_PAYMENT_SOURCE_CREATE_START"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCE_CREATE_SUCCESS: "BILLING_PAYMENT_SOURCE_CREATE_SUCCESS"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCE_REMOVE_CLEAR_ERROR: "BILLING_PAYMENT_SOURCE_REMOVE_CLEAR_ERROR"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCE_REMOVE_FAIL: "BILLING_PAYMENT_SOURCE_REMOVE_FAIL"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCE_REMOVE_START: "BILLING_PAYMENT_SOURCE_REMOVE_START"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCE_REMOVE_SUCCESS: "BILLING_PAYMENT_SOURCE_REMOVE_SUCCESS"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCE_UPDATE_CLEAR_ERROR: "BILLING_PAYMENT_SOURCE_UPDATE_CLEAR_ERROR"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCE_UPDATE_FAIL: "BILLING_PAYMENT_SOURCE_UPDATE_FAIL"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCE_UPDATE_START: "BILLING_PAYMENT_SOURCE_UPDATE_START"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCE_UPDATE_SUCCESS: "BILLING_PAYMENT_SOURCE_UPDATE_SUCCESS"
    +
  • +
  • +
    BILLING_SUBSCRIPTION_CANCEL_FAIL: "BILLING_SUBSCRIPTION_CANCEL_FAIL"
    +
  • +
  • +
    BILLING_SUBSCRIPTION_CANCEL_START: "BILLING_SUBSCRIPTION_CANCEL_START"
    +
  • +
  • +
    BILLING_SUBSCRIPTION_CANCEL_SUCCESS: "BILLING_SUBSCRIPTION_CANCEL_SUCCESS"
    +
  • +
  • +
    BILLING_SUBSCRIPTION_FETCH_FAIL: "BILLING_SUBSCRIPTION_FETCH_FAIL"
    +
  • +
  • +
    BILLING_SUBSCRIPTION_FETCH_START: "BILLING_SUBSCRIPTION_FETCH_START"
    +
  • +
  • +
    BILLING_SUBSCRIPTION_FETCH_SUCCESS: "BILLING_SUBSCRIPTION_FETCH_SUCCESS"
    +
  • +
  • +
    BILLING_SUBSCRIPTION_UPDATE_FAIL: "BILLING_SUBSCRIPTION_UPDATE_FAIL"
    +
  • +
  • +
    BILLING_SUBSCRIPTION_UPDATE_START: "BILLING_SUBSCRIPTION_UPDATE_START"
    +
  • +
  • +
    BILLING_SUBSCRIPTION_UPDATE_SUCCESS: "BILLING_SUBSCRIPTION_UPDATE_SUCCESS"
    +
  • +
  • +
    BILLING_USER_TRIAL_ELIGIBILITY_FETCH_SUCCESS: "BILLING_USER_TRIAL_ELIGIBILITY_FETCH_SUCCESS"
    +
  • +
  • +
    BILLING_USER_TRIAL_VIEW: "BILLING_USER_TRIAL_VIEW"
    +
  • +
  • +
    BRAINTREE_CREATE_CLIENT_FAIL: "BRAINTREE_CREATE_CLIENT_FAIL"
    +
  • +
  • +
    BRAINTREE_CREATE_CLIENT_SUCCESS: "BRAINTREE_CREATE_CLIENT_SUCCESS"
    +
  • +
  • +
    BRAINTREE_CREATE_PAYPAL_CLIENT_FAIL: "BRAINTREE_CREATE_PAYPAL_CLIENT_FAIL"
    +
  • +
  • +
    BRAINTREE_CREATE_PAYPAL_CLIENT_SUCCESS: "BRAINTREE_CREATE_PAYPAL_CLIENT_SUCCESS"
    +
  • +
  • +
    BRAINTREE_POPUP_BRIDGE_CALLBACK: "BRAINTREE_POPUP_BRIDGE_CALLBACK"
    +
  • +
  • +
    BRAINTREE_POPUP_BRIDGE_CALLBACK_END: "BRAINTREE_POPUP_BRIDGE_CALLBACK_END"
    +
  • +
  • +
    BRAINTREE_POPUP_BRIDGE_CALLBACK_START: "BRAINTREE_POPUP_BRIDGE_CALLBACK_START"
    +
  • +
  • +
    BRAINTREE_POPUP_BRIDGE_STATE_UPDATE: "BRAINTREE_POPUP_BRIDGE_STATE_UPDATE"
    +
  • +
  • +
    BRAINTREE_TEARDOWN_PAYPAL_CLIENT: "BRAINTREE_TEARDOWN_PAYPAL_CLIENT"
    +
  • +
  • +
    BRAINTREE_TOKENIZE_PAYPAL_FAIL: "BRAINTREE_TOKENIZE_PAYPAL_FAIL"
    +
  • +
  • +
    BRAINTREE_TOKENIZE_PAYPAL_FAIL_WINDOW_CLOSED: "BRAINTREE_TOKENIZE_PAYPAL_FAIL_WINDOW_CLOSED"
    +
  • +
  • +
    BRAINTREE_TOKENIZE_PAYPAL_START: "BRAINTREE_TOKENIZE_PAYPAL_START"
    +
  • +
  • +
    BRAINTREE_TOKENIZE_PAYPAL_SUCCESS: "BRAINTREE_TOKENIZE_PAYPAL_SUCCESS"
    +
  • +
  • +
    BROWSER_HANDOFF_BEGIN: "BROWSER_HANDOFF_BEGIN"
    +
  • +
  • +
    BROWSER_HANDOFF_END: "BROWSER_HANDOFF_END"
    +
  • +
  • +
    BROWSER_HANDOFF_FROM_APP: "BROWSER_HANDOFF_FROM_APP"
    +
  • +
  • +
    BROWSER_UPDATE: "BROWSER_UPDATE"
    +
  • +
  • +
    BULK_ACK: "BULK_ACK"
    +
  • +
  • +
    CACHE_LOADED: "CACHE_LOADED"
    +
  • +
  • +
    CACHE_LOADED_LAZY: "CACHE_LOADED_LAZY"
    +
  • +
  • +
    CALL_CONNECT: "CALL_CONNECT"
    +
  • +
  • +
    CALL_CREATE: "CALL_CREATE"
    +
  • +
  • +
    CALL_DELETE: "CALL_DELETE"
    +
  • +
  • +
    CALL_ENQUEUE_RING: "CALL_ENQUEUE_RING"
    +
  • +
  • +
    CALL_MODAL_CLOSE: "CALL_MODAL_CLOSE"
    +
  • +
  • +
    CALL_MODAL_OPEN: "CALL_MODAL_OPEN"
    +
  • +
  • +
    CALL_RING: "CALL_RING"
    +
  • +
  • +
    CALL_UPDATE: "CALL_UPDATE"
    +
  • +
  • +
    CANDIDATE_GAMES_CHANGE: "CANDIDATE_GAMES_CHANGE"
    +
  • +
  • +
    CATEGORY_COLLAPSE: "CATEGORY_COLLAPSE"
    +
  • +
  • +
    CATEGORY_COLLAPSE_ALL: "CATEGORY_COLLAPSE_ALL"
    +
  • +
  • +
    CATEGORY_EXPAND: "CATEGORY_EXPAND"
    +
  • +
  • +
    CATEGORY_EXPAND_ALL: "CATEGORY_EXPAND_ALL"
    +
  • +
  • +
    CERTIFIED_DEVICES_SET: "CERTIFIED_DEVICES_SET"
    +
  • +
  • +
    CERTIFIED_DEVICE_RECOMMENDATIONS_IGNORE: "CERTIFIED_DEVICE_RECOMMENDATIONS_IGNORE"
    +
  • +
  • +
    CHANGE_LOG_CLOSE: "CHANGE_LOG_CLOSE"
    +
  • +
  • +
    CHANGE_LOG_OPEN: "CHANGE_LOG_OPEN"
    +
  • +
  • +
    CHANGE_NICKNAME_MODAL_CLOSE: "CHANGE_NICKNAME_MODAL_CLOSE"
    +
  • +
  • +
    CHANGE_NICKNAME_MODAL_OPEN: "CHANGE_NICKNAME_MODAL_OPEN"
    +
  • +
  • +
    CHANGE_NICKNAME_MODAL_SUBMIT: "CHANGE_NICKNAME_MODAL_SUBMIT"
    +
  • +
  • +
    CHANGE_NICKNAME_MODAL_SUBMIT_FAILURE: "CHANGE_NICKNAME_MODAL_SUBMIT_FAILURE"
    +
  • +
  • +
    CHANGE_VANITY_URL_MODAL_CLOSE: "CHANGE_VANITY_URL_MODAL_CLOSE"
    +
  • +
  • +
    CHANGE_VANITY_URL_MODAL_OPEN: "CHANGE_VANITY_URL_MODAL_OPEN"
    +
  • +
  • +
    CHANGE_VANITY_URL_MODAL_SUBMIT: "CHANGE_VANITY_URL_MODAL_SUBMIT"
    +
  • +
  • +
    CHANGE_VANITY_URL_MODAL_SUBMIT_FAILURE: "CHANGE_VANITY_URL_MODAL_SUBMIT_FAILURE"
    +
  • +
  • +
    CHANNEL_ACK: "CHANNEL_ACK"
    +
  • +
  • +
    CHANNEL_COLLAPSE: "CHANNEL_COLLAPSE"
    +
  • +
  • +
    CHANNEL_CREATE: "CHANNEL_CREATE"
    +
  • +
  • +
    CHANNEL_DELETE: "CHANNEL_DELETE"
    +
  • +
  • +
    CHANNEL_FOLLOWER_CREATED: "CHANNEL_FOLLOWER_CREATED"
    +
  • +
  • +
    CHANNEL_FOLLOWER_MESSAGE_STATS_FETCH_FAILURE: "CHANNEL_FOLLOWER_MESSAGE_STATS_FETCH_FAILURE"
    +
  • +
  • +
    CHANNEL_FOLLOWER_MESSAGE_STATS_FETCH_START: "CHANNEL_FOLLOWER_MESSAGE_STATS_FETCH_START"
    +
  • +
  • +
    CHANNEL_FOLLOWER_MESSAGE_STATS_FETCH_SUCCESS: "CHANNEL_FOLLOWER_MESSAGE_STATS_FETCH_SUCCESS"
    +
  • +
  • +
    CHANNEL_FOLLOWER_STATS_FETCH_FAILURE: "CHANNEL_FOLLOWER_STATS_FETCH_FAILURE"
    +
  • +
  • +
    CHANNEL_FOLLOWER_STATS_FETCH_START: "CHANNEL_FOLLOWER_STATS_FETCH_START"
    +
  • +
  • +
    CHANNEL_FOLLOWER_STATS_FETCH_SUCCESS: "CHANNEL_FOLLOWER_STATS_FETCH_SUCCESS"
    +
  • +
  • +
    CHANNEL_FOLLOWING_FETCH_MESSAGE_PREVIEWS: "CHANNEL_FOLLOWING_FETCH_MESSAGE_PREVIEWS"
    +
  • +
  • +
    CHANNEL_FOLLOWING_FETCH_MESSAGE_PREVIEWS_FAILURE: "CHANNEL_FOLLOWING_FETCH_MESSAGE_PREVIEWS_FAILURE"
    +
  • +
  • +
    CHANNEL_FOLLOWING_FETCH_MESSAGE_PREVIEWS_SUCCESS: "CHANNEL_FOLLOWING_FETCH_MESSAGE_PREVIEWS_SUCCESS"
    +
  • +
  • +
    CHANNEL_FOLLOWING_PUBLISH_BUMP_DISMISSED: "CHANNEL_FOLLOWING_PUBLISH_BUMP_DISMISSED"
    +
  • +
  • +
    CHANNEL_FOLLOWING_PUBLISH_BUMP_HIDE_PERMANENTLY: "CHANNEL_FOLLOWING_PUBLISH_BUMP_HIDE_PERMANENTLY"
    +
  • +
  • +
    CHANNEL_LOCAL_ACK: "CHANNEL_LOCAL_ACK"
    +
  • +
  • +
    CHANNEL_NOTICE_HIDE: "CHANNEL_NOTICE_HIDE"
    +
  • +
  • +
    CHANNEL_NOTICE_SHOW: "CHANNEL_NOTICE_SHOW"
    +
  • +
  • +
    CHANNEL_PINS_ACK: "CHANNEL_PINS_ACK"
    +
  • +
  • +
    CHANNEL_PINS_UPDATE: "CHANNEL_PINS_UPDATE"
    +
  • +
  • +
    CHANNEL_PRELOAD: "CHANNEL_PRELOAD"
    +
  • +
  • +
    CHANNEL_RECIPIENT_ADD: "CHANNEL_RECIPIENT_ADD"
    +
  • +
  • +
    CHANNEL_RECIPIENT_REMOVE: "CHANNEL_RECIPIENT_REMOVE"
    +
  • +
  • +
    CHANNEL_RTC_ACTIVE_CHANNELS: "CHANNEL_RTC_ACTIVE_CHANNELS"
    +
  • +
  • +
    CHANNEL_RTC_SELECT_PARTICIPANT: "CHANNEL_RTC_SELECT_PARTICIPANT"
    +
  • +
  • +
    CHANNEL_RTC_UPDATE_LAYOUT: "CHANNEL_RTC_UPDATE_LAYOUT"
    +
  • +
  • +
    CHANNEL_RTC_UPDATE_PARTICIPANTS_OPEN: "CHANNEL_RTC_UPDATE_PARTICIPANTS_OPEN"
    +
  • +
  • +
    CHANNEL_SELECT: "CHANNEL_SELECT"
    +
  • +
  • +
    CHANNEL_SETTINGS_CLOSE: "CHANNEL_SETTINGS_CLOSE"
    +
  • +
  • +
    CHANNEL_SETTINGS_INIT: "CHANNEL_SETTINGS_INIT"
    +
  • +
  • +
    CHANNEL_SETTINGS_LOADED_INVITES: "CHANNEL_SETTINGS_LOADED_INVITES"
    +
  • +
  • +
    CHANNEL_SETTINGS_OPEN: "CHANNEL_SETTINGS_OPEN"
    +
  • +
  • +
    CHANNEL_SETTINGS_OVERWRITE_SELECT: "CHANNEL_SETTINGS_OVERWRITE_SELECT"
    +
  • +
  • +
    CHANNEL_SETTINGS_PERMISSIONS_INIT: "CHANNEL_SETTINGS_PERMISSIONS_INIT"
    +
  • +
  • +
    CHANNEL_SETTINGS_PERMISSIONS_SAVE_SUCCESS: "CHANNEL_SETTINGS_PERMISSIONS_SAVE_SUCCESS"
    +
  • +
  • +
    CHANNEL_SETTINGS_PERMISSIONS_SELECT_PERMISSION: "CHANNEL_SETTINGS_PERMISSIONS_SELECT_PERMISSION"
    +
  • +
  • +
    CHANNEL_SETTINGS_PERMISSIONS_SUBMITTING: "CHANNEL_SETTINGS_PERMISSIONS_SUBMITTING"
    +
  • +
  • +
    CHANNEL_SETTINGS_PERMISSIONS_UPDATE_PERMISSION: "CHANNEL_SETTINGS_PERMISSIONS_UPDATE_PERMISSION"
    +
  • +
  • +
    CHANNEL_SETTINGS_SET_SECTION: "CHANNEL_SETTINGS_SET_SECTION"
    +
  • +
  • +
    CHANNEL_SETTINGS_SUBMIT: "CHANNEL_SETTINGS_SUBMIT"
    +
  • +
  • +
    CHANNEL_SETTINGS_SUBMIT_FAILURE: "CHANNEL_SETTINGS_SUBMIT_FAILURE"
    +
  • +
  • +
    CHANNEL_SETTINGS_SUBMIT_SUCCESS: "CHANNEL_SETTINGS_SUBMIT_SUCCESS"
    +
  • +
  • +
    CHANNEL_SETTINGS_UPDATE: "CHANNEL_SETTINGS_UPDATE"
    +
  • +
  • +
    CHANNEL_TOGGLE_SECTION: "CHANNEL_TOGGLE_SECTION"
    +
  • +
  • +
    CHANNEL_UNREAD_UPDATE: "CHANNEL_UNREAD_UPDATE"
    +
  • +
  • +
    CHANNEL_UPDATE: "CHANNEL_UPDATE"
    +
  • +
  • +
    CHECKING_FOR_UPDATES: "CHECKING_FOR_UPDATES"
    +
  • +
  • +
    CHECK_LAUNCHABLE_GAME: "CHECK_LAUNCHABLE_GAME"
    +
  • +
  • +
    CLAIM_ACCOUNT_BIRTHDAY_FAILURE: "CLAIM_ACCOUNT_BIRTHDAY_FAILURE"
    +
  • +
  • +
    CLAIM_ACCOUNT_BIRTHDAY_SUBMITTED: "CLAIM_ACCOUNT_BIRTHDAY_SUBMITTED"
    +
  • +
  • +
    CLAIM_ACCOUNT_BIRTHDAY_SUCCESS: "CLAIM_ACCOUNT_BIRTHDAY_SUCCESS"
    +
  • +
  • +
    CLAIM_ACCOUNT_FAILURE: "CLAIM_ACCOUNT_FAILURE"
    +
  • +
  • +
    CLAIM_ACCOUNT_MODAL_CLOSE: "CLAIM_ACCOUNT_MODAL_CLOSE"
    +
  • +
  • +
    CLAIM_ACCOUNT_MODAL_OPEN: "CLAIM_ACCOUNT_MODAL_OPEN"
    +
  • +
  • +
    CLAIM_ACCOUNT_SUBMITTED: "CLAIM_ACCOUNT_SUBMITTED"
    +
  • +
  • +
    CLAIM_ACCOUNT_SUCCESS: "CLAIM_ACCOUNT_SUCCESS"
    +
  • +
  • +
    CLEAR_GUILD_HASHES: "CLEAR_GUILD_HASHES"
    +
  • +
  • +
    CLEAR_IN_APP_NOTIFICATION: "CLEAR_IN_APP_NOTIFICATION"
    +
  • +
  • +
    CLEAR_MESSAGES: "CLEAR_MESSAGES"
    +
  • +
  • +
    CLEAR_MESSAGES_AROUND_SUCCESS: "CLEAR_MESSAGES_AROUND_SUCCESS"
    +
  • +
  • +
    CONNECTED_DEVICE_IGNORE: "CONNECTED_DEVICE_IGNORE"
    +
  • +
  • +
    CONNECTED_DEVICE_NEVER_SHOW_MODAL: "CONNECTED_DEVICE_NEVER_SHOW_MODAL"
    +
  • +
  • +
    CONNECTED_DEVICE_SET: "CONNECTED_DEVICE_SET"
    +
  • +
  • +
    CONNECTION_CLOSED: "CONNECTION_CLOSED"
    +
  • +
  • +
    CONNECTION_OPEN: "CONNECTION_OPEN"
    +
  • +
  • +
    CONNECTION_RESUMED: "CONNECTION_RESUMED"
    +
  • +
  • +
    CONTEXT_MENU_CLOSE: "CONTEXT_MENU_CLOSE"
    +
  • +
  • +
    CONTEXT_MENU_OPEN: "CONTEXT_MENU_OPEN"
    +
  • +
  • +
    CREATE_CHANNEL_MODAL_CLOSE: "CREATE_CHANNEL_MODAL_CLOSE"
    +
  • +
  • +
    CREATE_CHANNEL_MODAL_OPEN: "CREATE_CHANNEL_MODAL_OPEN"
    +
  • +
  • +
    CREATE_CHANNEL_MODAL_SUBMIT: "CREATE_CHANNEL_MODAL_SUBMIT"
    +
  • +
  • +
    CREATE_CHANNEL_MODAL_SUBMIT_FAILURE: "CREATE_CHANNEL_MODAL_SUBMIT_FAILURE"
    +
  • +
  • +
    CREATE_GUILD_MODAL_CLOSE: "CREATE_GUILD_MODAL_CLOSE"
    +
  • +
  • +
    CREATE_GUILD_MODAL_OPEN: "CREATE_GUILD_MODAL_OPEN"
    +
  • +
  • +
    CREATE_GUILD_MODAL_SET_SCREEN: "CREATE_GUILD_MODAL_SET_SCREEN"
    +
  • +
  • +
    CREATE_GUILD_MODAL_SUBMIT: "CREATE_GUILD_MODAL_SUBMIT"
    +
  • +
  • +
    CREATE_GUILD_MODAL_SUBMIT_FAILURE: "CREATE_GUILD_MODAL_SUBMIT_FAILURE"
    +
  • +
  • +
    CREATE_GUILD_MODAL_UPDATE: "CREATE_GUILD_MODAL_UPDATE"
    +
  • +
  • +
    CREATE_INVITE_MODAL_CLOSE: "CREATE_INVITE_MODAL_CLOSE"
    +
  • +
  • +
    CREATE_INVITE_MODAL_GENERATE_INVITE: "CREATE_INVITE_MODAL_GENERATE_INVITE"
    +
  • +
  • +
    CREATE_INVITE_MODAL_GENERATE_INVITE_FAILURE: "CREATE_INVITE_MODAL_GENERATE_INVITE_FAILURE"
    +
  • +
  • +
    CREATE_INVITE_MODAL_GENERATE_INVITE_SUCCESS: "CREATE_INVITE_MODAL_GENERATE_INVITE_SUCCESS"
    +
  • +
  • +
    CREATE_INVITE_MODAL_INIT: "CREATE_INVITE_MODAL_INIT"
    +
  • +
  • +
    CREATE_INVITE_MODAL_OPEN: "CREATE_INVITE_MODAL_OPEN"
    +
  • +
  • +
    CREATE_INVITE_MODAL_RESET_SETTINGS: "CREATE_INVITE_MODAL_RESET_SETTINGS"
    +
  • +
  • +
    CREATE_INVITE_MODAL_UPDATE_SETTINGS: "CREATE_INVITE_MODAL_UPDATE_SETTINGS"
    +
  • +
  • +
    CREATE_OVERLAY_NOTIFICATION: "CREATE_OVERLAY_NOTIFICATION"
    +
  • +
  • +
    CURRENT_USER_UPDATE: "CURRENT_USER_UPDATE"
    +
  • +
  • +
    DEACTIVATE_RAGING_DEMON: "DEACTIVATE_RAGING_DEMON"
    +
  • +
  • +
    DELAYED_CHANNEL_SELECT: "DELAYED_CHANNEL_SELECT"
    +
  • +
  • +
    DELAYED_SELECT_FLUSH: "DELAYED_SELECT_FLUSH"
    +
  • +
  • +
    DETECTED_OFF_PLATFORM_PREMIUM_PERKS_DISMISS: "DETECTED_OFF_PLATFORM_PREMIUM_PERKS_DISMISS"
    +
  • +
  • +
    DEVELOPER_OPTIONS_UPDATE_SETTINGS: "DEVELOPER_OPTIONS_UPDATE_SETTINGS"
    +
  • +
  • +
    DEVELOPER_TEST_MODE_AUTHORIZATION_FAIL: "DEVELOPER_TEST_MODE_AUTHORIZATION_FAIL"
    +
  • +
  • +
    DEVELOPER_TEST_MODE_AUTHORIZATION_START: "DEVELOPER_TEST_MODE_AUTHORIZATION_START"
    +
  • +
  • +
    DEVELOPER_TEST_MODE_AUTHORIZATION_SUCCESS: "DEVELOPER_TEST_MODE_AUTHORIZATION_SUCCESS"
    +
  • +
  • +
    DEVELOPER_TEST_MODE_RESET: "DEVELOPER_TEST_MODE_RESET"
    +
  • +
  • +
    DEVELOPER_TEST_MODE_RESET_ERROR: "DEVELOPER_TEST_MODE_RESET_ERROR"
    +
  • +
  • +
    DISABLE_AUTOMATIC_ACK: "DISABLE_AUTOMATIC_ACK"
    +
  • +
  • +
    DISCOVER_CHECKLIST_FETCH_FAILURE: "DISCOVER_CHECKLIST_FETCH_FAILURE"
    +
  • +
  • +
    DISCOVER_CHECKLIST_FETCH_START: "DISCOVER_CHECKLIST_FETCH_START"
    +
  • +
  • +
    DISCOVER_CHECKLIST_FETCH_SUCCESS: "DISCOVER_CHECKLIST_FETCH_SUCCESS"
    +
  • +
  • +
    DISCOVER_GUILDS_FETCH_FAILURE: "DISCOVER_GUILDS_FETCH_FAILURE"
    +
  • +
  • +
    DISCOVER_GUILDS_FETCH_START: "DISCOVER_GUILDS_FETCH_START"
    +
  • +
  • +
    DISCOVER_GUILDS_FETCH_SUCCESS: "DISCOVER_GUILDS_FETCH_SUCCESS"
    +
  • +
  • +
    DISPATCH_APPLICATION_ADD_TO_INSTALLATIONS: "DISPATCH_APPLICATION_ADD_TO_INSTALLATIONS"
    +
  • +
  • +
    DISPATCH_APPLICATION_CANCEL: "DISPATCH_APPLICATION_CANCEL"
    +
  • +
  • +
    DISPATCH_APPLICATION_ERROR: "DISPATCH_APPLICATION_ERROR"
    +
  • +
  • +
    DISPATCH_APPLICATION_INSTALL: "DISPATCH_APPLICATION_INSTALL"
    +
  • +
  • +
    DISPATCH_APPLICATION_INSTALL_SCRIPTS_PROGRESS_UPDATE: "DISPATCH_APPLICATION_INSTALL_SCRIPTS_PROGRESS_UPDATE"
    +
  • +
  • +
    DISPATCH_APPLICATION_LAUNCH_SETUP_COMPLETE: "DISPATCH_APPLICATION_LAUNCH_SETUP_COMPLETE"
    +
  • +
  • +
    DISPATCH_APPLICATION_LAUNCH_SETUP_START: "DISPATCH_APPLICATION_LAUNCH_SETUP_START"
    +
  • +
  • +
    DISPATCH_APPLICATION_MOVE_UP: "DISPATCH_APPLICATION_MOVE_UP"
    +
  • +
  • +
    DISPATCH_APPLICATION_REMOVE_FINISHED: "DISPATCH_APPLICATION_REMOVE_FINISHED"
    +
  • +
  • +
    DISPATCH_APPLICATION_REPAIR: "DISPATCH_APPLICATION_REPAIR"
    +
  • +
  • +
    DISPATCH_APPLICATION_STATE_UPDATE: "DISPATCH_APPLICATION_STATE_UPDATE"
    +
  • +
  • +
    DISPATCH_APPLICATION_UNINSTALL: "DISPATCH_APPLICATION_UNINSTALL"
    +
  • +
  • +
    DISPATCH_APPLICATION_UPDATE: "DISPATCH_APPLICATION_UPDATE"
    +
  • +
  • +
    DISPLAYED_INVITE_CLEAR: "DISPLAYED_INVITE_CLEAR"
    +
  • +
  • +
    DISPLAYED_INVITE_SHOW: "DISPLAYED_INVITE_SHOW"
    +
  • +
  • +
    DOMAIN_MIGRATION_FAILURE: "DOMAIN_MIGRATION_FAILURE"
    +
  • +
  • +
    DOMAIN_MIGRATION_SKIP: "DOMAIN_MIGRATION_SKIP"
    +
  • +
  • +
    DOMAIN_MIGRATION_START: "DOMAIN_MIGRATION_START"
    +
  • +
  • +
    DRAFT_CHANGE: "DRAFT_CHANGE"
    +
  • +
  • +
    DRAFT_SAVE: "DRAFT_SAVE"
    +
  • +
  • +
    DRAWER_CLOSE: "DRAWER_CLOSE"
    +
  • +
  • +
    DRAWER_DISABLE: "DRAWER_DISABLE"
    +
  • +
  • +
    DRAWER_DRAG_END: "DRAWER_DRAG_END"
    +
  • +
  • +
    DRAWER_DRAG_START: "DRAWER_DRAG_START"
    +
  • +
  • +
    DRAWER_ENABLE: "DRAWER_ENABLE"
    +
  • +
  • +
    DRAWER_OPEN: "DRAWER_OPEN"
    +
  • +
  • +
    DRAWER_SELECT_TAB: "DRAWER_SELECT_TAB"
    +
  • +
  • +
    EMAIL_VERIFICATION_MODAL_CLOSE: "EMAIL_VERIFICATION_MODAL_CLOSE"
    +
  • +
  • +
    EMAIL_VERIFICATION_MODAL_OPEN: "EMAIL_VERIFICATION_MODAL_OPEN"
    +
  • +
  • +
    EMOJI_DELETE: "EMOJI_DELETE"
    +
  • +
  • +
    EMOJI_DIVERSITY_COLOR_CHANGE: "EMOJI_DIVERSITY_COLOR_CHANGE"
    +
  • +
  • +
    EMOJI_FETCH: "EMOJI_FETCH"
    +
  • +
  • +
    EMOJI_FETCH_FAILURE: "EMOJI_FETCH_FAILURE"
    +
  • +
  • +
    EMOJI_FETCH_SUCCESS: "EMOJI_FETCH_SUCCESS"
    +
  • +
  • +
    EMOJI_TRACK_USAGE: "EMOJI_TRACK_USAGE"
    +
  • +
  • +
    EMOJI_UPLOAD_START: "EMOJI_UPLOAD_START"
    +
  • +
  • +
    EMOJI_UPLOAD_STOP: "EMOJI_UPLOAD_STOP"
    +
  • +
  • +
    ENABLE_AUTOMATIC_ACK: "ENABLE_AUTOMATIC_ACK"
    +
  • +
  • +
    ENQUEUE_IN_APP_NOTIFICATION: "ENQUEUE_IN_APP_NOTIFICATION"
    +
  • +
  • +
    ENTITLEMENTS_GIFTABLE_FETCH: "ENTITLEMENTS_GIFTABLE_FETCH"
    +
  • +
  • +
    ENTITLEMENTS_GIFTABLE_FETCH_FAIL: "ENTITLEMENTS_GIFTABLE_FETCH_FAIL"
    +
  • +
  • +
    ENTITLEMENTS_GIFTABLE_FETCH_SUCCESS: "ENTITLEMENTS_GIFTABLE_FETCH_SUCCESS"
    +
  • +
  • +
    ENTITLEMENT_CREATE: "ENTITLEMENT_CREATE"
    +
  • +
  • +
    ENTITLEMENT_DELETE: "ENTITLEMENT_DELETE"
    +
  • +
  • +
    ENTITLEMENT_FETCH_APPLICATION_FAIL: "ENTITLEMENT_FETCH_APPLICATION_FAIL"
    +
  • +
  • +
    ENTITLEMENT_FETCH_APPLICATION_START: "ENTITLEMENT_FETCH_APPLICATION_START"
    +
  • +
  • +
    ENTITLEMENT_FETCH_APPLICATION_SUCCESS: "ENTITLEMENT_FETCH_APPLICATION_SUCCESS"
    +
  • +
  • +
    ENTITLEMENT_UPDATE: "ENTITLEMENT_UPDATE"
    +
  • +
  • +
    EULA_FETCH_SUCCESS: "EULA_FETCH_SUCCESS"
    +
  • +
  • +
    EXPERIMENTS_FETCH: "EXPERIMENTS_FETCH"
    +
  • +
  • +
    EXPERIMENTS_FETCH_FAILURE: "EXPERIMENTS_FETCH_FAILURE"
    +
  • +
  • +
    EXPERIMENTS_FETCH_SUCCESS: "EXPERIMENTS_FETCH_SUCCESS"
    +
  • +
  • +
    EXPERIMENT_OVERRIDE_BUCKET: "EXPERIMENT_OVERRIDE_BUCKET"
    +
  • +
  • +
    EXPERIMENT_REGISTER_LEGACY: "EXPERIMENT_REGISTER_LEGACY"
    +
  • +
  • +
    EXPERIMENT_REGISTER_SURVEY: "EXPERIMENT_REGISTER_SURVEY"
    +
  • +
  • +
    EXPERIMENT_TRIGGER: "EXPERIMENT_TRIGGER"
    +
  • +
  • +
    FEATURED_HELP_ARTICLES: "FEATURED_HELP_ARTICLES"
    +
  • +
  • +
    FINGERPRINT: "FINGERPRINT"
    +
  • +
  • +
    FORCE_INVISIBLE: "FORCE_INVISIBLE"
    +
  • +
  • +
    FORGOT_PASSWORD_SENT: "FORGOT_PASSWORD_SENT"
    +
  • +
  • +
    FRIENDS_SET_SECTION: "FRIENDS_SET_SECTION"
    +
  • +
  • +
    FRIEND_REQUEST_ACCEPTED: "FRIEND_REQUEST_ACCEPTED"
    +
  • +
  • +
    GAMES_DATABASE_FETCH: "GAMES_DATABASE_FETCH"
    +
  • +
  • +
    GAMES_DATABASE_FETCH_FAIL: "GAMES_DATABASE_FETCH_FAIL"
    +
  • +
  • +
    GAMES_DATABASE_UPDATE: "GAMES_DATABASE_UPDATE"
    +
  • +
  • +
    GAME_AUTOCOMPLETE_QUERY: "GAME_AUTOCOMPLETE_QUERY"
    +
  • +
  • +
    GAME_CLOUD_SYNC_COMPLETE: "GAME_CLOUD_SYNC_COMPLETE"
    +
  • +
  • +
    GAME_CLOUD_SYNC_CONFLICT: "GAME_CLOUD_SYNC_CONFLICT"
    +
  • +
  • +
    GAME_CLOUD_SYNC_ERROR: "GAME_CLOUD_SYNC_ERROR"
    +
  • +
  • +
    GAME_CLOUD_SYNC_START: "GAME_CLOUD_SYNC_START"
    +
  • +
  • +
    GAME_CLOUD_SYNC_UPDATE: "GAME_CLOUD_SYNC_UPDATE"
    +
  • +
  • +
    GAME_ICON_UPDATE: "GAME_ICON_UPDATE"
    +
  • +
  • +
    GAME_LAUNCHABLE_UPDATE: "GAME_LAUNCHABLE_UPDATE"
    +
  • +
  • +
    GAME_LAUNCH_FAIL: "GAME_LAUNCH_FAIL"
    +
  • +
  • +
    GAME_LAUNCH_START: "GAME_LAUNCH_START"
    +
  • +
  • +
    GAME_LAUNCH_SUCCESS: "GAME_LAUNCH_SUCCESS"
    +
  • +
  • +
    GAME_NOTIFICATION_OVERRIDES_DELETE: "GAME_NOTIFICATION_OVERRIDES_DELETE"
    +
  • +
  • +
    GAME_NOTIFICATION_OVERRIDES_LOAD: "GAME_NOTIFICATION_OVERRIDES_LOAD"
    +
  • +
  • +
    GAME_NOTIFICATION_OVERRIDES_UPDATE: "GAME_NOTIFICATION_OVERRIDES_UPDATE"
    +
  • +
  • +
    GAME_NOTIFICATION_SETTINGS_UPDATE: "GAME_NOTIFICATION_SETTINGS_UPDATE"
    +
  • +
  • +
    GIFT_CODES_FETCH: "GIFT_CODES_FETCH"
    +
  • +
  • +
    GIFT_CODES_FETCH_FAILURE: "GIFT_CODES_FETCH_FAILURE"
    +
  • +
  • +
    GIFT_CODES_FETCH_SUCCESS: "GIFT_CODES_FETCH_SUCCESS"
    +
  • +
  • +
    GIFT_CODE_CREATE: "GIFT_CODE_CREATE"
    +
  • +
  • +
    GIFT_CODE_CREATE_FAILURE: "GIFT_CODE_CREATE_FAILURE"
    +
  • +
  • +
    GIFT_CODE_CREATE_START: "GIFT_CODE_CREATE_START"
    +
  • +
  • +
    GIFT_CODE_CREATE_SUCCESS: "GIFT_CODE_CREATE_SUCCESS"
    +
  • +
  • +
    GIFT_CODE_MODAL_CLOSE: "GIFT_CODE_MODAL_CLOSE"
    +
  • +
  • +
    GIFT_CODE_MODAL_OPEN: "GIFT_CODE_MODAL_OPEN"
    +
  • +
  • +
    GIFT_CODE_REDEEM: "GIFT_CODE_REDEEM"
    +
  • +
  • +
    GIFT_CODE_REDEEM_FAILURE: "GIFT_CODE_REDEEM_FAILURE"
    +
  • +
  • +
    GIFT_CODE_REDEEM_SUCCESS: "GIFT_CODE_REDEEM_SUCCESS"
    +
  • +
  • +
    GIFT_CODE_RESOLVE: "GIFT_CODE_RESOLVE"
    +
  • +
  • +
    GIFT_CODE_RESOLVE_FAILURE: "GIFT_CODE_RESOLVE_FAILURE"
    +
  • +
  • +
    GIFT_CODE_RESOLVE_SUCCESS: "GIFT_CODE_RESOLVE_SUCCESS"
    +
  • +
  • +
    GIFT_CODE_REVOKE: "GIFT_CODE_REVOKE"
    +
  • +
  • +
    GIFT_CODE_REVOKE_FAILURE: "GIFT_CODE_REVOKE_FAILURE"
    +
  • +
  • +
    GIFT_CODE_REVOKE_SUCCESS: "GIFT_CODE_REVOKE_SUCCESS"
    +
  • +
  • +
    GIFT_CODE_UPDATE: "GIFT_CODE_UPDATE"
    +
  • +
  • +
    GIF_FAVORITE_ADD: "GIF_FAVORITE_ADD"
    +
  • +
  • +
    GIF_FAVORITE_REMOVE: "GIF_FAVORITE_REMOVE"
    +
  • +
  • +
    GIF_PICKER_INITIALIZE: "GIF_PICKER_INITIALIZE"
    +
  • +
  • +
    GIF_PICKER_QUERY: "GIF_PICKER_QUERY"
    +
  • +
  • +
    GIF_PICKER_QUERY_FAILURE: "GIF_PICKER_QUERY_FAILURE"
    +
  • +
  • +
    GIF_PICKER_QUERY_SUCCESS: "GIF_PICKER_QUERY_SUCCESS"
    +
  • +
  • +
    GIF_PICKER_SELECT: "GIF_PICKER_SELECT"
    +
  • +
  • +
    GIF_PICKER_SUGGESTIONS_SUCCESS: "GIF_PICKER_SUGGESTIONS_SUCCESS"
    +
  • +
  • +
    GIF_PICKER_TRENDING_FETCH_SUCCESS: "GIF_PICKER_TRENDING_FETCH_SUCCESS"
    +
  • +
  • +
    GLOBAL_CLIPBOARD_PASTE: "GLOBAL_CLIPBOARD_PASTE"
    +
  • +
  • +
    GUILD_ACK: "GUILD_ACK"
    +
  • +
  • +
    GUILD_APPLICATIONS_FETCH_SUCCESS: "GUILD_APPLICATIONS_FETCH_SUCCESS"
    +
  • +
  • +
    GUILD_BAN_ADD: "GUILD_BAN_ADD"
    +
  • +
  • +
    GUILD_BAN_REMOVE: "GUILD_BAN_REMOVE"
    +
  • +
  • +
    GUILD_CREATE: "GUILD_CREATE"
    +
  • +
  • +
    GUILD_DELETE: "GUILD_DELETE"
    +
  • +
  • +
    GUILD_DISCOVERY_CATEGORY_ADD: "GUILD_DISCOVERY_CATEGORY_ADD"
    +
  • +
  • +
    GUILD_DISCOVERY_CATEGORY_DELETE: "GUILD_DISCOVERY_CATEGORY_DELETE"
    +
  • +
  • +
    GUILD_DISCOVERY_CATEGORY_FETCH_SUCCESS: "GUILD_DISCOVERY_CATEGORY_FETCH_SUCCESS"
    +
  • +
  • +
    GUILD_DISCOVERY_CATEGORY_UPDATE_FAIL: "GUILD_DISCOVERY_CATEGORY_UPDATE_FAIL"
    +
  • +
  • +
    GUILD_DISCOVERY_CLEAR_SEARCH: "GUILD_DISCOVERY_CLEAR_SEARCH"
    +
  • +
  • +
    GUILD_DISCOVERY_FETCH_EXPERIMENT: "GUILD_DISCOVERY_FETCH_EXPERIMENT"
    +
  • +
  • +
    GUILD_DISCOVERY_FETCH_FAILURE: "GUILD_DISCOVERY_FETCH_FAILURE"
    +
  • +
  • +
    GUILD_DISCOVERY_FETCH_START: "GUILD_DISCOVERY_FETCH_START"
    +
  • +
  • +
    GUILD_DISCOVERY_FETCH_SUCCESS: "GUILD_DISCOVERY_FETCH_SUCCESS"
    +
  • +
  • +
    GUILD_DISCOVERY_METADATA_FETCH_FAIL: "GUILD_DISCOVERY_METADATA_FETCH_FAIL"
    +
  • +
  • +
    GUILD_DISCOVERY_POPULAR_FETCH_FAILURE: "GUILD_DISCOVERY_POPULAR_FETCH_FAILURE"
    +
  • +
  • +
    GUILD_DISCOVERY_POPULAR_FETCH_START: "GUILD_DISCOVERY_POPULAR_FETCH_START"
    +
  • +
  • +
    GUILD_DISCOVERY_POPULAR_FETCH_SUCCESS: "GUILD_DISCOVERY_POPULAR_FETCH_SUCCESS"
    +
  • +
  • +
    GUILD_DISCOVERY_SEARCH_COUNTS_FAIL: "GUILD_DISCOVERY_SEARCH_COUNTS_FAIL"
    +
  • +
  • +
    GUILD_DISCOVERY_SEARCH_FETCH_FAILURE: "GUILD_DISCOVERY_SEARCH_FETCH_FAILURE"
    +
  • +
  • +
    GUILD_DISCOVERY_SEARCH_FETCH_START: "GUILD_DISCOVERY_SEARCH_FETCH_START"
    +
  • +
  • +
    GUILD_DISCOVERY_SEARCH_FETCH_SUCCESS: "GUILD_DISCOVERY_SEARCH_FETCH_SUCCESS"
    +
  • +
  • +
    GUILD_DISCOVERY_SEARCH_INIT: "GUILD_DISCOVERY_SEARCH_INIT"
    +
  • +
  • +
    GUILD_DISCOVERY_SEARCH_UPDATE_COUNTS: "GUILD_DISCOVERY_SEARCH_UPDATE_COUNTS"
    +
  • +
  • +
    GUILD_DISCOVERY_SELECT_CATEGORY: "GUILD_DISCOVERY_SELECT_CATEGORY"
    +
  • +
  • +
    GUILD_EMOJIS_UPDATE: "GUILD_EMOJIS_UPDATE"
    +
  • +
  • +
    GUILD_INTEGRATIONS_UPDATE: "GUILD_INTEGRATIONS_UPDATE"
    +
  • +
  • +
    GUILD_JOIN: "GUILD_JOIN"
    +
  • +
  • +
    GUILD_MEMBERS_CHUNK: "GUILD_MEMBERS_CHUNK"
    +
  • +
  • +
    GUILD_MEMBERS_REQUEST: "GUILD_MEMBERS_REQUEST"
    +
  • +
  • +
    GUILD_MEMBER_ADD: "GUILD_MEMBER_ADD"
    +
  • +
  • +
    GUILD_MEMBER_LIST_UPDATE: "GUILD_MEMBER_LIST_UPDATE"
    +
  • +
  • +
    GUILD_MEMBER_REMOVE: "GUILD_MEMBER_REMOVE"
    +
  • +
  • +
    GUILD_MEMBER_UPDATE: "GUILD_MEMBER_UPDATE"
    +
  • +
  • +
    GUILD_MOVE: "GUILD_MOVE"
    +
  • +
  • +
    GUILD_NSFW_AGREE: "GUILD_NSFW_AGREE"
    +
  • +
  • +
    GUILD_POPOUT_FETCH_FAILURE: "GUILD_POPOUT_FETCH_FAILURE"
    +
  • +
  • +
    GUILD_POPOUT_FETCH_START: "GUILD_POPOUT_FETCH_START"
    +
  • +
  • +
    GUILD_POPOUT_FETCH_SUCCESS: "GUILD_POPOUT_FETCH_SUCCESS"
    +
  • +
  • +
    GUILD_PREMIUM_SUBSCRIBE_FAIL: "GUILD_PREMIUM_SUBSCRIBE_FAIL"
    +
  • +
  • +
    GUILD_PREMIUM_SUBSCRIBE_MODAL_CLOSE_IOS: "GUILD_PREMIUM_SUBSCRIBE_MODAL_CLOSE_IOS"
    +
  • +
  • +
    GUILD_PREMIUM_SUBSCRIBE_MODAL_OPEN_IOS: "GUILD_PREMIUM_SUBSCRIBE_MODAL_OPEN_IOS"
    +
  • +
  • +
    GUILD_PREMIUM_SUBSCRIBE_START: "GUILD_PREMIUM_SUBSCRIBE_START"
    +
  • +
  • +
    GUILD_PREMIUM_SUBSCRIBE_SUCCESS: "GUILD_PREMIUM_SUBSCRIBE_SUCCESS"
    +
  • +
  • +
    GUILD_PREMIUM_SUBSCRIPTIONS_COOLDOWN_FETCH_SUCCESS: "GUILD_PREMIUM_SUBSCRIPTIONS_COOLDOWN_FETCH_SUCCESS"
    +
  • +
  • +
    GUILD_PREMIUM_SUBSCRIPTIONS_FETCH_SUCCESS: "GUILD_PREMIUM_SUBSCRIPTIONS_FETCH_SUCCESS"
    +
  • +
  • +
    GUILD_PREMIUM_UNSUBSCRIBE_FAIL: "GUILD_PREMIUM_UNSUBSCRIBE_FAIL"
    +
  • +
  • +
    GUILD_PREMIUM_UNSUBSCRIBE_START: "GUILD_PREMIUM_UNSUBSCRIBE_START"
    +
  • +
  • +
    GUILD_PREMIUM_UNSUBSCRIBE_SUCCESS: "GUILD_PREMIUM_UNSUBSCRIBE_SUCCESS"
    +
  • +
  • +
    GUILD_PROGRESS_DISMISS: "GUILD_PROGRESS_DISMISS"
    +
  • +
  • +
    GUILD_PROGRESS_INITIALIZE: "GUILD_PROGRESS_INITIALIZE"
    +
  • +
  • +
    GUILD_ROLE_CREATE: "GUILD_ROLE_CREATE"
    +
  • +
  • +
    GUILD_ROLE_DELETE: "GUILD_ROLE_DELETE"
    +
  • +
  • +
    GUILD_ROLE_UPDATE: "GUILD_ROLE_UPDATE"
    +
  • +
  • +
    GUILD_SELECT: "GUILD_SELECT"
    +
  • +
  • +
    GUILD_SETTINGS_CANCEL_CHANGES: "GUILD_SETTINGS_CANCEL_CHANGES"
    +
  • +
  • +
    GUILD_SETTINGS_CLOSE: "GUILD_SETTINGS_CLOSE"
    +
  • +
  • +
    GUILD_SETTINGS_DISCOVERY_CLOSE: "GUILD_SETTINGS_DISCOVERY_CLOSE"
    +
  • +
  • +
    GUILD_SETTINGS_DISCOVERY_INIT: "GUILD_SETTINGS_DISCOVERY_INIT"
    +
  • +
  • +
    GUILD_SETTINGS_DISCOVERY_RESET: "GUILD_SETTINGS_DISCOVERY_RESET"
    +
  • +
  • +
    GUILD_SETTINGS_DISCOVERY_SUBMIT: "GUILD_SETTINGS_DISCOVERY_SUBMIT"
    +
  • +
  • +
    GUILD_SETTINGS_DISCOVERY_SUBMIT_FAILURE: "GUILD_SETTINGS_DISCOVERY_SUBMIT_FAILURE"
    +
  • +
  • +
    GUILD_SETTINGS_DISCOVERY_SUBMIT_SUCCESS: "GUILD_SETTINGS_DISCOVERY_SUBMIT_SUCCESS"
    +
  • +
  • +
    GUILD_SETTINGS_DISCOVERY_UPDATE: "GUILD_SETTINGS_DISCOVERY_UPDATE"
    +
  • +
  • +
    GUILD_SETTINGS_INIT: "GUILD_SETTINGS_INIT"
    +
  • +
  • +
    GUILD_SETTINGS_LOADED_BANS: "GUILD_SETTINGS_LOADED_BANS"
    +
  • +
  • +
    GUILD_SETTINGS_LOADED_INTEGATIONS: "GUILD_SETTINGS_LOADED_INTEGATIONS"
    +
  • +
  • +
    GUILD_SETTINGS_LOADED_INVITES: "GUILD_SETTINGS_LOADED_INVITES"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_CHANNELS_ADD_CHANNEL: "GUILD_SETTINGS_MODAL_CHANNELS_ADD_CHANNEL"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_CHANNELS_ADD_CHANNEL_FAILURE: "GUILD_SETTINGS_MODAL_CHANNELS_ADD_CHANNEL_FAILURE"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_CHANNELS_INIT: "GUILD_SETTINGS_MODAL_CHANNELS_INIT"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_CHANNELS_START_REORDER: "GUILD_SETTINGS_MODAL_CHANNELS_START_REORDER"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_CHANNELS_STOP_REORDER: "GUILD_SETTINGS_MODAL_CHANNELS_STOP_REORDER"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_CHANNELS_TERMINATE: "GUILD_SETTINGS_MODAL_CHANNELS_TERMINATE"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_LOCAL_SORT_CHANGE: "GUILD_SETTINGS_MODAL_LOCAL_SORT_CHANGE"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_MEMBERS_CHANGE_NICKNAME: "GUILD_SETTINGS_MODAL_MEMBERS_CHANGE_NICKNAME"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_MEMBERS_CHANGE_NICKNAME_FAILURE: "GUILD_SETTINGS_MODAL_MEMBERS_CHANGE_NICKNAME_FAILURE"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_MEMBERS_CHANGE_NICKNAME_SUCCESS: "GUILD_SETTINGS_MODAL_MEMBERS_CHANGE_NICKNAME_SUCCESS"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_MEMBERS_ROLES_SAVE: "GUILD_SETTINGS_MODAL_MEMBERS_ROLES_SAVE"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_MEMBERS_ROLES_SAVE_COMPLETE: "GUILD_SETTINGS_MODAL_MEMBERS_ROLES_SAVE_COMPLETE"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_MEMBERS_START_EDITING: "GUILD_SETTINGS_MODAL_MEMBERS_START_EDITING"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_MEMBERS_STOP_EDITING: "GUILD_SETTINGS_MODAL_MEMBERS_STOP_EDITING"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_MEMBERS_TOGGLE_ROLE: "GUILD_SETTINGS_MODAL_MEMBERS_TOGGLE_ROLE"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_ROLES_EDIT_ORDER: "GUILD_SETTINGS_MODAL_ROLES_EDIT_ORDER"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_CANCEL: "GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_CANCEL"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_START_EDITING: "GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_START_EDITING"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_STOP_EDITING: "GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_STOP_EDITING"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_SUBMITTING: "GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_SUBMITTING"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_SUBMITTING_FAILURE: "GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_SUBMITTING_FAILURE"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_SUBMITTING_SUCCESS: "GUILD_SETTINGS_MODAL_ROLES_PERMISSIONS_SUBMITTING_SUCCESS"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_ROLES_PERMISSION_ALLOW: "GUILD_SETTINGS_MODAL_ROLES_PERMISSION_ALLOW"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_ROLES_PERMISSION_DENY: "GUILD_SETTINGS_MODAL_ROLES_PERMISSION_DENY"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_ROLES_START_REORDER: "GUILD_SETTINGS_MODAL_ROLES_START_REORDER"
    +
  • +
  • +
    GUILD_SETTINGS_MODAL_ROLES_STOP_REORDER: "GUILD_SETTINGS_MODAL_ROLES_STOP_REORDER"
    +
  • +
  • +
    GUILD_SETTINGS_OPEN: "GUILD_SETTINGS_OPEN"
    +
  • +
  • +
    GUILD_SETTINGS_ROLES_CLEAR_PERMISSIONS: "GUILD_SETTINGS_ROLES_CLEAR_PERMISSIONS"
    +
  • +
  • +
    GUILD_SETTINGS_ROLES_INIT: "GUILD_SETTINGS_ROLES_INIT"
    +
  • +
  • +
    GUILD_SETTINGS_ROLES_SAVE_SUCCESS: "GUILD_SETTINGS_ROLES_SAVE_SUCCESS"
    +
  • +
  • +
    GUILD_SETTINGS_ROLES_SORT_UPDATE: "GUILD_SETTINGS_ROLES_SORT_UPDATE"
    +
  • +
  • +
    GUILD_SETTINGS_ROLES_SUBMITTING: "GUILD_SETTINGS_ROLES_SUBMITTING"
    +
  • +
  • +
    GUILD_SETTINGS_ROLES_UPDATE_COLOR: "GUILD_SETTINGS_ROLES_UPDATE_COLOR"
    +
  • +
  • +
    GUILD_SETTINGS_ROLES_UPDATE_NAME: "GUILD_SETTINGS_ROLES_UPDATE_NAME"
    +
  • +
  • +
    GUILD_SETTINGS_ROLES_UPDATE_PERMISSIONS: "GUILD_SETTINGS_ROLES_UPDATE_PERMISSIONS"
    +
  • +
  • +
    GUILD_SETTINGS_ROLES_UPDATE_SETTINGS: "GUILD_SETTINGS_ROLES_UPDATE_SETTINGS"
    +
  • +
  • +
    GUILD_SETTINGS_ROLE_SELECT: "GUILD_SETTINGS_ROLE_SELECT"
    +
  • +
  • +
    GUILD_SETTINGS_SET_AUDIT_LOG: "GUILD_SETTINGS_SET_AUDIT_LOG"
    +
  • +
  • +
    GUILD_SETTINGS_SET_EMBED: "GUILD_SETTINGS_SET_EMBED"
    +
  • +
  • +
    GUILD_SETTINGS_SET_MFA_SUCCESS: "GUILD_SETTINGS_SET_MFA_SUCCESS"
    +
  • +
  • +
    GUILD_SETTINGS_SET_SEARCH_QUERY: "GUILD_SETTINGS_SET_SEARCH_QUERY"
    +
  • +
  • +
    GUILD_SETTINGS_SET_SECTION: "GUILD_SETTINGS_SET_SECTION"
    +
  • +
  • +
    GUILD_SETTINGS_SET_VANITY_URL: "GUILD_SETTINGS_SET_VANITY_URL"
    +
  • +
  • +
    GUILD_SETTINGS_SUBMIT: "GUILD_SETTINGS_SUBMIT"
    +
  • +
  • +
    GUILD_SETTINGS_SUBMIT_FAILURE: "GUILD_SETTINGS_SUBMIT_FAILURE"
    +
  • +
  • +
    GUILD_SETTINGS_SUBMIT_SUCCESS: "GUILD_SETTINGS_SUBMIT_SUCCESS"
    +
  • +
  • +
    GUILD_SETTINGS_UPDATE: "GUILD_SETTINGS_UPDATE"
    +
  • +
  • +
    GUILD_SETTINGS_VANITY_URL_CLOSE: "GUILD_SETTINGS_VANITY_URL_CLOSE"
    +
  • +
  • +
    GUILD_SETTINGS_VANITY_URL_ERROR: "GUILD_SETTINGS_VANITY_URL_ERROR"
    +
  • +
  • +
    GUILD_SETTINGS_VANITY_URL_RESET: "GUILD_SETTINGS_VANITY_URL_RESET"
    +
  • +
  • +
    GUILD_SETTINGS_VANITY_URL_SET: "GUILD_SETTINGS_VANITY_URL_SET"
    +
  • +
  • +
    GUILD_STOP_LURKING: "GUILD_STOP_LURKING"
    +
  • +
  • +
    GUILD_STOP_LURKING_FAILURE: "GUILD_STOP_LURKING_FAILURE"
    +
  • +
  • +
    GUILD_STREAM_START: "GUILD_STREAM_START"
    +
  • +
  • +
    GUILD_SUBSCRIPTIONS_CHANNEL: "GUILD_SUBSCRIPTIONS_CHANNEL"
    +
  • +
  • +
    GUILD_SUBSCRIPTIONS_FLUSH: "GUILD_SUBSCRIPTIONS_FLUSH"
    +
  • +
  • +
    GUILD_SUBSCRIPTIONS_MEMBERS_ADD: "GUILD_SUBSCRIPTIONS_MEMBERS_ADD"
    +
  • +
  • +
    GUILD_SUBSCRIPTIONS_MEMBERS_REMOVE: "GUILD_SUBSCRIPTIONS_MEMBERS_REMOVE"
    +
  • +
  • +
    GUILD_TEMPLATE_ACCEPT: "GUILD_TEMPLATE_ACCEPT"
    +
  • +
  • +
    GUILD_TEMPLATE_ACCEPT_FAILURE: "GUILD_TEMPLATE_ACCEPT_FAILURE"
    +
  • +
  • +
    GUILD_TEMPLATE_ACCEPT_SUCCESS: "GUILD_TEMPLATE_ACCEPT_SUCCESS"
    +
  • +
  • +
    GUILD_TEMPLATE_CREATE_SUCCESS: "GUILD_TEMPLATE_CREATE_SUCCESS"
    +
  • +
  • +
    GUILD_TEMPLATE_DELETE_SUCCESS: "GUILD_TEMPLATE_DELETE_SUCCESS"
    +
  • +
  • +
    GUILD_TEMPLATE_DIRTY_TOOLTIP_HIDE: "GUILD_TEMPLATE_DIRTY_TOOLTIP_HIDE"
    +
  • +
  • +
    GUILD_TEMPLATE_DIRTY_TOOLTIP_REFRESH: "GUILD_TEMPLATE_DIRTY_TOOLTIP_REFRESH"
    +
  • +
  • +
    GUILD_TEMPLATE_LOAD_FOR_GUILD_SUCCESS: "GUILD_TEMPLATE_LOAD_FOR_GUILD_SUCCESS"
    +
  • +
  • +
    GUILD_TEMPLATE_MODAL_HIDE: "GUILD_TEMPLATE_MODAL_HIDE"
    +
  • +
  • +
    GUILD_TEMPLATE_MODAL_SHOW: "GUILD_TEMPLATE_MODAL_SHOW"
    +
  • +
  • +
    GUILD_TEMPLATE_PROMOTION_SETTINGS_DOT_HIDE: "GUILD_TEMPLATE_PROMOTION_SETTINGS_DOT_HIDE"
    +
  • +
  • +
    GUILD_TEMPLATE_PROMOTION_TOOLTIP_HIDE: "GUILD_TEMPLATE_PROMOTION_TOOLTIP_HIDE"
    +
  • +
  • +
    GUILD_TEMPLATE_RESOLVE: "GUILD_TEMPLATE_RESOLVE"
    +
  • +
  • +
    GUILD_TEMPLATE_RESOLVE_FAILURE: "GUILD_TEMPLATE_RESOLVE_FAILURE"
    +
  • +
  • +
    GUILD_TEMPLATE_RESOLVE_SUCCESS: "GUILD_TEMPLATE_RESOLVE_SUCCESS"
    +
  • +
  • +
    GUILD_TEMPLATE_SYNC_SUCCESS: "GUILD_TEMPLATE_SYNC_SUCCESS"
    +
  • +
  • +
    GUILD_TOGGLE_COLLAPSE_MUTED: "GUILD_TOGGLE_COLLAPSE_MUTED"
    +
  • +
  • +
    GUILD_UNAVAILABLE: "GUILD_UNAVAILABLE"
    +
  • +
  • +
    GUILD_UPDATE: "GUILD_UPDATE"
    +
  • +
  • +
    GUILD_UPDATE_DISCOVERY_METADATA: "GUILD_UPDATE_DISCOVERY_METADATA"
    +
  • +
  • +
    GUILD_UPDATE_DISCOVERY_METADATA_FAIL: "GUILD_UPDATE_DISCOVERY_METADATA_FAIL"
    +
  • +
  • +
    GUILD_UPDATE_DISCOVERY_METADATA_FROM_SERVER: "GUILD_UPDATE_DISCOVERY_METADATA_FROM_SERVER"
    +
  • +
  • +
    GUILD_USER_PREMIUM_SUBSCRIPTIONS_FETCH_SUCCESS: "GUILD_USER_PREMIUM_SUBSCRIPTIONS_FETCH_SUCCESS"
    +
  • +
  • +
    GUILD_VERIFICATION_CHECK: "GUILD_VERIFICATION_CHECK"
    +
  • +
  • +
    HIDE_ACTION_SHEET: "HIDE_ACTION_SHEET"
    +
  • +
  • +
    HIDE_ACTION_SHEET_QUICK_SWITCHER: "HIDE_ACTION_SHEET_QUICK_SWITCHER"
    +
  • +
  • +
    HIDE_GUILD_TOOLTIP: "HIDE_GUILD_TOOLTIP"
    +
  • +
  • +
    HIDE_KEYBOARD_SHORTCUTS: "HIDE_KEYBOARD_SHORTCUTS"
    +
  • +
  • +
    HOMEPAGE_NUF_DISMISS: "HOMEPAGE_NUF_DISMISS"
    +
  • +
  • +
    HOMEPAGE_NUF_NEXT: "HOMEPAGE_NUF_NEXT"
    +
  • +
  • +
    HOTSPOT_HIDE: "HOTSPOT_HIDE"
    +
  • +
  • +
    HYPESQUAD_ONLINE_MEMBERSHIP_JOIN_SUCCESS: "HYPESQUAD_ONLINE_MEMBERSHIP_JOIN_SUCCESS"
    +
  • +
  • +
    HYPESQUAD_ONLINE_MEMBERSHIP_LEAVE_SUCCESS: "HYPESQUAD_ONLINE_MEMBERSHIP_LEAVE_SUCCESS"
    +
  • +
  • +
    I18N_LOAD_ERROR: "I18N_LOAD_ERROR"
    +
  • +
  • +
    I18N_LOAD_START: "I18N_LOAD_START"
    +
  • +
  • +
    I18N_LOAD_SUCCESS: "I18N_LOAD_SUCCESS"
    +
  • +
  • +
    IDLE: "IDLE"
    +
  • +
  • +
    INCOMING_CALL_MOVE: "INCOMING_CALL_MOVE"
    +
  • +
  • +
    INSTALLATION_LOCATION_ADD: "INSTALLATION_LOCATION_ADD"
    +
  • +
  • +
    INSTALLATION_LOCATION_FETCH_METADATA: "INSTALLATION_LOCATION_FETCH_METADATA"
    +
  • +
  • +
    INSTALLATION_LOCATION_REMOVE: "INSTALLATION_LOCATION_REMOVE"
    +
  • +
  • +
    INSTALLATION_LOCATION_UPDATE: "INSTALLATION_LOCATION_UPDATE"
    +
  • +
  • +
    INSTANT_INVITE_CREATE: "INSTANT_INVITE_CREATE"
    +
  • +
  • +
    INSTANT_INVITE_CREATE_FAILURE: "INSTANT_INVITE_CREATE_FAILURE"
    +
  • +
  • +
    INSTANT_INVITE_CREATE_SUCCESS: "INSTANT_INVITE_CREATE_SUCCESS"
    +
  • +
  • +
    INSTANT_INVITE_REVOKE_SUCCESS: "INSTANT_INVITE_REVOKE_SUCCESS"
    +
  • +
  • +
    INTEGRATION_QUERY: "INTEGRATION_QUERY"
    +
  • +
  • +
    INTEGRATION_QUERY_FAILURE: "INTEGRATION_QUERY_FAILURE"
    +
  • +
  • +
    INTEGRATION_QUERY_SUCCESS: "INTEGRATION_QUERY_SUCCESS"
    +
  • +
  • +
    INVITE_ACCEPT: "INVITE_ACCEPT"
    +
  • +
  • +
    INVITE_ACCEPT_FAILURE: "INVITE_ACCEPT_FAILURE"
    +
  • +
  • +
    INVITE_ACCEPT_SUCCESS: "INVITE_ACCEPT_SUCCESS"
    +
  • +
  • +
    INVITE_APP_NOT_OPENED: "INVITE_APP_NOT_OPENED"
    +
  • +
  • +
    INVITE_APP_OPENED: "INVITE_APP_OPENED"
    +
  • +
  • +
    INVITE_APP_OPENING: "INVITE_APP_OPENING"
    +
  • +
  • +
    INVITE_MODAL_CLOSE: "INVITE_MODAL_CLOSE"
    +
  • +
  • +
    INVITE_MODAL_ERROR: "INVITE_MODAL_ERROR"
    +
  • +
  • +
    INVITE_MODAL_OPEN: "INVITE_MODAL_OPEN"
    +
  • +
  • +
    INVITE_RESOLVE: "INVITE_RESOLVE"
    +
  • +
  • +
    INVITE_RESOLVE_FAILURE: "INVITE_RESOLVE_FAILURE"
    +
  • +
  • +
    INVITE_RESOLVE_SUCCESS: "INVITE_RESOLVE_SUCCESS"
    +
  • +
  • +
    INVITE_SUGGESTIONS_SEARCH: "INVITE_SUGGESTIONS_SEARCH"
    +
  • +
  • +
    KEYBINDS_ADD_KEYBIND: "KEYBINDS_ADD_KEYBIND"
    +
  • +
  • +
    KEYBINDS_DELETE_KEYBIND: "KEYBINDS_DELETE_KEYBIND"
    +
  • +
  • +
    KEYBINDS_ENABLE_ALL_KEYBINDS: "KEYBINDS_ENABLE_ALL_KEYBINDS"
    +
  • +
  • +
    KEYBINDS_SET_KEYBIND: "KEYBINDS_SET_KEYBIND"
    +
  • +
  • +
    KEYBOARD_CHANGE: "KEYBOARD_CHANGE"
    +
  • +
  • +
    KEYBOARD_TOGGLE: "KEYBOARD_TOGGLE"
    +
  • +
  • +
    LAYER_POP: "LAYER_POP"
    +
  • +
  • +
    LAYER_POP_ALL: "LAYER_POP_ALL"
    +
  • +
  • +
    LAYER_PUSH: "LAYER_PUSH"
    +
  • +
  • +
    LAYOUT_CREATE: "LAYOUT_CREATE"
    +
  • +
  • +
    LAYOUT_CREATE_WIDGETS: "LAYOUT_CREATE_WIDGETS"
    +
  • +
  • +
    LAYOUT_DELETE_ALL_WIDGETS: "LAYOUT_DELETE_ALL_WIDGETS"
    +
  • +
  • +
    LAYOUT_DELETE_WIDGET: "LAYOUT_DELETE_WIDGET"
    +
  • +
  • +
    LAYOUT_SET_PINNED: "LAYOUT_SET_PINNED"
    +
  • +
  • +
    LAYOUT_SET_TOP_WIDGET: "LAYOUT_SET_TOP_WIDGET"
    +
  • +
  • +
    LAYOUT_UPDATE_WIDGET: "LAYOUT_UPDATE_WIDGET"
    +
  • +
  • +
    LIBRARY_APPLICATIONS_TEST_MODE_ENABLED: "LIBRARY_APPLICATIONS_TEST_MODE_ENABLED"
    +
  • +
  • +
    LIBRARY_APPLICATION_ACTIVE_BRANCH_UPDATE: "LIBRARY_APPLICATION_ACTIVE_BRANCH_UPDATE"
    +
  • +
  • +
    LIBRARY_APPLICATION_ACTIVE_LAUNCH_OPTION_UPDATE: "LIBRARY_APPLICATION_ACTIVE_LAUNCH_OPTION_UPDATE"
    +
  • +
  • +
    LIBRARY_APPLICATION_DELETE: "LIBRARY_APPLICATION_DELETE"
    +
  • +
  • +
    LIBRARY_APPLICATION_FILTER_UPDATE: "LIBRARY_APPLICATION_FILTER_UPDATE"
    +
  • +
  • +
    LIBRARY_APPLICATION_FLAGS_UPDATE_START: "LIBRARY_APPLICATION_FLAGS_UPDATE_START"
    +
  • +
  • +
    LIBRARY_APPLICATION_FLAGS_UPDATE_SUCCESS: "LIBRARY_APPLICATION_FLAGS_UPDATE_SUCCESS"
    +
  • +
  • +
    LIBRARY_APPLICATION_UPDATE: "LIBRARY_APPLICATION_UPDATE"
    +
  • +
  • +
    LIBRARY_FETCH_FAIL: "LIBRARY_FETCH_FAIL"
    +
  • +
  • +
    LIBRARY_FETCH_SUCCESS: "LIBRARY_FETCH_SUCCESS"
    +
  • +
  • +
    LIBRARY_TABLE_ACTIVE_ROW_ID_UPDATE: "LIBRARY_TABLE_ACTIVE_ROW_ID_UPDATE"
    +
  • +
  • +
    LIBRARY_TABLE_SORT_UPDATE: "LIBRARY_TABLE_SORT_UPDATE"
    +
  • +
  • +
    LOAD_GUILD_AFFINITIES_FAILURE: "LOAD_GUILD_AFFINITIES_FAILURE"
    +
  • +
  • +
    LOAD_GUILD_AFFINITIES_SUCCESS: "LOAD_GUILD_AFFINITIES_SUCCESS"
    +
  • +
  • +
    LOAD_INVITE_SUGGESTIONS: "LOAD_INVITE_SUGGESTIONS"
    +
  • +
  • +
    LOAD_MESSAGES: "LOAD_MESSAGES"
    +
  • +
  • +
    LOAD_MESSAGES_AROUND_SUCCESS: "LOAD_MESSAGES_AROUND_SUCCESS"
    +
  • +
  • +
    LOAD_MESSAGES_FAILURE: "LOAD_MESSAGES_FAILURE"
    +
  • +
  • +
    LOAD_MESSAGES_SUCCESS: "LOAD_MESSAGES_SUCCESS"
    +
  • +
  • +
    LOAD_MESSAGES_SUCCESS_CACHED: "LOAD_MESSAGES_SUCCESS_CACHED"
    +
  • +
  • +
    LOAD_MUTUAL_FRIENDS: "LOAD_MUTUAL_FRIENDS"
    +
  • +
  • +
    LOAD_PINNED_MESSAGES: "LOAD_PINNED_MESSAGES"
    +
  • +
  • +
    LOAD_PINNED_MESSAGES_FAILURE: "LOAD_PINNED_MESSAGES_FAILURE"
    +
  • +
  • +
    LOAD_PINNED_MESSAGES_SUCCESS: "LOAD_PINNED_MESSAGES_SUCCESS"
    +
  • +
  • +
    LOAD_RECENT_MENTIONS: "LOAD_RECENT_MENTIONS"
    +
  • +
  • +
    LOAD_RECENT_MENTIONS_FAILURE: "LOAD_RECENT_MENTIONS_FAILURE"
    +
  • +
  • +
    LOAD_RECENT_MENTIONS_SUCCESS: "LOAD_RECENT_MENTIONS_SUCCESS"
    +
  • +
  • +
    LOAD_REGIONS: "LOAD_REGIONS"
    +
  • +
  • +
    LOAD_RELATIONSHIPS_FAILURE: "LOAD_RELATIONSHIPS_FAILURE"
    +
  • +
  • +
    LOAD_RELATIONSHIPS_SUCCESS: "LOAD_RELATIONSHIPS_SUCCESS"
    +
  • +
  • +
    LOAD_USER_AFFINITIES: "LOAD_USER_AFFINITIES"
    +
  • +
  • +
    LOAD_USER_AFFINITIES_FAILURE: "LOAD_USER_AFFINITIES_FAILURE"
    +
  • +
  • +
    LOAD_USER_AFFINITIES_SUCCESS: "LOAD_USER_AFFINITIES_SUCCESS"
    +
  • +
  • +
    LOBBY_CONNECT: "LOBBY_CONNECT"
    +
  • +
  • +
    LOBBY_CREATE: "LOBBY_CREATE"
    +
  • +
  • +
    LOBBY_DELETE: "LOBBY_DELETE"
    +
  • +
  • +
    LOBBY_DISCONNECT: "LOBBY_DISCONNECT"
    +
  • +
  • +
    LOBBY_MEMBER_CONNECT: "LOBBY_MEMBER_CONNECT"
    +
  • +
  • +
    LOBBY_MEMBER_DISCONNECT: "LOBBY_MEMBER_DISCONNECT"
    +
  • +
  • +
    LOBBY_MEMBER_UPDATE: "LOBBY_MEMBER_UPDATE"
    +
  • +
  • +
    LOBBY_MESSAGE: "LOBBY_MESSAGE"
    +
  • +
  • +
    LOBBY_UPDATE: "LOBBY_UPDATE"
    +
  • +
  • +
    LOBBY_VOICE_CONNECT: "LOBBY_VOICE_CONNECT"
    +
  • +
  • +
    LOBBY_VOICE_DISCONNECT: "LOBBY_VOICE_DISCONNECT"
    +
  • +
  • +
    LOBBY_VOICE_SERVER_UPDATE: "LOBBY_VOICE_SERVER_UPDATE"
    +
  • +
  • +
    LOBBY_VOICE_STATE_UPDATE: "LOBBY_VOICE_STATE_UPDATE"
    +
  • +
  • +
    LOCAL_ACTIVITY_UPDATE: "LOCAL_ACTIVITY_UPDATE"
    +
  • +
  • +
    LOGIN: "LOGIN"
    +
  • +
  • +
    LOGIN_ACCOUNT_DISABLED: "LOGIN_ACCOUNT_DISABLED"
    +
  • +
  • +
    LOGIN_ACCOUNT_SCHEDULED_FOR_DELETION: "LOGIN_ACCOUNT_SCHEDULED_FOR_DELETION"
    +
  • +
  • +
    LOGIN_FAILURE: "LOGIN_FAILURE"
    +
  • +
  • +
    LOGIN_MFA: "LOGIN_MFA"
    +
  • +
  • +
    LOGIN_MFA_FAILURE: "LOGIN_MFA_FAILURE"
    +
  • +
  • +
    LOGIN_MFA_SMS: "LOGIN_MFA_SMS"
    +
  • +
  • +
    LOGIN_MFA_SMS_FAILURE: "LOGIN_MFA_SMS_FAILURE"
    +
  • +
  • +
    LOGIN_MFA_SMS_REQUEST_SUCCESS: "LOGIN_MFA_SMS_REQUEST_SUCCESS"
    +
  • +
  • +
    LOGIN_MFA_STEP: "LOGIN_MFA_STEP"
    +
  • +
  • +
    LOGIN_MODAL_CLOSE: "LOGIN_MODAL_CLOSE"
    +
  • +
  • +
    LOGIN_MODAL_OPEN: "LOGIN_MODAL_OPEN"
    +
  • +
  • +
    LOGIN_RESET: "LOGIN_RESET"
    +
  • +
  • +
    LOGIN_SUCCESS: "LOGIN_SUCCESS"
    +
  • +
  • +
    LOGOUT: "LOGOUT"
    +
  • +
  • +
    MASKED_LINK_ADD_TRUSTED_DOMAIN: "MASKED_LINK_ADD_TRUSTED_DOMAIN"
    +
  • +
  • +
    MASKED_LINK_ADD_TRUSTED_PROTOCOL: "MASKED_LINK_ADD_TRUSTED_PROTOCOL"
    +
  • +
  • +
    MEDIA_ENGINE_DEVICES: "MEDIA_ENGINE_DEVICES"
    +
  • +
  • +
    MEDIA_ENGINE_INTERACTION_REQUIRED: "MEDIA_ENGINE_INTERACTION_REQUIRED"
    +
  • +
  • +
    MEDIA_ENGINE_PERMISSION: "MEDIA_ENGINE_PERMISSION"
    +
  • +
  • +
    MEDIA_ENGINE_SET_AUDIO_ENABLED: "MEDIA_ENGINE_SET_AUDIO_ENABLED"
    +
  • +
  • +
    MEDIA_ENGINE_SET_DESKTOP_SOURCE: "MEDIA_ENGINE_SET_DESKTOP_SOURCE"
    +
  • +
  • +
    MEDIA_ENGINE_SET_EXPERIMENTAL_ENCODERS: "MEDIA_ENGINE_SET_EXPERIMENTAL_ENCODERS"
    +
  • +
  • +
    MEDIA_ENGINE_SET_EXPERIMENTAL_SOUNDSHARE: "MEDIA_ENGINE_SET_EXPERIMENTAL_SOUNDSHARE"
    +
  • +
  • +
    MEDIA_ENGINE_SET_HARDWARE_H264: "MEDIA_ENGINE_SET_HARDWARE_H264"
    +
  • +
  • +
    MEDIA_ENGINE_SET_OPEN_H264: "MEDIA_ENGINE_SET_OPEN_H264"
    +
  • +
  • +
    MEDIA_ENGINE_SET_SOUNDSHARE_VOLUME: "MEDIA_ENGINE_SET_SOUNDSHARE_VOLUME"
    +
  • +
  • +
    MEDIA_ENGINE_SET_VIDEO_DEVICE: "MEDIA_ENGINE_SET_VIDEO_DEVICE"
    +
  • +
  • +
    MEDIA_ENGINE_SET_VIDEO_ENABLED: "MEDIA_ENGINE_SET_VIDEO_ENABLED"
    +
  • +
  • +
    MEDIA_ENGINE_SET_VIDEO_HOOK: "MEDIA_ENGINE_SET_VIDEO_HOOK"
    +
  • +
  • +
    MEDIA_ENGINE_SOUNDSHARE_FAILED: "MEDIA_ENGINE_SOUNDSHARE_FAILED"
    +
  • +
  • +
    MEDIA_ENGINE_SOUNDSHARE_TRACE: "MEDIA_ENGINE_SOUNDSHARE_TRACE"
    +
  • +
  • +
    MEDIA_ENGINE_SOUNDSHARE_TRANSMITTING: "MEDIA_ENGINE_SOUNDSHARE_TRANSMITTING"
    +
  • +
  • +
    MEDIA_ENGINE_START_AEC_DUMP: "MEDIA_ENGINE_START_AEC_DUMP"
    +
  • +
  • +
    MEDIA_ENGINE_STOP_AEC_DUMP: "MEDIA_ENGINE_STOP_AEC_DUMP"
    +
  • +
  • +
    MEDIA_ENGINE_VIDEO_QUALITY_CHANGED: "MEDIA_ENGINE_VIDEO_QUALITY_CHANGED"
    +
  • +
  • +
    MEDIA_ENGINE_VIDEO_STATE_CHANGED: "MEDIA_ENGINE_VIDEO_STATE_CHANGED"
    +
  • +
  • +
    MENTION_MODAL_CLOSE: "MENTION_MODAL_CLOSE"
    +
  • +
  • +
    MENTION_MODAL_OPEN: "MENTION_MODAL_OPEN"
    +
  • +
  • +
    MESSAGE_ACK: "MESSAGE_ACK"
    +
  • +
  • +
    MESSAGE_CREATE: "MESSAGE_CREATE"
    +
  • +
  • +
    MESSAGE_DELETE: "MESSAGE_DELETE"
    +
  • +
  • +
    MESSAGE_DELETE_BULK: "MESSAGE_DELETE_BULK"
    +
  • +
  • +
    MESSAGE_END_EDIT: "MESSAGE_END_EDIT"
    +
  • +
  • +
    MESSAGE_REACTION_ADD: "MESSAGE_REACTION_ADD"
    +
  • +
  • +
    MESSAGE_REACTION_ADD_USERS: "MESSAGE_REACTION_ADD_USERS"
    +
  • +
  • +
    MESSAGE_REACTION_REMOVE: "MESSAGE_REACTION_REMOVE"
    +
  • +
  • +
    MESSAGE_REACTION_REMOVE_ALL: "MESSAGE_REACTION_REMOVE_ALL"
    +
  • +
  • +
    MESSAGE_REACTION_REMOVE_EMOJI: "MESSAGE_REACTION_REMOVE_EMOJI"
    +
  • +
  • +
    MESSAGE_REVEAL: "MESSAGE_REVEAL"
    +
  • +
  • +
    MESSAGE_SEND_FAILED: "MESSAGE_SEND_FAILED"
    +
  • +
  • +
    MESSAGE_START_EDIT: "MESSAGE_START_EDIT"
    +
  • +
  • +
    MESSAGE_UPDATE: "MESSAGE_UPDATE"
    +
  • +
  • +
    MESSAGE_UPDATE_EDIT: "MESSAGE_UPDATE_EDIT"
    +
  • +
  • +
    MFA_CLEAR_BACKUP_CODES: "MFA_CLEAR_BACKUP_CODES"
    +
  • +
  • +
    MFA_DISABLE_SUCCESS: "MFA_DISABLE_SUCCESS"
    +
  • +
  • +
    MFA_ENABLE_SUCCESS: "MFA_ENABLE_SUCCESS"
    +
  • +
  • +
    MFA_SMS_TOGGLE: "MFA_SMS_TOGGLE"
    +
  • +
  • +
    MFA_SMS_TOGGLE_COMPLETE: "MFA_SMS_TOGGLE_COMPLETE"
    +
  • +
  • +
    MFA_VIEW_BACKUP_CODES: "MFA_VIEW_BACKUP_CODES"
    +
  • +
  • +
    MOBILE_SURVEY_ACK: "MOBILE_SURVEY_ACK"
    +
  • +
  • +
    MOBILE_SURVEY_DISMISS: "MOBILE_SURVEY_DISMISS"
    +
  • +
  • +
    MODAL_POP: "MODAL_POP"
    +
  • +
  • +
    MODAL_POP_ALL: "MODAL_POP_ALL"
    +
  • +
  • +
    MODAL_PUSH: "MODAL_PUSH"
    +
  • +
  • +
    MODAL_UPDATE: "MODAL_UPDATE"
    +
  • +
  • +
    MODULE_INSTALLED: "MODULE_INSTALLED"
    +
  • +
  • +
    NATIVE_APP_MODAL_OPENED: "NATIVE_APP_MODAL_OPENED"
    +
  • +
  • +
    NATIVE_APP_MODAL_OPENING: "NATIVE_APP_MODAL_OPENING"
    +
  • +
  • +
    NATIVE_APP_MODAL_OPEN_FAILED: "NATIVE_APP_MODAL_OPEN_FAILED"
    +
  • +
  • +
    NEWS_EDITOR_MODAL_CLOSE: "NEWS_EDITOR_MODAL_CLOSE"
    +
  • +
  • +
    NEWS_EDITOR_MODAL_OPEN: "NEWS_EDITOR_MODAL_OPEN"
    +
  • +
  • +
    NEW_PAYMENT_SOURCE_ADDRESS_INFO_UPDATE: "NEW_PAYMENT_SOURCE_ADDRESS_INFO_UPDATE"
    +
  • +
  • +
    NEW_PAYMENT_SOURCE_CARD_INFO_UPDATE: "NEW_PAYMENT_SOURCE_CARD_INFO_UPDATE"
    +
  • +
  • +
    NEW_PAYMENT_SOURCE_CLEAR_ERROR: "NEW_PAYMENT_SOURCE_CLEAR_ERROR"
    +
  • +
  • +
    NEW_PAYMENT_SOURCE_STRIPE_PAYMENT_REQUEST_UPDATE: "NEW_PAYMENT_SOURCE_STRIPE_PAYMENT_REQUEST_UPDATE"
    +
  • +
  • +
    NEW_USER_FLOW_ACCOUNT_FAILURE: "NEW_USER_FLOW_ACCOUNT_FAILURE"
    +
  • +
  • +
    NEW_USER_FLOW_ACCOUNT_SUBMITTED: "NEW_USER_FLOW_ACCOUNT_SUBMITTED"
    +
  • +
  • +
    NEW_USER_FLOW_ACCOUNT_SUCCESS: "NEW_USER_FLOW_ACCOUNT_SUCCESS"
    +
  • +
  • +
    NEW_USER_FLOW_GUILD_CREATED: "NEW_USER_FLOW_GUILD_CREATED"
    +
  • +
  • +
    NEW_USER_FLOW_GUILD_FAILURE: "NEW_USER_FLOW_GUILD_FAILURE"
    +
  • +
  • +
    NEW_USER_FLOW_GUILD_SUBMITTED: "NEW_USER_FLOW_GUILD_SUBMITTED"
    +
  • +
  • +
    NEW_USER_FLOW_GUILD_UPDATE: "NEW_USER_FLOW_GUILD_UPDATE"
    +
  • +
  • +
    NEW_USER_FLOW_SET_STEP: "NEW_USER_FLOW_SET_STEP"
    +
  • +
  • +
    NOTICE_DISABLE: "NOTICE_DISABLE"
    +
  • +
  • +
    NOTICE_DISMISS: "NOTICE_DISMISS"
    +
  • +
  • +
    NOTICE_SHOW: "NOTICE_SHOW"
    +
  • +
  • +
    NOTIFICATIONS_SET_DESKTOP_TYPE: "NOTIFICATIONS_SET_DESKTOP_TYPE"
    +
  • +
  • +
    NOTIFICATIONS_SET_DISABLED_SOUNDS: "NOTIFICATIONS_SET_DISABLED_SOUNDS"
    +
  • +
  • +
    NOTIFICATIONS_SET_DISABLE_UNREAD_BADGE: "NOTIFICATIONS_SET_DISABLE_UNREAD_BADGE"
    +
  • +
  • +
    NOTIFICATIONS_SET_PERMISSION_STATE: "NOTIFICATIONS_SET_PERMISSION_STATE"
    +
  • +
  • +
    NOTIFICATIONS_SET_TASKBAR_FLASH: "NOTIFICATIONS_SET_TASKBAR_FLASH"
    +
  • +
  • +
    NOTIFICATIONS_SET_TTS_TYPE: "NOTIFICATIONS_SET_TTS_TYPE"
    +
  • +
  • +
    NOTIFICATION_CLICK: "NOTIFICATION_CLICK"
    +
  • +
  • +
    NOTIFICATION_CREATE: "NOTIFICATION_CREATE"
    +
  • +
  • +
    NOTIFICATION_SETTINGS_MODAL_CLOSE: "NOTIFICATION_SETTINGS_MODAL_CLOSE"
    +
  • +
  • +
    NOTIFICATION_SETTINGS_MODAL_OPEN: "NOTIFICATION_SETTINGS_MODAL_OPEN"
    +
  • +
  • +
    NOW_PLAYING_MOUNTED: "NOW_PLAYING_MOUNTED"
    +
  • +
  • +
    NOW_PLAYING_UNMOUNTED: "NOW_PLAYING_UNMOUNTED"
    +
  • +
  • +
    OAUTH2_TOKEN_REVOKE: "OAUTH2_TOKEN_REVOKE"
    +
  • +
  • +
    OVERLAY_ACTIVATE_REGION: "OVERLAY_ACTIVATE_REGION"
    +
  • +
  • +
    OVERLAY_CALL_PRIVATE_CHANNEL: "OVERLAY_CALL_PRIVATE_CHANNEL"
    +
  • +
  • +
    OVERLAY_CRASHED: "OVERLAY_CRASHED"
    +
  • +
  • +
    OVERLAY_DEACTIVATE_ALL_REGIONS: "OVERLAY_DEACTIVATE_ALL_REGIONS"
    +
  • +
  • +
    OVERLAY_DISABLE_EXTERNAL_LINK_ALERT: "OVERLAY_DISABLE_EXTERNAL_LINK_ALERT"
    +
  • +
  • +
    OVERLAY_FOCUSED: "OVERLAY_FOCUSED"
    +
  • +
  • +
    OVERLAY_GAMES_CHANGE: "OVERLAY_GAMES_CHANGE"
    +
  • +
  • +
    OVERLAY_INCOMPATIBLE_APP: "OVERLAY_INCOMPATIBLE_APP"
    +
  • +
  • +
    OVERLAY_INITIALIZE: "OVERLAY_INITIALIZE"
    +
  • +
  • +
    OVERLAY_JOIN_GAME: "OVERLAY_JOIN_GAME"
    +
  • +
  • +
    OVERLAY_MOUNTED: "OVERLAY_MOUNTED"
    +
  • +
  • +
    OVERLAY_READY: "OVERLAY_READY"
    +
  • +
  • +
    OVERLAY_SELECT_CALL: "OVERLAY_SELECT_CALL"
    +
  • +
  • +
    OVERLAY_SELECT_CHANNEL: "OVERLAY_SELECT_CHANNEL"
    +
  • +
  • +
    OVERLAY_SET_AVATAR_SIZE_MODE: "OVERLAY_SET_AVATAR_SIZE_MODE"
    +
  • +
  • +
    OVERLAY_SET_DISPLAY_NAME_MODE: "OVERLAY_SET_DISPLAY_NAME_MODE"
    +
  • +
  • +
    OVERLAY_SET_DISPLAY_USER_MODE: "OVERLAY_SET_DISPLAY_USER_MODE"
    +
  • +
  • +
    OVERLAY_SET_ENABLED: "OVERLAY_SET_ENABLED"
    +
  • +
  • +
    OVERLAY_SET_INPUT_LOCKED: "OVERLAY_SET_INPUT_LOCKED"
    +
  • +
  • +
    OVERLAY_SET_NOTIFICATION_POSITION_MODE: "OVERLAY_SET_NOTIFICATION_POSITION_MODE"
    +
  • +
  • +
    OVERLAY_SET_NOT_IDLE: "OVERLAY_SET_NOT_IDLE"
    +
  • +
  • +
    OVERLAY_SET_PREVIEW_IN_GAME_MODE: "OVERLAY_SET_PREVIEW_IN_GAME_MODE"
    +
  • +
  • +
    OVERLAY_SET_TEXT_CHAT_NOTIFICATION_MODE: "OVERLAY_SET_TEXT_CHAT_NOTIFICATION_MODE"
    +
  • +
  • +
    OVERLAY_SET_TEXT_WIDGET_OPACITY: "OVERLAY_SET_TEXT_WIDGET_OPACITY"
    +
  • +
  • +
    OVERLAY_SET_UI_LOCKED: "OVERLAY_SET_UI_LOCKED"
    +
  • +
  • +
    OVERLAY_START_SESSION: "OVERLAY_START_SESSION"
    +
  • +
  • +
    OVERLAY_UPDATE_NOTIFICATION_STATUS: "OVERLAY_UPDATE_NOTIFICATION_STATUS"
    +
  • +
  • +
    OWNED_APPLICATION_BRANCHES_FETCH_FAIL: "OWNED_APPLICATION_BRANCHES_FETCH_FAIL"
    +
  • +
  • +
    OWNED_APPLICATION_BRANCHES_FETCH_SUCCESS: "OWNED_APPLICATION_BRANCHES_FETCH_SUCCESS"
    +
  • +
  • +
    PAYMENT_AUTHENTICATION_CLEAR_ERROR: "PAYMENT_AUTHENTICATION_CLEAR_ERROR"
    +
  • +
  • +
    PAYMENT_AUTHENTICATION_ERROR: "PAYMENT_AUTHENTICATION_ERROR"
    +
  • +
  • +
    PAYMENT_AUTHENTICATION_MODAL_CLOSE: "PAYMENT_AUTHENTICATION_MODAL_CLOSE"
    +
  • +
  • +
    PAYMENT_UPDATE: "PAYMENT_UPDATE"
    +
  • +
  • +
    PERMISSION_CLEAR_ELEVATED_PROCESS: "PERMISSION_CLEAR_ELEVATED_PROCESS"
    +
  • +
  • +
    PERMISSION_CLEAR_PTT_ADMIN_WARNING: "PERMISSION_CLEAR_PTT_ADMIN_WARNING"
    +
  • +
  • +
    PERMISSION_CLEAR_SUPPRESS_WARNING: "PERMISSION_CLEAR_SUPPRESS_WARNING"
    +
  • +
  • +
    PERMISSION_CLEAR_VAD_WARNING: "PERMISSION_CLEAR_VAD_WARNING"
    +
  • +
  • +
    PERMISSION_CONTINUE_NONELEVATED_PROCESS: "PERMISSION_CONTINUE_NONELEVATED_PROCESS"
    +
  • +
  • +
    PERMISSION_REQUEST_ELEVATED_PROCESS: "PERMISSION_REQUEST_ELEVATED_PROCESS"
    +
  • +
  • +
    PICTURE_IN_PICTURE_CLOSE: "PICTURE_IN_PICTURE_CLOSE"
    +
  • +
  • +
    PICTURE_IN_PICTURE_MOVE: "PICTURE_IN_PICTURE_MOVE"
    +
  • +
  • +
    PICTURE_IN_PICTURE_OPEN: "PICTURE_IN_PICTURE_OPEN"
    +
  • +
  • +
    POPOUT_CLOSE: "POPOUT_CLOSE"
    +
  • +
  • +
    POPOUT_CLOSE_ALL: "POPOUT_CLOSE_ALL"
    +
  • +
  • +
    POPOUT_DID_RERENDER: "POPOUT_DID_RERENDER"
    +
  • +
  • +
    POPOUT_NEEDS_RERENDER: "POPOUT_NEEDS_RERENDER"
    +
  • +
  • +
    POPOUT_OPEN: "POPOUT_OPEN"
    +
  • +
  • +
    POPOUT_WINDOW_CLOSE: "POPOUT_WINDOW_CLOSE"
    +
  • +
  • +
    POPOUT_WINDOW_OPEN: "POPOUT_WINDOW_OPEN"
    +
  • +
  • +
    POPOUT_WINDOW_SET_ALWAYS_ON_TOP: "POPOUT_WINDOW_SET_ALWAYS_ON_TOP"
    +
  • +
  • +
    POST_CONNECTION_PENDING_CALLBACK: "POST_CONNECTION_PENDING_CALLBACK"
    +
  • +
  • +
    PREMIUM_EXPIRATION_MODAL_CLOSE: "PREMIUM_EXPIRATION_MODAL_CLOSE"
    +
  • +
  • +
    PREMIUM_GUILD_GRACE_PERIOD_NOTICE_DISMISS: "PREMIUM_GUILD_GRACE_PERIOD_NOTICE_DISMISS"
    +
  • +
  • +
    PREMIUM_IAP_INIT: "PREMIUM_IAP_INIT"
    +
  • +
  • +
    PREMIUM_IAP_PURCHASE_PRODUCT_FAILURE: "PREMIUM_IAP_PURCHASE_PRODUCT_FAILURE"
    +
  • +
  • +
    PREMIUM_IAP_PURCHASE_PRODUCT_START: "PREMIUM_IAP_PURCHASE_PRODUCT_START"
    +
  • +
  • +
    PREMIUM_IAP_PURCHASE_PRODUCT_SUCCESS: "PREMIUM_IAP_PURCHASE_PRODUCT_SUCCESS"
    +
  • +
  • +
    PREMIUM_IAP_RESTORE_PURCHASES_END: "PREMIUM_IAP_RESTORE_PURCHASES_END"
    +
  • +
  • +
    PREMIUM_IAP_RESTORE_PURCHASES_START: "PREMIUM_IAP_RESTORE_PURCHASES_START"
    +
  • +
  • +
    PREMIUM_PAYMENT_ERROR_CLEAR: "PREMIUM_PAYMENT_ERROR_CLEAR"
    +
  • +
  • +
    PREMIUM_PAYMENT_MODAL_CLOSE: "PREMIUM_PAYMENT_MODAL_CLOSE"
    +
  • +
  • +
    PREMIUM_PAYMENT_MODAL_OPEN: "PREMIUM_PAYMENT_MODAL_OPEN"
    +
  • +
  • +
    PREMIUM_PAYMENT_SELECT_PLAN: "PREMIUM_PAYMENT_SELECT_PLAN"
    +
  • +
  • +
    PREMIUM_PAYMENT_SUBSCRIBE_FAIL: "PREMIUM_PAYMENT_SUBSCRIBE_FAIL"
    +
  • +
  • +
    PREMIUM_PAYMENT_SUBSCRIBE_START: "PREMIUM_PAYMENT_SUBSCRIBE_START"
    +
  • +
  • +
    PREMIUM_PAYMENT_SUBSCRIBE_SUCCESS: "PREMIUM_PAYMENT_SUBSCRIBE_SUCCESS"
    +
  • +
  • +
    PREMIUM_PAYMENT_UPDATE_FAIL: "PREMIUM_PAYMENT_UPDATE_FAIL"
    +
  • +
  • +
    PREMIUM_PAYMENT_UPDATE_GIFT_PLAN: "PREMIUM_PAYMENT_UPDATE_GIFT_PLAN"
    +
  • +
  • +
    PREMIUM_PAYMENT_UPDATE_IS_GIFT: "PREMIUM_PAYMENT_UPDATE_IS_GIFT"
    +
  • +
  • +
    PREMIUM_PAYMENT_UPDATE_SUCCESS: "PREMIUM_PAYMENT_UPDATE_SUCCESS"
    +
  • +
  • +
    PREMIUM_REQUIRED_MODAL_CLOSE: "PREMIUM_REQUIRED_MODAL_CLOSE"
    +
  • +
  • +
    PREMIUM_REQUIRED_MODAL_OPEN: "PREMIUM_REQUIRED_MODAL_OPEN"
    +
  • +
  • +
    PREMIUM_SWITCH_PLAN_MODAL_CLOSE: "PREMIUM_SWITCH_PLAN_MODAL_CLOSE"
    +
  • +
  • +
    PREMIUM_SWITCH_PLAN_MODAL_OPEN: "PREMIUM_SWITCH_PLAN_MODAL_OPEN"
    +
  • +
  • +
    PRESENCES_REPLACE: "PRESENCES_REPLACE"
    +
  • +
  • +
    PRESENCE_UPDATE: "PRESENCE_UPDATE"
    +
  • +
  • +
    PRIVACY_SETTINGS_MODAL_CLOSE: "PRIVACY_SETTINGS_MODAL_CLOSE"
    +
  • +
  • +
    PRIVACY_SETTINGS_MODAL_OPEN: "PRIVACY_SETTINGS_MODAL_OPEN"
    +
  • +
  • +
    PRIVATE_CHANNEL_RECIPIENTS_ADD_USER: "PRIVATE_CHANNEL_RECIPIENTS_ADD_USER"
    +
  • +
  • +
    PRIVATE_CHANNEL_RECIPIENTS_INVITE_CLOSE: "PRIVATE_CHANNEL_RECIPIENTS_INVITE_CLOSE"
    +
  • +
  • +
    PRIVATE_CHANNEL_RECIPIENTS_INVITE_OPEN: "PRIVATE_CHANNEL_RECIPIENTS_INVITE_OPEN"
    +
  • +
  • +
    PRIVATE_CHANNEL_RECIPIENTS_INVITE_QUERY: "PRIVATE_CHANNEL_RECIPIENTS_INVITE_QUERY"
    +
  • +
  • +
    PRIVATE_CHANNEL_RECIPIENTS_INVITE_SELECT: "PRIVATE_CHANNEL_RECIPIENTS_INVITE_SELECT"
    +
  • +
  • +
    PRIVATE_CHANNEL_RECIPIENTS_REMOVE_USER: "PRIVATE_CHANNEL_RECIPIENTS_REMOVE_USER"
    +
  • +
  • +
    PRUNE_GUILD_MODAL_CLOSE: "PRUNE_GUILD_MODAL_CLOSE"
    +
  • +
  • +
    PRUNE_GUILD_MODAL_OPEN: "PRUNE_GUILD_MODAL_OPEN"
    +
  • +
  • +
    PRUNE_GUILD_MODAL_UPDATE: "PRUNE_GUILD_MODAL_UPDATE"
    +
  • +
  • +
    PUBLIC_UPSELL_NOTICE_DISMISS: "PUBLIC_UPSELL_NOTICE_DISMISS"
    +
  • +
  • +
    PULSE_START: "PULSE_START"
    +
  • +
  • +
    PULSE_STOP: "PULSE_STOP"
    +
  • +
  • +
    PURCHASE_CONFIRMATION_MODAL_CLOSE: "PURCHASE_CONFIRMATION_MODAL_CLOSE"
    +
  • +
  • +
    PURCHASE_CONFIRMATION_MODAL_OPEN: "PURCHASE_CONFIRMATION_MODAL_OPEN"
    +
  • +
  • +
    PUSH_NOTIFICATION_CLICK: "PUSH_NOTIFICATION_CLICK"
    +
  • +
  • +
    QUICKSWITCHER_HIDE: "QUICKSWITCHER_HIDE"
    +
  • +
  • +
    QUICKSWITCHER_SEARCH: "QUICKSWITCHER_SEARCH"
    +
  • +
  • +
    QUICKSWITCHER_SELECT: "QUICKSWITCHER_SELECT"
    +
  • +
  • +
    QUICKSWITCHER_SHOW: "QUICKSWITCHER_SHOW"
    +
  • +
  • +
    QUICKSWITCHER_SWITCH_TO: "QUICKSWITCHER_SWITCH_TO"
    +
  • +
  • +
    RECENT_MENTION_DELETE: "RECENT_MENTION_DELETE"
    +
  • +
  • +
    REGISTER: "REGISTER"
    +
  • +
  • +
    REGISTER_FAILURE: "REGISTER_FAILURE"
    +
  • +
  • +
    REGISTER_MODAL_CLOSE: "REGISTER_MODAL_CLOSE"
    +
  • +
  • +
    REGISTER_MODAL_OPEN: "REGISTER_MODAL_OPEN"
    +
  • +
  • +
    REGISTER_SUCCESS: "REGISTER_SUCCESS"
    +
  • +
  • +
    REGISTER_WITH_AGE_GATE: "REGISTER_WITH_AGE_GATE"
    +
  • +
  • +
    RELATIONSHIP_ADD: "RELATIONSHIP_ADD"
    +
  • +
  • +
    RELATIONSHIP_REMOVE: "RELATIONSHIP_REMOVE"
    +
  • +
  • +
    REMOVE_ALL_IMAGES_TO_UPLOAD: "REMOVE_ALL_IMAGES_TO_UPLOAD"
    +
  • +
  • +
    REMOVE_IMAGE_TO_UPLOAD: "REMOVE_IMAGE_TO_UPLOAD"
    +
  • +
  • +
    REPORT_MESSAGE_MODAL_OPEN: "REPORT_MESSAGE_MODAL_OPEN"
    +
  • +
  • +
    RPC_APP_AUTHENTICATED: "RPC_APP_AUTHENTICATED"
    +
  • +
  • +
    RPC_APP_CONNECTED: "RPC_APP_CONNECTED"
    +
  • +
  • +
    RPC_APP_DISCONNECTED: "RPC_APP_DISCONNECTED"
    +
  • +
  • +
    RPC_NOTIFICATION_CREATE: "RPC_NOTIFICATION_CREATE"
    +
  • +
  • +
    RPC_SERVER_READY: "RPC_SERVER_READY"
    +
  • +
  • +
    RTC_CONNECTION_LOSS_RATE: "RTC_CONNECTION_LOSS_RATE"
    +
  • +
  • +
    RTC_CONNECTION_PING: "RTC_CONNECTION_PING"
    +
  • +
  • +
    RTC_CONNECTION_STATE: "RTC_CONNECTION_STATE"
    +
  • +
  • +
    RTC_CONNECTION_VIDEO: "RTC_CONNECTION_VIDEO"
    +
  • +
  • +
    RTC_DEBUG_MODAL_CLOSE: "RTC_DEBUG_MODAL_CLOSE"
    +
  • +
  • +
    RTC_DEBUG_MODAL_OPEN: "RTC_DEBUG_MODAL_OPEN"
    +
  • +
  • +
    RTC_DEBUG_MODAL_OPEN_REPLAY: "RTC_DEBUG_MODAL_OPEN_REPLAY"
    +
  • +
  • +
    RTC_DEBUG_MODAL_OPEN_REPLAY_AT_PATH: "RTC_DEBUG_MODAL_OPEN_REPLAY_AT_PATH"
    +
  • +
  • +
    RTC_DEBUG_MODAL_SET_SECTION: "RTC_DEBUG_MODAL_SET_SECTION"
    +
  • +
  • +
    RTC_DEBUG_MODAL_UPDATE: "RTC_DEBUG_MODAL_UPDATE"
    +
  • +
  • +
    RTC_DEBUG_MODAL_UPDATE_VIDEO_OUTPUT: "RTC_DEBUG_MODAL_UPDATE_VIDEO_OUTPUT"
    +
  • +
  • +
    RTC_DEBUG_SET_RECORDING_FLAG: "RTC_DEBUG_SET_RECORDING_FLAG"
    +
  • +
  • +
    RUNNING_GAMES_CHANGE: "RUNNING_GAMES_CHANGE"
    +
  • +
  • +
    RUNNING_GAME_ADD_OVERRIDE: "RUNNING_GAME_ADD_OVERRIDE"
    +
  • +
  • +
    RUNNING_GAME_DELETE_ENTRY: "RUNNING_GAME_DELETE_ENTRY"
    +
  • +
  • +
    RUNNING_GAME_EDIT_NAME: "RUNNING_GAME_EDIT_NAME"
    +
  • +
  • +
    RUNNING_GAME_TOGGLE_BLOCK: "RUNNING_GAME_TOGGLE_BLOCK"
    +
  • +
  • +
    RUNNING_GAME_TOGGLE_OVERLAY: "RUNNING_GAME_TOGGLE_OVERLAY"
    +
  • +
  • +
    RUNNING_STREAMER_TOOLS_CHANGE: "RUNNING_STREAMER_TOOLS_CHANGE"
    +
  • +
  • +
    SAVE_LAST_ROUTE: "SAVE_LAST_ROUTE"
    +
  • +
  • +
    SCANNED_LOCAL_APPLICATION_ADD: "SCANNED_LOCAL_APPLICATION_ADD"
    +
  • +
  • +
    SCANNED_LOCAL_APPLICATION_SCAN_FAIL: "SCANNED_LOCAL_APPLICATION_SCAN_FAIL"
    +
  • +
  • +
    SCANNED_LOCAL_APPLICATION_SCAN_START: "SCANNED_LOCAL_APPLICATION_SCAN_START"
    +
  • +
  • +
    SCANNED_LOCAL_APPLICATION_SCAN_SUCCESS: "SCANNED_LOCAL_APPLICATION_SCAN_SUCCESS"
    +
  • +
  • +
    SCANNED_LOCAL_APPLICATION_UPDATE_FLAGS: "SCANNED_LOCAL_APPLICATION_UPDATE_FLAGS"
    +
  • +
  • +
    SCREENSHARE_MODAL_CLOSE: "SCREENSHARE_MODAL_CLOSE"
    +
  • +
  • +
    SCREENSHARE_MODAL_OPEN: "SCREENSHARE_MODAL_OPEN"
    +
  • +
  • +
    SCREENSHARE_MODAL_SELECT_SOURCE_TYPE: "SCREENSHARE_MODAL_SELECT_SOURCE_TYPE"
    +
  • +
  • +
    SCREEN_UPDATE: "SCREEN_UPDATE"
    +
  • +
  • +
    SEARCH_AUTOCOMPLETE_QUERY_UPDATE: "SEARCH_AUTOCOMPLETE_QUERY_UPDATE"
    +
  • +
  • +
    SEARCH_CLEAR: "SEARCH_CLEAR"
    +
  • +
  • +
    SEARCH_CLEAR_HISTORY: "SEARCH_CLEAR_HISTORY"
    +
  • +
  • +
    SEARCH_EDITOR_STATE_CHANGE: "SEARCH_EDITOR_STATE_CHANGE"
    +
  • +
  • +
    SEARCH_EDITOR_STATE_CLEAR: "SEARCH_EDITOR_STATE_CLEAR"
    +
  • +
  • +
    SEARCH_ENSURE_SEARCH_STATE: "SEARCH_ENSURE_SEARCH_STATE"
    +
  • +
  • +
    SEARCH_FINISH: "SEARCH_FINISH"
    +
  • +
  • +
    SEARCH_INDEXING: "SEARCH_INDEXING"
    +
  • +
  • +
    SEARCH_MODAL_CLOSE: "SEARCH_MODAL_CLOSE"
    +
  • +
  • +
    SEARCH_MODAL_OPEN: "SEARCH_MODAL_OPEN"
    +
  • +
  • +
    SEARCH_SET_SHOW_BLOCKED_RESULTS: "SEARCH_SET_SHOW_BLOCKED_RESULTS"
    +
  • +
  • +
    SEARCH_START: "SEARCH_START"
    +
  • +
  • +
    SESSIONS_REPLACE: "SESSIONS_REPLACE"
    +
  • +
  • +
    SET_CHANNEL_BITRATE: "SET_CHANNEL_BITRATE"
    +
  • +
  • +
    SET_CONSENT_REQUIRED: "SET_CONSENT_REQUIRED"
    +
  • +
  • +
    SET_GUILD_FOLDER_EXPANDED: "SET_GUILD_FOLDER_EXPANDED"
    +
  • +
  • +
    SET_NATIVE_PERMISSION: "SET_NATIVE_PERMISSION"
    +
  • +
  • +
    SET_RECENT_MENTIONS_FILTER: "SET_RECENT_MENTIONS_FILTER"
    +
  • +
  • +
    SET_VAD_PERMISSION: "SET_VAD_PERMISSION"
    +
  • +
  • +
    SHOW_ACTION_SHEET: "SHOW_ACTION_SHEET"
    +
  • +
  • +
    SHOW_ACTION_SHEET_QUICK_SWITCHER: "SHOW_ACTION_SHEET_QUICK_SWITCHER"
    +
  • +
  • +
    SHOW_GAME_PREVIEW: "SHOW_GAME_PREVIEW"
    +
  • +
  • +
    SHOW_KEYBOARD_SHORTCUTS: "SHOW_KEYBOARD_SHORTCUTS"
    +
  • +
  • +
    SKUS_FETCH_SUCCESS: "SKUS_FETCH_SUCCESS"
    +
  • +
  • +
    SKU_FETCH_FAIL: "SKU_FETCH_FAIL"
    +
  • +
  • +
    SKU_FETCH_START: "SKU_FETCH_START"
    +
  • +
  • +
    SKU_FETCH_SUCCESS: "SKU_FETCH_SUCCESS"
    +
  • +
  • +
    SKU_PURCHASE_CLEAR_ERROR: "SKU_PURCHASE_CLEAR_ERROR"
    +
  • +
  • +
    SKU_PURCHASE_FAIL: "SKU_PURCHASE_FAIL"
    +
  • +
  • +
    SKU_PURCHASE_MODAL_CLOSE: "SKU_PURCHASE_MODAL_CLOSE"
    +
  • +
  • +
    SKU_PURCHASE_MODAL_OPEN: "SKU_PURCHASE_MODAL_OPEN"
    +
  • +
  • +
    SKU_PURCHASE_PREVIEW_FETCH_SUCCESS: "SKU_PURCHASE_PREVIEW_FETCH_SUCCESS"
    +
  • +
  • +
    SKU_PURCHASE_SHOW_CONFIRMATION_STEP: "SKU_PURCHASE_SHOW_CONFIRMATION_STEP"
    +
  • +
  • +
    SKU_PURCHASE_START: "SKU_PURCHASE_START"
    +
  • +
  • +
    SKU_PURCHASE_SUCCESS: "SKU_PURCHASE_SUCCESS"
    +
  • +
  • +
    SKU_PURCHASE_UPDATE_IS_GIFT: "SKU_PURCHASE_UPDATE_IS_GIFT"
    +
  • +
  • +
    SLOWMODE_COOLDOWN_CHANGE: "SLOWMODE_COOLDOWN_CHANGE"
    +
  • +
  • +
    SLOWMODE_START_COOLDOWN: "SLOWMODE_START_COOLDOWN"
    +
  • +
  • +
    SPEAKING: "SPEAKING"
    +
  • +
  • +
    SPELLCHECK_LEARN_WORD: "SPELLCHECK_LEARN_WORD"
    +
  • +
  • +
    SPELLCHECK_TOGGLE: "SPELLCHECK_TOGGLE"
    +
  • +
  • +
    SPOTIFY_ACCOUNT_ACCESS_TOKEN: "SPOTIFY_ACCOUNT_ACCESS_TOKEN"
    +
  • +
  • +
    SPOTIFY_ACCOUNT_ACCESS_TOKEN_REVOKE: "SPOTIFY_ACCOUNT_ACCESS_TOKEN_REVOKE"
    +
  • +
  • +
    SPOTIFY_PLAYER_PAUSE: "SPOTIFY_PLAYER_PAUSE"
    +
  • +
  • +
    SPOTIFY_PLAYER_PLAY: "SPOTIFY_PLAYER_PLAY"
    +
  • +
  • +
    SPOTIFY_PLAYER_STATE: "SPOTIFY_PLAYER_STATE"
    +
  • +
  • +
    SPOTIFY_PROFILE_UPDATE: "SPOTIFY_PROFILE_UPDATE"
    +
  • +
  • +
    SPOTIFY_SET_ACTIVE_DEVICE: "SPOTIFY_SET_ACTIVE_DEVICE"
    +
  • +
  • +
    SPOTIFY_SET_DEVICES: "SPOTIFY_SET_DEVICES"
    +
  • +
  • +
    SPOTIFY_SET_PROTOCOL_REGISTERED: "SPOTIFY_SET_PROTOCOL_REGISTERED"
    +
  • +
  • +
    START_SESSION: "START_SESSION"
    +
  • +
  • +
    STATUS_PAGE_INCIDENT: "STATUS_PAGE_INCIDENT"
    +
  • +
  • +
    STATUS_PAGE_SCHEDULED_MAINTENANCE: "STATUS_PAGE_SCHEDULED_MAINTENANCE"
    +
  • +
  • +
    STATUS_PAGE_SCHEDULED_MAINTENANCE_ACK: "STATUS_PAGE_SCHEDULED_MAINTENANCE_ACK"
    +
  • +
  • +
    STORE_LISTINGS_FETCH_SUCCESS: "STORE_LISTINGS_FETCH_SUCCESS"
    +
  • +
  • +
    STORE_LISTING_FETCH_SUCCESS: "STORE_LISTING_FETCH_SUCCESS"
    +
  • +
  • +
    STREAMER_MODE_UPDATE: "STREAMER_MODE_UPDATE"
    +
  • +
  • +
    STREAMING_UPDATE: "STREAMING_UPDATE"
    +
  • +
  • +
    STREAM_CLOSE: "STREAM_CLOSE"
    +
  • +
  • +
    STREAM_CREATE: "STREAM_CREATE"
    +
  • +
  • +
    STREAM_DELETE: "STREAM_DELETE"
    +
  • +
  • +
    STREAM_LAYOUT_UPDATE: "STREAM_LAYOUT_UPDATE"
    +
  • +
  • +
    STREAM_PREVIEW_FETCH_FAIL: "STREAM_PREVIEW_FETCH_FAIL"
    +
  • +
  • +
    STREAM_PREVIEW_FETCH_START: "STREAM_PREVIEW_FETCH_START"
    +
  • +
  • +
    STREAM_PREVIEW_FETCH_SUCCESS: "STREAM_PREVIEW_FETCH_SUCCESS"
    +
  • +
  • +
    STREAM_SERVER_UPDATE: "STREAM_SERVER_UPDATE"
    +
  • +
  • +
    STREAM_SET_HACKY_MAC_MODE: "STREAM_SET_HACKY_MAC_MODE"
    +
  • +
  • +
    STREAM_SET_PAUSED: "STREAM_SET_PAUSED"
    +
  • +
  • +
    STREAM_START: "STREAM_START"
    +
  • +
  • +
    STREAM_STATS_UPDATE: "STREAM_STATS_UPDATE"
    +
  • +
  • +
    STREAM_STOP: "STREAM_STOP"
    +
  • +
  • +
    STREAM_TIMED_OUT: "STREAM_TIMED_OUT"
    +
  • +
  • +
    STREAM_UPDATE: "STREAM_UPDATE"
    +
  • +
  • +
    STREAM_WATCH: "STREAM_WATCH"
    +
  • +
  • +
    STRIPE_TOKEN_FAILURE: "STRIPE_TOKEN_FAILURE"
    +
  • +
  • +
    SUBSCRIPTION_PLANS_FETCH: "SUBSCRIPTION_PLANS_FETCH"
    +
  • +
  • +
    SUBSCRIPTION_PLANS_FETCH_FAILURE: "SUBSCRIPTION_PLANS_FETCH_FAILURE"
    +
  • +
  • +
    SUBSCRIPTION_PLANS_FETCH_SUCCESS: "SUBSCRIPTION_PLANS_FETCH_SUCCESS"
    +
  • +
  • +
    SURVEY_HIDE: "SURVEY_HIDE"
    +
  • +
  • +
    TOAST_CLOSE: "TOAST_CLOSE"
    +
  • +
  • +
    TOAST_OPEN: "TOAST_OPEN"
    +
  • +
  • +
    TOGGLE_GUILD_FOLDER_EXPAND: "TOGGLE_GUILD_FOLDER_EXPAND"
    +
  • +
  • +
    TOOLTIP_HIDE: "TOOLTIP_HIDE"
    +
  • +
  • +
    TOOLTIP_SHOW: "TOOLTIP_SHOW"
    +
  • +
  • +
    TRACK: "TRACK"
    +
  • +
  • +
    TRENDING_APPLICATIONS_FETCH: "TRENDING_APPLICATIONS_FETCH"
    +
  • +
  • +
    TRENDING_APPLICATIONS_FETCH_FAIL: "TRENDING_APPLICATIONS_FETCH_FAIL"
    +
  • +
  • +
    TRENDING_APPLICATIONS_FETCH_SUCCESS: "TRENDING_APPLICATIONS_FETCH_SUCCESS"
    +
  • +
  • +
    TRUNCATE_MENTIONS: "TRUNCATE_MENTIONS"
    +
  • +
  • +
    TRUNCATE_MESSAGES: "TRUNCATE_MESSAGES"
    +
  • +
  • +
    TUTORIAL_INDICATOR_DISMISS: "TUTORIAL_INDICATOR_DISMISS"
    +
  • +
  • +
    TUTORIAL_INDICATOR_HIDE: "TUTORIAL_INDICATOR_HIDE"
    +
  • +
  • +
    TUTORIAL_INDICATOR_SHOW: "TUTORIAL_INDICATOR_SHOW"
    +
  • +
  • +
    TUTORIAL_INDICATOR_SUPPRESS_ALL: "TUTORIAL_INDICATOR_SUPPRESS_ALL"
    +
  • +
  • +
    TYPING_START: "TYPING_START"
    +
  • +
  • +
    TYPING_START_LOCAL: "TYPING_START_LOCAL"
    +
  • +
  • +
    TYPING_STOP: "TYPING_STOP"
    +
  • +
  • +
    TYPING_STOP_LOCAL: "TYPING_STOP_LOCAL"
    +
  • +
  • +
    UNVERIFIED_GAME_UPDATE: "UNVERIFIED_GAME_UPDATE"
    +
  • +
  • +
    UPDATER_HISTORY_RESPONSE: "UPDATER_HISTORY_RESPONSE"
    +
  • +
  • +
    UPDATE_AVAILABLE: "UPDATE_AVAILABLE"
    +
  • +
  • +
    UPDATE_CHANNEL_DIMENSIONS: "UPDATE_CHANNEL_DIMENSIONS"
    +
  • +
  • +
    UPDATE_CHANNEL_LIST_DIMENSIONS: "UPDATE_CHANNEL_LIST_DIMENSIONS"
    +
  • +
  • +
    UPDATE_CONSENTS: "UPDATE_CONSENTS"
    +
  • +
  • +
    UPDATE_DOWNLOADED: "UPDATE_DOWNLOADED"
    +
  • +
  • +
    UPDATE_ERROR: "UPDATE_ERROR"
    +
  • +
  • +
    UPDATE_GUILD_LIST_DIMENSIONS: "UPDATE_GUILD_LIST_DIMENSIONS"
    +
  • +
  • +
    UPDATE_MANUALLY: "UPDATE_MANUALLY"
    +
  • +
  • +
    UPDATE_NOT_AVAILABLE: "UPDATE_NOT_AVAILABLE"
    +
  • +
  • +
    UPDATE_TOKEN: "UPDATE_TOKEN"
    +
  • +
  • +
    UPLOAD_CANCEL_REQUEST: "UPLOAD_CANCEL_REQUEST"
    +
  • +
  • +
    UPLOAD_COMPLETE: "UPLOAD_COMPLETE"
    +
  • +
  • +
    UPLOAD_FAIL: "UPLOAD_FAIL"
    +
  • +
  • +
    UPLOAD_MODAL_CLEAR_ALL_FILES: "UPLOAD_MODAL_CLEAR_ALL_FILES"
    +
  • +
  • +
    UPLOAD_MODAL_POP_FILE: "UPLOAD_MODAL_POP_FILE"
    +
  • +
  • +
    UPLOAD_MODAL_PUSH_FILES: "UPLOAD_MODAL_PUSH_FILES"
    +
  • +
  • +
    UPLOAD_PROGRESS: "UPLOAD_PROGRESS"
    +
  • +
  • +
    UPLOAD_QUEUE: "UPLOAD_QUEUE"
    +
  • +
  • +
    UPLOAD_START: "UPLOAD_START"
    +
  • +
  • +
    USER_ACHIEVEMENT_UPDATE: "USER_ACHIEVEMENT_UPDATE"
    +
  • +
  • +
    USER_ACTIVITY_STATISTICS_FETCH_FAIL: "USER_ACTIVITY_STATISTICS_FETCH_FAIL"
    +
  • +
  • +
    USER_ACTIVITY_STATISTICS_FETCH_START: "USER_ACTIVITY_STATISTICS_FETCH_START"
    +
  • +
  • +
    USER_ACTIVITY_STATISTICS_FETCH_SUCCESS: "USER_ACTIVITY_STATISTICS_FETCH_SUCCESS"
    +
  • +
  • +
    USER_AUTHORIZED_APPS_UPDATE: "USER_AUTHORIZED_APPS_UPDATE"
    +
  • +
  • +
    USER_CONNECTIONS_INTEGRATION_JOINING: "USER_CONNECTIONS_INTEGRATION_JOINING"
    +
  • +
  • +
    USER_CONNECTIONS_UPDATE: "USER_CONNECTIONS_UPDATE"
    +
  • +
  • +
    USER_CONNECTION_UPDATE: "USER_CONNECTION_UPDATE"
    +
  • +
  • +
    USER_GUILD_SETTINGS_UPDATE: "USER_GUILD_SETTINGS_UPDATE"
    +
  • +
  • +
    USER_NOTE_LOADED: "USER_NOTE_LOADED"
    +
  • +
  • +
    USER_NOTE_LOAD_START: "USER_NOTE_LOAD_START"
    +
  • +
  • +
    USER_NOTE_UPDATE: "USER_NOTE_UPDATE"
    +
  • +
  • +
    USER_PAYMENT_SOURCES_UPDATE: "USER_PAYMENT_SOURCES_UPDATE"
    +
  • +
  • +
    USER_PREMIUM_GUILD_SUBSCRIPTION_SLOTS_FETCH_SUCCESS: "USER_PREMIUM_GUILD_SUBSCRIPTION_SLOTS_FETCH_SUCCESS"
    +
  • +
  • +
    USER_PREMIUM_GUILD_SUBSCRIPTION_SLOT_CREATE: "USER_PREMIUM_GUILD_SUBSCRIPTION_SLOT_CREATE"
    +
  • +
  • +
    USER_PREMIUM_GUILD_SUBSCRIPTION_SLOT_UPDATE: "USER_PREMIUM_GUILD_SUBSCRIPTION_SLOT_UPDATE"
    +
  • +
  • +
    USER_PREMIUM_GUILD_SUBSCRIPTION_SLOT_UPDATE_SUCCESS: "USER_PREMIUM_GUILD_SUBSCRIPTION_SLOT_UPDATE_SUCCESS"
    +
  • +
  • +
    USER_PROFILE_MODAL_CLOSE: "USER_PROFILE_MODAL_CLOSE"
    +
  • +
  • +
    USER_PROFILE_MODAL_FETCH_SUCCESS: "USER_PROFILE_MODAL_FETCH_SUCCESS"
    +
  • +
  • +
    USER_PROFILE_MODAL_OPEN: "USER_PROFILE_MODAL_OPEN"
    +
  • +
  • +
    USER_PROFILE_MODAL_POP: "USER_PROFILE_MODAL_POP"
    +
  • +
  • +
    USER_PROFILE_MODAL_PUSH: "USER_PROFILE_MODAL_PUSH"
    +
  • +
  • +
    USER_PROFILE_MODAL_SET_SECTION: "USER_PROFILE_MODAL_SET_SECTION"
    +
  • +
  • +
    USER_REQUIRED_ACTION_UPDATE: "USER_REQUIRED_ACTION_UPDATE"
    +
  • +
  • +
    USER_SETTINGS_ACCOUNT_CLOSE: "USER_SETTINGS_ACCOUNT_CLOSE"
    +
  • +
  • +
    USER_SETTINGS_ACCOUNT_INIT: "USER_SETTINGS_ACCOUNT_INIT"
    +
  • +
  • +
    USER_SETTINGS_ACCOUNT_SUBMIT: "USER_SETTINGS_ACCOUNT_SUBMIT"
    +
  • +
  • +
    USER_SETTINGS_ACCOUNT_SUBMIT_FAILURE: "USER_SETTINGS_ACCOUNT_SUBMIT_FAILURE"
    +
  • +
  • +
    USER_SETTINGS_ACCOUNT_SUBMIT_SUCCESS: "USER_SETTINGS_ACCOUNT_SUBMIT_SUCCESS"
    +
  • +
  • +
    USER_SETTINGS_ACCOUNT_TOGGLE_EDITING_PASSWORD: "USER_SETTINGS_ACCOUNT_TOGGLE_EDITING_PASSWORD"
    +
  • +
  • +
    USER_SETTINGS_ACCOUNT_TOGGLE_EDITING_PROFILE: "USER_SETTINGS_ACCOUNT_TOGGLE_EDITING_PROFILE"
    +
  • +
  • +
    USER_SETTINGS_ACCOUNT_UPDATE_INFO: "USER_SETTINGS_ACCOUNT_UPDATE_INFO"
    +
  • +
  • +
    USER_SETTINGS_MODAL_CLOSE: "USER_SETTINGS_MODAL_CLOSE"
    +
  • +
  • +
    USER_SETTINGS_MODAL_INIT: "USER_SETTINGS_MODAL_INIT"
    +
  • +
  • +
    USER_SETTINGS_MODAL_OPEN: "USER_SETTINGS_MODAL_OPEN"
    +
  • +
  • +
    USER_SETTINGS_MODAL_RESET: "USER_SETTINGS_MODAL_RESET"
    +
  • +
  • +
    USER_SETTINGS_MODAL_SET_SECTION: "USER_SETTINGS_MODAL_SET_SECTION"
    +
  • +
  • +
    USER_SETTINGS_MODAL_SUBMIT: "USER_SETTINGS_MODAL_SUBMIT"
    +
  • +
  • +
    USER_SETTINGS_MODAL_SUBMIT_COMPLETE: "USER_SETTINGS_MODAL_SUBMIT_COMPLETE"
    +
  • +
  • +
    USER_SETTINGS_MODAL_SUBMIT_FAILURE: "USER_SETTINGS_MODAL_SUBMIT_FAILURE"
    +
  • +
  • +
    USER_SETTINGS_MODAL_UPDATE_ACCOUNT: "USER_SETTINGS_MODAL_UPDATE_ACCOUNT"
    +
  • +
  • +
    USER_SETTINGS_MODAL_UPDATE_AUTHORIZED_APPS: "USER_SETTINGS_MODAL_UPDATE_AUTHORIZED_APPS"
    +
  • +
  • +
    USER_SETTINGS_UPDATE: "USER_SETTINGS_UPDATE"
    +
  • +
  • +
    USER_SUBSCRIPTIONS_UPDATE: "USER_SUBSCRIPTIONS_UPDATE"
    +
  • +
  • +
    USER_UPDATE: "USER_UPDATE"
    +
  • +
  • +
    VERIFICATION_ADDING_PHONE: "VERIFICATION_ADDING_PHONE"
    +
  • +
  • +
    VERIFICATION_ADD_PHONE_FAILURE: "VERIFICATION_ADD_PHONE_FAILURE"
    +
  • +
  • +
    VERIFICATION_ADD_PHONE_RESET: "VERIFICATION_ADD_PHONE_RESET"
    +
  • +
  • +
    VERIFICATION_ADD_PHONE_SUCCESS: "VERIFICATION_ADD_PHONE_SUCCESS"
    +
  • +
  • +
    VERIFICATION_CLOSE_COUNTRY_SELECTOR: "VERIFICATION_CLOSE_COUNTRY_SELECTOR"
    +
  • +
  • +
    VERIFICATION_OPEN_COUNTRY_SELECTOR: "VERIFICATION_OPEN_COUNTRY_SELECTOR"
    +
  • +
  • +
    VERIFICATION_SELECT_COUNTRY: "VERIFICATION_SELECT_COUNTRY"
    +
  • +
  • +
    VERIFICATION_VERIFYING_PHONE: "VERIFICATION_VERIFYING_PHONE"
    +
  • +
  • +
    VERIFICATION_VERIFY_PHONE_FAILURE: "VERIFICATION_VERIFY_PHONE_FAILURE"
    +
  • +
  • +
    VERIFICATION_VERIFY_PHONE_SUCCESS: "VERIFICATION_VERIFY_PHONE_SUCCESS"
    +
  • +
  • +
    VERIFY_FAILURE: "VERIFY_FAILURE"
    +
  • +
  • +
    VERIFY_SUCCESS: "VERIFY_SUCCESS"
    +
  • +
  • +
    VIEW_HISTORY_MARK_VIEW: "VIEW_HISTORY_MARK_VIEW"
    +
  • +
  • +
    VOICE_CHANNEL_CLEAR: "VOICE_CHANNEL_CLEAR"
    +
  • +
  • +
    VOICE_CHANNEL_SELECT: "VOICE_CHANNEL_SELECT"
    +
  • +
  • +
    VOICE_CHANNEL_SHOW_FEEDBACK: "VOICE_CHANNEL_SHOW_FEEDBACK"
    +
  • +
  • +
    VOICE_SERVER_UPDATE: "VOICE_SERVER_UPDATE"
    +
  • +
  • +
    VOICE_SETTINGS_MODAL_CLOSE: "VOICE_SETTINGS_MODAL_CLOSE"
    +
  • +
  • +
    VOICE_SETTINGS_MODAL_OPEN: "VOICE_SETTINGS_MODAL_OPEN"
    +
  • +
  • +
    VOICE_STATE_UPDATE: "VOICE_STATE_UPDATE"
    +
  • +
  • +
    WEBHOOKS_FETCHING: "WEBHOOKS_FETCHING"
    +
  • +
  • +
    WEBHOOKS_UPDATE: "WEBHOOKS_UPDATE"
    +
  • +
  • +
    WEBHOOK_CREATE: "WEBHOOK_CREATE"
    +
  • +
  • +
    WEBHOOK_DELETE: "WEBHOOK_DELETE"
    +
  • +
  • +
    WEBHOOK_UPDATE: "WEBHOOK_UPDATE"
    +
  • +
  • +
    WELCOME_SCREEN_SETTINGS_RESET: "WELCOME_SCREEN_SETTINGS_RESET"
    +
  • +
  • +
    WELCOME_SCREEN_SETTINGS_UPDATE: "WELCOME_SCREEN_SETTINGS_UPDATE"
    +
  • +
  • +
    WELCOME_SCREEN_SUBMIT: "WELCOME_SCREEN_SUBMIT"
    +
  • +
  • +
    WELCOME_SCREEN_SUBMIT_FAILURE: "WELCOME_SCREEN_SUBMIT_FAILURE"
    +
  • +
  • +
    WELCOME_SCREEN_SUBMIT_SUCCESS: "WELCOME_SCREEN_SUBMIT_SUCCESS"
    +
  • +
  • +
    WELCOME_SCREEN_UPDATE: "WELCOME_SCREEN_UPDATE"
    +
  • +
  • +
    WELCOME_SCREEN_VIEW: "WELCOME_SCREEN_VIEW"
    +
  • +
  • +
    WINDOW_FOCUS: "WINDOW_FOCUS"
    +
  • +
  • +
    WINDOW_RESIZED: "WINDOW_RESIZED"
    +
  • +
+
+
+
+ +

ActivityActionStates

+
ActivityActionStates: { COMPLETE: "COMPLETE"; FAILED: "FAILED"; LOADING: "LOADING" }
+ +
+

Type declaration

+
    +
  • +
    COMPLETE: "COMPLETE"
    +
  • +
  • +
    FAILED: "FAILED"
    +
  • +
  • +
    LOADING: "LOADING"
    +
  • +
+
+
+
+ +

ActivityActionTypes

+
ActivityActionTypes: { 1: "JOIN"; 2: "SPECTATE"; 3: "LISTEN"; 4: "WATCH"; 5: "JOIN_REQUEST"; JOIN: 1; JOIN_REQUEST: 5; LISTEN: 3; SPECTATE: 2; WATCH: 4 }
+ +
+

Type declaration

+
    +
  • +
    1: "JOIN"
    +
  • +
  • +
    2: "SPECTATE"
    +
  • +
  • +
    3: "LISTEN"
    +
  • +
  • +
    4: "WATCH"
    +
  • +
  • +
    5: "JOIN_REQUEST"
    +
  • +
  • +
    JOIN: 1
    +
  • +
  • +
    JOIN_REQUEST: 5
    +
  • +
  • +
    LISTEN: 3
    +
  • +
  • +
    SPECTATE: 2
    +
  • +
  • +
    WATCH: 4
    +
  • +
+
+
+
+ +

ActivityCardTypes

+
ActivityCardTypes: { GAME: "game"; GROUP: "group"; USER: "user" }
+ +
+

Type declaration

+
    +
  • +
    GAME: "game"
    +
  • +
  • +
    GROUP: "group"
    +
  • +
  • +
    USER: "user"
    +
  • +
+
+
+
+ +

ActivityFlags

+
ActivityFlags: { INSTANCE: 1; JOIN: 2; PLAY: 32; SPECTATE: 4; SYNC: 16 }
+ +
+

Type declaration

+
    +
  • +
    INSTANCE: 1
    +
  • +
  • +
    JOIN: 2
    +
  • +
  • +
    PLAY: 32
    +
  • +
  • +
    SPECTATE: 4
    +
  • +
  • +
    SYNC: 16
    +
  • +
+
+
+
+ +

ActivityGamePlatforms

+
ActivityGamePlatforms: { ANDROID: "android"; DESKTOP: "desktop"; IOS: "ios"; SAMSUNG: "samsung"; XBOX: "xbox" }
+ +
+

Type declaration

+
    +
  • +
    ANDROID: "android"
    +
  • +
  • +
    DESKTOP: "desktop"
    +
  • +
  • +
    IOS: "ios"
    +
  • +
  • +
    SAMSUNG: "samsung"
    +
  • +
  • +
    XBOX: "xbox"
    +
  • +
+
+
+
+ +

ActivityJoinRequestStates

+
ActivityJoinRequestStates: { RECEIVER_INVITE_REQUESTED: "RECEIVER_INVITE_REQUESTED"; RECEIVER_INVITE_SENT: "RECEIVER_INVITE_SENT"; SENDER_INVITE_EXPIRED: "SENDER_INVITE_EXPIRED"; SENDER_INVITE_RECEIVED: "SENDER_INVITE_RECEIVED"; SENDER_INVITE_WAITING: "SENDER_INVITE_WAITING" }
+ +
+

Type declaration

+
    +
  • +
    RECEIVER_INVITE_REQUESTED: "RECEIVER_INVITE_REQUESTED"
    +
  • +
  • +
    RECEIVER_INVITE_SENT: "RECEIVER_INVITE_SENT"
    +
  • +
  • +
    SENDER_INVITE_EXPIRED: "SENDER_INVITE_EXPIRED"
    +
  • +
  • +
    SENDER_INVITE_RECEIVED: "SENDER_INVITE_RECEIVED"
    +
  • +
  • +
    SENDER_INVITE_WAITING: "SENDER_INVITE_WAITING"
    +
  • +
+
+
+
+ +

ActivityPartyApplicationNames

+
ActivityPartyApplicationNames: { spotify: "Spotify" }
+ +
+

Type declaration

+
    +
  • +
    spotify: "Spotify"
    +
  • +
+
+
+
+ +

ActivityTypes

+
ActivityTypes: { 0: "PLAYING"; 1: "STREAMING"; 2: "LISTENING"; 3: "WATCHING"; 4: "CUSTOM_STATUS"; CUSTOM_STATUS: 4; LISTENING: 2; PLAYING: 0; STREAMING: 1; WATCHING: 3 }
+ +
+

Type declaration

+
    +
  • +
    0: "PLAYING"
    +
  • +
  • +
    1: "STREAMING"
    +
  • +
  • +
    2: "LISTENING"
    +
  • +
  • +
    3: "WATCHING"
    +
  • +
  • +
    4: "CUSTOM_STATUS"
    +
  • +
  • +
    CUSTOM_STATUS: 4
    +
  • +
  • +
    LISTENING: 2
    +
  • +
  • +
    PLAYING: 0
    +
  • +
  • +
    STREAMING: 1
    +
  • +
  • +
    WATCHING: 3
    +
  • +
+
+
+
+ +

AddFriendTabs

+
AddFriendTabs: { NEARBY_SCAN: "Nearby Scan"; USERNAME: "Username" }
+ +
+

Type declaration

+
    +
  • +
    NEARBY_SCAN: "Nearby Scan"
    +
  • +
  • +
    USERNAME: "Username"
    +
  • +
+
+
+
+ +

AnalyticEvents

+
AnalyticEvents: { ACCOUNT_LINK_FAILED: "account_link_failed"; ACCOUNT_LINK_STEP: "account_link_step"; ACK_MESSAGES: "ack_messages"; ACTIVITY_FEED_CUSTOMIZATION_OPENED: "af_customization_opened"; ACTIVITY_FEED_CUSTOMIZATION_SAVED: "af_customization_saved"; ACTIVITY_FEED_DM_VISITED: "af_dm_visited"; ACTIVITY_FEED_GUILD_VISITED: "af_guild_visited"; ACTIVITY_FEED_VOICE_CHANNEL_VISITED: "af_voice_channel_visited"; ACTIVITY_UPDATED: "activity_updated"; AGE_GATE_SUBMITTED: "age_gate_submitted"; APPLICATION_OPENED: "application_opened"; APPLICATION_SETTINGS_UPDATED: "application_settings_updated"; APP_CRASHED: "app_crashed"; APP_LANDING_VIEWED: "app_landing_viewed"; APP_LAUNCH_COMPLETED: "app_launch_completed"; APP_MODULES_UPDATED: "app_modules_updated"; APP_NOTICE_CLOSED: "app_notice_closed"; APP_NOTICE_VIEWED: "app_notice_viewed"; APP_OPENED: "app_opened"; APP_UI_VIEWED: "app_ui_viewed"; AUTHORIZED_APP_CONNECTED: "authorized_app_connected"; BROWSER_HANDOFF_SUCCEEDED: "browser_handoff_succeeded"; CALL_REPORT_PROBLEM: "call_report_problem"; CHANGE_LOG_CLOSED: "change_log_closed"; CHANGE_LOG_CTA_CLICKED: "change_log_cta_clicked"; CHANGE_LOG_OPENED: "change_log_opened"; CHANNEL_MEMBER_KICKED: "channel_member_kicked"; CHANNEL_NOTICE_CLOSED: "channel_notice_closed"; CHANNEL_NOTICE_CTA_CLICKED: "channel_notice_cta_clicked"; CHANNEL_NOTICE_VIEWED: "channel_notice_viewed"; CHANNEL_OPENED: "channel_opened"; CHAT_INPUT_COMPONENT_VIEWED: "chat_input_component_viewed"; CLOSE_TUTORIAL: "close_tutorial"; CONNECTED_ACCOUNT_INITIATED: "connected_account_initiated"; CONNECTED_ACCOUNT_VIEWED: "connected_account_viewed"; CONTACT_SYNC_FLOW_KEY: "relationship_sync_flow"; COPY_INSTANT_INVITE: "copy_instant_invite"; CREATE_GUILD_VIEWED: "create_guild_viewed"; CUSTOM_STATUS_UPDATED: "custom_status_updated"; DISMISS_ALL_TUTORIALS: "dismiss_all_tutorials"; DISPATCH_APPLICATION_UNINSTALLED: "gl_application_uninstalled"; DISPATCH_PATCH_CANCELLED: "gl_patch_cancelled"; DISPATCH_PATCH_COMPLETE: "gl_patch_complete"; DISPATCH_PATCH_FAILED: "gl_patch_failed"; DISPATCH_PATCH_PAUSED: "gl_patch_paused"; DISPATCH_PATCH_STARTED: "gl_patch_started"; DISPATCH_PATCH_VERIFICATION_FAILED: "gl_verification_failed"; DM_LIST_VIEWED: "dm_list_viewed"; DOWNLOAD_APP: "download_app"; ENABLE_NOTIFICATIONS: "enable_notifications"; EXPERIMENT_CUSTOM_EVENT: "experiment_custom_event"; EXPERIMENT_GUILD_TRIGGERED: "experiment_guild_triggered"; EXPERIMENT_USER_TRIGGERED: "experiment_user_triggered"; EXPRESSION_PICKER_TAB_CLICKED: "expression_picker_tab_clicked"; EXTERNAL_DYNAMIC_LINK_RECEIVED: "external_dynamic_link_received"; EXTERNAL_FINGERPRINT_DROPPED: "external_fingerprint_dropped"; FRIENDS_LIST_VIEWED: "friends_list_viewed"; FRIEND_ADD_NEARBY_CONNECTED: "friend_add_nearby_connected"; FRIEND_ADD_VIEWED: "friend_add_viewed"; FRIEND_REQUEST_FAILED: "friend_request_failed"; GAME_NEWS_CHANGED: "game_news_changed"; GAME_NEWS_OPENED: "game_news_opened"; GIFT_CODE_COPIED: "gift_code_copied"; GIFT_CODE_RESOLVED: "gift_code_resolved"; GIFT_CODE_SENT: "gift_code_sent"; GIF_FAVORITED: "gif_favorited"; GIF_UNFAVORITED: "gif_unfavorited"; GUILD_DISCOVERY_EXITED: "guild_discovery_exited"; GUILD_DISCOVERY_GUILD_SELECTED: "guild_discovery_guild_selected"; GUILD_DISCOVERY_VIEWED: "guild_discovery_viewed"; GUILD_INSIGHTS_SETTINGS_CTA_CLICKED: "guild_insights_settings_cta_clicked"; GUILD_OUTAGE_VIEWED: "guild_outage_viewed"; GUILD_SETTINGS_DISCOVERY_UPDATED: "guild_settings_discovery_updated"; GUILD_SETTINGS_DISCOVERY_VIEWED: "guild_settings_discovery_viewed"; GUILD_TEMPLATE_APP_OPENED: "guild_template_app_opened"; GUILD_TEMPLATE_LINK_SENT: "guild_template_link_sent"; GUILD_TEMPLATE_OPENED: "guild_template_opened"; GUILD_TEMPLATE_RESOLVED: "guild_template_resolved"; GUILD_TEMPLATE_SELECTED: "guild_template_selected"; GUILD_VIEWED: "guild_viewed"; GUILD_WELCOME_SCREEN_OPTION_SELECTED: "guild_welcome_screen_option_selected"; GUILD_WELCOME_SCREEN_SETTINGS_UPDATED: "guild_welcome_screen_settings_updated"; HOOK_RESULT: "hook_result"; HOVER_MENU_OPENED: "hover_menu_opened"; INBOX_CHANNEL_ACKED: "inbox_channel_acked"; INBOX_CHANNEL_CLICKED: "inbox_channel_clicked"; INBOX_CHANNEL_COLLAPSED: "inbox_channel_collapsed"; INSTANT_INVITE_SHARED: "instant_invite_shared"; INVITE_APP_INVOKED: "invite_app_invoked"; INVITE_APP_OPENED: "invite_app_opened"; INVITE_LEARN_MORE: "invite_learn_more"; INVITE_LOGIN: "invite_login"; INVITE_LOGIN_SUCCESSFUL: "invite_login_successful"; INVITE_OPENED: "invite_opened"; INVITE_RESOLVED: "resolve_invite"; INVITE_SENT: "invite_sent"; INVITE_SUGGESTION_OPENED: "invite_suggestion_opened"; INVITE_VIEWED: "invite_viewed"; JOIN_GUILD_VIEWED: "join_guild_viewed"; JOIN_VOICE_CHANNEL: "join_voice_channel"; JUMP: "jump"; KEYBOARD_MODE_TOGGLED: "keyboard_mode_toggled"; KEYBOARD_SHORTCUT_USED: "keyboard_shortcut_used"; LAUNCH_GAME: "launch_game"; LEAVE_VOICE_CHANNEL: "leave_voice_channel"; LIBRARY_INSTALL_INITIATED: "library_install_initiated"; LIBRARY_REPAIR_INITIATED: "library_repair_initiated"; LIBRARY_SCANNING_ENABLED: "library_scanning_enabled"; LIBRARY_UNINSTALL_INITIATED: "library_uninstall_initiated"; LIBRARY_VIEWED: "library_viewed"; LOCAL_SETTINGS_UPDATED: "local_settings_updated"; LOGIN_SUCCESSFUL: "login_successful"; LOGIN_VIEWED: "login_viewed"; MEDIA_DEVICE_CHANGED: "media_device_changed"; MEDIA_SESSION_JOINED: "media_session_joined"; MEMBER_LIST_VIEWED: "member_list_viewed"; MESSAGE_REPORTED: "message_reported"; MIC_TESTING_STARTED: "mic_testing_started"; MIC_TESTING_STOPPED: "mic_testing_stopped"; MODAL_DISMISSED: "modal_dismissed"; NAV_DRAWER_OPENED: "nav_drawer_opened"; NETWORKING_PEER_METRICS: "networking_peer_metrics"; NETWORKING_SYSTEM_METRICS: "networking_system_metrics"; NEWS_EDITOR_VIEWED: "news_card_editor_viewed"; NEWS_LINK_COPIED: "news_link_copied"; NEWS_LINK_SHARED: "news_link_shared"; NEWS_UPDATED: "news_card_updated"; NOISE_CANCELLATION_LINK_CLICKED: "noise_cancellation_link_clicked"; NOTIFICATION_CLICKED: "notification_clicked"; NOTIFICATION_RENDERED: "notification_rendered"; NOTIFICATION_SETTINGS_UPDATED: "notification_settings_updated"; NOTIFICATION_VIEWED: "notification_viewed"; NUO_GUILD_DATA: "nuo_guild_info"; NUO_TRANSITION_KEY: "nuo_transition"; OAUTH2_AUTHORIZE_VIEWED: "oauth2_authorize_viewed"; OPEN_MODAL: "open_modal"; OPEN_POPOUT: "open_popout"; OVERLAY_HOOK_RESULT: "overlay_hook_result"; OVERLAY_INITIALIZED: "overlay_initialized"; OVERLAY_LAYOUT_UPDATED: "overlay_layout_updated"; OVERLAY_LOCKED: "overlay_locked"; OVERLAY_PERF_INFO: "overlay_perf_info"; OVERLAY_PIN_TOGGLED: "overlay_pin_toggled"; OVERLAY_SETTINGS_UPDATED: "overlay_settings_updated"; OVERLAY_TOGGLED: "overlay_toggled"; OVERLAY_UNLOCKED: "overlay_unlocked"; PAYMENT_FLOW_COMPLETED: "payment_flow_completed"; PAYMENT_FLOW_FAILED: "payment_flow_failed"; PAYMENT_FLOW_STARTED: "payment_flow_started"; PAYMENT_FLOW_STEP: "payment_flow_step"; PERMISSIONS_ACKED: "permissions_acked"; PERMISSIONS_REQUESTED: "permissions_requested"; PREMIUM_MARKETING_PAGE_EXITED: "premium_marketing_page_exited"; PREMIUM_MARKETING_PAGE_VIEWED: "premium_marketing_page_viewed"; PREMIUM_PROMOTION_OPENED: "premium_promotion_opened"; PREMIUM_UPGRADE_STARTED: "premium_upgrade_started"; PROMOTION_VIEWED: "promotion_viewed"; QUICKSWITCHER_CLOSED: "quickswitcher_closed"; QUICKSWITCHER_OPENED: "quickswitcher_opened"; QUICKSWITCHER_RESULT_SELECTED: "quickswitcher_result_selected"; READY_PAYLOAD_RECEIVED: "ready_payload_received"; REGISTER_VIEWED: "register_viewed"; REPLY_STARTED: "reply_started"; RICH_CHAT_TEXT_BOX_TOGGLED: "rich_chat_text_box_toggled"; SCREENSHARE_FAILED: "screenshare_failed"; SCREENSHARE_FINISHED: "screenshare_finished"; SEARCH_CLOSED: "search_closed"; SEARCH_OPENED: "search_opened"; SEARCH_RESULT_EXPANDED: "search_result_expanded"; SEARCH_RESULT_SELECTED: "search_result_selected"; SEARCH_RESULT_SORT_CHANGED: "search_result_sort_changed"; SEARCH_RESULT_VIEWED: "search_result_viewed"; SEARCH_STARTED: "search_started"; SERVER_SETUP_CTA_CLICKED: "server_setup_cta_clicked"; SETTINGS_PANE_VIEWED: "settings_pane_viewed"; SHOW_TUTORIAL: "show_tutorial"; SLASH_COMMAND_USED: "slash_command_used"; SOUNDSHARE_ATTACHED: "soundshare_attached"; SOUNDSHARE_FAILED: "soundshare_failed"; SOUNDSHARE_TRANSMITTING: "soundshare_transmitting"; SPOTIFY_AUTO_PAUSED: "spotify_auto_paused"; SPOTIFY_BUTTON_CLICKED: "spotify_button_clicked"; SPOTIFY_LISTEN_ALONG_ENDED: "spotify_listen_along_ended"; SPOTIFY_LISTEN_ALONG_STARTED: "spotify_listen_along_started"; START_LISTENING: "start_listening"; START_SPEAKING: "start_speaking"; STORE_DIRECTORY_BROWSE_VIEWED: "store_directory_browse_viewed"; STORE_DIRECTORY_EXITED: "store_directory_exited"; STORE_DIRECTORY_FILTER_UPDATED: "store_directory_filter_updated"; STORE_DIRECTORY_HERO_VIEWED: "store_directory_hero_viewed"; STORE_DIRECTORY_VIEWED: "store_directory_viewed"; STORE_LISTING_EXITED: "store_listing_exited"; STORE_LISTING_MEDIA_SCROLLED: "store_listing_media_scrolled"; STORE_LISTING_VIEWED: "store_listing_viewed"; STREAMER_MODE_TOGGLE: "streamer_mode_toggle"; STREAM_REPORT_PROBLEM: "stream_report_problem"; STREAM_WARNING_TRIGGERED: "stream_warning_triggered"; TEXT_COPIED: "text_copied"; TEXT_SHARED: "text_shared"; UPDATE_STREAMER_MODE_SETTINGS: "update_streamer_mode_settings"; USER_ATTRIBUTION_RECEIVED: "user_attribution_received"; USER_AVATAR_UPDATED: "user_avatar_updated"; USER_SETTINGS_KEYBIND_UPDATED: "user_settings_keybind_updated"; VERIFY_ACCOUNT_APP_OPENED: "verify_account_app_opened"; VIDEOHOOK_INITIALIZED: "videohook_initialized"; VIDEO_INPUT_TOGGLED: "video_input_toggled"; VIDEO_LAYOUT_TOGGLED: "video_layout_toggled"; VIDEO_STREAM_ENDED: "video_stream_ended"; VIDEO_STREAM_STARTED: "video_stream_started"; VOICE_CHANNEL_SELECTED: "voice_channel_selected"; VOICE_CONNECTION_FAILURE: "voice_connection_failure"; VOICE_CONNECTION_SUCCESS: "voice_connection_success"; VOICE_DISCONNECT: "voice_disconnect"; VOICE_PROCESSING: "voice_processing"; VOICE_WATCHDOG_TIMEOUT: "voice_watchdog_timeout" }
+ +
+

Type declaration

+
    +
  • +
    ACCOUNT_LINK_FAILED: "account_link_failed"
    +
  • +
  • +
    ACCOUNT_LINK_STEP: "account_link_step"
    +
  • +
  • +
    ACK_MESSAGES: "ack_messages"
    +
  • +
  • +
    ACTIVITY_FEED_CUSTOMIZATION_OPENED: "af_customization_opened"
    +
  • +
  • +
    ACTIVITY_FEED_CUSTOMIZATION_SAVED: "af_customization_saved"
    +
  • +
  • +
    ACTIVITY_FEED_DM_VISITED: "af_dm_visited"
    +
  • +
  • +
    ACTIVITY_FEED_GUILD_VISITED: "af_guild_visited"
    +
  • +
  • +
    ACTIVITY_FEED_VOICE_CHANNEL_VISITED: "af_voice_channel_visited"
    +
  • +
  • +
    ACTIVITY_UPDATED: "activity_updated"
    +
  • +
  • +
    AGE_GATE_SUBMITTED: "age_gate_submitted"
    +
  • +
  • +
    APPLICATION_OPENED: "application_opened"
    +
  • +
  • +
    APPLICATION_SETTINGS_UPDATED: "application_settings_updated"
    +
  • +
  • +
    APP_CRASHED: "app_crashed"
    +
  • +
  • +
    APP_LANDING_VIEWED: "app_landing_viewed"
    +
  • +
  • +
    APP_LAUNCH_COMPLETED: "app_launch_completed"
    +
  • +
  • +
    APP_MODULES_UPDATED: "app_modules_updated"
    +
  • +
  • +
    APP_NOTICE_CLOSED: "app_notice_closed"
    +
  • +
  • +
    APP_NOTICE_VIEWED: "app_notice_viewed"
    +
  • +
  • +
    APP_OPENED: "app_opened"
    +
  • +
  • +
    APP_UI_VIEWED: "app_ui_viewed"
    +
  • +
  • +
    AUTHORIZED_APP_CONNECTED: "authorized_app_connected"
    +
  • +
  • +
    BROWSER_HANDOFF_SUCCEEDED: "browser_handoff_succeeded"
    +
  • +
  • +
    CALL_REPORT_PROBLEM: "call_report_problem"
    +
  • +
  • +
    CHANGE_LOG_CLOSED: "change_log_closed"
    +
  • +
  • +
    CHANGE_LOG_CTA_CLICKED: "change_log_cta_clicked"
    +
  • +
  • +
    CHANGE_LOG_OPENED: "change_log_opened"
    +
  • +
  • +
    CHANNEL_MEMBER_KICKED: "channel_member_kicked"
    +
  • +
  • +
    CHANNEL_NOTICE_CLOSED: "channel_notice_closed"
    +
  • +
  • +
    CHANNEL_NOTICE_CTA_CLICKED: "channel_notice_cta_clicked"
    +
  • +
  • +
    CHANNEL_NOTICE_VIEWED: "channel_notice_viewed"
    +
  • +
  • +
    CHANNEL_OPENED: "channel_opened"
    +
  • +
  • +
    CHAT_INPUT_COMPONENT_VIEWED: "chat_input_component_viewed"
    +
  • +
  • +
    CLOSE_TUTORIAL: "close_tutorial"
    +
  • +
  • +
    CONNECTED_ACCOUNT_INITIATED: "connected_account_initiated"
    +
  • +
  • +
    CONNECTED_ACCOUNT_VIEWED: "connected_account_viewed"
    +
  • +
  • +
    CONTACT_SYNC_FLOW_KEY: "relationship_sync_flow"
    +
  • +
  • +
    COPY_INSTANT_INVITE: "copy_instant_invite"
    +
  • +
  • +
    CREATE_GUILD_VIEWED: "create_guild_viewed"
    +
  • +
  • +
    CUSTOM_STATUS_UPDATED: "custom_status_updated"
    +
  • +
  • +
    DISMISS_ALL_TUTORIALS: "dismiss_all_tutorials"
    +
  • +
  • +
    DISPATCH_APPLICATION_UNINSTALLED: "gl_application_uninstalled"
    +
  • +
  • +
    DISPATCH_PATCH_CANCELLED: "gl_patch_cancelled"
    +
  • +
  • +
    DISPATCH_PATCH_COMPLETE: "gl_patch_complete"
    +
  • +
  • +
    DISPATCH_PATCH_FAILED: "gl_patch_failed"
    +
  • +
  • +
    DISPATCH_PATCH_PAUSED: "gl_patch_paused"
    +
  • +
  • +
    DISPATCH_PATCH_STARTED: "gl_patch_started"
    +
  • +
  • +
    DISPATCH_PATCH_VERIFICATION_FAILED: "gl_verification_failed"
    +
  • +
  • +
    DM_LIST_VIEWED: "dm_list_viewed"
    +
  • +
  • +
    DOWNLOAD_APP: "download_app"
    +
  • +
  • +
    ENABLE_NOTIFICATIONS: "enable_notifications"
    +
  • +
  • +
    EXPERIMENT_CUSTOM_EVENT: "experiment_custom_event"
    +
  • +
  • +
    EXPERIMENT_GUILD_TRIGGERED: "experiment_guild_triggered"
    +
  • +
  • +
    EXPERIMENT_USER_TRIGGERED: "experiment_user_triggered"
    +
  • +
  • +
    EXPRESSION_PICKER_TAB_CLICKED: "expression_picker_tab_clicked"
    +
  • +
  • +
    EXTERNAL_DYNAMIC_LINK_RECEIVED: "external_dynamic_link_received"
    +
  • +
  • +
    EXTERNAL_FINGERPRINT_DROPPED: "external_fingerprint_dropped"
    +
  • +
  • +
    FRIENDS_LIST_VIEWED: "friends_list_viewed"
    +
  • +
  • +
    FRIEND_ADD_NEARBY_CONNECTED: "friend_add_nearby_connected"
    +
  • +
  • +
    FRIEND_ADD_VIEWED: "friend_add_viewed"
    +
  • +
  • +
    FRIEND_REQUEST_FAILED: "friend_request_failed"
    +
  • +
  • +
    GAME_NEWS_CHANGED: "game_news_changed"
    +
  • +
  • +
    GAME_NEWS_OPENED: "game_news_opened"
    +
  • +
  • +
    GIFT_CODE_COPIED: "gift_code_copied"
    +
  • +
  • +
    GIFT_CODE_RESOLVED: "gift_code_resolved"
    +
  • +
  • +
    GIFT_CODE_SENT: "gift_code_sent"
    +
  • +
  • +
    GIF_FAVORITED: "gif_favorited"
    +
  • +
  • +
    GIF_UNFAVORITED: "gif_unfavorited"
    +
  • +
  • +
    GUILD_DISCOVERY_EXITED: "guild_discovery_exited"
    +
  • +
  • +
    GUILD_DISCOVERY_GUILD_SELECTED: "guild_discovery_guild_selected"
    +
  • +
  • +
    GUILD_DISCOVERY_VIEWED: "guild_discovery_viewed"
    +
  • +
  • +
    GUILD_INSIGHTS_SETTINGS_CTA_CLICKED: "guild_insights_settings_cta_clicked"
    +
  • +
  • +
    GUILD_OUTAGE_VIEWED: "guild_outage_viewed"
    +
  • +
  • +
    GUILD_SETTINGS_DISCOVERY_UPDATED: "guild_settings_discovery_updated"
    +
  • +
  • +
    GUILD_SETTINGS_DISCOVERY_VIEWED: "guild_settings_discovery_viewed"
    +
  • +
  • +
    GUILD_TEMPLATE_APP_OPENED: "guild_template_app_opened"
    +
  • +
  • +
    GUILD_TEMPLATE_LINK_SENT: "guild_template_link_sent"
    +
  • +
  • +
    GUILD_TEMPLATE_OPENED: "guild_template_opened"
    +
  • +
  • +
    GUILD_TEMPLATE_RESOLVED: "guild_template_resolved"
    +
  • +
  • +
    GUILD_TEMPLATE_SELECTED: "guild_template_selected"
    +
  • +
  • +
    GUILD_VIEWED: "guild_viewed"
    +
  • +
  • +
    GUILD_WELCOME_SCREEN_OPTION_SELECTED: "guild_welcome_screen_option_selected"
    +
  • +
  • +
    GUILD_WELCOME_SCREEN_SETTINGS_UPDATED: "guild_welcome_screen_settings_updated"
    +
  • +
  • +
    HOOK_RESULT: "hook_result"
    +
  • +
  • +
    HOVER_MENU_OPENED: "hover_menu_opened"
    +
  • +
  • +
    INBOX_CHANNEL_ACKED: "inbox_channel_acked"
    +
  • +
  • +
    INBOX_CHANNEL_CLICKED: "inbox_channel_clicked"
    +
  • +
  • +
    INBOX_CHANNEL_COLLAPSED: "inbox_channel_collapsed"
    +
  • +
  • +
    INSTANT_INVITE_SHARED: "instant_invite_shared"
    +
  • +
  • +
    INVITE_APP_INVOKED: "invite_app_invoked"
    +
  • +
  • +
    INVITE_APP_OPENED: "invite_app_opened"
    +
  • +
  • +
    INVITE_LEARN_MORE: "invite_learn_more"
    +
  • +
  • +
    INVITE_LOGIN: "invite_login"
    +
  • +
  • +
    INVITE_LOGIN_SUCCESSFUL: "invite_login_successful"
    +
  • +
  • +
    INVITE_OPENED: "invite_opened"
    +
  • +
  • +
    INVITE_RESOLVED: "resolve_invite"
    +
  • +
  • +
    INVITE_SENT: "invite_sent"
    +
  • +
  • +
    INVITE_SUGGESTION_OPENED: "invite_suggestion_opened"
    +
  • +
  • +
    INVITE_VIEWED: "invite_viewed"
    +
  • +
  • +
    JOIN_GUILD_VIEWED: "join_guild_viewed"
    +
  • +
  • +
    JOIN_VOICE_CHANNEL: "join_voice_channel"
    +
  • +
  • +
    JUMP: "jump"
    +
  • +
  • +
    KEYBOARD_MODE_TOGGLED: "keyboard_mode_toggled"
    +
  • +
  • +
    KEYBOARD_SHORTCUT_USED: "keyboard_shortcut_used"
    +
  • +
  • +
    LAUNCH_GAME: "launch_game"
    +
  • +
  • +
    LEAVE_VOICE_CHANNEL: "leave_voice_channel"
    +
  • +
  • +
    LIBRARY_INSTALL_INITIATED: "library_install_initiated"
    +
  • +
  • +
    LIBRARY_REPAIR_INITIATED: "library_repair_initiated"
    +
  • +
  • +
    LIBRARY_SCANNING_ENABLED: "library_scanning_enabled"
    +
  • +
  • +
    LIBRARY_UNINSTALL_INITIATED: "library_uninstall_initiated"
    +
  • +
  • +
    LIBRARY_VIEWED: "library_viewed"
    +
  • +
  • +
    LOCAL_SETTINGS_UPDATED: "local_settings_updated"
    +
  • +
  • +
    LOGIN_SUCCESSFUL: "login_successful"
    +
  • +
  • +
    LOGIN_VIEWED: "login_viewed"
    +
  • +
  • +
    MEDIA_DEVICE_CHANGED: "media_device_changed"
    +
  • +
  • +
    MEDIA_SESSION_JOINED: "media_session_joined"
    +
  • +
  • +
    MEMBER_LIST_VIEWED: "member_list_viewed"
    +
  • +
  • +
    MESSAGE_REPORTED: "message_reported"
    +
  • +
  • +
    MIC_TESTING_STARTED: "mic_testing_started"
    +
  • +
  • +
    MIC_TESTING_STOPPED: "mic_testing_stopped"
    +
  • +
  • +
    MODAL_DISMISSED: "modal_dismissed"
    +
  • +
  • +
    NAV_DRAWER_OPENED: "nav_drawer_opened"
    +
  • +
  • +
    NETWORKING_PEER_METRICS: "networking_peer_metrics"
    +
  • +
  • +
    NETWORKING_SYSTEM_METRICS: "networking_system_metrics"
    +
  • +
  • +
    NEWS_EDITOR_VIEWED: "news_card_editor_viewed"
    +
  • +
  • +
    NEWS_LINK_COPIED: "news_link_copied"
    +
  • +
  • +
    NEWS_LINK_SHARED: "news_link_shared"
    +
  • +
  • +
    NEWS_UPDATED: "news_card_updated"
    +
  • +
  • +
    NOISE_CANCELLATION_LINK_CLICKED: "noise_cancellation_link_clicked"
    +
  • +
  • +
    NOTIFICATION_CLICKED: "notification_clicked"
    +
  • +
  • +
    NOTIFICATION_RENDERED: "notification_rendered"
    +
  • +
  • +
    NOTIFICATION_SETTINGS_UPDATED: "notification_settings_updated"
    +
  • +
  • +
    NOTIFICATION_VIEWED: "notification_viewed"
    +
  • +
  • +
    NUO_GUILD_DATA: "nuo_guild_info"
    +
  • +
  • +
    NUO_TRANSITION_KEY: "nuo_transition"
    +
  • +
  • +
    OAUTH2_AUTHORIZE_VIEWED: "oauth2_authorize_viewed"
    +
  • +
  • +
    OPEN_MODAL: "open_modal"
    +
  • +
  • +
    OPEN_POPOUT: "open_popout"
    +
  • +
  • +
    OVERLAY_HOOK_RESULT: "overlay_hook_result"
    +
  • +
  • +
    OVERLAY_INITIALIZED: "overlay_initialized"
    +
  • +
  • +
    OVERLAY_LAYOUT_UPDATED: "overlay_layout_updated"
    +
  • +
  • +
    OVERLAY_LOCKED: "overlay_locked"
    +
  • +
  • +
    OVERLAY_PERF_INFO: "overlay_perf_info"
    +
  • +
  • +
    OVERLAY_PIN_TOGGLED: "overlay_pin_toggled"
    +
  • +
  • +
    OVERLAY_SETTINGS_UPDATED: "overlay_settings_updated"
    +
  • +
  • +
    OVERLAY_TOGGLED: "overlay_toggled"
    +
  • +
  • +
    OVERLAY_UNLOCKED: "overlay_unlocked"
    +
  • +
  • +
    PAYMENT_FLOW_COMPLETED: "payment_flow_completed"
    +
  • +
  • +
    PAYMENT_FLOW_FAILED: "payment_flow_failed"
    +
  • +
  • +
    PAYMENT_FLOW_STARTED: "payment_flow_started"
    +
  • +
  • +
    PAYMENT_FLOW_STEP: "payment_flow_step"
    +
  • +
  • +
    PERMISSIONS_ACKED: "permissions_acked"
    +
  • +
  • +
    PERMISSIONS_REQUESTED: "permissions_requested"
    +
  • +
  • +
    PREMIUM_MARKETING_PAGE_EXITED: "premium_marketing_page_exited"
    +
  • +
  • +
    PREMIUM_MARKETING_PAGE_VIEWED: "premium_marketing_page_viewed"
    +
  • +
  • +
    PREMIUM_PROMOTION_OPENED: "premium_promotion_opened"
    +
  • +
  • +
    PREMIUM_UPGRADE_STARTED: "premium_upgrade_started"
    +
  • +
  • +
    PROMOTION_VIEWED: "promotion_viewed"
    +
  • +
  • +
    QUICKSWITCHER_CLOSED: "quickswitcher_closed"
    +
  • +
  • +
    QUICKSWITCHER_OPENED: "quickswitcher_opened"
    +
  • +
  • +
    QUICKSWITCHER_RESULT_SELECTED: "quickswitcher_result_selected"
    +
  • +
  • +
    READY_PAYLOAD_RECEIVED: "ready_payload_received"
    +
  • +
  • +
    REGISTER_VIEWED: "register_viewed"
    +
  • +
  • +
    REPLY_STARTED: "reply_started"
    +
  • +
  • +
    RICH_CHAT_TEXT_BOX_TOGGLED: "rich_chat_text_box_toggled"
    +
  • +
  • +
    SCREENSHARE_FAILED: "screenshare_failed"
    +
  • +
  • +
    SCREENSHARE_FINISHED: "screenshare_finished"
    +
  • +
  • +
    SEARCH_CLOSED: "search_closed"
    +
  • +
  • +
    SEARCH_OPENED: "search_opened"
    +
  • +
  • +
    SEARCH_RESULT_EXPANDED: "search_result_expanded"
    +
  • +
  • +
    SEARCH_RESULT_SELECTED: "search_result_selected"
    +
  • +
  • +
    SEARCH_RESULT_SORT_CHANGED: "search_result_sort_changed"
    +
  • +
  • +
    SEARCH_RESULT_VIEWED: "search_result_viewed"
    +
  • +
  • +
    SEARCH_STARTED: "search_started"
    +
  • +
  • +
    SERVER_SETUP_CTA_CLICKED: "server_setup_cta_clicked"
    +
  • +
  • +
    SETTINGS_PANE_VIEWED: "settings_pane_viewed"
    +
  • +
  • +
    SHOW_TUTORIAL: "show_tutorial"
    +
  • +
  • +
    SLASH_COMMAND_USED: "slash_command_used"
    +
  • +
  • +
    SOUNDSHARE_ATTACHED: "soundshare_attached"
    +
  • +
  • +
    SOUNDSHARE_FAILED: "soundshare_failed"
    +
  • +
  • +
    SOUNDSHARE_TRANSMITTING: "soundshare_transmitting"
    +
  • +
  • +
    SPOTIFY_AUTO_PAUSED: "spotify_auto_paused"
    +
  • +
  • +
    SPOTIFY_BUTTON_CLICKED: "spotify_button_clicked"
    +
  • +
  • +
    SPOTIFY_LISTEN_ALONG_ENDED: "spotify_listen_along_ended"
    +
  • +
  • +
    SPOTIFY_LISTEN_ALONG_STARTED: "spotify_listen_along_started"
    +
  • +
  • +
    START_LISTENING: "start_listening"
    +
  • +
  • +
    START_SPEAKING: "start_speaking"
    +
  • +
  • +
    STORE_DIRECTORY_BROWSE_VIEWED: "store_directory_browse_viewed"
    +
  • +
  • +
    STORE_DIRECTORY_EXITED: "store_directory_exited"
    +
  • +
  • +
    STORE_DIRECTORY_FILTER_UPDATED: "store_directory_filter_updated"
    +
  • +
  • +
    STORE_DIRECTORY_HERO_VIEWED: "store_directory_hero_viewed"
    +
  • +
  • +
    STORE_DIRECTORY_VIEWED: "store_directory_viewed"
    +
  • +
  • +
    STORE_LISTING_EXITED: "store_listing_exited"
    +
  • +
  • +
    STORE_LISTING_MEDIA_SCROLLED: "store_listing_media_scrolled"
    +
  • +
  • +
    STORE_LISTING_VIEWED: "store_listing_viewed"
    +
  • +
  • +
    STREAMER_MODE_TOGGLE: "streamer_mode_toggle"
    +
  • +
  • +
    STREAM_REPORT_PROBLEM: "stream_report_problem"
    +
  • +
  • +
    STREAM_WARNING_TRIGGERED: "stream_warning_triggered"
    +
  • +
  • +
    TEXT_COPIED: "text_copied"
    +
  • +
  • +
    TEXT_SHARED: "text_shared"
    +
  • +
  • +
    UPDATE_STREAMER_MODE_SETTINGS: "update_streamer_mode_settings"
    +
  • +
  • +
    USER_ATTRIBUTION_RECEIVED: "user_attribution_received"
    +
  • +
  • +
    USER_AVATAR_UPDATED: "user_avatar_updated"
    +
  • +
  • +
    USER_SETTINGS_KEYBIND_UPDATED: "user_settings_keybind_updated"
    +
  • +
  • +
    VERIFY_ACCOUNT_APP_OPENED: "verify_account_app_opened"
    +
  • +
  • +
    VIDEOHOOK_INITIALIZED: "videohook_initialized"
    +
  • +
  • +
    VIDEO_INPUT_TOGGLED: "video_input_toggled"
    +
  • +
  • +
    VIDEO_LAYOUT_TOGGLED: "video_layout_toggled"
    +
  • +
  • +
    VIDEO_STREAM_ENDED: "video_stream_ended"
    +
  • +
  • +
    VIDEO_STREAM_STARTED: "video_stream_started"
    +
  • +
  • +
    VOICE_CHANNEL_SELECTED: "voice_channel_selected"
    +
  • +
  • +
    VOICE_CONNECTION_FAILURE: "voice_connection_failure"
    +
  • +
  • +
    VOICE_CONNECTION_SUCCESS: "voice_connection_success"
    +
  • +
  • +
    VOICE_DISCONNECT: "voice_disconnect"
    +
  • +
  • +
    VOICE_PROCESSING: "voice_processing"
    +
  • +
  • +
    VOICE_WATCHDOG_TIMEOUT: "voice_watchdog_timeout"
    +
  • +
+
+
+
+ +

AnalyticsGameOpenTypes

+
AnalyticsGameOpenTypes: { ASK_TO_JOIN: "ask to join"; JOIN: "join"; LAUNCH: "launch"; SPECTATE: "spectate" }
+ +
+

Type declaration

+
    +
  • +
    ASK_TO_JOIN: "ask to join"
    +
  • +
  • +
    JOIN: "join"
    +
  • +
  • +
    LAUNCH: "launch"
    +
  • +
  • +
    SPECTATE: "spectate"
    +
  • +
+
+
+
+ +

AnalyticsLocations

+
AnalyticsLocations: { ACTIVITY_PANEL: "Activity Panel"; ADD_FRIENDS_TO_DM: "Add Friends to DM"; APPLICATION_CONTEXT_MENU_PLAY: "Application Context Menu Play"; APPLICATION_CONTEXT_MENU_TOGGLE_INSTALL: "Application Context Menu Toggle Install"; APPLICATION_LIBRARY: "Application Library"; APPLICATION_LIBRARY_UPDATES: "Application Library Updates"; APPLICATION_STORE: "Application Store"; APPLICATION_STORE_HEADER: "Application Store Header"; APPLICATION_STORE_HERO: "Application Store Hero"; APPLICATION_STORE_LISTING_BACK_BUTTON: "Application Store Listing Back Button"; APPLICATION_STORE_LISTING_DETAILS: "Application Store Listing Details"; APPLICATION_STORE_PAYMENT_MODAL: "Application Store Purchase Modal"; APPLICATION_STORE_PREMIUM_CAROUSEL: "Application Store Premium Carousel"; APPLICATION_STORE_RELATED_CONTENT: "Application Store Related Content"; APPLICATION_STORE_TILE: "Application Store Tile"; APPLICATION_STORE_WARNING: "Application Store Warning"; APPLICATION_TEST_MODE_NOTICE: "Application Test Mode Notice"; CAROUSEL_PROMOTION_UNIT: "Carousel Promotion Unit"; CREATE_JOIN_GUILD_MODAL: "Create or Join Guild Modal"; GAME_MODAL: "Game Modal"; GAME_POPOUT: "Game Popout"; GO_LIVE_MODAL: "Go Live Modal"; GUILD_CREATE_INVITE_SUGGESTION: "Guild Create Invite Suggestion"; HOME_BUTTON: "Home Button"; HOME_NAVIGATION: "Home Navigation"; INTENT_DISCOVERY: "Intent Discovery"; IN_APPLICATION_PURCHASE_FALLBACK: "In-Application Purchase - App"; IN_APPLICATION_PURCHASE_OVERLAY: "In-Application Purchase - Overlay"; LARGE_SERVER_INTENT_DISCOVERY: "Large Game Server Intent Discovery"; LOCKED_OVERLAY: "Locked Overlay"; MESSAGE_EMBED: "Message Embed"; OVERLAY_NUDGE: "Overlay Nudge"; PROFILE_POPOUT: "Profile Popout"; PROMOTION_CARD: "Promotion Card"; QUICK_LAUNCHER: "Quick Launcher"; QUICK_SWITCHER: "Quick Switcher"; REGISTRATION: "Registration"; SHARE_NEWS_MODAL: "Share News Modal"; STREAM: "Stream"; TRAY_CONTEXT_MENU: "Tray Context Menu"; UNLOCKED_OVERLAY: "Unlocked Overlay"; URI_SCHEME: "URI Scheme"; VOICE_PANEL: "Voice Panel" }
+ +
+

Type declaration

+
    +
  • +
    ACTIVITY_PANEL: "Activity Panel"
    +
  • +
  • +
    ADD_FRIENDS_TO_DM: "Add Friends to DM"
    +
  • +
  • +
    APPLICATION_CONTEXT_MENU_PLAY: "Application Context Menu Play"
    +
  • +
  • +
    APPLICATION_CONTEXT_MENU_TOGGLE_INSTALL: "Application Context Menu Toggle Install"
    +
  • +
  • +
    APPLICATION_LIBRARY: "Application Library"
    +
  • +
  • +
    APPLICATION_LIBRARY_UPDATES: "Application Library Updates"
    +
  • +
  • +
    APPLICATION_STORE: "Application Store"
    +
  • +
  • +
    APPLICATION_STORE_HEADER: "Application Store Header"
    +
  • +
  • +
    APPLICATION_STORE_HERO: "Application Store Hero"
    +
  • +
  • +
    APPLICATION_STORE_LISTING_BACK_BUTTON: "Application Store Listing Back Button"
    +
  • +
  • +
    APPLICATION_STORE_LISTING_DETAILS: "Application Store Listing Details"
    +
  • +
  • +
    APPLICATION_STORE_PAYMENT_MODAL: "Application Store Purchase Modal"
    +
  • +
  • +
    APPLICATION_STORE_PREMIUM_CAROUSEL: "Application Store Premium Carousel"
    +
  • +
  • +
    APPLICATION_STORE_RELATED_CONTENT: "Application Store Related Content"
    +
  • +
  • +
    APPLICATION_STORE_TILE: "Application Store Tile"
    +
  • +
  • +
    APPLICATION_STORE_WARNING: "Application Store Warning"
    +
  • +
  • +
    APPLICATION_TEST_MODE_NOTICE: "Application Test Mode Notice"
    +
  • +
  • +
    CAROUSEL_PROMOTION_UNIT: "Carousel Promotion Unit"
    +
  • +
  • +
    CREATE_JOIN_GUILD_MODAL: "Create or Join Guild Modal"
    +
  • +
  • +
    GAME_MODAL: "Game Modal"
    +
  • +
  • +
    GAME_POPOUT: "Game Popout"
    +
  • +
  • +
    GO_LIVE_MODAL: "Go Live Modal"
    +
  • +
  • +
    GUILD_CREATE_INVITE_SUGGESTION: "Guild Create Invite Suggestion"
    +
  • +
  • +
    HOME_BUTTON: "Home Button"
    +
  • +
  • +
    HOME_NAVIGATION: "Home Navigation"
    +
  • +
  • +
    INTENT_DISCOVERY: "Intent Discovery"
    +
  • +
  • +
    IN_APPLICATION_PURCHASE_FALLBACK: "In-Application Purchase - App"
    +
  • +
  • +
    IN_APPLICATION_PURCHASE_OVERLAY: "In-Application Purchase - Overlay"
    +
  • +
  • +
    LARGE_SERVER_INTENT_DISCOVERY: "Large Game Server Intent Discovery"
    +
  • +
  • +
    LOCKED_OVERLAY: "Locked Overlay"
    +
  • +
  • +
    MESSAGE_EMBED: "Message Embed"
    +
  • +
  • +
    OVERLAY_NUDGE: "Overlay Nudge"
    +
  • +
  • +
    PROFILE_POPOUT: "Profile Popout"
    +
  • +
  • +
    PROMOTION_CARD: "Promotion Card"
    +
  • +
  • +
    QUICK_LAUNCHER: "Quick Launcher"
    +
  • +
  • +
    QUICK_SWITCHER: "Quick Switcher"
    +
  • +
  • +
    REGISTRATION: "Registration"
    +
  • +
  • +
    SHARE_NEWS_MODAL: "Share News Modal"
    +
  • +
  • +
    STREAM: "Stream"
    +
  • +
  • +
    TRAY_CONTEXT_MENU: "Tray Context Menu"
    +
  • +
  • +
    UNLOCKED_OVERLAY: "Unlocked Overlay"
    +
  • +
  • +
    URI_SCHEME: "URI Scheme"
    +
  • +
  • +
    VOICE_PANEL: "Voice Panel"
    +
  • +
+
+
+
+ +

AnalyticsObjectTypes

+
AnalyticsObjectTypes: { BOX_ART: "box_art"; BUY: "buy"; GIFT: "gift"; PERK: "perk"; TIER_1: "tier_1"; TIER_2: "tier_2"; TIER_3: "tier_3"; TRIAL: "trial" }
+ +
+

Type declaration

+
    +
  • +
    BOX_ART: "box_art"
    +
  • +
  • +
    BUY: "buy"
    +
  • +
  • +
    GIFT: "gift"
    +
  • +
  • +
    PERK: "perk"
    +
  • +
  • +
    TIER_1: "tier_1"
    +
  • +
  • +
    TIER_2: "tier_2"
    +
  • +
  • +
    TIER_3: "tier_3"
    +
  • +
  • +
    TRIAL: "trial"
    +
  • +
+
+
+
+ +

AnalyticsObjects

+
AnalyticsObjects: { ALTERNATIVE_SKU: "Alternative Sku"; AVATAR: "Avatar"; BADGE: "Badge"; BUTTON_BACK: "Button Back"; BUTTON_BROWSE: "Button Browse"; BUTTON_CTA: "Button CTA"; BUTTON_HOME: "Button Home"; BUTTON_ICON: "Button Icon"; CARD: "Card"; CAROUSEL: "Carousel"; CHANNEL: "Channel"; CONTEXT_MENU: "Context Menu"; HOVER_MENU: "Hover Menu"; LIST_ITEM: "List Item"; MENU_LINK: "Menu Link"; NAVIGATION_LINK: "Nav Link"; SEARCH: "Search"; SUBSCRIBE_TO_TIER_BUTTON: "Subscribe up to Tier Button"; TOOLTIP: "Tooltip"; WEB_URL: "Web URL" }
+ +
+

Type declaration

+
    +
  • +
    ALTERNATIVE_SKU: "Alternative Sku"
    +
  • +
  • +
    AVATAR: "Avatar"
    +
  • +
  • +
    BADGE: "Badge"
    +
  • +
  • +
    BUTTON_BACK: "Button Back"
    +
  • +
  • +
    BUTTON_BROWSE: "Button Browse"
    +
  • +
  • +
    BUTTON_CTA: "Button CTA"
    +
  • +
  • +
    BUTTON_HOME: "Button Home"
    +
  • +
  • +
    BUTTON_ICON: "Button Icon"
    +
  • +
  • +
    CARD: "Card"
    +
  • +
  • +
    CAROUSEL: "Carousel"
    +
  • +
  • +
    CHANNEL: "Channel"
    +
  • +
  • +
    CONTEXT_MENU: "Context Menu"
    +
  • +
  • +
    HOVER_MENU: "Hover Menu"
    +
  • +
  • +
    LIST_ITEM: "List Item"
    +
  • +
  • +
    MENU_LINK: "Menu Link"
    +
  • +
  • +
    NAVIGATION_LINK: "Nav Link"
    +
  • +
  • +
    SEARCH: "Search"
    +
  • +
  • +
    SUBSCRIBE_TO_TIER_BUTTON: "Subscribe up to Tier Button"
    +
  • +
  • +
    TOOLTIP: "Tooltip"
    +
  • +
  • +
    WEB_URL: "Web URL"
    +
  • +
+
+
+
+ +

AnalyticsOverlayLocations

+
AnalyticsOverlayLocations: { OVERLAY_LOCKED_ACTIVATED: "overlay_locked_activated"; OVERLAY_UNLOCKED: "overlay_unlocked"; OVERLAY_UNLOCKED_PINNED: "overlay_unlocked_pinned" }
+ +
+

Type declaration

+
    +
  • +
    OVERLAY_LOCKED_ACTIVATED: "overlay_locked_activated"
    +
  • +
  • +
    OVERLAY_UNLOCKED: "overlay_unlocked"
    +
  • +
  • +
    OVERLAY_UNLOCKED_PINNED: "overlay_unlocked_pinned"
    +
  • +
+
+
+
+ +

AnalyticsPages

+
AnalyticsPages: { AUTH: "Auth"; CHANNEL_STORE_LISTING: "Channel Store Listing"; DIRECT: "Direct"; DISCOVER_HOMEPAGE: "Discover Homepage"; DM_CHANNEL: "DM Channel"; FRIENDS_LIST: "Friends List"; GUILD_CHANNEL: "Guild Channel"; GUILD_DISCOVERY: "Guild Discovery"; IN_APP: "In App"; LIBRARY: "Library"; LIBRARY_SETTINGS: "Library Settings"; NSFW_CHANNEL: "NSFW Channel"; PREMIUM_GUILD_USER_MODAL: "User-Facing Premium Guild Subscription Fullscreen Modal"; PUBLIC_GUILD: "Public Guild"; QUICK_SWITCHER: "Quick Switcher"; STORE_DIRECTORY_BROWSE: "Store Directory Browse"; STORE_DIRECTORY_HOME: "Store Directory Home"; STORE_LISTING: "Store Listing"; USER_PROFILE: "User Profile"; USER_SETTINGS: "User Settings" }
+ +
+

Type declaration

+
    +
  • +
    AUTH: "Auth"
    +
  • +
  • +
    CHANNEL_STORE_LISTING: "Channel Store Listing"
    +
  • +
  • +
    DIRECT: "Direct"
    +
  • +
  • +
    DISCOVER_HOMEPAGE: "Discover Homepage"
    +
  • +
  • +
    DM_CHANNEL: "DM Channel"
    +
  • +
  • +
    FRIENDS_LIST: "Friends List"
    +
  • +
  • +
    GUILD_CHANNEL: "Guild Channel"
    +
  • +
  • +
    GUILD_DISCOVERY: "Guild Discovery"
    +
  • +
  • +
    IN_APP: "In App"
    +
  • +
  • +
    LIBRARY: "Library"
    +
  • +
  • +
    LIBRARY_SETTINGS: "Library Settings"
    +
  • +
  • +
    NSFW_CHANNEL: "NSFW Channel"
    +
  • +
  • +
    PREMIUM_GUILD_USER_MODAL: "User-Facing Premium Guild Subscription Fullscreen Modal"
    +
  • +
  • +
    PUBLIC_GUILD: "Public Guild"
    +
  • +
  • +
    QUICK_SWITCHER: "Quick Switcher"
    +
  • +
  • +
    STORE_DIRECTORY_BROWSE: "Store Directory Browse"
    +
  • +
  • +
    STORE_DIRECTORY_HOME: "Store Directory Home"
    +
  • +
  • +
    STORE_LISTING: "Store Listing"
    +
  • +
  • +
    USER_PROFILE: "User Profile"
    +
  • +
  • +
    USER_SETTINGS: "User Settings"
    +
  • +
+
+
+
+ +

AnalyticsSections

+
AnalyticsSections: { ACCOUNT_PANEL: "Account Panel"; ACTIVITY_FEED_GAME_POPOUT: "Game Popout"; ACTIVITY_FEED_NOW_PLAYING: "Now Playing"; ACTIVITY_FEED_NOW_PLAYING_HOVER_POPOUT: "Now Playing Hover Popout"; ACTIVITY_PANEL: "Activity Panel"; APPLICATION_EMBED: "Application Embed"; BODY: "Body"; CHANNEL: "Channel"; CHANNEL_LIST: "Channel List"; CHANNEL_NOTICE: "Channel Notice"; CHANNEL_TEXT_AREA: "Channel Text Area"; CHANNEL_WELCOME_CTA: "Channel Welcome CTA"; CLAIM_ACCOUNT_MODAL: "Claim Account"; CUSTOM_STATUS_MODAL: "Custom Status Modal"; DESKTOP_AGE_GATE_MODAL: "Desktop Public Server Age Gate"; DISCOVER_COLLECTION_ANIME: "Anime"; DISCOVER_COLLECTION_COMICS_HEROES: "Comics / Heroes"; DISCOVER_COLLECTION_ESPORTS: "electronic-Sports"; DISCOVER_COLLECTION_GAMING: "Gaming"; DISCOVER_COLLECTION_MUSIC: "Music"; DISCOVER_GAMES_YOU_PLAY: "Games You Play"; DISCOVER_POPULAR: "Popular"; DISCOVER_SEARCH: "Search"; EMOJI_PICKER_POPOUT: "Emoji Picker Popout"; FILE_UPLOAD_POPOUT: "File Upload Popout"; GAME_MODAL: "Game Modal"; GAME_POPOUT: "Game Popout"; GIFT_CODE_EMBED: "Gift Code Embed"; GUILD_HEADER: "Guild Header"; GUILD_HEADER_POPOUT: "Guild Header Popout"; GUILD_POPOUT: "Guild Popout"; HERO: "Hero"; INBOX: "Inbox"; IOS_AGE_GATE_MODAL: "iOS Public Server Age Gate"; IOS_TWO_FA_ADD_SMS: "Two Factor Auth Add SMS"; IOS_TWO_FA_ENTER_CODE: "Two Factor Auth Enter Code"; IOS_TWO_FA_LANDING: "Two Factor Auth Landing"; IOS_TWO_FA_MODAL: "Two Factor Auth Modal"; IOS_TWO_FA_SCAN: "Two Factor Auth Scan Code"; IOS_TWO_FA_SUCCESS: "Two Factor Auth Enable Success"; IOS_TWO_FA_VERIFY_SMS: "Two Factor Auth Verify SMS"; LIBRARY_APPLICATION_LIST: "Application List"; LIBRARY_GAME_MODAL: "Game Modal"; LIBRARY_INSTALL_MODULE: "Install Module"; LIBRARY_INVENTORY_CODE_REDEMPTION: "Code Redemption"; LIBRARY_INVENTORY_GIFTS_LIST: "Gifts List"; LIBRARY_PREMIUM_APPLICATIONS: "Library Premium Applications"; LOGIN: "Login"; MEMBER_LIST: "Member List"; NAVIGATION: "Navigation"; NOISE_CANCELLATION_POPOUT: "Noise Cancellation Popout"; NOTIFICATION_BAR: "Notification Bar"; OVERLAY: "Overlay"; PAYMENT_AUTHENTICATION_MODAL: "Payment Authentication"; PREMIUM_GUILD_PURCHASE_MODAL: "Premium Guild Purchase Modal"; PREMIUM_GUILD_SUBSCRIBE_MODAL: "Premium Guild Subscribe Modal"; PREMIUM_GUILD_SUBSCRIPTION: "Nitro Server Boost"; PREMIUM_GUILD_UNSUBSCRIBE_MODAL: "Premium Guild Unsubscribe Modal"; PREMIUM_GUILD_USER_MODAL_CTA_BAR: "CTA Bar"; PREMIUM_GUILD_USER_MODAL_PROGRESS_BAR: "Progress Bar"; PROFILE_MODAL: "Profile Modal"; PROFILE_POPOUT: "Profile Popout"; REGISTER: "Register"; SCREENSHARE_POPOUT: "Screenshare Popout"; SETTINGS_ACCOUNT: "My Account"; SETTINGS_APPEARANCE: "Appearance"; SETTINGS_AUTHORIZED_APPS: "Authorized Apps"; SETTINGS_BACKUP_CODES: "Backup Codes"; SETTINGS_BILLING: "Billing"; SETTINGS_BLOCKED_USERS: "Blocked Users"; SETTINGS_BROWSER: "Browser"; SETTINGS_CHANGELOG: "Change Log"; SETTINGS_CHANGE_PASSWORD: "Change Password"; SETTINGS_CONNECTIONS: "Connections"; SETTINGS_CONNECTIONS_XBOX: "Connections Xbox"; SETTINGS_CUSTOM_STATUS: "Custom Status"; SETTINGS_CUSTOM_STATUS_EMOJI_PICKER: "Custom Status Emoji Picker"; SETTINGS_DESKTOP_APP: "Desktop Only"; SETTINGS_DEVELOPER_OPTIONS: "Developer Options"; SETTINGS_EDIT_ACCOUNT: "Edit Account"; SETTINGS_EXPERIMENTS: "Experiments"; SETTINGS_GAME_ACTIVITY: "Game Activity"; SETTINGS_HYPESQUAD_ONLINE: "Hypesquad Online"; SETTINGS_INVENTORY: "Library Inventory"; SETTINGS_KEYBINDS: "Keybinds"; SETTINGS_LANGUAGE: "Language"; SETTINGS_LINUX: "Linux"; SETTINGS_NOTIFICATIONS: "Notifications"; SETTINGS_OVERLAY: "Overlay"; SETTINGS_OVERVIEW: "Overview"; SETTINGS_PREMIUM: "Discord Nitro"; SETTINGS_PREMIUM_GIFTING: "Nitro Gifting"; SETTINGS_PRIVACY_AND_SAFETY: "Privacy & Safety"; SETTINGS_PUBLIC_WELCOME: "Welcome Screen Settings"; SETTINGS_STREAMER_MODE: "Streamer Mode"; SETTINGS_TEXT_AND_IMAGES: "Text & Images"; SETTINGS_VOICE_AND_VIDEO: "Voice & Video"; SETTINGS_WINDOWS: "Windows"; STORE_LISTING_BUY: "Buy"; STORE_LISTING_BUY_GAME: "Buy Game"; STREAM_VIEWER_POPOUT: "Stream Viewer Popout"; TABS: "Tabs" }
+ +
+

Type declaration

+
    +
  • +
    ACCOUNT_PANEL: "Account Panel"
    +
  • +
  • +
    ACTIVITY_FEED_GAME_POPOUT: "Game Popout"
    +
  • +
  • +
    ACTIVITY_FEED_NOW_PLAYING: "Now Playing"
    +
  • +
  • +
    ACTIVITY_FEED_NOW_PLAYING_HOVER_POPOUT: "Now Playing Hover Popout"
    +
  • +
  • +
    ACTIVITY_PANEL: "Activity Panel"
    +
  • +
  • +
    APPLICATION_EMBED: "Application Embed"
    +
  • +
  • +
    BODY: "Body"
    +
  • +
  • +
    CHANNEL: "Channel"
    +
  • +
  • +
    CHANNEL_LIST: "Channel List"
    +
  • +
  • +
    CHANNEL_NOTICE: "Channel Notice"
    +
  • +
  • +
    CHANNEL_TEXT_AREA: "Channel Text Area"
    +
  • +
  • +
    CHANNEL_WELCOME_CTA: "Channel Welcome CTA"
    +
  • +
  • +
    CLAIM_ACCOUNT_MODAL: "Claim Account"
    +
  • +
  • +
    CUSTOM_STATUS_MODAL: "Custom Status Modal"
    +
  • +
  • +
    DESKTOP_AGE_GATE_MODAL: "Desktop Public Server Age Gate"
    +
  • +
  • +
    DISCOVER_COLLECTION_ANIME: "Anime"
    +
  • +
  • +
    DISCOVER_COLLECTION_COMICS_HEROES: "Comics / Heroes"
    +
  • +
  • +
    DISCOVER_COLLECTION_ESPORTS: "electronic-Sports"
    +
  • +
  • +
    DISCOVER_COLLECTION_GAMING: "Gaming"
    +
  • +
  • +
    DISCOVER_COLLECTION_MUSIC: "Music"
    +
  • +
  • +
    DISCOVER_GAMES_YOU_PLAY: "Games You Play"
    +
  • +
  • +
    DISCOVER_POPULAR: "Popular"
    +
  • +
  • +
    DISCOVER_SEARCH: "Search"
    +
  • +
  • +
    EMOJI_PICKER_POPOUT: "Emoji Picker Popout"
    +
  • +
  • +
    FILE_UPLOAD_POPOUT: "File Upload Popout"
    +
  • +
  • +
    GAME_MODAL: "Game Modal"
    +
  • +
  • +
    GAME_POPOUT: "Game Popout"
    +
  • +
  • +
    GIFT_CODE_EMBED: "Gift Code Embed"
    +
  • +
  • +
    GUILD_HEADER: "Guild Header"
    +
  • +
  • +
    GUILD_HEADER_POPOUT: "Guild Header Popout"
    +
  • +
  • +
    GUILD_POPOUT: "Guild Popout"
    +
  • +
  • +
    HERO: "Hero"
    +
  • +
  • +
    INBOX: "Inbox"
    +
  • +
  • +
    IOS_AGE_GATE_MODAL: "iOS Public Server Age Gate"
    +
  • +
  • +
    IOS_TWO_FA_ADD_SMS: "Two Factor Auth Add SMS"
    +
  • +
  • +
    IOS_TWO_FA_ENTER_CODE: "Two Factor Auth Enter Code"
    +
  • +
  • +
    IOS_TWO_FA_LANDING: "Two Factor Auth Landing"
    +
  • +
  • +
    IOS_TWO_FA_MODAL: "Two Factor Auth Modal"
    +
  • +
  • +
    IOS_TWO_FA_SCAN: "Two Factor Auth Scan Code"
    +
  • +
  • +
    IOS_TWO_FA_SUCCESS: "Two Factor Auth Enable Success"
    +
  • +
  • +
    IOS_TWO_FA_VERIFY_SMS: "Two Factor Auth Verify SMS"
    +
  • +
  • +
    LIBRARY_APPLICATION_LIST: "Application List"
    +
  • +
  • +
    LIBRARY_GAME_MODAL: "Game Modal"
    +
  • +
  • +
    LIBRARY_INSTALL_MODULE: "Install Module"
    +
  • +
  • +
    LIBRARY_INVENTORY_CODE_REDEMPTION: "Code Redemption"
    +
  • +
  • +
    LIBRARY_INVENTORY_GIFTS_LIST: "Gifts List"
    +
  • +
  • +
    LIBRARY_PREMIUM_APPLICATIONS: "Library Premium Applications"
    +
  • +
  • +
    LOGIN: "Login"
    +
  • +
  • +
    MEMBER_LIST: "Member List"
    +
  • +
  • +
    NAVIGATION: "Navigation"
    +
  • +
  • +
    NOISE_CANCELLATION_POPOUT: "Noise Cancellation Popout"
    +
  • +
  • +
    NOTIFICATION_BAR: "Notification Bar"
    +
  • +
  • +
    OVERLAY: "Overlay"
    +
  • +
  • +
    PAYMENT_AUTHENTICATION_MODAL: "Payment Authentication"
    +
  • +
  • +
    PREMIUM_GUILD_PURCHASE_MODAL: "Premium Guild Purchase Modal"
    +
  • +
  • +
    PREMIUM_GUILD_SUBSCRIBE_MODAL: "Premium Guild Subscribe Modal"
    +
  • +
  • +
    PREMIUM_GUILD_SUBSCRIPTION: "Nitro Server Boost"
    +
  • +
  • +
    PREMIUM_GUILD_UNSUBSCRIBE_MODAL: "Premium Guild Unsubscribe Modal"
    +
  • +
  • +
    PREMIUM_GUILD_USER_MODAL_CTA_BAR: "CTA Bar"
    +
  • +
  • +
    PREMIUM_GUILD_USER_MODAL_PROGRESS_BAR: "Progress Bar"
    +
  • +
  • +
    PROFILE_MODAL: "Profile Modal"
    +
  • +
  • +
    PROFILE_POPOUT: "Profile Popout"
    +
  • +
  • +
    REGISTER: "Register"
    +
  • +
  • +
    SCREENSHARE_POPOUT: "Screenshare Popout"
    +
  • +
  • +
    SETTINGS_ACCOUNT: "My Account"
    +
  • +
  • +
    SETTINGS_APPEARANCE: "Appearance"
    +
  • +
  • +
    SETTINGS_AUTHORIZED_APPS: "Authorized Apps"
    +
  • +
  • +
    SETTINGS_BACKUP_CODES: "Backup Codes"
    +
  • +
  • +
    SETTINGS_BILLING: "Billing"
    +
  • +
  • +
    SETTINGS_BLOCKED_USERS: "Blocked Users"
    +
  • +
  • +
    SETTINGS_BROWSER: "Browser"
    +
  • +
  • +
    SETTINGS_CHANGELOG: "Change Log"
    +
  • +
  • +
    SETTINGS_CHANGE_PASSWORD: "Change Password"
    +
  • +
  • +
    SETTINGS_CONNECTIONS: "Connections"
    +
  • +
  • +
    SETTINGS_CONNECTIONS_XBOX: "Connections Xbox"
    +
  • +
  • +
    SETTINGS_CUSTOM_STATUS: "Custom Status"
    +
  • +
  • +
    SETTINGS_CUSTOM_STATUS_EMOJI_PICKER: "Custom Status Emoji Picker"
    +
  • +
  • +
    SETTINGS_DESKTOP_APP: "Desktop Only"
    +
  • +
  • +
    SETTINGS_DEVELOPER_OPTIONS: "Developer Options"
    +
  • +
  • +
    SETTINGS_EDIT_ACCOUNT: "Edit Account"
    +
  • +
  • +
    SETTINGS_EXPERIMENTS: "Experiments"
    +
  • +
  • +
    SETTINGS_GAME_ACTIVITY: "Game Activity"
    +
  • +
  • +
    SETTINGS_HYPESQUAD_ONLINE: "Hypesquad Online"
    +
  • +
  • +
    SETTINGS_INVENTORY: "Library Inventory"
    +
  • +
  • +
    SETTINGS_KEYBINDS: "Keybinds"
    +
  • +
  • +
    SETTINGS_LANGUAGE: "Language"
    +
  • +
  • +
    SETTINGS_LINUX: "Linux"
    +
  • +
  • +
    SETTINGS_NOTIFICATIONS: "Notifications"
    +
  • +
  • +
    SETTINGS_OVERLAY: "Overlay"
    +
  • +
  • +
    SETTINGS_OVERVIEW: "Overview"
    +
  • +
  • +
    SETTINGS_PREMIUM: "Discord Nitro"
    +
  • +
  • +
    SETTINGS_PREMIUM_GIFTING: "Nitro Gifting"
    +
  • +
  • +
    SETTINGS_PRIVACY_AND_SAFETY: "Privacy & Safety"
    +
  • +
  • +
    SETTINGS_PUBLIC_WELCOME: "Welcome Screen Settings"
    +
  • +
  • +
    SETTINGS_STREAMER_MODE: "Streamer Mode"
    +
  • +
  • +
    SETTINGS_TEXT_AND_IMAGES: "Text & Images"
    +
  • +
  • +
    SETTINGS_VOICE_AND_VIDEO: "Voice & Video"
    +
  • +
  • +
    SETTINGS_WINDOWS: "Windows"
    +
  • +
  • +
    STORE_LISTING_BUY: "Buy"
    +
  • +
  • +
    STORE_LISTING_BUY_GAME: "Buy Game"
    +
  • +
  • +
    STREAM_VIEWER_POPOUT: "Stream Viewer Popout"
    +
  • +
  • +
    TABS: "Tabs"
    +
  • +
+
+
+
+ +

AnalyticsUserStatusTypes

+
AnalyticsUserStatusTypes: { ONLINE_DESKTOP: "online-desktop"; ONLINE_MOBILE: "online-mobile-only" }
+ +
+

Type declaration

+
    +
  • +
    ONLINE_DESKTOP: "online-desktop"
    +
  • +
  • +
    ONLINE_MOBILE: "online-mobile-only"
    +
  • +
+
+
+
+ +

AppContext

+
AppContext: { APP: "APP"; OVERLAY: "OVERLAY"; POPOUT: "POPOUT" }
+ +
+

Type declaration

+
    +
  • +
    APP: "APP"
    +
  • +
  • +
    OVERLAY: "OVERLAY"
    +
  • +
  • +
    POPOUT: "POPOUT"
    +
  • +
+
+
+
+ +

AppRoutes

+
AppRoutes: { BROWSE_NITRO_TITLES: "https://discord.com/store/browse?type=nitro"; CHANGELOGS: "https://discord.com/settings/changelogs"; CREATE_GUILD: "https://discord.com/guilds/create"; HYPESQUAD_ONLINE: "https://discord.com/settings/hypesquad-online"; LOGIN: "https://discord.com/login"; ME: "https://discord.com/channels/@me"; REGISTER: "https://discord.com/register" }
+ +
+

Type declaration

+
    +
  • +
    BROWSE_NITRO_TITLES: "https://discord.com/store/browse?type=nitro"
    +
  • +
  • +
    CHANGELOGS: "https://discord.com/settings/changelogs"
    +
  • +
  • +
    CREATE_GUILD: "https://discord.com/guilds/create"
    +
  • +
  • +
    HYPESQUAD_ONLINE: "https://discord.com/settings/hypesquad-online"
    +
  • +
  • +
    LOGIN: "https://discord.com/login"
    +
  • +
  • +
    ME: "https://discord.com/channels/@me"
    +
  • +
  • +
    REGISTER: "https://discord.com/register"
    +
  • +
+
+
+
+ +

AppStates

+
AppStates: { ACTIVE: "active"; BACKGROUND: "background"; INACTIVE: "inactive" }
+ +
+

Type declaration

+
    +
  • +
    ACTIVE: "active"
    +
  • +
  • +
    BACKGROUND: "background"
    +
  • +
  • +
    INACTIVE: "inactive"
    +
  • +
+
+
+
+ +

AppleBillingUrls

+
AppleBillingUrls: { BILLING_MANAGEMENT: "https://support.apple.com/HT201266"; SUBSCRIPTION_MANAGEMENT: "https://support.apple.com/HT202039" }
+ +
+

Type declaration

+
    +
  • +
    BILLING_MANAGEMENT: "https://support.apple.com/HT201266"
    +
  • +
  • +
    SUBSCRIPTION_MANAGEMENT: "https://support.apple.com/HT202039"
    +
  • +
+
+
+
+ +

ApplicationStreamDeleteReasons

+
ApplicationStreamDeleteReasons: { STREAM_FULL: "stream_full"; UNAUTHORIZED: "unauthorized"; USER_REQUESTED: "user_requested" }
+ +
+

Type declaration

+
    +
  • +
    STREAM_FULL: "stream_full"
    +
  • +
  • +
    UNAUTHORIZED: "unauthorized"
    +
  • +
  • +
    USER_REQUESTED: "user_requested"
    +
  • +
+
+
+
+ +

ApplicationStreamStates

+
ApplicationStreamStates: { ACTIVE: "ACTIVE"; CONNECTING: "CONNECTING"; ENDED: "ENDED"; FAILED: "FAILED"; PAUSED: "PAUSED"; RECONNECTING: "RECONNECTING" }
+ +
+

Type declaration

+
    +
  • +
    ACTIVE: "ACTIVE"
    +
  • +
  • +
    CONNECTING: "CONNECTING"
    +
  • +
  • +
    ENDED: "ENDED"
    +
  • +
  • +
    FAILED: "FAILED"
    +
  • +
  • +
    PAUSED: "PAUSED"
    +
  • +
  • +
    RECONNECTING: "RECONNECTING"
    +
  • +
+
+
+
+ +

Arrows

+
Arrows: { DOWN: "DOWN"; LEFT: "LEFT"; RIGHT: "RIGHT"; UP: "UP" }
+ +
+

Type declaration

+
    +
  • +
    DOWN: "DOWN"
    +
  • +
  • +
    LEFT: "LEFT"
    +
  • +
  • +
    RIGHT: "RIGHT"
    +
  • +
  • +
    UP: "UP"
    +
  • +
+
+
+
+ +

AuditLogActionTypes

+
AuditLogActionTypes: { ALL: "ALL"; CREATE: "CREATE"; DELETE: "DELETE"; UPDATE: "UPDATE" }
+ +
+

Type declaration

+
    +
  • +
    ALL: "ALL"
    +
  • +
  • +
    CREATE: "CREATE"
    +
  • +
  • +
    DELETE: "DELETE"
    +
  • +
  • +
    UPDATE: "UPDATE"
    +
  • +
+
+
+
+ +

AuditLogActions

+
AuditLogActions: { ALL: null; BOT_ADD: 28; CHANNEL_CREATE: 10; CHANNEL_DELETE: 12; CHANNEL_OVERWRITE_CREATE: 13; CHANNEL_OVERWRITE_DELETE: 15; CHANNEL_OVERWRITE_UPDATE: 14; CHANNEL_UPDATE: 11; EMOJI_CREATE: 60; EMOJI_DELETE: 62; EMOJI_UPDATE: 61; GUILD_UPDATE: 1; INTEGRATION_CREATE: 80; INTEGRATION_DELETE: 82; INTEGRATION_UPDATE: 81; INVITE_CREATE: 40; INVITE_DELETE: 42; INVITE_UPDATE: 41; MEMBER_BAN_ADD: 22; MEMBER_BAN_REMOVE: 23; MEMBER_DISCONNECT: 27; MEMBER_KICK: 20; MEMBER_MOVE: 26; MEMBER_PRUNE: 21; MEMBER_ROLE_UPDATE: 25; MEMBER_UPDATE: 24; MESSAGE_BULK_DELETE: 73; MESSAGE_DELETE: 72; MESSAGE_PIN: 74; MESSAGE_UNPIN: 75; ROLE_CREATE: 30; ROLE_DELETE: 32; ROLE_UPDATE: 31; WEBHOOK_CREATE: 50; WEBHOOK_DELETE: 52; WEBHOOK_UPDATE: 51 }
+ +
+

Type declaration

+
    +
  • +
    ALL: null
    +
  • +
  • +
    BOT_ADD: 28
    +
  • +
  • +
    CHANNEL_CREATE: 10
    +
  • +
  • +
    CHANNEL_DELETE: 12
    +
  • +
  • +
    CHANNEL_OVERWRITE_CREATE: 13
    +
  • +
  • +
    CHANNEL_OVERWRITE_DELETE: 15
    +
  • +
  • +
    CHANNEL_OVERWRITE_UPDATE: 14
    +
  • +
  • +
    CHANNEL_UPDATE: 11
    +
  • +
  • +
    EMOJI_CREATE: 60
    +
  • +
  • +
    EMOJI_DELETE: 62
    +
  • +
  • +
    EMOJI_UPDATE: 61
    +
  • +
  • +
    GUILD_UPDATE: 1
    +
  • +
  • +
    INTEGRATION_CREATE: 80
    +
  • +
  • +
    INTEGRATION_DELETE: 82
    +
  • +
  • +
    INTEGRATION_UPDATE: 81
    +
  • +
  • +
    INVITE_CREATE: 40
    +
  • +
  • +
    INVITE_DELETE: 42
    +
  • +
  • +
    INVITE_UPDATE: 41
    +
  • +
  • +
    MEMBER_BAN_ADD: 22
    +
  • +
  • +
    MEMBER_BAN_REMOVE: 23
    +
  • +
  • +
    MEMBER_DISCONNECT: 27
    +
  • +
  • +
    MEMBER_KICK: 20
    +
  • +
  • +
    MEMBER_MOVE: 26
    +
  • +
  • +
    MEMBER_PRUNE: 21
    +
  • +
  • +
    MEMBER_ROLE_UPDATE: 25
    +
  • +
  • +
    MEMBER_UPDATE: 24
    +
  • +
  • +
    MESSAGE_BULK_DELETE: 73
    +
  • +
  • +
    MESSAGE_DELETE: 72
    +
  • +
  • +
    MESSAGE_PIN: 74
    +
  • +
  • +
    MESSAGE_UNPIN: 75
    +
  • +
  • +
    ROLE_CREATE: 30
    +
  • +
  • +
    ROLE_DELETE: 32
    +
  • +
  • +
    ROLE_UPDATE: 31
    +
  • +
  • +
    WEBHOOK_CREATE: 50
    +
  • +
  • +
    WEBHOOK_DELETE: 52
    +
  • +
  • +
    WEBHOOK_UPDATE: 51
    +
  • +
+
+
+
+ +

AuditLogChangeKeys

+
AuditLogChangeKeys: { AFK_CHANNEL_ID: "afk_channel_id"; AFK_TIMEOUT: "afk_timeout"; APPLICATION_ID: "application_id"; AVATAR_HASH: "avatar_hash"; BANNER_HASH: "banner_hash"; BITRATE: "bitrate"; CHANNEL_ID: "channel_id"; CODE: "code"; COLOR: "color"; DEAF: "deaf"; DEFAULT_MESSAGE_NOTIFICATIONS: "default_message_notifications"; DESCRIPTION: "description"; DISCOVERY_SPLASH_HASH: "discovery_splash_hash"; ENABLE_EMOTICONS: "enable_emoticons"; EXPIRE_BEHAVIOR: "expire_behavior"; EXPIRE_GRACE_PERIOD: "expire_grace_period"; EXPLICIT_CONTENT_FILTER: "explicit_content_filter"; HOIST: "hoist"; ICON_HASH: "icon_hash"; ID: "id"; INVITER_ID: "inviter_id"; MAX_AGE: "max_age"; MAX_USES: "max_uses"; MENTIONABLE: "mentionable"; MFA_LEVEL: "mfa_level"; MUTE: "mute"; NAME: "name"; NICK: "nick"; NSFW: "nsfw"; OWNER_ID: "owner_id"; PERMISSIONS: "permissions"; PERMISSIONS_DENIED: "deny"; PERMISSIONS_GRANTED: "allow"; PERMISSION_OVERWRITES: "permission_overwrites"; POSITION: "position"; PREFERRED_LOCALE: "preferred_locale"; PRUNE_DELETE_DAYS: "prune_delete_days"; PUBLIC_UPDATES_CHANNEL_ID: "public_updates_channel_id"; RATE_LIMIT_PER_USER: "rate_limit_per_user"; REASON: "reason"; REGION: "region"; ROLES_ADD: "$add"; ROLES_REMOVE: "$remove"; RULES_CHANNEL_ID: "rules_channel_id"; SPLASH_HASH: "splash_hash"; SYSTEM_CHANNEL_ID: "system_channel_id"; TEMPORARY: "temporary"; TOPIC: "topic"; TYPE: "type"; USES: "uses"; VANITY_URL_CODE: "vanity_url_code"; VERIFICATION_LEVEL: "verification_level"; WIDGET_CHANNEL_ID: "widget_channel_id"; WIDGET_ENABLED: "widget_enabled" }
+ +
+

Type declaration

+
    +
  • +
    AFK_CHANNEL_ID: "afk_channel_id"
    +
  • +
  • +
    AFK_TIMEOUT: "afk_timeout"
    +
  • +
  • +
    APPLICATION_ID: "application_id"
    +
  • +
  • +
    AVATAR_HASH: "avatar_hash"
    +
  • +
  • +
    BANNER_HASH: "banner_hash"
    +
  • +
  • +
    BITRATE: "bitrate"
    +
  • +
  • +
    CHANNEL_ID: "channel_id"
    +
  • +
  • +
    CODE: "code"
    +
  • +
  • +
    COLOR: "color"
    +
  • +
  • +
    DEAF: "deaf"
    +
  • +
  • +
    DEFAULT_MESSAGE_NOTIFICATIONS: "default_message_notifications"
    +
  • +
  • +
    DESCRIPTION: "description"
    +
  • +
  • +
    DISCOVERY_SPLASH_HASH: "discovery_splash_hash"
    +
  • +
  • +
    ENABLE_EMOTICONS: "enable_emoticons"
    +
  • +
  • +
    EXPIRE_BEHAVIOR: "expire_behavior"
    +
  • +
  • +
    EXPIRE_GRACE_PERIOD: "expire_grace_period"
    +
  • +
  • +
    EXPLICIT_CONTENT_FILTER: "explicit_content_filter"
    +
  • +
  • +
    HOIST: "hoist"
    +
  • +
  • +
    ICON_HASH: "icon_hash"
    +
  • +
  • +
    ID: "id"
    +
  • +
  • +
    INVITER_ID: "inviter_id"
    +
  • +
  • +
    MAX_AGE: "max_age"
    +
  • +
  • +
    MAX_USES: "max_uses"
    +
  • +
  • +
    MENTIONABLE: "mentionable"
    +
  • +
  • +
    MFA_LEVEL: "mfa_level"
    +
  • +
  • +
    MUTE: "mute"
    +
  • +
  • +
    NAME: "name"
    +
  • +
  • +
    NICK: "nick"
    +
  • +
  • +
    NSFW: "nsfw"
    +
  • +
  • +
    OWNER_ID: "owner_id"
    +
  • +
  • +
    PERMISSIONS: "permissions"
    +
  • +
  • +
    PERMISSIONS_DENIED: "deny"
    +
  • +
  • +
    PERMISSIONS_GRANTED: "allow"
    +
  • +
  • +
    PERMISSION_OVERWRITES: "permission_overwrites"
    +
  • +
  • +
    POSITION: "position"
    +
  • +
  • +
    PREFERRED_LOCALE: "preferred_locale"
    +
  • +
  • +
    PRUNE_DELETE_DAYS: "prune_delete_days"
    +
  • +
  • +
    PUBLIC_UPDATES_CHANNEL_ID: "public_updates_channel_id"
    +
  • +
  • +
    RATE_LIMIT_PER_USER: "rate_limit_per_user"
    +
  • +
  • +
    REASON: "reason"
    +
  • +
  • +
    REGION: "region"
    +
  • +
  • +
    ROLES_ADD: "$add"
    +
  • +
  • +
    ROLES_REMOVE: "$remove"
    +
  • +
  • +
    RULES_CHANNEL_ID: "rules_channel_id"
    +
  • +
  • +
    SPLASH_HASH: "splash_hash"
    +
  • +
  • +
    SYSTEM_CHANNEL_ID: "system_channel_id"
    +
  • +
  • +
    TEMPORARY: "temporary"
    +
  • +
  • +
    TOPIC: "topic"
    +
  • +
  • +
    TYPE: "type"
    +
  • +
  • +
    USES: "uses"
    +
  • +
  • +
    VANITY_URL_CODE: "vanity_url_code"
    +
  • +
  • +
    VERIFICATION_LEVEL: "verification_level"
    +
  • +
  • +
    WIDGET_CHANNEL_ID: "widget_channel_id"
    +
  • +
  • +
    WIDGET_ENABLED: "widget_enabled"
    +
  • +
+
+
+
+ +

AuditLogFilterTypes

+
AuditLogFilterTypes: { ACTION: "ACTION"; USER: "USER" }
+ +
+

Type declaration

+
    +
  • +
    ACTION: "ACTION"
    +
  • +
  • +
    USER: "USER"
    +
  • +
+
+
+
+ +

AuditLogSubtargetTypes

+
AuditLogSubtargetTypes: { ROLE: "role"; USER: "member" }
+ +
+

Type declaration

+
    +
  • +
    ROLE: "role"
    +
  • +
  • +
    USER: "member"
    +
  • +
+
+
+
+ +

AuditLogTargetTypes

+
AuditLogTargetTypes: { ALL: "ALL"; CHANNEL: "CHANNEL"; CHANNEL_OVERWRITE: "CHANNEL_OVERWRITE"; EMOJI: "EMOJI"; GUILD: "GUILD"; INTEGRATION: "INTEGRATION"; INVITE: "INVITE"; ROLE: "ROLE"; UNKNOWN: "UNKNOWN"; USER: "USER"; WEBHOOK: "WEBHOOK" }
+ +
+

Type declaration

+
    +
  • +
    ALL: "ALL"
    +
  • +
  • +
    CHANNEL: "CHANNEL"
    +
  • +
  • +
    CHANNEL_OVERWRITE: "CHANNEL_OVERWRITE"
    +
  • +
  • +
    EMOJI: "EMOJI"
    +
  • +
  • +
    GUILD: "GUILD"
    +
  • +
  • +
    INTEGRATION: "INTEGRATION"
    +
  • +
  • +
    INVITE: "INVITE"
    +
  • +
  • +
    ROLE: "ROLE"
    +
  • +
  • +
    UNKNOWN: "UNKNOWN"
    +
  • +
  • +
    USER: "USER"
    +
  • +
  • +
    WEBHOOK: "WEBHOOK"
    +
  • +
+
+
+
+ +

AuthStates

+
AuthStates: { ACCOUNT_DISABLED_OR_DELETION_SCHEDULED: "ACCOUNT_DISABLED_OR_DELETION_SCHEDULED"; AGE_GATE: "AGE_GATE"; AGE_GATE_UNDERAGE: "AGE_GATE_UNDERAGE"; LOGIN: "LOGIN"; MFA: "MFA"; REGISTER: "REGISTER"; WELCOME: "WELCOME" }
+ +
+

Type declaration

+
    +
  • +
    ACCOUNT_DISABLED_OR_DELETION_SCHEDULED: "ACCOUNT_DISABLED_OR_DELETION_SCHEDULED"
    +
  • +
  • +
    AGE_GATE: "AGE_GATE"
    +
  • +
  • +
    AGE_GATE_UNDERAGE: "AGE_GATE_UNDERAGE"
    +
  • +
  • +
    LOGIN: "LOGIN"
    +
  • +
  • +
    MFA: "MFA"
    +
  • +
  • +
    REGISTER: "REGISTER"
    +
  • +
  • +
    WELCOME: "WELCOME"
    +
  • +
+
+
+
+ +

AutoCompleteResultTypes

+
AutoCompleteResultTypes: { CHANNEL: "CHANNEL"; EMOJI: "EMOJI"; GLOBAL: "GLOBAL"; ROLE: "ROLE"; SLASH: "SLASH"; USER: "USER" }
+ +
+

Type declaration

+
    +
  • +
    CHANNEL: "CHANNEL"
    +
  • +
  • +
    EMOJI: "EMOJI"
    +
  • +
  • +
    GLOBAL: "GLOBAL"
    +
  • +
  • +
    ROLE: "ROLE"
    +
  • +
  • +
    SLASH: "SLASH"
    +
  • +
  • +
    USER: "USER"
    +
  • +
+
+
+
+ +

BITRATE_DEFAULT

+
BITRATE_DEFAULT: 64000
+ +
+
+ +

BITRATE_MAX

+
BITRATE_MAX: 96000
+ +
+
+ +

BITRATE_MIN

+
BITRATE_MIN: 8000
+ +
+
+ +

BLOG_DOMAIN

+
BLOG_DOMAIN: "blog.discord.com"
+ +
+
+ +

Base64GIFPrefix

+
Base64GIFPrefix: "data:image/gif;base64,"
+ +
+
+ +

Base64JPEGPrefix

+
Base64JPEGPrefix: "data:image/jpeg;base64,"
+ +
+
+ +

Base64PNGPrefix

+
Base64PNGPrefix: "data:image/png;base64,"
+ +
+
+ +

BillingRedirectResultTypes

+
BillingRedirectResultTypes: { CANCEL: "cancel"; PAYMENT_SOURCE: "paymentSource"; PREMIUM: "premium"; UNKNOWN: "unknown" }
+ +
+

Type declaration

+
    +
  • +
    CANCEL: "cancel"
    +
  • +
  • +
    PAYMENT_SOURCE: "paymentSource"
    +
  • +
  • +
    PREMIUM: "premium"
    +
  • +
  • +
    UNKNOWN: "unknown"
    +
  • +
+
+
+
+ +

BraintreeErrors

+
BraintreeErrors: { PAYPAL_POPUP_CLOSED: "PAYPAL_POPUP_CLOSED" }
+ +
+

Type declaration

+
    +
  • +
    PAYPAL_POPUP_CLOSED: "PAYPAL_POPUP_CLOSED"
    +
  • +
+
+
+
+ +

BuildPlatformTypes

+
BuildPlatformTypes: { LINUX: "linux"; MACOS: "macos"; WIN32: "win32"; WIN64: "win64" }
+ +
+

Type declaration

+
    +
  • +
    LINUX: "linux"
    +
  • +
  • +
    MACOS: "macos"
    +
  • +
  • +
    WIN32: "win32"
    +
  • +
  • +
    WIN64: "win64"
    +
  • +
+
+
+
+ +

CACHE_STORE_KEY

+
CACHE_STORE_KEY: "CacheStore"
+ +
+
+ +

CACHE_STORE_LAZY_KEY

+
CACHE_STORE_LAZY_KEY: "CacheStoreLazy"
+ +
+
+ +

CHANNEL_NOTICE_SHOW_DELAY

+
CHANNEL_NOTICE_SHOW_DELAY: 86400000
+ +
+
+ +

CLYDE_ERROR_MESSAGES

+
CLYDE_ERROR_MESSAGES: { 20016: "BOT_DM_SEND_MESSAGE_TEMPORARILY_DISABLED"; 40002: "BOT_REQUIRES_EMAIL_VERIFICATION"; 40003: "BOT_DM_RATE_LIMITED"; 40004: "BOT_DM_SEND_MESSAGE_TEMPORARILY_DISABLED"; 50007: "BOT_DM_SEND_FAILED"; DEFAULT: "BOT_DM_SEND_FAILED" }
+ +
+

Type declaration

+
    +
  • +
    20016: "BOT_DM_SEND_MESSAGE_TEMPORARILY_DISABLED"
    +
  • +
  • +
    40002: "BOT_REQUIRES_EMAIL_VERIFICATION"
    +
  • +
  • +
    40003: "BOT_DM_RATE_LIMITED"
    +
  • +
  • +
    40004: "BOT_DM_SEND_MESSAGE_TEMPORARILY_DISABLED"
    +
  • +
  • +
    50007: "BOT_DM_SEND_FAILED"
    +
  • +
  • +
    DEFAULT: "BOT_DM_SEND_FAILED"
    +
  • +
+
+
+
+ +

COUNTRIES_WITHOUT_POSTAL_CODES

+
COUNTRIES_WITHOUT_POSTAL_CODES: ("DM" | "AE" | "AG" | "AN" | "AO" | "AW" | "BF" | "BI" | "BJ" | "BM" | "BO" | "BQ" | "BS" | "BW" | "BZ" | "CD" | "CF" | "CG" | "CI" | "CK" | "CM" | "CW" | "DJ" | "ER" | "FJ" | "GA" | "GD" | "GH" | "GM" | "GQ" | "GY" | "HK" | "HM" | "IE" | "JM" | "KE" | "KI" | "KM" | "KN" | "KP" | "LY" | "ML" | "MO" | "MR" | "MW" | "NA" | "NR" | "NU" | "QA" | "RW" | "SB" | "SC" | "SL" | "SR" | "ST" | "SX" | "SY" | "TD" | "TF" | "TG" | "TK" | "TL" | "TO" | "TV" | "UG" | "VU" | "YE" | "ZA" | "ZW")[]
+ +
+
+ +

COVID_URL

+
COVID_URL: "https://www.cdc.gov/coronavirus/2019-nCoV/index.html"
+ +
+
+ +

CURRENT_APP_CONTEXT

+
CURRENT_APP_CONTEXT: "APP"
+ +
+
+ +

CallModalScenes

+
CallModalScenes: { STREAM: "STREAM"; VIDEO: "VIDEO"; VOICE: "VOICE" }
+ +
+

Type declaration

+
    +
  • +
    STREAM: "STREAM"
    +
  • +
  • +
    VIDEO: "VIDEO"
    +
  • +
  • +
    VOICE: "VOICE"
    +
  • +
+
+
+
+ +

CaptchaEvent

+
CaptchaEvent: { EXPIRED: "expired"; SOLVED: "solved" }
+ +
+

Type declaration

+
    +
  • +
    EXPIRED: "expired"
    +
  • +
  • +
    SOLVED: "solved"
    +
  • +
+
+
+
+ +

CarouselMediaTypes

+
CarouselMediaTypes: { 1: "IMG"; 2: "YOUTUBE_VIDEO"; 3: "VIDEO"; IMG: 1; VIDEO: 3; YOUTUBE_VIDEO: 2 }
+ +
+

Type declaration

+
    +
  • +
    1: "IMG"
    +
  • +
  • +
    2: "YOUTUBE_VIDEO"
    +
  • +
  • +
    3: "VIDEO"
    +
  • +
  • +
    IMG: 1
    +
  • +
  • +
    VIDEO: 3
    +
  • +
  • +
    YOUTUBE_VIDEO: 2
    +
  • +
+
+
+
+ +

Changeset

+
Changeset: { INSERT: 1; NOOP: 0; REMOVE: 3; UPDATE: 2 }
+ +
+

Type declaration

+
    +
  • +
    INSERT: 1
    +
  • +
  • +
    NOOP: 0
    +
  • +
  • +
    REMOVE: 3
    +
  • +
  • +
    UPDATE: 2
    +
  • +
+
+
+
+ +

ChannelLayouts

+
ChannelLayouts: { FULL_SCREEN: "full-screen"; MINIMUM: "minimum"; NORMAL: "normal"; NO_CHAT: "no-chat" }
+ +
+

Type declaration

+
    +
  • +
    FULL_SCREEN: "full-screen"
    +
  • +
  • +
    MINIMUM: "minimum"
    +
  • +
  • +
    NORMAL: "normal"
    +
  • +
  • +
    NO_CHAT: "no-chat"
    +
  • +
+
+
+
+ +

ChannelModes

+
ChannelModes: { VIDEO: "video"; VOICE: "voice" }
+ +
+

Type declaration

+
    +
  • +
    VIDEO: "video"
    +
  • +
  • +
    VOICE: "voice"
    +
  • +
+
+
+
+ +

ChannelNoticeCtaSources

+
ChannelNoticeCtaSources: { ENABLE_PUBLIC_GUILD_UPSELL_NOTICE: "Enable Public Guild Upsell Notice"; GRACE_PERIOD_NOTICE: "Grace Period Notice"; GUILD_AFFINITY_SUGGESTION: "Guild Affinity Suggestion"; GUILD_MFA_WARNING: "Guild MFA Warning"; GUILD_SUBSCRIPTION_NOTICE: "Guild Subscription Notice"; INVITE_NOTICE: "Invite Notice"; QUICK_SWITCHER_NOTICE: "Quick Switcher Notice" }
+ +
+

Type declaration

+
    +
  • +
    ENABLE_PUBLIC_GUILD_UPSELL_NOTICE: "Enable Public Guild Upsell Notice"
    +
  • +
  • +
    GRACE_PERIOD_NOTICE: "Grace Period Notice"
    +
  • +
  • +
    GUILD_AFFINITY_SUGGESTION: "Guild Affinity Suggestion"
    +
  • +
  • +
    GUILD_MFA_WARNING: "Guild MFA Warning"
    +
  • +
  • +
    GUILD_SUBSCRIPTION_NOTICE: "Guild Subscription Notice"
    +
  • +
  • +
    INVITE_NOTICE: "Invite Notice"
    +
  • +
  • +
    QUICK_SWITCHER_NOTICE: "Quick Switcher Notice"
    +
  • +
+
+
+
+ +

ChannelNoticeTypes

+
ChannelNoticeTypes: { INVITE: "INVITE"; MFA_WARNING: "MFA_WARNING"; PREMIUM_GUILD_GRACE_PERIOD: "PREMIUM_GUILD_GRACE_PERIOD"; PREMIUM_GUILD_SUBSCRIPTIONS: "PREMIUM_GUILD_SUBSCRIPTIONS"; PREMIUM_GUILD_SUBSCRIPTIONS_GUILD_AFFINITY: "PREMIUM_GUILD_SUBSCRIPTIONS_GUILD_AFFINITY"; PUBLIC_UPSELL: "PUBLIC_UPSELL"; QUICKSWITCHER: "QUICKSWITCHER" }
+ +
+

Type declaration

+
    +
  • +
    INVITE: "INVITE"
    +
  • +
  • +
    MFA_WARNING: "MFA_WARNING"
    +
  • +
  • +
    PREMIUM_GUILD_GRACE_PERIOD: "PREMIUM_GUILD_GRACE_PERIOD"
    +
  • +
  • +
    PREMIUM_GUILD_SUBSCRIPTIONS: "PREMIUM_GUILD_SUBSCRIPTIONS"
    +
  • +
  • +
    PREMIUM_GUILD_SUBSCRIPTIONS_GUILD_AFFINITY: "PREMIUM_GUILD_SUBSCRIPTIONS_GUILD_AFFINITY"
    +
  • +
  • +
    PUBLIC_UPSELL: "PUBLIC_UPSELL"
    +
  • +
  • +
    QUICKSWITCHER: "QUICKSWITCHER"
    +
  • +
+
+
+
+ +

ChannelSections

+
ChannelSections: { MEMBERS: "MEMBERS"; NONE: "NONE"; SEARCH: "SEARCH" }
+ +
+

Type declaration

+
    +
  • +
    MEMBERS: "MEMBERS"
    +
  • +
  • +
    NONE: "NONE"
    +
  • +
  • +
    SEARCH: "SEARCH"
    +
  • +
+
+
+
+ +

ChannelSettingsSections

+
ChannelSettingsSections: { CHANGE_CATEGORY: "CHANGE_CATEGORY"; DELETE: "DELETE"; EDIT_WEBHOOK: "EDIT_WEBHOOK"; INSTANT_INVITES: "INSTANT_INVITES"; NEW_PERMISSION: "NEW_PERMISSION"; NOTIFICATIONS: "NOTIFICATIONS"; OVERVIEW: "OVERVIEW"; PERMISSIONS: "PERMISSIONS"; PERMISSION_OVERRIDES: "PERMISSION_OVERRIDES"; PINNED_CHAT: "PINNED_CHAT"; PINNED_MESSAGES: "PINNED_MESSAGES"; WEBHOOKS: "WEBHOOKS" }
+ +
+

Type declaration

+
    +
  • +
    CHANGE_CATEGORY: "CHANGE_CATEGORY"
    +
  • +
  • +
    DELETE: "DELETE"
    +
  • +
  • +
    EDIT_WEBHOOK: "EDIT_WEBHOOK"
    +
  • +
  • +
    INSTANT_INVITES: "INSTANT_INVITES"
    +
  • +
  • +
    NEW_PERMISSION: "NEW_PERMISSION"
    +
  • +
  • +
    NOTIFICATIONS: "NOTIFICATIONS"
    +
  • +
  • +
    OVERVIEW: "OVERVIEW"
    +
  • +
  • +
    PERMISSIONS: "PERMISSIONS"
    +
  • +
  • +
    PERMISSION_OVERRIDES: "PERMISSION_OVERRIDES"
    +
  • +
  • +
    PINNED_CHAT: "PINNED_CHAT"
    +
  • +
  • +
    PINNED_MESSAGES: "PINNED_MESSAGES"
    +
  • +
  • +
    WEBHOOKS: "WEBHOOKS"
    +
  • +
+
+
+
+ +

ChannelStreamTypes

+
ChannelStreamTypes: { DIVIDER: "DIVIDER"; DIVIDER_NEW_MESSAGES: "DIVIDER_NEW_MESSAGES"; DIVIDER_TIME_STAMP: "DIVIDER_TIME_STAMP"; JUMP_TARGET: "JUMP_TARGET"; MESSAGE: "MESSAGE"; MESSAGE_GROUP: "MESSAGE_GROUP"; MESSAGE_GROUP_BLOCKED: "MESSAGE_GROUP_BLOCKED" }
+ +
+

Type declaration

+
    +
  • +
    DIVIDER: "DIVIDER"
    +
  • +
  • +
    DIVIDER_NEW_MESSAGES: "DIVIDER_NEW_MESSAGES"
    +
  • +
  • +
    DIVIDER_TIME_STAMP: "DIVIDER_TIME_STAMP"
    +
  • +
  • +
    JUMP_TARGET: "JUMP_TARGET"
    +
  • +
  • +
    MESSAGE: "MESSAGE"
    +
  • +
  • +
    MESSAGE_GROUP: "MESSAGE_GROUP"
    +
  • +
  • +
    MESSAGE_GROUP_BLOCKED: "MESSAGE_GROUP_BLOCKED"
    +
  • +
+
+
+
+ +

ChannelTextAreaIntegrationTypes

+
ChannelTextAreaIntegrationTypes: { GIF: "GIF" }
+ +
+

Type declaration

+
    +
  • +
    GIF: "GIF"
    +
  • +
+
+
+
+ +

ChannelTextAreaIntegrations

+
ChannelTextAreaIntegrations: { GIPHY: { command: "giphy"; title: "Giphy"; type: "GIF" }; TENOR: { command: "tenor"; title: "Tenor"; type: "GIF" } }
+ +
+

Type declaration

+
    +
  • +
    GIPHY: { command: "giphy"; title: "Giphy"; type: "GIF" }
    +
      +
    • +
      command: "giphy"
      +
    • +
    • +
      title: "Giphy"
      +
    • +
    • +
      type: "GIF"
      +
    • +
    +
  • +
  • +
    TENOR: { command: "tenor"; title: "Tenor"; type: "GIF" }
    +
      +
    • +
      command: "tenor"
      +
    • +
    • +
      title: "Tenor"
      +
    • +
    • +
      type: "GIF"
      +
    • +
    +
  • +
+
+
+
+ +

ChannelTypes

+
ChannelTypes: { 0: "GUILD_TEXT"; 1: "DM"; 2: "GUILD_VOICE"; 3: "GROUP_DM"; 4: "GUILD_CATEGORY"; 5: "GUILD_ANNOUNCEMENT"; 6: "GUILD_STORE"; DM: 1; GROUP_DM: 3; GUILD_ANNOUNCEMENT: 5; GUILD_CATEGORY: 4; GUILD_STORE: 6; GUILD_TEXT: 0; GUILD_VOICE: 2 }
+ +
+

Type declaration

+
    +
  • +
    0: "GUILD_TEXT"
    +
  • +
  • +
    1: "DM"
    +
  • +
  • +
    2: "GUILD_VOICE"
    +
  • +
  • +
    3: "GROUP_DM"
    +
  • +
  • +
    4: "GUILD_CATEGORY"
    +
  • +
  • +
    5: "GUILD_ANNOUNCEMENT"
    +
  • +
  • +
    6: "GUILD_STORE"
    +
  • +
  • +
    DM: 1
    +
  • +
  • +
    GROUP_DM: 3
    +
  • +
  • +
    GUILD_ANNOUNCEMENT: 5
    +
  • +
  • +
    GUILD_CATEGORY: 4
    +
  • +
  • +
    GUILD_STORE: 6
    +
  • +
  • +
    GUILD_TEXT: 0
    +
  • +
  • +
    GUILD_VOICE: 2
    +
  • +
+
+
+
+ +

ClientTypes

+
ClientTypes: { DESKTOP: "desktop"; MOBILE: "mobile"; UNKNOWN: "unknown"; WEB: "web" }
+ +
+

Type declaration

+
    +
  • +
    DESKTOP: "desktop"
    +
  • +
  • +
    MOBILE: "mobile"
    +
  • +
  • +
    UNKNOWN: "unknown"
    +
  • +
  • +
    WEB: "web"
    +
  • +
+
+
+
+ +

CloudSyncResultTypes

+
CloudSyncResultTypes: { CONFLICT: "CONFLICT"; NONE: "NONE"; PULL: "PULL"; PUSH: "PUSH" }
+ +
+

Type declaration

+
    +
  • +
    CONFLICT: "CONFLICT"
    +
  • +
  • +
    NONE: "NONE"
    +
  • +
  • +
    PULL: "PULL"
    +
  • +
  • +
    PUSH: "PUSH"
    +
  • +
+
+
+
+ +

CloudSyncStateTypes

+
CloudSyncStateTypes: { CONFLICT: "CONFLICT"; DONE: "DONE"; ERROR: "ERROR"; PLANNING: "PLANNING"; PREPARING: "PREPARING"; PULLING: "PULLING"; PUSHING: "PUSHING" }
+ +
+

Type declaration

+
    +
  • +
    CONFLICT: "CONFLICT"
    +
  • +
  • +
    DONE: "DONE"
    +
  • +
  • +
    ERROR: "ERROR"
    +
  • +
  • +
    PLANNING: "PLANNING"
    +
  • +
  • +
    PREPARING: "PREPARING"
    +
  • +
  • +
    PULLING: "PULLING"
    +
  • +
  • +
    PUSHING: "PUSHING"
    +
  • +
+
+
+
+ +

Colors

+
Colors: { BATTLENET: "#009ae5"; BATTLENET_500: "#009ae5"; BLACK: "#000000"; BLACK_100: "#f2f2f2"; BLACK_130: "#e8e8e8"; BLACK_160: "#dadada"; BLACK_200: "#cccccc"; BLACK_230: "#bdbdbd"; BLACK_260: "#acacac"; BLACK_300: "#999999"; BLACK_330: "#7a7a7a"; BLACK_360: "#5c5c5c"; BLACK_400: "#333333"; BLACK_430: "#252525"; BLACK_460: "#141414"; BLACK_500: "#000000"; BLACK_530: "#000000"; BLACK_560: "#000000"; BLACK_600: "#000000"; BLACK_630: "#000000"; BLACK_660: "#000000"; BLACK_700: "#000000"; BLACK_730: "#000000"; BLACK_760: "#000000"; BLACK_800: "#000000"; BLACK_830: "#000000"; BLACK_860: "#000000"; BLACK_900: "#000000"; BRAND: "#7289da"; BRAND_100: "#f8f9fd"; BRAND_130: "#f2f4fc"; BRAND_160: "#ebeefa"; BRAND_200: "#e3e7f8"; BRAND_230: "#dae0f5"; BRAND_260: "#d1d9f3"; BRAND_300: "#c7d0f0"; BRAND_330: "#b5c1ec"; BRAND_360: "#a5b3e7"; BRAND_400: "#8ea1e1"; BRAND_430: "#869adf"; BRAND_460: "#7d92dd"; BRAND_500: "#7289da"; BRAND_530: "#687dc6"; BRAND_560: "#5c6fb1"; BRAND_600: "#4e5d94"; BRAND_630: "#435180"; BRAND_660: "#3b4770"; BRAND_700: "#2e3757"; BRAND_730: "#2b3352"; BRAND_760: "#272f4b"; BRAND_800: "#222941"; BRAND_830: "#1a2032"; BRAND_860: "#111521"; BRAND_900: "#06070b"; FACEBOOK: "#355089"; FACEBOOK_500: "#355089"; HYPESQUAD_HOUSE_1: "#9c84ef"; HYPESQUAD_HOUSE_1_500: "#9c84ef"; HYPESQUAD_HOUSE_2: "#f47b67"; HYPESQUAD_HOUSE_2_500: "#f47b67"; HYPESQUAD_HOUSE_3: "#45ddc0"; HYPESQUAD_HOUSE_3_500: "#45ddc0"; LINK: "#00b0f4"; LINK_100: "#f2fbfe"; LINK_130: "#e8f8fe"; LINK_160: "#daf4fd"; LINK_200: "#cceffd"; LINK_230: "#bdeafc"; LINK_260: "#ace5fb"; LINK_300: "#99dffb"; LINK_330: "#7ad6f9"; LINK_360: "#5cccf8"; LINK_400: "#33c0f6"; LINK_430: "#25bbf6"; LINK_460: "#14b6f5"; LINK_500: "#00b0f4"; LINK_530: "#00a0de"; LINK_560: "#008fc6"; LINK_600: "#0078a6"; LINK_630: "#006890"; LINK_660: "#005b7e"; LINK_700: "#004662"; LINK_730: "#00425b"; LINK_760: "#003d54"; LINK_800: "#003549"; LINK_830: "#002838"; LINK_860: "#001a25"; LINK_900: "#00090c"; LOL: "#021f25"; LOL_500: "#021f25"; PARTNER: "#4087ed"; PARTNER_500: "#4087ed"; PREMIUM_GUILD_BLUE: "#3e70dd"; PREMIUM_GUILD_BLUE_500: "#3e70dd"; PREMIUM_GUILD_PINK: "#ff73fa"; PREMIUM_GUILD_PINK_500: "#ff73fa"; PREMIUM_GUILD_PURPLE: "#b377f3"; PREMIUM_GUILD_PURPLE_500: "#b377f3"; PREMIUM_TIER_1_BLUE: "#738ef5"; PREMIUM_TIER_1_BLUE_500: "#738ef5"; PREMIUM_TIER_1_PURPLE: "#b3aeff"; PREMIUM_TIER_1_PURPLE_500: "#b3aeff"; PREMIUM_TIER_2_PINK: "#e292aa"; PREMIUM_TIER_2_PINK_500: "#e292aa"; PREMIUM_TIER_2_PURPLE: "#b473f5"; PREMIUM_TIER_2_PURPLE_500: "#b473f5"; PRIMARY_DARK: "#4f545c"; PRIMARY_DARK_100: "#f6f6f7"; PRIMARY_DARK_130: "#eff0f0"; PRIMARY_DARK_160: "#e6e6e8"; PRIMARY_DARK_200: "#dcddde"; PRIMARY_DARK_230: "#d1d3d5"; PRIMARY_DARK_260: "#c6c8ca"; PRIMARY_DARK_300: "#b9bbbe"; PRIMARY_DARK_330: "#a3a6aa"; PRIMARY_DARK_360: "#8e9297"; PRIMARY_DARK_400: "#72767d"; PRIMARY_DARK_430: "#686d73"; PRIMARY_DARK_460: "#5d6269"; PRIMARY_DARK_500: "#4f545c"; PRIMARY_DARK_530: "#484c54"; PRIMARY_DARK_560: "#40444b"; PRIMARY_DARK_600: "#36393f"; PRIMARY_DARK_630: "#2f3136"; PRIMARY_DARK_660: "#292b2f"; PRIMARY_DARK_700: "#202225"; PRIMARY_DARK_730: "#1e1f22"; PRIMARY_DARK_760: "#1b1d20"; PRIMARY_DARK_800: "#18191c"; PRIMARY_DARK_830: "#121315"; PRIMARY_DARK_860: "#0c0d0e"; PRIMARY_DARK_900: "#040405"; PRIMARY_LIGHT: "#747f8d"; PRIMARY_LIGHT_100: "#f8f9f9"; PRIMARY_LIGHT_130: "#f2f3f5"; PRIMARY_LIGHT_160: "#ebedef"; PRIMARY_LIGHT_200: "#e3e5e8"; PRIMARY_LIGHT_230: "#dbdee1"; PRIMARY_LIGHT_260: "#d2d6da"; PRIMARY_LIGHT_300: "#c7ccd1"; PRIMARY_LIGHT_330: "#b6bcc4"; PRIMARY_LIGHT_360: "#a6adb6"; PRIMARY_LIGHT_400: "#9099a4"; PRIMARY_LIGHT_430: "#88919d"; PRIMARY_LIGHT_460: "#7f8996"; PRIMARY_LIGHT_500: "#747f8d"; PRIMARY_LIGHT_530: "#6a7480"; PRIMARY_LIGHT_560: "#5e6772"; PRIMARY_LIGHT_600: "#4f5660"; PRIMARY_LIGHT_630: "#444b53"; PRIMARY_LIGHT_660: "#3c4149"; PRIMARY_LIGHT_700: "#2e3338"; PRIMARY_LIGHT_730: "#2b2f35"; PRIMARY_LIGHT_760: "#282c31"; PRIMARY_LIGHT_800: "#23262a"; PRIMARY_LIGHT_830: "#1b1d20"; PRIMARY_LIGHT_860: "#111315"; PRIMARY_LIGHT_900: "#060607"; REDDIT: "#ff4500"; REDDIT_500: "#ff4500"; SAMSUNG: "#1429a0"; SAMSUNG_500: "#1429a0"; SKYPE: "#009dd7"; SKYPE_500: "#009dd7"; SPOTIFY: "#1db954"; SPOTIFY_500: "#1db954"; STATUS_GREEN: "#43b581"; STATUS_GREEN_100: "#f6fbf9"; STATUS_GREEN_130: "#eef8f4"; STATUS_GREEN_160: "#e4f4ed"; STATUS_GREEN_200: "#d9f0e6"; STATUS_GREEN_230: "#ceecde"; STATUS_GREEN_260: "#c2e7d6"; STATUS_GREEN_300: "#b4e1cd"; STATUS_GREEN_330: "#9dd8bd"; STATUS_GREEN_360: "#87d0ae"; STATUS_GREEN_400: "#69c49a"; STATUS_GREEN_430: "#5ec093"; STATUS_GREEN_460: "#52bb8b"; STATUS_GREEN_500: "#43b581"; STATUS_GREEN_530: "#3da575"; STATUS_GREEN_560: "#369368"; STATUS_GREEN_600: "#2e7b58"; STATUS_GREEN_630: "#276b4c"; STATUS_GREEN_660: "#235d42"; STATUS_GREEN_700: "#1b4834"; STATUS_GREEN_730: "#194430"; STATUS_GREEN_760: "#173e2c"; STATUS_GREEN_800: "#143627"; STATUS_GREEN_830: "#0f2a1e"; STATUS_GREEN_860: "#0a1b13"; STATUS_GREEN_900: "#030906"; STATUS_GREY: "#747f8d"; STATUS_GREY_100: "#f8f9f9"; STATUS_GREY_130: "#f2f3f5"; STATUS_GREY_160: "#ebedef"; STATUS_GREY_200: "#e3e5e8"; STATUS_GREY_230: "#dbdee1"; STATUS_GREY_260: "#d2d6da"; STATUS_GREY_300: "#c7ccd1"; STATUS_GREY_330: "#b6bcc4"; STATUS_GREY_360: "#a6adb6"; STATUS_GREY_400: "#9099a4"; STATUS_GREY_430: "#88919d"; STATUS_GREY_460: "#7f8996"; STATUS_GREY_500: "#747f8d"; STATUS_GREY_530: "#6a7480"; STATUS_GREY_560: "#5e6772"; STATUS_GREY_600: "#4f5660"; STATUS_GREY_630: "#444b53"; STATUS_GREY_660: "#3c4149"; STATUS_GREY_700: "#2e3338"; STATUS_GREY_730: "#2b2f35"; STATUS_GREY_760: "#282c31"; STATUS_GREY_800: "#23262a"; STATUS_GREY_830: "#1b1d20"; STATUS_GREY_860: "#111315"; STATUS_GREY_900: "#060607"; STATUS_RED: "#f04747"; STATUS_RED_100: "#fef6f6"; STATUS_RED_130: "#feeeee"; STATUS_RED_160: "#fde5e5"; STATUS_RED_200: "#fcdada"; STATUS_RED_230: "#fbcfcf"; STATUS_RED_260: "#fac3c3"; STATUS_RED_300: "#f9b5b5"; STATUS_RED_330: "#f79f9f"; STATUS_RED_360: "#f58989"; STATUS_RED_400: "#f36c6c"; STATUS_RED_430: "#f26161"; STATUS_RED_460: "#f15656"; STATUS_RED_500: "#f04747"; STATUS_RED_530: "#da4141"; STATUS_RED_560: "#c23a3a"; STATUS_RED_600: "#a33030"; STATUS_RED_630: "#8d2a2a"; STATUS_RED_660: "#7c2525"; STATUS_RED_700: "#601c1c"; STATUS_RED_730: "#5a1b1b"; STATUS_RED_760: "#531818"; STATUS_RED_800: "#481515"; STATUS_RED_830: "#371010"; STATUS_RED_860: "#240b0b"; STATUS_RED_900: "#0c0404"; STATUS_YELLOW: "#faa61a"; STATUS_YELLOW_100: "#fffbf4"; STATUS_YELLOW_130: "#fff7ea"; STATUS_YELLOW_160: "#fef2de"; STATUS_YELLOW_200: "#feedd1"; STATUS_YELLOW_230: "#fee8c3"; STATUS_YELLOW_260: "#fde2b5"; STATUS_YELLOW_300: "#fddba3"; STATUS_YELLOW_330: "#fcd188"; STATUS_YELLOW_360: "#fcc66c"; STATUS_YELLOW_400: "#fbb848"; STATUS_YELLOW_430: "#fbb33b"; STATUS_YELLOW_460: "#faad2c"; STATUS_YELLOW_500: "#faa61a"; STATUS_YELLOW_530: "#e49718"; STATUS_YELLOW_560: "#cb8615"; STATUS_YELLOW_600: "#aa7112"; STATUS_YELLOW_630: "#93620f"; STATUS_YELLOW_660: "#81550d"; STATUS_YELLOW_700: "#64420a"; STATUS_YELLOW_730: "#5e3e0a"; STATUS_YELLOW_760: "#563909"; STATUS_YELLOW_800: "#4b3208"; STATUS_YELLOW_830: "#3a2606"; STATUS_YELLOW_860: "#261904"; STATUS_YELLOW_900: "#0d0801"; STEAM: "#182332"; STEAM_500: "#182332"; TRANSPARENT: "transparent"; TWITCH: "#593695"; TWITCH_500: "#593695"; TWITTER: "#1da1f2"; TWITTER_500: "#1da1f2"; WHITE: "#ffffff"; WHITE_100: "#ffffff"; WHITE_130: "#ffffff"; WHITE_160: "#ffffff"; WHITE_200: "#ffffff"; WHITE_230: "#ffffff"; WHITE_260: "#ffffff"; WHITE_300: "#ffffff"; WHITE_330: "#ffffff"; WHITE_360: "#ffffff"; WHITE_400: "#ffffff"; WHITE_430: "#ffffff"; WHITE_460: "#ffffff"; WHITE_500: "#ffffff"; WHITE_530: "#e8e8e8"; WHITE_560: "#cfcfcf"; WHITE_600: "#adadad"; WHITE_630: "#969696"; WHITE_660: "#838383"; WHITE_700: "#666666"; WHITE_730: "#5f5f5f"; WHITE_760: "#585858"; WHITE_800: "#4d4d4d"; WHITE_830: "#3b3b3b"; WHITE_860: "#262626"; WHITE_900: "#0d0d0d"; XBOX: "#107c10"; XBOX_500: "#107c10"; YOUTUBE: "#cb2120"; YOUTUBE_500: "#cb2120" }
+ +
+

Type declaration

+
    +
  • +
    BATTLENET: "#009ae5"
    +
  • +
  • +
    BATTLENET_500: "#009ae5"
    +
  • +
  • +
    BLACK: "#000000"
    +
  • +
  • +
    BLACK_100: "#f2f2f2"
    +
  • +
  • +
    BLACK_130: "#e8e8e8"
    +
  • +
  • +
    BLACK_160: "#dadada"
    +
  • +
  • +
    BLACK_200: "#cccccc"
    +
  • +
  • +
    BLACK_230: "#bdbdbd"
    +
  • +
  • +
    BLACK_260: "#acacac"
    +
  • +
  • +
    BLACK_300: "#999999"
    +
  • +
  • +
    BLACK_330: "#7a7a7a"
    +
  • +
  • +
    BLACK_360: "#5c5c5c"
    +
  • +
  • +
    BLACK_400: "#333333"
    +
  • +
  • +
    BLACK_430: "#252525"
    +
  • +
  • +
    BLACK_460: "#141414"
    +
  • +
  • +
    BLACK_500: "#000000"
    +
  • +
  • +
    BLACK_530: "#000000"
    +
  • +
  • +
    BLACK_560: "#000000"
    +
  • +
  • +
    BLACK_600: "#000000"
    +
  • +
  • +
    BLACK_630: "#000000"
    +
  • +
  • +
    BLACK_660: "#000000"
    +
  • +
  • +
    BLACK_700: "#000000"
    +
  • +
  • +
    BLACK_730: "#000000"
    +
  • +
  • +
    BLACK_760: "#000000"
    +
  • +
  • +
    BLACK_800: "#000000"
    +
  • +
  • +
    BLACK_830: "#000000"
    +
  • +
  • +
    BLACK_860: "#000000"
    +
  • +
  • +
    BLACK_900: "#000000"
    +
  • +
  • +
    BRAND: "#7289da"
    +
  • +
  • +
    BRAND_100: "#f8f9fd"
    +
  • +
  • +
    BRAND_130: "#f2f4fc"
    +
  • +
  • +
    BRAND_160: "#ebeefa"
    +
  • +
  • +
    BRAND_200: "#e3e7f8"
    +
  • +
  • +
    BRAND_230: "#dae0f5"
    +
  • +
  • +
    BRAND_260: "#d1d9f3"
    +
  • +
  • +
    BRAND_300: "#c7d0f0"
    +
  • +
  • +
    BRAND_330: "#b5c1ec"
    +
  • +
  • +
    BRAND_360: "#a5b3e7"
    +
  • +
  • +
    BRAND_400: "#8ea1e1"
    +
  • +
  • +
    BRAND_430: "#869adf"
    +
  • +
  • +
    BRAND_460: "#7d92dd"
    +
  • +
  • +
    BRAND_500: "#7289da"
    +
  • +
  • +
    BRAND_530: "#687dc6"
    +
  • +
  • +
    BRAND_560: "#5c6fb1"
    +
  • +
  • +
    BRAND_600: "#4e5d94"
    +
  • +
  • +
    BRAND_630: "#435180"
    +
  • +
  • +
    BRAND_660: "#3b4770"
    +
  • +
  • +
    BRAND_700: "#2e3757"
    +
  • +
  • +
    BRAND_730: "#2b3352"
    +
  • +
  • +
    BRAND_760: "#272f4b"
    +
  • +
  • +
    BRAND_800: "#222941"
    +
  • +
  • +
    BRAND_830: "#1a2032"
    +
  • +
  • +
    BRAND_860: "#111521"
    +
  • +
  • +
    BRAND_900: "#06070b"
    +
  • +
  • +
    FACEBOOK: "#355089"
    +
  • +
  • +
    FACEBOOK_500: "#355089"
    +
  • +
  • +
    HYPESQUAD_HOUSE_1: "#9c84ef"
    +
  • +
  • +
    HYPESQUAD_HOUSE_1_500: "#9c84ef"
    +
  • +
  • +
    HYPESQUAD_HOUSE_2: "#f47b67"
    +
  • +
  • +
    HYPESQUAD_HOUSE_2_500: "#f47b67"
    +
  • +
  • +
    HYPESQUAD_HOUSE_3: "#45ddc0"
    +
  • +
  • +
    HYPESQUAD_HOUSE_3_500: "#45ddc0"
    +
  • +
  • +
    LINK: "#00b0f4"
    +
  • +
  • +
    LINK_100: "#f2fbfe"
    +
  • +
  • +
    LINK_130: "#e8f8fe"
    +
  • +
  • +
    LINK_160: "#daf4fd"
    +
  • +
  • +
    LINK_200: "#cceffd"
    +
  • +
  • +
    LINK_230: "#bdeafc"
    +
  • +
  • +
    LINK_260: "#ace5fb"
    +
  • +
  • +
    LINK_300: "#99dffb"
    +
  • +
  • +
    LINK_330: "#7ad6f9"
    +
  • +
  • +
    LINK_360: "#5cccf8"
    +
  • +
  • +
    LINK_400: "#33c0f6"
    +
  • +
  • +
    LINK_430: "#25bbf6"
    +
  • +
  • +
    LINK_460: "#14b6f5"
    +
  • +
  • +
    LINK_500: "#00b0f4"
    +
  • +
  • +
    LINK_530: "#00a0de"
    +
  • +
  • +
    LINK_560: "#008fc6"
    +
  • +
  • +
    LINK_600: "#0078a6"
    +
  • +
  • +
    LINK_630: "#006890"
    +
  • +
  • +
    LINK_660: "#005b7e"
    +
  • +
  • +
    LINK_700: "#004662"
    +
  • +
  • +
    LINK_730: "#00425b"
    +
  • +
  • +
    LINK_760: "#003d54"
    +
  • +
  • +
    LINK_800: "#003549"
    +
  • +
  • +
    LINK_830: "#002838"
    +
  • +
  • +
    LINK_860: "#001a25"
    +
  • +
  • +
    LINK_900: "#00090c"
    +
  • +
  • +
    LOL: "#021f25"
    +
  • +
  • +
    LOL_500: "#021f25"
    +
  • +
  • +
    PARTNER: "#4087ed"
    +
  • +
  • +
    PARTNER_500: "#4087ed"
    +
  • +
  • +
    PREMIUM_GUILD_BLUE: "#3e70dd"
    +
  • +
  • +
    PREMIUM_GUILD_BLUE_500: "#3e70dd"
    +
  • +
  • +
    PREMIUM_GUILD_PINK: "#ff73fa"
    +
  • +
  • +
    PREMIUM_GUILD_PINK_500: "#ff73fa"
    +
  • +
  • +
    PREMIUM_GUILD_PURPLE: "#b377f3"
    +
  • +
  • +
    PREMIUM_GUILD_PURPLE_500: "#b377f3"
    +
  • +
  • +
    PREMIUM_TIER_1_BLUE: "#738ef5"
    +
  • +
  • +
    PREMIUM_TIER_1_BLUE_500: "#738ef5"
    +
  • +
  • +
    PREMIUM_TIER_1_PURPLE: "#b3aeff"
    +
  • +
  • +
    PREMIUM_TIER_1_PURPLE_500: "#b3aeff"
    +
  • +
  • +
    PREMIUM_TIER_2_PINK: "#e292aa"
    +
  • +
  • +
    PREMIUM_TIER_2_PINK_500: "#e292aa"
    +
  • +
  • +
    PREMIUM_TIER_2_PURPLE: "#b473f5"
    +
  • +
  • +
    PREMIUM_TIER_2_PURPLE_500: "#b473f5"
    +
  • +
  • +
    PRIMARY_DARK: "#4f545c"
    +
  • +
  • +
    PRIMARY_DARK_100: "#f6f6f7"
    +
  • +
  • +
    PRIMARY_DARK_130: "#eff0f0"
    +
  • +
  • +
    PRIMARY_DARK_160: "#e6e6e8"
    +
  • +
  • +
    PRIMARY_DARK_200: "#dcddde"
    +
  • +
  • +
    PRIMARY_DARK_230: "#d1d3d5"
    +
  • +
  • +
    PRIMARY_DARK_260: "#c6c8ca"
    +
  • +
  • +
    PRIMARY_DARK_300: "#b9bbbe"
    +
  • +
  • +
    PRIMARY_DARK_330: "#a3a6aa"
    +
  • +
  • +
    PRIMARY_DARK_360: "#8e9297"
    +
  • +
  • +
    PRIMARY_DARK_400: "#72767d"
    +
  • +
  • +
    PRIMARY_DARK_430: "#686d73"
    +
  • +
  • +
    PRIMARY_DARK_460: "#5d6269"
    +
  • +
  • +
    PRIMARY_DARK_500: "#4f545c"
    +
  • +
  • +
    PRIMARY_DARK_530: "#484c54"
    +
  • +
  • +
    PRIMARY_DARK_560: "#40444b"
    +
  • +
  • +
    PRIMARY_DARK_600: "#36393f"
    +
  • +
  • +
    PRIMARY_DARK_630: "#2f3136"
    +
  • +
  • +
    PRIMARY_DARK_660: "#292b2f"
    +
  • +
  • +
    PRIMARY_DARK_700: "#202225"
    +
  • +
  • +
    PRIMARY_DARK_730: "#1e1f22"
    +
  • +
  • +
    PRIMARY_DARK_760: "#1b1d20"
    +
  • +
  • +
    PRIMARY_DARK_800: "#18191c"
    +
  • +
  • +
    PRIMARY_DARK_830: "#121315"
    +
  • +
  • +
    PRIMARY_DARK_860: "#0c0d0e"
    +
  • +
  • +
    PRIMARY_DARK_900: "#040405"
    +
  • +
  • +
    PRIMARY_LIGHT: "#747f8d"
    +
  • +
  • +
    PRIMARY_LIGHT_100: "#f8f9f9"
    +
  • +
  • +
    PRIMARY_LIGHT_130: "#f2f3f5"
    +
  • +
  • +
    PRIMARY_LIGHT_160: "#ebedef"
    +
  • +
  • +
    PRIMARY_LIGHT_200: "#e3e5e8"
    +
  • +
  • +
    PRIMARY_LIGHT_230: "#dbdee1"
    +
  • +
  • +
    PRIMARY_LIGHT_260: "#d2d6da"
    +
  • +
  • +
    PRIMARY_LIGHT_300: "#c7ccd1"
    +
  • +
  • +
    PRIMARY_LIGHT_330: "#b6bcc4"
    +
  • +
  • +
    PRIMARY_LIGHT_360: "#a6adb6"
    +
  • +
  • +
    PRIMARY_LIGHT_400: "#9099a4"
    +
  • +
  • +
    PRIMARY_LIGHT_430: "#88919d"
    +
  • +
  • +
    PRIMARY_LIGHT_460: "#7f8996"
    +
  • +
  • +
    PRIMARY_LIGHT_500: "#747f8d"
    +
  • +
  • +
    PRIMARY_LIGHT_530: "#6a7480"
    +
  • +
  • +
    PRIMARY_LIGHT_560: "#5e6772"
    +
  • +
  • +
    PRIMARY_LIGHT_600: "#4f5660"
    +
  • +
  • +
    PRIMARY_LIGHT_630: "#444b53"
    +
  • +
  • +
    PRIMARY_LIGHT_660: "#3c4149"
    +
  • +
  • +
    PRIMARY_LIGHT_700: "#2e3338"
    +
  • +
  • +
    PRIMARY_LIGHT_730: "#2b2f35"
    +
  • +
  • +
    PRIMARY_LIGHT_760: "#282c31"
    +
  • +
  • +
    PRIMARY_LIGHT_800: "#23262a"
    +
  • +
  • +
    PRIMARY_LIGHT_830: "#1b1d20"
    +
  • +
  • +
    PRIMARY_LIGHT_860: "#111315"
    +
  • +
  • +
    PRIMARY_LIGHT_900: "#060607"
    +
  • +
  • +
    REDDIT: "#ff4500"
    +
  • +
  • +
    REDDIT_500: "#ff4500"
    +
  • +
  • +
    SAMSUNG: "#1429a0"
    +
  • +
  • +
    SAMSUNG_500: "#1429a0"
    +
  • +
  • +
    SKYPE: "#009dd7"
    +
  • +
  • +
    SKYPE_500: "#009dd7"
    +
  • +
  • +
    SPOTIFY: "#1db954"
    +
  • +
  • +
    SPOTIFY_500: "#1db954"
    +
  • +
  • +
    STATUS_GREEN: "#43b581"
    +
  • +
  • +
    STATUS_GREEN_100: "#f6fbf9"
    +
  • +
  • +
    STATUS_GREEN_130: "#eef8f4"
    +
  • +
  • +
    STATUS_GREEN_160: "#e4f4ed"
    +
  • +
  • +
    STATUS_GREEN_200: "#d9f0e6"
    +
  • +
  • +
    STATUS_GREEN_230: "#ceecde"
    +
  • +
  • +
    STATUS_GREEN_260: "#c2e7d6"
    +
  • +
  • +
    STATUS_GREEN_300: "#b4e1cd"
    +
  • +
  • +
    STATUS_GREEN_330: "#9dd8bd"
    +
  • +
  • +
    STATUS_GREEN_360: "#87d0ae"
    +
  • +
  • +
    STATUS_GREEN_400: "#69c49a"
    +
  • +
  • +
    STATUS_GREEN_430: "#5ec093"
    +
  • +
  • +
    STATUS_GREEN_460: "#52bb8b"
    +
  • +
  • +
    STATUS_GREEN_500: "#43b581"
    +
  • +
  • +
    STATUS_GREEN_530: "#3da575"
    +
  • +
  • +
    STATUS_GREEN_560: "#369368"
    +
  • +
  • +
    STATUS_GREEN_600: "#2e7b58"
    +
  • +
  • +
    STATUS_GREEN_630: "#276b4c"
    +
  • +
  • +
    STATUS_GREEN_660: "#235d42"
    +
  • +
  • +
    STATUS_GREEN_700: "#1b4834"
    +
  • +
  • +
    STATUS_GREEN_730: "#194430"
    +
  • +
  • +
    STATUS_GREEN_760: "#173e2c"
    +
  • +
  • +
    STATUS_GREEN_800: "#143627"
    +
  • +
  • +
    STATUS_GREEN_830: "#0f2a1e"
    +
  • +
  • +
    STATUS_GREEN_860: "#0a1b13"
    +
  • +
  • +
    STATUS_GREEN_900: "#030906"
    +
  • +
  • +
    STATUS_GREY: "#747f8d"
    +
  • +
  • +
    STATUS_GREY_100: "#f8f9f9"
    +
  • +
  • +
    STATUS_GREY_130: "#f2f3f5"
    +
  • +
  • +
    STATUS_GREY_160: "#ebedef"
    +
  • +
  • +
    STATUS_GREY_200: "#e3e5e8"
    +
  • +
  • +
    STATUS_GREY_230: "#dbdee1"
    +
  • +
  • +
    STATUS_GREY_260: "#d2d6da"
    +
  • +
  • +
    STATUS_GREY_300: "#c7ccd1"
    +
  • +
  • +
    STATUS_GREY_330: "#b6bcc4"
    +
  • +
  • +
    STATUS_GREY_360: "#a6adb6"
    +
  • +
  • +
    STATUS_GREY_400: "#9099a4"
    +
  • +
  • +
    STATUS_GREY_430: "#88919d"
    +
  • +
  • +
    STATUS_GREY_460: "#7f8996"
    +
  • +
  • +
    STATUS_GREY_500: "#747f8d"
    +
  • +
  • +
    STATUS_GREY_530: "#6a7480"
    +
  • +
  • +
    STATUS_GREY_560: "#5e6772"
    +
  • +
  • +
    STATUS_GREY_600: "#4f5660"
    +
  • +
  • +
    STATUS_GREY_630: "#444b53"
    +
  • +
  • +
    STATUS_GREY_660: "#3c4149"
    +
  • +
  • +
    STATUS_GREY_700: "#2e3338"
    +
  • +
  • +
    STATUS_GREY_730: "#2b2f35"
    +
  • +
  • +
    STATUS_GREY_760: "#282c31"
    +
  • +
  • +
    STATUS_GREY_800: "#23262a"
    +
  • +
  • +
    STATUS_GREY_830: "#1b1d20"
    +
  • +
  • +
    STATUS_GREY_860: "#111315"
    +
  • +
  • +
    STATUS_GREY_900: "#060607"
    +
  • +
  • +
    STATUS_RED: "#f04747"
    +
  • +
  • +
    STATUS_RED_100: "#fef6f6"
    +
  • +
  • +
    STATUS_RED_130: "#feeeee"
    +
  • +
  • +
    STATUS_RED_160: "#fde5e5"
    +
  • +
  • +
    STATUS_RED_200: "#fcdada"
    +
  • +
  • +
    STATUS_RED_230: "#fbcfcf"
    +
  • +
  • +
    STATUS_RED_260: "#fac3c3"
    +
  • +
  • +
    STATUS_RED_300: "#f9b5b5"
    +
  • +
  • +
    STATUS_RED_330: "#f79f9f"
    +
  • +
  • +
    STATUS_RED_360: "#f58989"
    +
  • +
  • +
    STATUS_RED_400: "#f36c6c"
    +
  • +
  • +
    STATUS_RED_430: "#f26161"
    +
  • +
  • +
    STATUS_RED_460: "#f15656"
    +
  • +
  • +
    STATUS_RED_500: "#f04747"
    +
  • +
  • +
    STATUS_RED_530: "#da4141"
    +
  • +
  • +
    STATUS_RED_560: "#c23a3a"
    +
  • +
  • +
    STATUS_RED_600: "#a33030"
    +
  • +
  • +
    STATUS_RED_630: "#8d2a2a"
    +
  • +
  • +
    STATUS_RED_660: "#7c2525"
    +
  • +
  • +
    STATUS_RED_700: "#601c1c"
    +
  • +
  • +
    STATUS_RED_730: "#5a1b1b"
    +
  • +
  • +
    STATUS_RED_760: "#531818"
    +
  • +
  • +
    STATUS_RED_800: "#481515"
    +
  • +
  • +
    STATUS_RED_830: "#371010"
    +
  • +
  • +
    STATUS_RED_860: "#240b0b"
    +
  • +
  • +
    STATUS_RED_900: "#0c0404"
    +
  • +
  • +
    STATUS_YELLOW: "#faa61a"
    +
  • +
  • +
    STATUS_YELLOW_100: "#fffbf4"
    +
  • +
  • +
    STATUS_YELLOW_130: "#fff7ea"
    +
  • +
  • +
    STATUS_YELLOW_160: "#fef2de"
    +
  • +
  • +
    STATUS_YELLOW_200: "#feedd1"
    +
  • +
  • +
    STATUS_YELLOW_230: "#fee8c3"
    +
  • +
  • +
    STATUS_YELLOW_260: "#fde2b5"
    +
  • +
  • +
    STATUS_YELLOW_300: "#fddba3"
    +
  • +
  • +
    STATUS_YELLOW_330: "#fcd188"
    +
  • +
  • +
    STATUS_YELLOW_360: "#fcc66c"
    +
  • +
  • +
    STATUS_YELLOW_400: "#fbb848"
    +
  • +
  • +
    STATUS_YELLOW_430: "#fbb33b"
    +
  • +
  • +
    STATUS_YELLOW_460: "#faad2c"
    +
  • +
  • +
    STATUS_YELLOW_500: "#faa61a"
    +
  • +
  • +
    STATUS_YELLOW_530: "#e49718"
    +
  • +
  • +
    STATUS_YELLOW_560: "#cb8615"
    +
  • +
  • +
    STATUS_YELLOW_600: "#aa7112"
    +
  • +
  • +
    STATUS_YELLOW_630: "#93620f"
    +
  • +
  • +
    STATUS_YELLOW_660: "#81550d"
    +
  • +
  • +
    STATUS_YELLOW_700: "#64420a"
    +
  • +
  • +
    STATUS_YELLOW_730: "#5e3e0a"
    +
  • +
  • +
    STATUS_YELLOW_760: "#563909"
    +
  • +
  • +
    STATUS_YELLOW_800: "#4b3208"
    +
  • +
  • +
    STATUS_YELLOW_830: "#3a2606"
    +
  • +
  • +
    STATUS_YELLOW_860: "#261904"
    +
  • +
  • +
    STATUS_YELLOW_900: "#0d0801"
    +
  • +
  • +
    STEAM: "#182332"
    +
  • +
  • +
    STEAM_500: "#182332"
    +
  • +
  • +
    TRANSPARENT: "transparent"
    +
  • +
  • +
    TWITCH: "#593695"
    +
  • +
  • +
    TWITCH_500: "#593695"
    +
  • +
  • +
    TWITTER: "#1da1f2"
    +
  • +
  • +
    TWITTER_500: "#1da1f2"
    +
  • +
  • +
    WHITE: "#ffffff"
    +
  • +
  • +
    WHITE_100: "#ffffff"
    +
  • +
  • +
    WHITE_130: "#ffffff"
    +
  • +
  • +
    WHITE_160: "#ffffff"
    +
  • +
  • +
    WHITE_200: "#ffffff"
    +
  • +
  • +
    WHITE_230: "#ffffff"
    +
  • +
  • +
    WHITE_260: "#ffffff"
    +
  • +
  • +
    WHITE_300: "#ffffff"
    +
  • +
  • +
    WHITE_330: "#ffffff"
    +
  • +
  • +
    WHITE_360: "#ffffff"
    +
  • +
  • +
    WHITE_400: "#ffffff"
    +
  • +
  • +
    WHITE_430: "#ffffff"
    +
  • +
  • +
    WHITE_460: "#ffffff"
    +
  • +
  • +
    WHITE_500: "#ffffff"
    +
  • +
  • +
    WHITE_530: "#e8e8e8"
    +
  • +
  • +
    WHITE_560: "#cfcfcf"
    +
  • +
  • +
    WHITE_600: "#adadad"
    +
  • +
  • +
    WHITE_630: "#969696"
    +
  • +
  • +
    WHITE_660: "#838383"
    +
  • +
  • +
    WHITE_700: "#666666"
    +
  • +
  • +
    WHITE_730: "#5f5f5f"
    +
  • +
  • +
    WHITE_760: "#585858"
    +
  • +
  • +
    WHITE_800: "#4d4d4d"
    +
  • +
  • +
    WHITE_830: "#3b3b3b"
    +
  • +
  • +
    WHITE_860: "#262626"
    +
  • +
  • +
    WHITE_900: "#0d0d0d"
    +
  • +
  • +
    XBOX: "#107c10"
    +
  • +
  • +
    XBOX_500: "#107c10"
    +
  • +
  • +
    YOUTUBE: "#cb2120"
    +
  • +
  • +
    YOUTUBE_500: "#cb2120"
    +
  • +
+
+
+
+ +

ComponentActions

+
ComponentActions: { BLUR_INPUT: "BLUR_INPUT"; CALL_ACCEPT: "CALL_ACCEPT"; CALL_DECLINE: "CALL_DECLINE"; CALL_START: "CALL_START"; CAROUSEL_NEXT: "CAROUSEL_NEXT"; CAROUSEL_PREV: "CAROUSEL_PREV"; CHANNEL_LIST_RECALCULATE: "CHANNEL_LIST_RECALCULATE"; CHAT_RESIZE: "CHAT_RESIZE"; CLOSE_GIF_PICKER: "CLOSE_GIF_PICKER"; CONTEXT_MENU_CLOSE: "CONTEXT_MENU_CLOSE"; DDR_ARROW_DOWN: "DDR_ARROW_DOWN"; DDR_ARROW_UP: "DDR_ARROW_UP"; EMPHASIZE_NOTICE: "EMPHASIZE_NOTICE"; EMPHASIZE_SLOWMODE_COOLDOWN: "EMPHASIZE_SLOWMODE_COOLDOWN"; FAVORITE_GIF: "FAVORITE_GIF"; FOCUS_FRIEND_SEARCH: "FOCUS_FRIEND_SEARCH"; FOCUS_MESSAGES: "FOCUS_MESSAGES"; FOCUS_SEARCH: "FOCUS_SEARCH"; GLOBAL_CLIPBOARD_PASTE: "GLOBAL_CLIPBOARD_PASTE"; GUILD_SIDEBAR_FORCE_UPDATE: "GUILD_SIDEBAR_FORCE_UPDATE"; INSERT_QUOTE_TEXT: "INSERT_QUOTE_TEXT"; INSERT_TEXT: "INSERT_TEXT"; LAYER_POP_COMPLETE: "LAYER_POP_COMPLETE"; LAYER_POP_ESCAPE_KEY: "LAYER_POP_ESCAPE_KEY"; LAYER_POP_START: "LAYER_POP_START"; MARK_TOP_INBOX_CHANNEL_READ: "MARK_TOP_INBOX_CHANNEL_READ"; MESSAGE_EDIT_UPDATE: "MESSAGE_EDIT_UPDATE"; MESSAGE_UPDATE: "MESSAGE_UPDATE"; MODAL_CAROUSEL_NEXT: "MODAL_CAROUSEL_NEXT"; MODAL_CAROUSEL_PREV: "MODAL_CAROUSEL_PREV"; MODAL_CLOSE: "MODAL_CLOSE"; MODAL_SUBMIT: "MODAL_SUBMIT"; PERFORM_SEARCH: "PERFORM_SEARCH"; POPOUT_CLOSE: "POPOUT_CLOSE"; POPOUT_HIDE: "POPOUT_HIDE"; POPOUT_SHOW: "POPOUT_SHOW"; QUICKSWITCHER_RESULT_FOCUS: "QUICKSWITCHER_RESULT_FOCUS"; SCROLLTO_CHANNEL: "SCROLLTO_CHANNEL"; SCROLLTO_PRESENT: "SCROLLTO_PRESENT"; SCROLL_PAGE_DOWN: "SCROLL_PAGE_DOWN"; SCROLL_PAGE_UP: "SCROLL_PAGE_UP"; SCROLL_TO_VOICE_CHANNEL: "SCROLL_TO_VOICE_CHANNEL"; SEARCH_RESULTS_CLOSE: "SEARCH_RESULTS_CLOSE"; SET_SEARCH_QUERY: "SET_SEARCH_QUERY"; SHAKE_APP: "SHAKE_APP"; TEXTAREA_BLUR: "TEXTAREA_BLUR"; TEXTAREA_FOCUS: "TEXTAREA_FOCUS"; TOGGLE_CHANNEL_PINS: "TOGGLE_CHANNEL_PINS"; TOGGLE_DM_CREATE: "TOGGLE_DM_CREATE"; TOGGLE_EMOJI_POPOUT: "TOGGLE_EMOJI_POPOUT"; TOGGLE_GIF_PICKER: "TOGGLE_GIF_PICKER"; TOGGLE_GIF_PICKER_POPOUT: "TOGGLE_GIF_PICKER_POPOUT"; TOGGLE_INBOX: "TOGGLE_INBOX"; TRANSITION_JOIN_GUILD: "TRANSITION_JOIN_GUILD"; UPLOAD_FILE: "UPLOAD_FILE"; WAVE_EMPHASIZE: "WAVE_EMPHASIZE" }
+ +
+

Type declaration

+
    +
  • +
    BLUR_INPUT: "BLUR_INPUT"
    +
  • +
  • +
    CALL_ACCEPT: "CALL_ACCEPT"
    +
  • +
  • +
    CALL_DECLINE: "CALL_DECLINE"
    +
  • +
  • +
    CALL_START: "CALL_START"
    +
  • +
  • +
    CAROUSEL_NEXT: "CAROUSEL_NEXT"
    +
  • +
  • +
    CAROUSEL_PREV: "CAROUSEL_PREV"
    +
  • +
  • +
    CHANNEL_LIST_RECALCULATE: "CHANNEL_LIST_RECALCULATE"
    +
  • +
  • +
    CHAT_RESIZE: "CHAT_RESIZE"
    +
  • +
  • +
    CLOSE_GIF_PICKER: "CLOSE_GIF_PICKER"
    +
  • +
  • +
    CONTEXT_MENU_CLOSE: "CONTEXT_MENU_CLOSE"
    +
  • +
  • +
    DDR_ARROW_DOWN: "DDR_ARROW_DOWN"
    +
  • +
  • +
    DDR_ARROW_UP: "DDR_ARROW_UP"
    +
  • +
  • +
    EMPHASIZE_NOTICE: "EMPHASIZE_NOTICE"
    +
  • +
  • +
    EMPHASIZE_SLOWMODE_COOLDOWN: "EMPHASIZE_SLOWMODE_COOLDOWN"
    +
  • +
  • +
    FAVORITE_GIF: "FAVORITE_GIF"
    +
  • +
  • +
    FOCUS_FRIEND_SEARCH: "FOCUS_FRIEND_SEARCH"
    +
  • +
  • +
    FOCUS_MESSAGES: "FOCUS_MESSAGES"
    +
  • +
  • +
    FOCUS_SEARCH: "FOCUS_SEARCH"
    +
  • +
  • +
    GLOBAL_CLIPBOARD_PASTE: "GLOBAL_CLIPBOARD_PASTE"
    +
  • +
  • +
    GUILD_SIDEBAR_FORCE_UPDATE: "GUILD_SIDEBAR_FORCE_UPDATE"
    +
  • +
  • +
    INSERT_QUOTE_TEXT: "INSERT_QUOTE_TEXT"
    +
  • +
  • +
    INSERT_TEXT: "INSERT_TEXT"
    +
  • +
  • +
    LAYER_POP_COMPLETE: "LAYER_POP_COMPLETE"
    +
  • +
  • +
    LAYER_POP_ESCAPE_KEY: "LAYER_POP_ESCAPE_KEY"
    +
  • +
  • +
    LAYER_POP_START: "LAYER_POP_START"
    +
  • +
  • +
    MARK_TOP_INBOX_CHANNEL_READ: "MARK_TOP_INBOX_CHANNEL_READ"
    +
  • +
  • +
    MESSAGE_EDIT_UPDATE: "MESSAGE_EDIT_UPDATE"
    +
  • +
  • +
    MESSAGE_UPDATE: "MESSAGE_UPDATE"
    +
  • +
  • +
    MODAL_CAROUSEL_NEXT: "MODAL_CAROUSEL_NEXT"
    +
  • +
  • +
    MODAL_CAROUSEL_PREV: "MODAL_CAROUSEL_PREV"
    +
  • +
  • +
    MODAL_CLOSE: "MODAL_CLOSE"
    +
  • +
  • +
    MODAL_SUBMIT: "MODAL_SUBMIT"
    +
  • +
  • +
    PERFORM_SEARCH: "PERFORM_SEARCH"
    +
  • +
  • +
    POPOUT_CLOSE: "POPOUT_CLOSE"
    +
  • +
  • +
    POPOUT_HIDE: "POPOUT_HIDE"
    +
  • +
  • +
    POPOUT_SHOW: "POPOUT_SHOW"
    +
  • +
  • +
    QUICKSWITCHER_RESULT_FOCUS: "QUICKSWITCHER_RESULT_FOCUS"
    +
  • +
  • +
    SCROLLTO_CHANNEL: "SCROLLTO_CHANNEL"
    +
  • +
  • +
    SCROLLTO_PRESENT: "SCROLLTO_PRESENT"
    +
  • +
  • +
    SCROLL_PAGE_DOWN: "SCROLL_PAGE_DOWN"
    +
  • +
  • +
    SCROLL_PAGE_UP: "SCROLL_PAGE_UP"
    +
  • +
  • +
    SCROLL_TO_VOICE_CHANNEL: "SCROLL_TO_VOICE_CHANNEL"
    +
  • +
  • +
    SEARCH_RESULTS_CLOSE: "SEARCH_RESULTS_CLOSE"
    +
  • +
  • +
    SET_SEARCH_QUERY: "SET_SEARCH_QUERY"
    +
  • +
  • +
    SHAKE_APP: "SHAKE_APP"
    +
  • +
  • +
    TEXTAREA_BLUR: "TEXTAREA_BLUR"
    +
  • +
  • +
    TEXTAREA_FOCUS: "TEXTAREA_FOCUS"
    +
  • +
  • +
    TOGGLE_CHANNEL_PINS: "TOGGLE_CHANNEL_PINS"
    +
  • +
  • +
    TOGGLE_DM_CREATE: "TOGGLE_DM_CREATE"
    +
  • +
  • +
    TOGGLE_EMOJI_POPOUT: "TOGGLE_EMOJI_POPOUT"
    +
  • +
  • +
    TOGGLE_GIF_PICKER: "TOGGLE_GIF_PICKER"
    +
  • +
  • +
    TOGGLE_GIF_PICKER_POPOUT: "TOGGLE_GIF_PICKER_POPOUT"
    +
  • +
  • +
    TOGGLE_INBOX: "TOGGLE_INBOX"
    +
  • +
  • +
    TRANSITION_JOIN_GUILD: "TRANSITION_JOIN_GUILD"
    +
  • +
  • +
    UPLOAD_FILE: "UPLOAD_FILE"
    +
  • +
  • +
    WAVE_EMPHASIZE: "WAVE_EMPHASIZE"
    +
  • +
+
+
+
+ +

CompressionQuality

+
CompressionQuality: { 0.3: "LOW"; 0.6: "HIGH"; HIGH: 0.6; LOW: 0.3 }
+ +
+

Type declaration

+
    +
  • +
    0.3: "LOW"
    +
  • +
  • +
    0.6: "HIGH"
    +
  • +
  • +
    HIGH: 0.6
    +
  • +
  • +
    LOW: 0.3
    +
  • +
+
+
+
+ +

ConnectedDevicePreference

+
ConnectedDevicePreference: { INPUT: "INPUT"; INPUT_AND_OUTPUT: "INPUT_AND_OUTPUT"; OUTPUT: "OUTPUT" }
+ +
+

Type declaration

+
    +
  • +
    INPUT: "INPUT"
    +
  • +
  • +
    INPUT_AND_OUTPUT: "INPUT_AND_OUTPUT"
    +
  • +
  • +
    OUTPUT: "OUTPUT"
    +
  • +
+
+
+
+ +

ConnectedDeviceType

+
ConnectedDeviceType: { INPUT: "INPUT"; INPUT_AND_OUTPUT: "INPUT_AND_OUTPUT"; OUTPUT: "OUTPUT" }
+ +
+

Type declaration

+
    +
  • +
    INPUT: "INPUT"
    +
  • +
  • +
    INPUT_AND_OUTPUT: "INPUT_AND_OUTPUT"
    +
  • +
  • +
    OUTPUT: "OUTPUT"
    +
  • +
+
+
+
+ +

ConnectionStatus

+
ConnectionStatus: { CONNECTED: "connected"; CONNECTING: "connecting"; ERROR: "error" }
+ +
+

Type declaration

+
    +
  • +
    CONNECTED: "connected"
    +
  • +
  • +
    CONNECTING: "connecting"
    +
  • +
  • +
    ERROR: "error"
    +
  • +
+
+
+
+ +

Consents

+
Consents: { PERSONALIZATION: "personalization"; USAGE_STATISTICS: "usage_statistics" }
+ +
+

Type declaration

+
    +
  • +
    PERSONALIZATION: "personalization"
    +
  • +
  • +
    USAGE_STATISTICS: "usage_statistics"
    +
  • +
+
+
+
+ +

ContactSyncModalScenes

+
ContactSyncModalScenes: { ADD_PHONE: "ADD_PHONE"; LANDING: "LANDING"; NO_RESULTS: "NO_RESULTS"; RESULTS: "RESULTS"; SYNCING: "SYNCING"; VERIFY_PHONE: "VERIFY_PHONE" }
+ +
+

Type declaration

+
    +
  • +
    ADD_PHONE: "ADD_PHONE"
    +
  • +
  • +
    LANDING: "LANDING"
    +
  • +
  • +
    NO_RESULTS: "NO_RESULTS"
    +
  • +
  • +
    RESULTS: "RESULTS"
    +
  • +
  • +
    SYNCING: "SYNCING"
    +
  • +
  • +
    VERIFY_PHONE: "VERIFY_PHONE"
    +
  • +
+
+
+
+ +

ContentRatingAgencies

+
ContentRatingAgencies: { ESRB: "1"; PEGI: "2" }
+ +
+

Type declaration

+
    +
  • +
    ESRB: "1"
    +
  • +
  • +
    PEGI: "2"
    +
  • +
+
+
+
+ +

CreateGuildModalScreens

+
CreateGuildModalScreens: { 0: "Choose"; 1: "CreateGuild"; 2: "JoinGuild"; 3: "AcceptInvite"; AcceptInvite: 3; Choose: 0; CreateGuild: 1; JoinGuild: 2 }
+ +
+

Type declaration

+
    +
  • +
    0: "Choose"
    +
  • +
  • +
    1: "CreateGuild"
    +
  • +
  • +
    2: "JoinGuild"
    +
  • +
  • +
    3: "AcceptInvite"
    +
  • +
  • +
    AcceptInvite: 3
    +
  • +
  • +
    Choose: 0
    +
  • +
  • +
    CreateGuild: 1
    +
  • +
  • +
    JoinGuild: 2
    +
  • +
+
+
+
+ +

CurrencyCodes

+
CurrencyCodes: { AUD: "aud"; CAD: "cad"; EUR: "eur"; GBP: "gbp"; JPY: "jpy"; NOK: "nok"; RUB: "rub"; USD: "usd" }
+ +
+

Type declaration

+
    +
  • +
    AUD: "aud"
    +
  • +
  • +
    CAD: "cad"
    +
  • +
  • +
    EUR: "eur"
    +
  • +
  • +
    GBP: "gbp"
    +
  • +
  • +
    JPY: "jpy"
    +
  • +
  • +
    NOK: "nok"
    +
  • +
  • +
    RUB: "rub"
    +
  • +
  • +
    USD: "usd"
    +
  • +
+
+
+
+ +

CustomDiscordApplicationId

+
CustomDiscordApplicationId: "530820671283003422"
+ +
+
+ +

DEFAULT_FOLDER_COLOR

+
DEFAULT_FOLDER_COLOR: 7506394
+ +
+
+ +

DEFAULT_ROLE_COLOR

+
DEFAULT_ROLE_COLOR: 10070709
+ +
+
+ +

DEVICE_PUSH_PROVIDER

+
DEVICE_PUSH_PROVIDER: null
+ +
+
+ +

DEVICE_PUSH_VOIP_PROVIDER

+
DEVICE_PUSH_VOIP_PROVIDER: null
+ +
+
+ +

DEVICE_TOKEN

+
DEVICE_TOKEN: "DEVICE_TOKEN"
+ +
+
+ +

DEVICE_VOIP_TOKEN

+
DEVICE_VOIP_TOKEN: "DEVICE_VOIP_TOKEN"
+ +
+
+ +

DIRECT_ANALYTICS_LOCATION

+
DIRECT_ANALYTICS_LOCATION: { object: "Web URL"; page: "Direct" }
+ +
+

Type declaration

+
    +
  • +
    object: "Web URL"
    +
  • +
  • +
    page: "Direct"
    +
  • +
+
+
+
+ +

DISCODO_STORAGE_KEY

+
DISCODO_STORAGE_KEY: "discodoEasterEgg"
+ +
+
+ +

DISCORD_CONNECT_EXAMPLE_APP_APPLICATION_ID

+
DISCORD_CONNECT_EXAMPLE_APP_APPLICATION_ID: "628735568569696256"
+ +
+
+ +

DISCORD_CONNECT_EXAMPLE_APP_DEEPLINK_URI

+
DISCORD_CONNECT_EXAMPLE_APP_DEEPLINK_URI: "discordconnect://connect"
+ +
+
+ +

DIVERSITY_SURROGATES

+
DIVERSITY_SURROGATES: ("🏻" | "🏼" | "🏽" | "🏾" | "🏿")[]
+ +
+
+ +

DM_WIDTH

+
DM_WIDTH: 72
+ +
+
+ +

DefaultCloudSyncConfiguration

+
DefaultCloudSyncConfiguration: { ROOT_ID: "sdk"; ROOT_PATTERN: ["**/*"]; ROOT_PLATFORMS: { linux: "linux"; macos: "macos"; windows: "windows" } }
+ +
+

Type declaration

+
    +
  • +
    ROOT_ID: "sdk"
    +
  • +
  • +
    ROOT_PATTERN: ["**/*"]
    +
  • +
  • +
    ROOT_PLATFORMS: { linux: "linux"; macos: "macos"; windows: "windows" }
    +
      +
    • +
      linux: "linux"
      +
    • +
    • +
      macos: "macos"
      +
    • +
    • +
      windows: "windows"
      +
    • +
    +
  • +
+
+
+
+ +

DesktopNotificationTypes

+
DesktopNotificationTypes: { ALL: "ALL"; NEVER: "NEVER" }
+ +
+

Type declaration

+
    +
  • +
    ALL: "ALL"
    +
  • +
  • +
    NEVER: "NEVER"
    +
  • +
+
+
+
+ +

DirectoryLocations

+
DirectoryLocations: { BROWSE: "2"; HOME: "1" }
+ +
+

Type declaration

+
    +
  • +
    BROWSE: "2"
    +
  • +
  • +
    HOME: "1"
    +
  • +
+
+
+
+ +

DiscordProtocolRoutes

+
DiscordProtocolRoutes: { PREMIUM: "discord://app/settings/nitro" }
+ +
+

Type declaration

+
    +
  • +
    PREMIUM: "discord://app/settings/nitro"
    +
  • +
+
+
+
+ +

DispatchApplicationStages

+
DispatchApplicationStages: { ALLOCATING_DISK: "allocating_disk"; FINALIZING: "finalizing"; PATCHING: "patching"; PAUSING: "pausing"; PLANNING: "planning"; POST_INSTALL_SCRIPTS: "running_install_scripts"; QUEUED: "queued"; REPAIRING: "repairing"; UNINSTALLING: "uninstalling"; VERIFYING: "verifying" }
+ +
+

Type declaration

+
    +
  • +
    ALLOCATING_DISK: "allocating_disk"
    +
  • +
  • +
    FINALIZING: "finalizing"
    +
  • +
  • +
    PATCHING: "patching"
    +
  • +
  • +
    PAUSING: "pausing"
    +
  • +
  • +
    PLANNING: "planning"
    +
  • +
  • +
    POST_INSTALL_SCRIPTS: "running_install_scripts"
    +
  • +
  • +
    QUEUED: "queued"
    +
  • +
  • +
    REPAIRING: "repairing"
    +
  • +
  • +
    UNINSTALLING: "uninstalling"
    +
  • +
  • +
    VERIFYING: "verifying"
    +
  • +
+
+
+
+ +

DispatchApplicationStates

+
DispatchApplicationStates: { COMPLETE: "complete"; TRANSITION: "transition" }
+ +
+

Type declaration

+
    +
  • +
    COMPLETE: "complete"
    +
  • +
  • +
    TRANSITION: "transition"
    +
  • +
+
+
+
+ +

DispatchErrorCodes

+
DispatchErrorCodes: { API_ERROR: 2069; APPLICATION_LOAD_FAILED: 2034; APPLICATION_LOCK_FAILED: 2076; APPLICATION_NOT_FOUND: 101; AUTHENTICATION_FAILED: 2063; DESERIALIZATION_FAILED: 2047; DISK_FULL: 2080; DISK_LOW: 2022; DISK_PERMISSION_DENIED: 2025; FILE_NAME_TOO_LONG: 2072; INTERRUPTED: 2055; INVALID_DRIVE: 2078; IO_PERMISSION_DENIED: 2064; MAX_REQUEST_RETRIES_EXCEEDED: 2058; NOT_DIRECTORY: 2077; NOT_ENTITLED: 2073; NO_MANIFESTS: 2065; POST_INSTALL_CANCELLED: 2066; POST_INSTALL_FAILED: 2025; REDISTRIBUTABLE_INSTALL_FAILED: 2026 }
+ +
+

Type declaration

+
    +
  • +
    API_ERROR: 2069
    +
  • +
  • +
    APPLICATION_LOAD_FAILED: 2034
    +
  • +
  • +
    APPLICATION_LOCK_FAILED: 2076
    +
  • +
  • +
    APPLICATION_NOT_FOUND: 101
    +
  • +
  • +
    AUTHENTICATION_FAILED: 2063
    +
  • +
  • +
    DESERIALIZATION_FAILED: 2047
    +
  • +
  • +
    DISK_FULL: 2080
    +
  • +
  • +
    DISK_LOW: 2022
    +
  • +
  • +
    DISK_PERMISSION_DENIED: 2025
    +
  • +
  • +
    FILE_NAME_TOO_LONG: 2072
    +
  • +
  • +
    INTERRUPTED: 2055
    +
  • +
  • +
    INVALID_DRIVE: 2078
    +
  • +
  • +
    IO_PERMISSION_DENIED: 2064
    +
  • +
  • +
    MAX_REQUEST_RETRIES_EXCEEDED: 2058
    +
  • +
  • +
    NOT_DIRECTORY: 2077
    +
  • +
  • +
    NOT_ENTITLED: 2073
    +
  • +
  • +
    NO_MANIFESTS: 2065
    +
  • +
  • +
    POST_INSTALL_CANCELLED: 2066
    +
  • +
  • +
    POST_INSTALL_FAILED: 2025
    +
  • +
  • +
    REDISTRIBUTABLE_INSTALL_FAILED: 2026
    +
  • +
+
+
+
+ +

DistributorNames

+
DistributorNames: { battlenet: "Battle.net"; discord: "Discord"; epic: "Epic"; gog: "GOG"; origin: "Origin"; steam: "Steam"; twitch: "Twitch"; uplay: "Uplay" }
+ +
+

Type declaration

+
    +
  • +
    battlenet: "Battle.net"
    +
  • +
  • +
    discord: "Discord"
    +
  • +
  • +
    epic: "Epic"
    +
  • +
  • +
    gog: "GOG"
    +
  • +
  • +
    origin: "Origin"
    +
  • +
  • +
    steam: "Steam"
    +
  • +
  • +
    twitch: "Twitch"
    +
  • +
  • +
    uplay: "Uplay"
    +
  • +
+
+
+
+ +

Distributors

+
Distributors: { BATTLENET: "battlenet"; DISCORD: "discord"; EPIC: "epic"; GOG: "gog"; ORIGIN: "origin"; STEAM: "steam"; TWITCH: "twitch"; UPLAY: "uplay" }
+ +
+

Type declaration

+
    +
  • +
    BATTLENET: "battlenet"
    +
  • +
  • +
    DISCORD: "discord"
    +
  • +
  • +
    EPIC: "epic"
    +
  • +
  • +
    GOG: "gog"
    +
  • +
  • +
    ORIGIN: "origin"
    +
  • +
  • +
    STEAM: "steam"
    +
  • +
  • +
    TWITCH: "twitch"
    +
  • +
  • +
    UPLAY: "uplay"
    +
  • +
+
+
+
+ +

DownloadLinks

+
DownloadLinks: { ANDROID: "https://play.google.com/store/apps/details?id=com.discord"; DESKTOP: "https://discord.com/api/download"; IOS: "https://itunes.apple.com/app/discord/id985746746" }
+ +
+

Type declaration

+
    +
  • +
    ANDROID: "https://play.google.com/store/apps/details?id=com.discord"
    +
  • +
  • +
    DESKTOP: "https://discord.com/api/download"
    +
  • +
  • +
    IOS: "https://itunes.apple.com/app/discord/id985746746"
    +
  • +
+
+
+
+ +

DrawerTabTypes

+
DrawerTabTypes: { CHAT: "CHAT"; FRIENDS: "FRIENDS"; QUICKSWITCHER: "QUICKSWITCHER"; RECENT_MENTIONS: "RECENT_MENTIONS"; USER_SETTINGS: "USER_SETTINGS" }
+ +
+

Type declaration

+
    +
  • +
    CHAT: "CHAT"
    +
  • +
  • +
    FRIENDS: "FRIENDS"
    +
  • +
  • +
    QUICKSWITCHER: "QUICKSWITCHER"
    +
  • +
  • +
    RECENT_MENTIONS: "RECENT_MENTIONS"
    +
  • +
  • +
    USER_SETTINGS: "USER_SETTINGS"
    +
  • +
+
+
+
+ +

DrawerTypes

+
DrawerTypes: { CHANNELS: "CHANNELS"; MEMBERS: "MEMBERS" }
+ +
+

Type declaration

+
    +
  • +
    CHANNELS: "CHANNELS"
    +
  • +
  • +
    MEMBERS: "MEMBERS"
    +
  • +
+
+
+
+ +

Durations

+
Durations: { DAY: 86400; HOUR: 3600; MINUTE: 60; SECOND: 1 }
+ +
+

Type declaration

+
    +
  • +
    DAY: 86400
    +
  • +
  • +
    HOUR: 3600
    +
  • +
  • +
    MINUTE: 60
    +
  • +
  • +
    SECOND: 1
    +
  • +
+
+
+
+ +

DynamicLinkType

+
DynamicLinkType: { CHANGELOG: "changelog"; INVITE: "invite"; LIBRARY: "library"; SETTINGS: "settings"; STORE: "store" }
+ +
+

Type declaration

+
    +
  • +
    CHANGELOG: "changelog"
    +
  • +
  • +
    INVITE: "invite"
    +
  • +
  • +
    LIBRARY: "library"
    +
  • +
  • +
    SETTINGS: "settings"
    +
  • +
  • +
    STORE: "store"
    +
  • +
+
+
+
+ +

EMAIL_DOMAIN

+
EMAIL_DOMAIN: "discord.com"
+ +
+
+ +

EMBED_LIFETIME

+
EMBED_LIFETIME: 7200000
+ +
+
+ +

EMOJI_CATEGORY_CUSTOM

+
EMOJI_CATEGORY_CUSTOM: "custom"
+ +
+
+ +

EMOJI_CATEGORY_RECENT

+
EMOJI_CATEGORY_RECENT: "recent"
+ +
+
+ +

EMOJI_CHAT_SIZE

+
EMOJI_CHAT_SIZE: 18
+ +
+
+ +

EMOJI_MAX_FILESIZE_KB

+
EMOJI_MAX_FILESIZE_KB: 256
+ +
+
+ +

EMOJI_MAX_LENGTH

+
EMOJI_MAX_LENGTH: 32
+ +
+
+ +

EMOJI_MAX_SLOTS

+
EMOJI_MAX_SLOTS: 50
+ +
+
+ +

EMOJI_MAX_SLOTS_MORE

+
EMOJI_MAX_SLOTS_MORE: 200
+ +
+
+ +

EMOJI_RE

+
EMOJI_RE: {}
+ +
+

Type declaration

+
    +
+
+
+
+ +

ElevatedPermissions

+
ElevatedPermissions: 268443710
+ +
+
+ +

EmbedTypes

+
EmbedTypes: { APPLICATION_NEWS: "application_news"; ARTICLE: "article"; GIFV: "gifv"; IMAGE: "image"; LINK: "link"; RICH: "rich"; TWEET: "tweet"; VIDEO: "video" }
+ +
+

Type declaration

+
    +
  • +
    APPLICATION_NEWS: "application_news"
    +
  • +
  • +
    ARTICLE: "article"
    +
  • +
  • +
    GIFV: "gifv"
    +
  • +
  • +
    IMAGE: "image"
    +
  • +
  • +
    LINK: "link"
    +
  • +
  • +
    RICH: "rich"
    +
  • +
  • +
    TWEET: "tweet"
    +
  • +
  • +
    VIDEO: "video"
    +
  • +
+
+
+
+ +

EmojiSprites

+
EmojiSprites: { DiversityPerRow: 10; NonDiversityPerRow: 42; PickerCount: 50; PickerPerRow: 11 }
+ +
+

Type declaration

+
    +
  • +
    DiversityPerRow: 10
    +
  • +
  • +
    NonDiversityPerRow: 42
    +
  • +
  • +
    PickerCount: 50
    +
  • +
  • +
    PickerPerRow: 11
    +
  • +
+
+
+
+ +

Endpoints

+
Endpoints: { ACTIVITIES: "/activities"; APPLICATIONS_DETECTABLE: "/applications/detectable"; APPLICATIONS_PUBLIC: "/applications/public"; APPLICATIONS_TRENDING: "/applications/trending/global"; APPLICATION_BRANCHES: "/branches"; AUTHORIZE_IP: "/auth/authorize-ip"; AUTH_CONSENT_REQUIRED: "/auth/consent-required"; BILLING_APPLY_APPLE_RECEIPT: "/billing/apple/apply-receipt"; BILLING_BRAINTREE_POPUP_BRIDGE: "/billing/braintree/popup-bridge"; BILLING_BRAINTREE_POPUP_BRIDGE_CALLBACK: "/billing/braintree/popup-bridge/callback"; BILLING_INVOICE_PREVIEW: "/users/@me/billing/invoices/preview"; BILLING_PAYMENTS: "/users/@me/billing/payments"; BILLING_PAYMENT_SOURCES: "/users/@me/billing/payment-sources"; BILLING_STRIPE_SETUP_INTENT_SECRET: "/users/@me/billing/stripe/setup-intents"; BILLING_SUBSCRIPTIONS: "/users/@me/billing/subscriptions"; BULK_ACK: "/read-states/ack-bulk"; CAPTCHA: "/users/@me/captcha/verify"; CHANNELS: "/channels"; CONNECTIONS: "/users/@me/connections"; CONNECTION_SYNC_CONTACTS: "/users/@me/connections/contacts/@me/external-friend-list-entries"; DEBUG_LOGS: "/native/debug-logs"; DELETE_ACCOUNT: "/users/@me/delete"; DEVICES: "/users/@me/devices"; DISABLE_ACCOUNT: "/users/@me/disable"; DISABLE_EMAIL_NOTIFICATIONS: "/users/disable-email-notifications"; ENTITLEMENTS_GIFTABLE: "/users/@me/entitlements/gifts"; EXPERIMENTS: "/experiments"; FORGOT_PASSWORD: "/auth/forgot"; FUNIMATION_PROMOTION: "/promotions/funimation"; FUNIMATION_PROMOTION_REDEEM: "/promotions/funimation/redeem"; GATEWAY: "/gateway"; GIFS_SEARCH: "/gifs/search"; GIFS_SELECT: "/gifs/select"; GIFS_SUGGEST: "/gifs/suggest"; GIFS_TRENDING: "/gifs/trending"; GIFS_TRENDING_GIFS: "/gifs/trending-gifs"; GUILDS: "/guilds"; GUILD_AFFINITIES: "/users/@me/affinities/guilds"; GUILD_DISCOVERY: "/discoverable-guilds"; GUILD_DISCOVERY_CATEGORIES: "/discovery/categories"; GUILD_PREMIUM_SUBSCRIPTION_COOLDOWN: "/users/@me/guilds/premium/subscriptions/cooldown"; HANDOFF: "/auth/handoff"; HANDOFF_EXCHANGE: "/auth/handoff/exchange"; HYPESQUAD_ONLINE: "/hypesquad/online"; ICE: "/voice/ice"; INTEGRATIONS: "/integrations"; LIBRARY: "/users/@me/library"; LOBBIES: "/lobbies"; LOBBY_SEARCH: "/lobbies/search"; LOGIN: "/auth/login"; LOGIN_MFA: "/auth/mfa/totp"; LOGIN_SMS: "/auth/mfa/sms"; LOGIN_SMS_SEND: "/auth/mfa/sms/send"; LOGOUT: "/auth/logout"; ME: "/users/@me"; MENTIONS: "/users/@me/mentions"; MFA_CODES: "/users/@me/mfa/codes"; MFA_SMS_DISABLE: "/users/@me/mfa/sms/disable"; MFA_SMS_ENABLE: "/users/@me/mfa/sms/enable"; MFA_TOTP_DISABLE: "/users/@me/mfa/totp/disable"; MFA_TOTP_ENABLE: "/users/@me/mfa/totp/enable"; NETWORKING_TOKEN: "/networking/token"; NOTES: "/users/@me/notes"; OAUTH2_AUTHORIZE: "/oauth2/authorize"; OAUTH2_AUTHORIZE_WEBHOOK_CHANNELS: "/oauth2/authorize/webhook-channels"; OAUTH2_CURRENT_AUTH: "/oauth2/@me"; OAUTH2_TOKENS: "/oauth2/tokens"; OAUTH2_WHITELIST_ACCEPT: "/oauth2/whitelist/accept"; PHONE: "/users/@me/phone"; PROMOTIONS: "/promotions"; PROMOTION_ACK: "/promotions/ack"; REGISTER: "/auth/register"; REMOTE_AUTH_CANCEL: "/users/@me/remote-auth/cancel"; REMOTE_AUTH_FINISH: "/users/@me/remote-auth/finish"; REMOTE_AUTH_INITIALIZE: "/users/@me/remote-auth"; REPORT: "/report"; REPORT_OPTIONS: "/report/options"; REPORT_V2: "/reports"; RESET_PASSWORD: "/auth/reset"; SETTINGS: "/users/@me/settings"; SETTINGS_CONSENT: "/users/@me/consent"; SSO: "/sso"; STORE_PUBLISHED_LISTINGS_APPLICATIONS: "/store/published-listings/applications"; STORE_PUBLISHED_LISTINGS_SKUS: "/store/published-listings/skus"; TRACK: "/science"; TUTORIAL_INDICATORS: "/tutorial/indicators"; TUTORIAL_INDICATORS_SUPPRESS: "/tutorial/indicators/suppress"; UNVERIFIED_APPLICATIONS: "/unverified-applications"; UNVERIFIED_APPLICATIONS_ICONS: "/unverified-applications/icons"; USERS: "/users"; USER_ACTIVITY_STATISTICS: "/users/@me/activities/statistics/applications"; USER_AFFINITIES: "/users/@me/affinities/users"; USER_AGREEMENTS: "/users/@me/agreements"; USER_GAMES_NOTIFICATIONS: "/users/@me/settings/game-notifications"; USER_GAMES_NOTIFICATIONS_OVERRIDES: "/users/@me/settings/game-notifications/overrides"; USER_GIFT_CODES: "/users/@me/entitlements/gift-codes"; USER_GIFT_CODE_CREATE: "/users/@me/entitlements/gift-codes"; USER_GUILD_PREMIUM_SUBSCRIPTIONS: "/users/@me/guilds/premium/subscriptions"; USER_HARVEST: "/users/@me/harvest"; USER_PREMIUM_GUILD_SUBSCRIPTION_SLOTS: "/users/@me/guilds/premium/subscription-slots"; VERIFY: "/auth/verify"; VERIFY_PHONE: "/users/@me/phone/verify"; VERIFY_RESEND: "/auth/verify/resend"; XBOX_GAME_PASS_PROMOTION: "/promotions/xbox-game-pass"; XBOX_GAME_PASS_PROMOTION_REDEEM: "/promotions/xbox-game-pass/redeem" }
+ +
+

Type declaration

+
    +
  • +
    ACTIVITIES: "/activities"
    +
  • +
  • +
    APPLICATIONS_DETECTABLE: "/applications/detectable"
    +
  • +
  • +
    APPLICATIONS_PUBLIC: "/applications/public"
    +
  • +
  • +
    APPLICATIONS_TRENDING: "/applications/trending/global"
    +
  • +
  • +
    APPLICATION_BRANCHES: "/branches"
    +
  • +
  • +
    AUTHORIZE_IP: "/auth/authorize-ip"
    +
  • +
  • +
    AUTH_CONSENT_REQUIRED: "/auth/consent-required"
    +
  • +
  • +
    BILLING_APPLY_APPLE_RECEIPT: "/billing/apple/apply-receipt"
    +
  • +
  • +
    BILLING_BRAINTREE_POPUP_BRIDGE: "/billing/braintree/popup-bridge"
    +
  • +
  • +
    BILLING_BRAINTREE_POPUP_BRIDGE_CALLBACK: "/billing/braintree/popup-bridge/callback"
    +
  • +
  • +
    BILLING_INVOICE_PREVIEW: "/users/@me/billing/invoices/preview"
    +
  • +
  • +
    BILLING_PAYMENTS: "/users/@me/billing/payments"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCES: "/users/@me/billing/payment-sources"
    +
  • +
  • +
    BILLING_STRIPE_SETUP_INTENT_SECRET: "/users/@me/billing/stripe/setup-intents"
    +
  • +
  • +
    BILLING_SUBSCRIPTIONS: "/users/@me/billing/subscriptions"
    +
  • +
  • +
    BULK_ACK: "/read-states/ack-bulk"
    +
  • +
  • +
    CAPTCHA: "/users/@me/captcha/verify"
    +
  • +
  • +
    CHANNELS: "/channels"
    +
  • +
  • +
    CONNECTIONS: "/users/@me/connections"
    +
  • +
  • +
    CONNECTION_SYNC_CONTACTS: "/users/@me/connections/contacts/@me/external-friend-list-entries"
    +
  • +
  • +
    DEBUG_LOGS: "/native/debug-logs"
    +
  • +
  • +
    DELETE_ACCOUNT: "/users/@me/delete"
    +
  • +
  • +
    DEVICES: "/users/@me/devices"
    +
  • +
  • +
    DISABLE_ACCOUNT: "/users/@me/disable"
    +
  • +
  • +
    DISABLE_EMAIL_NOTIFICATIONS: "/users/disable-email-notifications"
    +
  • +
  • +
    ENTITLEMENTS_GIFTABLE: "/users/@me/entitlements/gifts"
    +
  • +
  • +
    EXPERIMENTS: "/experiments"
    +
  • +
  • +
    FORGOT_PASSWORD: "/auth/forgot"
    +
  • +
  • +
    FUNIMATION_PROMOTION: "/promotions/funimation"
    +
  • +
  • +
    FUNIMATION_PROMOTION_REDEEM: "/promotions/funimation/redeem"
    +
  • +
  • +
    GATEWAY: "/gateway"
    +
  • +
  • +
    GIFS_SEARCH: "/gifs/search"
    +
  • +
  • +
    GIFS_SELECT: "/gifs/select"
    +
  • +
  • +
    GIFS_SUGGEST: "/gifs/suggest"
    +
  • +
  • +
    GIFS_TRENDING: "/gifs/trending"
    +
  • +
  • +
    GIFS_TRENDING_GIFS: "/gifs/trending-gifs"
    +
  • +
  • +
    GUILDS: "/guilds"
    +
  • +
  • +
    GUILD_AFFINITIES: "/users/@me/affinities/guilds"
    +
  • +
  • +
    GUILD_DISCOVERY: "/discoverable-guilds"
    +
  • +
  • +
    GUILD_DISCOVERY_CATEGORIES: "/discovery/categories"
    +
  • +
  • +
    GUILD_PREMIUM_SUBSCRIPTION_COOLDOWN: "/users/@me/guilds/premium/subscriptions/cooldown"
    +
  • +
  • +
    HANDOFF: "/auth/handoff"
    +
  • +
  • +
    HANDOFF_EXCHANGE: "/auth/handoff/exchange"
    +
  • +
  • +
    HYPESQUAD_ONLINE: "/hypesquad/online"
    +
  • +
  • +
    ICE: "/voice/ice"
    +
  • +
  • +
    INTEGRATIONS: "/integrations"
    +
  • +
  • +
    LIBRARY: "/users/@me/library"
    +
  • +
  • +
    LOBBIES: "/lobbies"
    +
  • +
  • +
    LOBBY_SEARCH: "/lobbies/search"
    +
  • +
  • +
    LOGIN: "/auth/login"
    +
  • +
  • +
    LOGIN_MFA: "/auth/mfa/totp"
    +
  • +
  • +
    LOGIN_SMS: "/auth/mfa/sms"
    +
  • +
  • +
    LOGIN_SMS_SEND: "/auth/mfa/sms/send"
    +
  • +
  • +
    LOGOUT: "/auth/logout"
    +
  • +
  • +
    ME: "/users/@me"
    +
  • +
  • +
    MENTIONS: "/users/@me/mentions"
    +
  • +
  • +
    MFA_CODES: "/users/@me/mfa/codes"
    +
  • +
  • +
    MFA_SMS_DISABLE: "/users/@me/mfa/sms/disable"
    +
  • +
  • +
    MFA_SMS_ENABLE: "/users/@me/mfa/sms/enable"
    +
  • +
  • +
    MFA_TOTP_DISABLE: "/users/@me/mfa/totp/disable"
    +
  • +
  • +
    MFA_TOTP_ENABLE: "/users/@me/mfa/totp/enable"
    +
  • +
  • +
    NETWORKING_TOKEN: "/networking/token"
    +
  • +
  • +
    NOTES: "/users/@me/notes"
    +
  • +
  • +
    OAUTH2_AUTHORIZE: "/oauth2/authorize"
    +
  • +
  • +
    OAUTH2_AUTHORIZE_WEBHOOK_CHANNELS: "/oauth2/authorize/webhook-channels"
    +
  • +
  • +
    OAUTH2_CURRENT_AUTH: "/oauth2/@me"
    +
  • +
  • +
    OAUTH2_TOKENS: "/oauth2/tokens"
    +
  • +
  • +
    OAUTH2_WHITELIST_ACCEPT: "/oauth2/whitelist/accept"
    +
  • +
  • +
    PHONE: "/users/@me/phone"
    +
  • +
  • +
    PROMOTIONS: "/promotions"
    +
  • +
  • +
    PROMOTION_ACK: "/promotions/ack"
    +
  • +
  • +
    REGISTER: "/auth/register"
    +
  • +
  • +
    REMOTE_AUTH_CANCEL: "/users/@me/remote-auth/cancel"
    +
  • +
  • +
    REMOTE_AUTH_FINISH: "/users/@me/remote-auth/finish"
    +
  • +
  • +
    REMOTE_AUTH_INITIALIZE: "/users/@me/remote-auth"
    +
  • +
  • +
    REPORT: "/report"
    +
  • +
  • +
    REPORT_OPTIONS: "/report/options"
    +
  • +
  • +
    REPORT_V2: "/reports"
    +
  • +
  • +
    RESET_PASSWORD: "/auth/reset"
    +
  • +
  • +
    SETTINGS: "/users/@me/settings"
    +
  • +
  • +
    SETTINGS_CONSENT: "/users/@me/consent"
    +
  • +
  • +
    SSO: "/sso"
    +
  • +
  • +
    STORE_PUBLISHED_LISTINGS_APPLICATIONS: "/store/published-listings/applications"
    +
  • +
  • +
    STORE_PUBLISHED_LISTINGS_SKUS: "/store/published-listings/skus"
    +
  • +
  • +
    TRACK: "/science"
    +
  • +
  • +
    TUTORIAL_INDICATORS: "/tutorial/indicators"
    +
  • +
  • +
    TUTORIAL_INDICATORS_SUPPRESS: "/tutorial/indicators/suppress"
    +
  • +
  • +
    UNVERIFIED_APPLICATIONS: "/unverified-applications"
    +
  • +
  • +
    UNVERIFIED_APPLICATIONS_ICONS: "/unverified-applications/icons"
    +
  • +
  • +
    USERS: "/users"
    +
  • +
  • +
    USER_ACTIVITY_STATISTICS: "/users/@me/activities/statistics/applications"
    +
  • +
  • +
    USER_AFFINITIES: "/users/@me/affinities/users"
    +
  • +
  • +
    USER_AGREEMENTS: "/users/@me/agreements"
    +
  • +
  • +
    USER_GAMES_NOTIFICATIONS: "/users/@me/settings/game-notifications"
    +
  • +
  • +
    USER_GAMES_NOTIFICATIONS_OVERRIDES: "/users/@me/settings/game-notifications/overrides"
    +
  • +
  • +
    USER_GIFT_CODES: "/users/@me/entitlements/gift-codes"
    +
  • +
  • +
    USER_GIFT_CODE_CREATE: "/users/@me/entitlements/gift-codes"
    +
  • +
  • +
    USER_GUILD_PREMIUM_SUBSCRIPTIONS: "/users/@me/guilds/premium/subscriptions"
    +
  • +
  • +
    USER_HARVEST: "/users/@me/harvest"
    +
  • +
  • +
    USER_PREMIUM_GUILD_SUBSCRIPTION_SLOTS: "/users/@me/guilds/premium/subscription-slots"
    +
  • +
  • +
    VERIFY: "/auth/verify"
    +
  • +
  • +
    VERIFY_PHONE: "/users/@me/phone/verify"
    +
  • +
  • +
    VERIFY_RESEND: "/auth/verify/resend"
    +
  • +
  • +
    XBOX_GAME_PASS_PROMOTION: "/promotions/xbox-game-pass"
    +
  • +
  • +
    XBOX_GAME_PASS_PROMOTION_REDEEM: "/promotions/xbox-game-pass/redeem"
    +
  • +
+
+
+
+ +

EntitlementTypes

+
EntitlementTypes: { 1: "PURCHASE"; 2: "PREMIUM_SUBSCRIPTION"; 3: "DEVELOPER_GIFT"; 4: "TEST_MODE_PURCHASE"; 5: "FREE_PURCHASE"; 6: "USER_GIFT"; DEVELOPER_GIFT: 3; FREE_PURCHASE: 5; PREMIUM_SUBSCRIPTION: 2; PURCHASE: 1; TEST_MODE_PURCHASE: 4; USER_GIFT: 6 }
+ +
+

Type declaration

+
    +
  • +
    1: "PURCHASE"
    +
  • +
  • +
    2: "PREMIUM_SUBSCRIPTION"
    +
  • +
  • +
    3: "DEVELOPER_GIFT"
    +
  • +
  • +
    4: "TEST_MODE_PURCHASE"
    +
  • +
  • +
    5: "FREE_PURCHASE"
    +
  • +
  • +
    6: "USER_GIFT"
    +
  • +
  • +
    DEVELOPER_GIFT: 3
    +
  • +
  • +
    FREE_PURCHASE: 5
    +
  • +
  • +
    PREMIUM_SUBSCRIPTION: 2
    +
  • +
  • +
    PURCHASE: 1
    +
  • +
  • +
    TEST_MODE_PURCHASE: 4
    +
  • +
  • +
    USER_GIFT: 6
    +
  • +
+
+
+
+ +

ExplicitContentFilterTypes

+
ExplicitContentFilterTypes: { 0: "DISABLED"; 1: "NON_FRIENDS"; 2: "FRIENDS_AND_NON_FRIENDS"; DISABLED: 0; FRIENDS_AND_NON_FRIENDS: 2; NON_FRIENDS: 1 }
+ +
+

Type declaration

+
    +
  • +
    0: "DISABLED"
    +
  • +
  • +
    1: "NON_FRIENDS"
    +
  • +
  • +
    2: "FRIENDS_AND_NON_FRIENDS"
    +
  • +
  • +
    DISABLED: 0
    +
  • +
  • +
    FRIENDS_AND_NON_FRIENDS: 2
    +
  • +
  • +
    NON_FRIENDS: 1
    +
  • +
+
+
+
+ +

ExpressionPickerTabs

+
ExpressionPickerTabs: { EMOJI: "Emoji"; GIF: "GIF" }
+ +
+

Type declaration

+
    +
  • +
    EMOJI: "Emoji"
    +
  • +
  • +
    GIF: "GIF"
    +
  • +
+
+
+
+ +

ExpressionPickerWidths

+
ExpressionPickerWidths: { MAX: "max"; MIN: "min" }
+ +
+

Type declaration

+
    +
  • +
    MAX: "max"
    +
  • +
  • +
    MIN: "min"
    +
  • +
+
+
+
+ +

FEEDBACK_DOMAIN

+
FEEDBACK_DOMAIN: "feedback.discord.com"
+ +
+
+ +

FIRST_RUN_DATE_KEY

+
FIRST_RUN_DATE_KEY: "first_run_date_key"
+ +
+
+ +

FRIEND_SYNC_PLATFORM_TYPES

+
FRIEND_SYNC_PLATFORM_TYPES: ["facebook"]
+ +
+
+ +

FeaturedGuildLocations

+
FeaturedGuildLocations: { GUILD_DISCOVERY: "GUILD_DISCOVERY" }
+ +
+

Type declaration

+
    +
  • +
    GUILD_DISCOVERY: "GUILD_DISCOVERY"
    +
  • +
+
+
+
+ +

Fonts

+
Fonts: { CODE_SEMIBOLD: "SourceCodePro-Semibold"; PRIMARY: "Whitney-Medium"; PRIMARY_BOLD: "Whitney-Bold"; PRIMARY_LIGHT: "Whitney-Light"; PRIMARY_REGULAR: "Whitney-Book"; PRIMARY_SEMIBOLD: "Whitney-Semibold" }
+ +
+

Type declaration

+
    +
  • +
    CODE_SEMIBOLD: "SourceCodePro-Semibold"
    +
  • +
  • +
    PRIMARY: "Whitney-Medium"
    +
  • +
  • +
    PRIMARY_BOLD: "Whitney-Bold"
    +
  • +
  • +
    PRIMARY_LIGHT: "Whitney-Light"
    +
  • +
  • +
    PRIMARY_REGULAR: "Whitney-Book"
    +
  • +
  • +
    PRIMARY_SEMIBOLD: "Whitney-Semibold"
    +
  • +
+
+
+
+ +

FormStates

+
FormStates: { CLOSED: "CLOSED"; OPEN: "OPEN"; SUBMITTING: "SUBMITTING" }
+ +
+

Type declaration

+
    +
  • +
    CLOSED: "CLOSED"
    +
  • +
  • +
    OPEN: "OPEN"
    +
  • +
  • +
    SUBMITTING: "SUBMITTING"
    +
  • +
+
+
+
+ +

FriendSourceFlagKeys

+
FriendSourceFlagKeys: { ALL: "all"; FRIENDS: "mutual_friends"; GUILDS: "mutual_guilds" }
+ +
+

Type declaration

+
    +
  • +
    ALL: "all"
    +
  • +
  • +
    FRIENDS: "mutual_friends"
    +
  • +
  • +
    GUILDS: "mutual_guilds"
    +
  • +
+
+
+
+ +

FriendsSections

+
FriendsSections: { ADD_FRIEND: "ADD_FRIEND"; ALL: "ALL"; BLOCKED: "BLOCKED"; ONLINE: "ONLINE"; PENDING: "PENDING" }
+ +
+

Type declaration

+
    +
  • +
    ADD_FRIEND: "ADD_FRIEND"
    +
  • +
  • +
    ALL: "ALL"
    +
  • +
  • +
    BLOCKED: "BLOCKED"
    +
  • +
  • +
    ONLINE: "ONLINE"
    +
  • +
  • +
    PENDING: "PENDING"
    +
  • +
+
+
+
+ +

GAME_REPORT_VERSION

+
GAME_REPORT_VERSION: 3
+ +
+
+ +

GIFPickerResultTypes

+
GIFPickerResultTypes: { FAVORITES: "Favorites"; SEARCH: "Search"; SEARCH_SUGGESTION: "Search Suggestion"; TRENDING_CATEGORY: "Category"; TRENDING_GIFS: "Trending" }
+ +
+

Type declaration

+
    +
  • +
    FAVORITES: "Favorites"
    +
  • +
  • +
    SEARCH: "Search"
    +
  • +
  • +
    SEARCH_SUGGESTION: "Search Suggestion"
    +
  • +
  • +
    TRENDING_CATEGORY: "Category"
    +
  • +
  • +
    TRENDING_GIFS: "Trending"
    +
  • +
+
+
+
+ +

GIFProviders

+
GIFProviders: { GIPHY: "giphy"; TENOR: "tenor" }
+ +
+

Type declaration

+
    +
  • +
    GIPHY: "giphy"
    +
  • +
  • +
    TENOR: "tenor"
    +
  • +
+
+
+
+ +

GIFResultFormat

+
GIFResultFormat: { IMAGE: "IMAGE"; VIDEO: "VIDEO" }
+ +
+

Type declaration

+
    +
  • +
    IMAGE: "IMAGE"
    +
  • +
  • +
    VIDEO: "VIDEO"
    +
  • +
+
+
+
+ +

GIFTABLE_CURRENCIES

+
GIFTABLE_CURRENCIES: ["usd", "cad", "eur", "aud", "gbp"]
+ +
+
+ +

GIFT_CODE_BASE_URLS

+
GIFT_CODE_BASE_URLS: ("discordapp.com/gifts" | "discord.com/gifts")[]
+ +
+
+ +

GIFT_CODE_REDEMPTION_PLACEHOLDER

+
GIFT_CODE_REDEMPTION_PLACEHOLDER: "WUMP-AAAAA-BBBBB-CCCCC"
+ +
+
+ +

GIF_RE_IOS

+
GIF_RE_IOS: {}
+ +
+

Type declaration

+
    +
+
+
+
+ +

GIPHYFormats

+
GIPHYFormats: { DOWNSIZED_GIF: "downsized.url"; DOWNSIZED_LARGE_GIF: "downsized_large.url"; DOWNSIZED_MEDIUM_GIF: "downsized_medium.url"; DOWNSIZED_SMALL_MP4: "downsized_small.mp4"; FIXED_HEIGHT_GIF: "fixed_height.url"; FIXED_HEIGHT_MP4: "fixed_height.mp4"; FIXED_HEIGHT_SMALL_GIF: "fixed_height_small.url"; FIXED_HEIGHT_SMALL_MP4: "fixed_height_small.mp4"; FIXED_WIDTH_GIF: "fixed_width.url"; FIXED_WIDTH_MP4: "fixed_width.mp4"; FIXED_WIDTH_SMALL_GIF: "fixed_width_small.url"; FIXED_WIDTH_SMALL_MP4: "fixed_width_small.mp4"; ORIGINAL_GIF: "original.url"; ORIGINAL_MP4: "original.mp4" }
+ +
+

Type declaration

+
    +
  • +
    DOWNSIZED_GIF: "downsized.url"
    +
  • +
  • +
    DOWNSIZED_LARGE_GIF: "downsized_large.url"
    +
  • +
  • +
    DOWNSIZED_MEDIUM_GIF: "downsized_medium.url"
    +
  • +
  • +
    DOWNSIZED_SMALL_MP4: "downsized_small.mp4"
    +
  • +
  • +
    FIXED_HEIGHT_GIF: "fixed_height.url"
    +
  • +
  • +
    FIXED_HEIGHT_MP4: "fixed_height.mp4"
    +
  • +
  • +
    FIXED_HEIGHT_SMALL_GIF: "fixed_height_small.url"
    +
  • +
  • +
    FIXED_HEIGHT_SMALL_MP4: "fixed_height_small.mp4"
    +
  • +
  • +
    FIXED_WIDTH_GIF: "fixed_width.url"
    +
  • +
  • +
    FIXED_WIDTH_MP4: "fixed_width.mp4"
    +
  • +
  • +
    FIXED_WIDTH_SMALL_GIF: "fixed_width_small.url"
    +
  • +
  • +
    FIXED_WIDTH_SMALL_MP4: "fixed_width_small.mp4"
    +
  • +
  • +
    ORIGINAL_GIF: "original.url"
    +
  • +
  • +
    ORIGINAL_MP4: "original.mp4"
    +
  • +
+
+
+
+ +

GRACE_PERIOD_CHANNEL_NOTICE_SHOW_DELAY

+
GRACE_PERIOD_CHANNEL_NOTICE_SHOW_DELAY: 259200000
+ +
+
+ +

GameLaunchStatuses

+
GameLaunchStatuses: { LAUNCH_TARGET_NOT_FOUND: 4 }
+ +
+

Type declaration

+
    +
  • +
    LAUNCH_TARGET_NOT_FOUND: 4
    +
  • +
+
+
+
+ +

GameTableListKeys

+
GameTableListKeys: { ACTIONS: "actions"; LAST_PLAYED: "last_played"; NAME: "name"; PLATFORM: "platform" }
+ +
+

Type declaration

+
    +
  • +
    ACTIONS: "actions"
    +
  • +
  • +
    LAST_PLAYED: "last_played"
    +
  • +
  • +
    NAME: "name"
    +
  • +
  • +
    PLATFORM: "platform"
    +
  • +
+
+
+
+ +

GiftCodeModalStates

+
GiftCodeModalStates: { CONFIRM: "CONFIRM"; ERROR: "ERROR"; SUCCESS: "SUCCESS" }
+ +
+

Type declaration

+
    +
  • +
    CONFIRM: "CONFIRM"
    +
  • +
  • +
    ERROR: "ERROR"
    +
  • +
  • +
    SUCCESS: "SUCCESS"
    +
  • +
+
+
+
+ +

Gradients

+
Gradients: { PREMIUM_GUILD: ["#3e70dd", "#b377f3"]; PREMIUM_TIER_1: ["#738ef5", "#b3aeff"]; PREMIUM_TIER_2: ["#b473f5", "#e292aa"] }
+ +
+

Type declaration

+
    +
  • +
    PREMIUM_GUILD: ["#3e70dd", "#b377f3"]
    +
  • +
  • +
    PREMIUM_TIER_1: ["#738ef5", "#b3aeff"]
    +
  • +
  • +
    PREMIUM_TIER_2: ["#b473f5", "#e292aa"]
    +
  • +
+
+
+
+ +

GuildDiscoverySections

+
GuildDiscoverySections: { FEATURED: "featured"; GAMES_YOU_PLAY: "gamesYouPlay"; MISC: "misc"; SEARCH: "search" }
+ +
+

Type declaration

+
    +
  • +
    FEATURED: "featured"
    +
  • +
  • +
    GAMES_YOU_PLAY: "gamesYouPlay"
    +
  • +
  • +
    MISC: "misc"
    +
  • +
  • +
    SEARCH: "search"
    +
  • +
+
+
+
+ +

GuildExplicitContentFilterTypes

+
GuildExplicitContentFilterTypes: { 0: "DISABLED"; 1: "MEMBERS_WITHOUT_ROLES"; 2: "ALL_MEMBERS"; ALL_MEMBERS: 2; DISABLED: 0; MEMBERS_WITHOUT_ROLES: 1 }
+ +
+

Type declaration

+
    +
  • +
    0: "DISABLED"
    +
  • +
  • +
    1: "MEMBERS_WITHOUT_ROLES"
    +
  • +
  • +
    2: "ALL_MEMBERS"
    +
  • +
  • +
    ALL_MEMBERS: 2
    +
  • +
  • +
    DISABLED: 0
    +
  • +
  • +
    MEMBERS_WITHOUT_ROLES: 1
    +
  • +
+
+
+
+ +

GuildFeatures

+
GuildFeatures: { ANIMATED_ICON: "ANIMATED_ICON"; BANNER: "BANNER"; COMMERCE: "COMMERCE"; DISCOVERABLE: "DISCOVERABLE"; ENABLED_DISCOVERABLE_BEFORE: "ENABLED_DISCOVERABLE_BEFORE"; FEATURABLE: "FEATURABLE"; INVITE_SPLASH: "INVITE_SPLASH"; MORE_EMOJI: "MORE_EMOJI"; NEWS: "NEWS"; PARTNERED: "PARTNERED"; PUBLIC: "PUBLIC"; PUBLIC_DISABLED: "PUBLIC_DISABLED"; VANITY_URL: "VANITY_URL"; VERIFIED: "VERIFIED"; VIP_REGIONS: "VIP_REGIONS"; WELCOME_SCREEN_ENABLED: "WELCOME_SCREEN_ENABLED" }
+ +
+

Type declaration

+
    +
  • +
    ANIMATED_ICON: "ANIMATED_ICON"
    +
  • +
  • +
    BANNER: "BANNER"
    +
  • +
  • +
    COMMERCE: "COMMERCE"
    +
  • +
  • +
    DISCOVERABLE: "DISCOVERABLE"
    +
  • +
  • +
    ENABLED_DISCOVERABLE_BEFORE: "ENABLED_DISCOVERABLE_BEFORE"
    +
  • +
  • +
    FEATURABLE: "FEATURABLE"
    +
  • +
  • +
    INVITE_SPLASH: "INVITE_SPLASH"
    +
  • +
  • +
    MORE_EMOJI: "MORE_EMOJI"
    +
  • +
  • +
    NEWS: "NEWS"
    +
  • +
  • +
    PARTNERED: "PARTNERED"
    +
  • +
  • +
    PUBLIC: "PUBLIC"
    +
  • +
  • +
    PUBLIC_DISABLED: "PUBLIC_DISABLED"
    +
  • +
  • +
    VANITY_URL: "VANITY_URL"
    +
  • +
  • +
    VERIFIED: "VERIFIED"
    +
  • +
  • +
    VIP_REGIONS: "VIP_REGIONS"
    +
  • +
  • +
    WELCOME_SCREEN_ENABLED: "WELCOME_SCREEN_ENABLED"
    +
  • +
+
+
+
+ +

GuildPrivacyTypes

+
GuildPrivacyTypes: { PRIVATE: "PRIVATE"; PUBLIC: "PUBLIC" }
+ +
+

Type declaration

+
    +
  • +
    PRIVATE: "PRIVATE"
    +
  • +
  • +
    PUBLIC: "PUBLIC"
    +
  • +
+
+
+
+ +

GuildSettingsPermissionSections

+
GuildSettingsPermissionSections: { GENERAL: 0; TEXT: 1; VOICE: 2 }
+ +
+

Type declaration

+
    +
  • +
    GENERAL: 0
    +
  • +
  • +
    TEXT: 1
    +
  • +
  • +
    VOICE: 2
    +
  • +
+
+
+
+ +

GuildSettingsSections

+
GuildSettingsSections: { ANALYTICS: "ANALYTICS"; AUDIT_LOG: "AUDIT_LOG"; AUDIT_LOG_FILTER: "AUDIT_LOG_FILTER"; BANS: "BANS"; CHANNELS: "CHANNELS"; DELETE: "DELETE"; DISCOVERY: "DISCOVERY"; EDIT_WEBHOOK: "EDIT_WEBHOOK"; EMBED: "EMBED"; EMOJI: "EMOJI"; FOLLOWER_ANALYTICS: "FOLLOWER_ANALYTICS"; GUILD_PREMIUM: "GUILD_PREMIUM"; GUILD_TEMPLATES: "GUILD_TEMPLATES"; INSTANT_INVITES: "INSTANT_INVITES"; INTEGRATIONS: "INTEGRATIONS"; INTEGRATION_SETTINGS: "INTEGRATION_SETTINGS"; LANDING: "LANDING"; MEMBERS: "MEMBERS"; MEMBER_BAN: "MEMBER_BAN"; MEMBER_EDIT: "MEMBER_EDIT"; MEMBER_KICK: "MEMBER_KICK"; MODERATION: "MODERATION"; OVERVIEW: "OVERVIEW"; PUBLIC: "PUBLIC"; PUBLIC_WELCOME: "PUBLIC_WELCOME"; ROLES: "ROLES"; ROLE_EDIT: "ROLE_EDIT"; ROLE_PERMISSIONS: "ROLE_PERMISSIONS"; SECURITY: "SECURITY"; VANITY_URL: "VANITY_URL"; WEBHOOKS: "WEBHOOKS" }
+ +
+

Type declaration

+
    +
  • +
    ANALYTICS: "ANALYTICS"
    +
  • +
  • +
    AUDIT_LOG: "AUDIT_LOG"
    +
  • +
  • +
    AUDIT_LOG_FILTER: "AUDIT_LOG_FILTER"
    +
  • +
  • +
    BANS: "BANS"
    +
  • +
  • +
    CHANNELS: "CHANNELS"
    +
  • +
  • +
    DELETE: "DELETE"
    +
  • +
  • +
    DISCOVERY: "DISCOVERY"
    +
  • +
  • +
    EDIT_WEBHOOK: "EDIT_WEBHOOK"
    +
  • +
  • +
    EMBED: "EMBED"
    +
  • +
  • +
    EMOJI: "EMOJI"
    +
  • +
  • +
    FOLLOWER_ANALYTICS: "FOLLOWER_ANALYTICS"
    +
  • +
  • +
    GUILD_PREMIUM: "GUILD_PREMIUM"
    +
  • +
  • +
    GUILD_TEMPLATES: "GUILD_TEMPLATES"
    +
  • +
  • +
    INSTANT_INVITES: "INSTANT_INVITES"
    +
  • +
  • +
    INTEGRATIONS: "INTEGRATIONS"
    +
  • +
  • +
    INTEGRATION_SETTINGS: "INTEGRATION_SETTINGS"
    +
  • +
  • +
    LANDING: "LANDING"
    +
  • +
  • +
    MEMBERS: "MEMBERS"
    +
  • +
  • +
    MEMBER_BAN: "MEMBER_BAN"
    +
  • +
  • +
    MEMBER_EDIT: "MEMBER_EDIT"
    +
  • +
  • +
    MEMBER_KICK: "MEMBER_KICK"
    +
  • +
  • +
    MODERATION: "MODERATION"
    +
  • +
  • +
    OVERVIEW: "OVERVIEW"
    +
  • +
  • +
    PUBLIC: "PUBLIC"
    +
  • +
  • +
    PUBLIC_WELCOME: "PUBLIC_WELCOME"
    +
  • +
  • +
    ROLES: "ROLES"
    +
  • +
  • +
    ROLE_EDIT: "ROLE_EDIT"
    +
  • +
  • +
    ROLE_PERMISSIONS: "ROLE_PERMISSIONS"
    +
  • +
  • +
    SECURITY: "SECURITY"
    +
  • +
  • +
    VANITY_URL: "VANITY_URL"
    +
  • +
  • +
    WEBHOOKS: "WEBHOOKS"
    +
  • +
+
+
+
+ +

GuildsBarDragTypes

+
GuildsBarDragTypes: { FOLDER: "FOLDER"; GUILD: "GUILD" }
+ +
+

Type declaration

+
    +
  • +
    FOLDER: "FOLDER"
    +
  • +
  • +
    GUILD: "GUILD"
    +
  • +
+
+
+
+ +

HelpdeskArticles

+
HelpdeskArticles: { ACCESSIBILITY_TRACKING: "360035966492"; AGE_GATE: "360040724612"; ANNOUNCEMENT_CHANNELS: "360032008192"; APPLICATION_STORE_EARLY_ACCESS: "360027392172"; APPLICATION_STORE_OVERVIEW: "360012656092"; APPLICATION_VERIFICATION: "360040720412"; BILLING: "360017693772"; BUILD_OVERRIDE_EMBED: "360030114991"; CORRUPT_INSTALLATION: "115004307527"; DATA_PRIVACY_CONTROLS: "360004109911"; ENABLE_MIC_CHROME: "205093487"; ENABLE_MIC_FIREFOX: "204392448"; FUNIMATION_PROMOTION: "360036587771"; GDPR_ACCOUNT_DELETE: "212500837"; GDPR_ACCOUNT_DISABLE: "360004066391"; GDPR_REQUEST_DATA: "360004027692"; GIFTING: "360020776291"; GUILD_ANALYTICS: "360032807371"; GUILD_BANNER_SPLASH: "360028716472"; GUILD_SUBSCRIPTIONS: "360028038352"; GUILD_VANITY_URL: "115001542132"; INVALID_INVITES: "360001556852"; MISSING_ENTITLEMENT: "360016422832"; NEARBY_FRIENDS: "360014894392"; NOISE_SUPPRESSION: "360040843952"; NO_INPUT_DETECTED: "214925018"; NSFW_AGE_GATING: "115000084051#h_5206f3f2-0ee4-4380-b50a-25319e45bc7c"; OVERLAY_INTRODUCTION: "217659737"; PERMISSIONS_LOCKOUT: "218449248"; PERMISSIONS_TUTORIAL: "206029707"; PREMIUM_TRIAL: "360042410272"; PUBLIC_GUILD_GUILDLINES: "360035969312"; PUSH_TO_TALK_ADMINISTRATOR_MODE: "205082178"; QUICK_SWITCHER_TUTORIAL: "115000070311"; REDUCED_MOTION: "360040613412"; RICH_PRESENCE_INTRODUCTION: "115001557452"; SEARCH_INDEXING: "115000414847"; SETTING_UP_TWO_FACTOR: "219576828"; SPELLCHECK: "360000877191"; SPOTIFY_AUTO_PAUSED: "115002872212"; SPOTIFY_CONNECTION: "360000167212"; STREAM_FAILED: "360030714312"; SUPPORTED_BROWSERS: "213491697"; SYSTEM_DMS: "360036118732"; USING_SEARCH: "115000468588"; VOICE_CONNECTION_ERRORS: "115001310031"; WEBHOOKS_INTRODUCTION: "228383668" }
+ +
+

Type declaration

+
    +
  • +
    ACCESSIBILITY_TRACKING: "360035966492"
    +
  • +
  • +
    AGE_GATE: "360040724612"
    +
  • +
  • +
    ANNOUNCEMENT_CHANNELS: "360032008192"
    +
  • +
  • +
    APPLICATION_STORE_EARLY_ACCESS: "360027392172"
    +
  • +
  • +
    APPLICATION_STORE_OVERVIEW: "360012656092"
    +
  • +
  • +
    APPLICATION_VERIFICATION: "360040720412"
    +
  • +
  • +
    BILLING: "360017693772"
    +
  • +
  • +
    BUILD_OVERRIDE_EMBED: "360030114991"
    +
  • +
  • +
    CORRUPT_INSTALLATION: "115004307527"
    +
  • +
  • +
    DATA_PRIVACY_CONTROLS: "360004109911"
    +
  • +
  • +
    ENABLE_MIC_CHROME: "205093487"
    +
  • +
  • +
    ENABLE_MIC_FIREFOX: "204392448"
    +
  • +
  • +
    FUNIMATION_PROMOTION: "360036587771"
    +
  • +
  • +
    GDPR_ACCOUNT_DELETE: "212500837"
    +
  • +
  • +
    GDPR_ACCOUNT_DISABLE: "360004066391"
    +
  • +
  • +
    GDPR_REQUEST_DATA: "360004027692"
    +
  • +
  • +
    GIFTING: "360020776291"
    +
  • +
  • +
    GUILD_ANALYTICS: "360032807371"
    +
  • +
  • +
    GUILD_BANNER_SPLASH: "360028716472"
    +
  • +
  • +
    GUILD_SUBSCRIPTIONS: "360028038352"
    +
  • +
  • +
    GUILD_VANITY_URL: "115001542132"
    +
  • +
  • +
    INVALID_INVITES: "360001556852"
    +
  • +
  • +
    MISSING_ENTITLEMENT: "360016422832"
    +
  • +
  • +
    NEARBY_FRIENDS: "360014894392"
    +
  • +
  • +
    NOISE_SUPPRESSION: "360040843952"
    +
  • +
  • +
    NO_INPUT_DETECTED: "214925018"
    +
  • +
  • +
    NSFW_AGE_GATING: "115000084051#h_5206f3f2-0ee4-4380-b50a-25319e45bc7c"
    +
  • +
  • +
    OVERLAY_INTRODUCTION: "217659737"
    +
  • +
  • +
    PERMISSIONS_LOCKOUT: "218449248"
    +
  • +
  • +
    PERMISSIONS_TUTORIAL: "206029707"
    +
  • +
  • +
    PREMIUM_TRIAL: "360042410272"
    +
  • +
  • +
    PUBLIC_GUILD_GUILDLINES: "360035969312"
    +
  • +
  • +
    PUSH_TO_TALK_ADMINISTRATOR_MODE: "205082178"
    +
  • +
  • +
    QUICK_SWITCHER_TUTORIAL: "115000070311"
    +
  • +
  • +
    REDUCED_MOTION: "360040613412"
    +
  • +
  • +
    RICH_PRESENCE_INTRODUCTION: "115001557452"
    +
  • +
  • +
    SEARCH_INDEXING: "115000414847"
    +
  • +
  • +
    SETTING_UP_TWO_FACTOR: "219576828"
    +
  • +
  • +
    SPELLCHECK: "360000877191"
    +
  • +
  • +
    SPOTIFY_AUTO_PAUSED: "115002872212"
    +
  • +
  • +
    SPOTIFY_CONNECTION: "360000167212"
    +
  • +
  • +
    STREAM_FAILED: "360030714312"
    +
  • +
  • +
    SUPPORTED_BROWSERS: "213491697"
    +
  • +
  • +
    SYSTEM_DMS: "360036118732"
    +
  • +
  • +
    USING_SEARCH: "115000468588"
    +
  • +
  • +
    VOICE_CONNECTION_ERRORS: "115001310031"
    +
  • +
  • +
    WEBHOOKS_INTRODUCTION: "228383668"
    +
  • +
+
+
+
+ +

HorizontalGradient

+
HorizontalGradient: { END: { x: 1; y: 0 }; START: { x: 0; y: 0 } }
+ +
+

Type declaration

+
    +
  • +
    END: { x: 1; y: 0 }
    +
      +
    • +
      x: 1
      +
    • +
    • +
      y: 0
      +
    • +
    +
  • +
  • +
    START: { x: 0; y: 0 }
    +
      +
    • +
      x: 0
      +
    • +
    • +
      y: 0
      +
    • +
    +
  • +
+
+
+
+ +

HypeSquadHouses

+
HypeSquadHouses: { HOUSE_1: "HOUSE_1"; HOUSE_2: "HOUSE_2"; HOUSE_3: "HOUSE_3" }
+ +
+

Type declaration

+
    +
  • +
    HOUSE_1: "HOUSE_1"
    +
  • +
  • +
    HOUSE_2: "HOUSE_2"
    +
  • +
  • +
    HOUSE_3: "HOUSE_3"
    +
  • +
+
+
+
+ +

IDLE_DURATION

+
IDLE_DURATION: 600000
+ +
+
+ +

IMAGE_RE

+
IMAGE_RE: {}
+ +
+

Type declaration

+
    +
+
+
+
+ +

INVITE_BANNER_MEMBER_THRESHOLD

+
INVITE_BANNER_MEMBER_THRESHOLD: 1
+ +
+
+ +

INVITE_EMBED_AVATAR_SIZE

+
INVITE_EMBED_AVATAR_SIZE: 50
+ +
+
+ +

INVITE_ENDPOINT

+
INVITE_ENDPOINT: "https://discord.gg"
+ +
+
+ +

IS_SEARCH_ANSWER_TOKEN

+
IS_SEARCH_ANSWER_TOKEN: {}
+ +
+

Type declaration

+
    +
+
+
+
+ +

IS_SEARCH_FILTER_TOKEN

+
IS_SEARCH_FILTER_TOKEN: {}
+ +
+

Type declaration

+
    +
+
+
+
+ +

Images

+
Images: { ASSET_LOGO_DISCORD_SVG: "/assets/c4e681296681c48b7a9be5e461fa9101.svg"; ASSET_SOCIAL_FACEBOOK: "/assets/9b3163fa3bb9d1eb2be647fed797a211.svg"; ASSET_SOCIAL_INSTAGRAM: "/assets/a9c828bc42fdacefb74f400a0b875e2e.svg"; ASSET_SOCIAL_TWITTER: "/assets/efc9b24f5779403afd12f5fc8594497f.svg"; ICON_ARROW_DOWN: "/assets/779a770c34fcb823a598a7277301adaf.svg"; ICON_TRANSLATE: "/assets/ab4c0da3ffff8a5c7705274f74aaa890.svg" }
+ +
+

Type declaration

+
    +
  • +
    ASSET_LOGO_DISCORD_SVG: "/assets/c4e681296681c48b7a9be5e461fa9101.svg"
    +
  • +
  • +
    ASSET_SOCIAL_FACEBOOK: "/assets/9b3163fa3bb9d1eb2be647fed797a211.svg"
    +
  • +
  • +
    ASSET_SOCIAL_INSTAGRAM: "/assets/a9c828bc42fdacefb74f400a0b875e2e.svg"
    +
  • +
  • +
    ASSET_SOCIAL_TWITTER: "/assets/efc9b24f5779403afd12f5fc8594497f.svg"
    +
  • +
  • +
    ICON_ARROW_DOWN: "/assets/779a770c34fcb823a598a7277301adaf.svg"
    +
  • +
  • +
    ICON_TRANSLATE: "/assets/ab4c0da3ffff8a5c7705274f74aaa890.svg"
    +
  • +
+
+
+
+ +

InAppNotificationTypes

+
InAppNotificationTypes: { MESSAGE: "MESSAGE"; SERVER_DOWN_ALERT: "SERVER_DOWN_ALERT" }
+ +
+

Type declaration

+
    +
  • +
    MESSAGE: "MESSAGE"
    +
  • +
  • +
    SERVER_DOWN_ALERT: "SERVER_DOWN_ALERT"
    +
  • +
+
+
+
+ +

InputModes

+
InputModes: { PUSH_TO_TALK: "PUSH_TO_TALK"; VOICE_ACTIVITY: "VOICE_ACTIVITY" }
+ +
+

Type declaration

+
    +
  • +
    PUSH_TO_TALK: "PUSH_TO_TALK"
    +
  • +
  • +
    VOICE_ACTIVITY: "VOICE_ACTIVITY"
    +
  • +
+
+
+
+ +

InstantInviteSources

+
InstantInviteSources: { CHANNEL_WELCOME: "Channel Welcome CTA"; CONTEXT_MENU: "Context Menu"; GUILD_CHANNELS: "Guild Channels"; GUILD_CONTEXT_MENU: "Guild Context Menu"; GUILD_CREATE: "Guild Create"; GUILD_HEADER: "Guild Header"; GUILD_PROGRESS: "Guild Progress"; INVITE_NOTICE: "Invite Notice"; SETTINGS_INVITE: "Settings Invite"; STREAM_INVITE: "Stream Invite"; WELCOME_MESSAGE: "Welcome Message" }
+ +
+

Type declaration

+
    +
  • +
    CHANNEL_WELCOME: "Channel Welcome CTA"
    +
  • +
  • +
    CONTEXT_MENU: "Context Menu"
    +
  • +
  • +
    GUILD_CHANNELS: "Guild Channels"
    +
  • +
  • +
    GUILD_CONTEXT_MENU: "Guild Context Menu"
    +
  • +
  • +
    GUILD_CREATE: "Guild Create"
    +
  • +
  • +
    GUILD_HEADER: "Guild Header"
    +
  • +
  • +
    GUILD_PROGRESS: "Guild Progress"
    +
  • +
  • +
    INVITE_NOTICE: "Invite Notice"
    +
  • +
  • +
    SETTINGS_INVITE: "Settings Invite"
    +
  • +
  • +
    STREAM_INVITE: "Stream Invite"
    +
  • +
  • +
    WELCOME_MESSAGE: "Welcome Message"
    +
  • +
+
+
+
+ +

InviteModalScenes

+
InviteModalScenes: { ADVANCED: "ADVANCED" }
+ +
+

Type declaration

+
    +
  • +
    ADVANCED: "ADVANCED"
    +
  • +
+
+
+
+ +

InviteStates

+
InviteStates: { ACCEPTED: "ACCEPTED"; ACCEPTING: "ACCEPTING"; APP_NOT_OPENED: "APP_NOT_OPENED"; APP_OPENED: "APP_OPENED"; APP_OPENING: "APP_OPENING"; BANNED: "BANNED"; EXPIRED: "EXPIRED"; RESOLVED: "RESOLVED"; RESOLVING: "RESOLVING" }
+ +
+

Type declaration

+
    +
  • +
    ACCEPTED: "ACCEPTED"
    +
  • +
  • +
    ACCEPTING: "ACCEPTING"
    +
  • +
  • +
    APP_NOT_OPENED: "APP_NOT_OPENED"
    +
  • +
  • +
    APP_OPENED: "APP_OPENED"
    +
  • +
  • +
    APP_OPENING: "APP_OPENING"
    +
  • +
  • +
    BANNED: "BANNED"
    +
  • +
  • +
    EXPIRED: "EXPIRED"
    +
  • +
  • +
    RESOLVED: "RESOLVED"
    +
  • +
  • +
    RESOLVING: "RESOLVING"
    +
  • +
+
+
+
+ +

InviteTargetUserTypes

+
InviteTargetUserTypes: { 1: "STREAM"; STREAM: 1 }
+ +
+

Type declaration

+
    +
  • +
    1: "STREAM"
    +
  • +
  • +
    STREAM: 1
    +
  • +
+
+
+
+ +

InviteTypes

+
InviteTypes: { APPLICATION: "Application"; GDM_INVITE: "GDM Invite"; SERVER_INVITE: "Server Invite"; SPOTIFY: "Spotify"; STREAM: "Stream" }
+ +
+

Type declaration

+
    +
  • +
    APPLICATION: "Application"
    +
  • +
  • +
    GDM_INVITE: "GDM Invite"
    +
  • +
  • +
    SERVER_INVITE: "Server Invite"
    +
  • +
  • +
    SPOTIFY: "Spotify"
    +
  • +
  • +
    STREAM: "Stream"
    +
  • +
+
+
+
+ +

JoinGuildSources

+
JoinGuildSources: { APPLICATION_STORE: "Application Store Verified Guild Invite - Lurker"; CHAT_INPUT_BLOCKER: "Chat Input Blocker - Lurker Mode"; NOTICE_BAR: "Notice - Lurker Mode" }
+ +
+

Type declaration

+
    +
  • +
    APPLICATION_STORE: "Application Store Verified Guild Invite - Lurker"
    +
  • +
  • +
    CHAT_INPUT_BLOCKER: "Chat Input Blocker - Lurker Mode"
    +
  • +
  • +
    NOTICE_BAR: "Notice - Lurker Mode"
    +
  • +
+
+
+
+ +

KeybindActions

+
KeybindActions: { CALL_ACCEPT: "CALL_ACCEPT"; CALL_DECLINE: "CALL_DECLINE"; CALL_START: "CALL_START"; CAROUSEL_NEXT: "CAROUSEL_NEXT"; CAROUSEL_PREV: "CAROUSEL_PREV"; CHANNEL_NEXT: "CHANNEL_NEXT"; CHANNEL_PREV: "CHANNEL_PREV"; CLOSE_MODAL: "CLOSE_MODAL"; CREATE_DM_GROUP: "CREATE_DM_GROUP"; CREATE_GUILD: "CREATE_GUILD"; EDIT_LAST_MESSAGE: "EDIT_LAST_MESSAGE"; FOCUS_SEARCH: "FOCUS_SEARCH"; JUMP_TO_FIRST_UNREAD: "JUMP_TO_FIRST_UNREAD"; JUMP_TO_GUILD: "JUMP_TO_GUILD"; JUMP_TO_PRESENT: "JUMP_TO_PRESENT"; MARK_CHANNEL_READ: "MARK_CHANNEL_READ"; MARK_SERVER_READ: "MARK_SERVER_READ"; MARK_TOP_INBOX_CHANNEL_READ: "MARK_TOP_INBOX_CHANNEL_READ"; MENTION_CHANNEL_NEXT: "MENTION_CHANNEL_NEXT"; MENTION_CHANNEL_PREV: "MENTION_CHANNEL_PREV"; MENTION_NEXT: "MENTION_NEXT"; MENTION_PREV: "MENTION_PREV"; MODAL_CAROUSEL_NEXT: "MODAL_CAROUSEL_NEXT"; MODAL_CAROUSEL_PREV: "MODAL_CAROUSEL_PREV"; QUICKSWITCHER_HIDE: "QUICKSWITCHER_HIDE"; QUICKSWITCHER_SHOW: "QUICKSWITCHER_SHOW"; RETURN_TO_AUDIO_CHANNEL: "RETURN_TO_AUDIO_CHANNEL"; SCROLL_DOWN: "SCROLL_DOWN"; SCROLL_UP: "SCROLL_UP"; SEARCH_EMOJIS: "SEARCH_EMOJIS"; SEARCH_GIFS: "SEARCH_GIFS"; SERVER_NEXT: "SERVER_NEXT"; SERVER_PREV: "SERVER_PREV"; SUBMIT: "SUBMIT"; TEXTAREA_FOCUS: "TEXTAREA_FOCUS"; TOGGLE_CATEGORY_COLLAPSED: "TOGGLE_CATEGORY_COLLAPSED"; TOGGLE_CHANNEL_PINS: "TOGGLE_CHANNEL_PINS"; TOGGLE_DEAFEN: "TOGGLE_DEAFEN"; TOGGLE_HELP: "TOGGLE_HELP"; TOGGLE_HOTKEYS: "TOGGLE_HOTKEYS"; TOGGLE_INBOX: "TOGGLE_INBOX"; TOGGLE_MUTE: "TOGGLE_MUTE"; TOGGLE_PREVIOUS_GUILD: "TOGGLE_PREVIOUS_GUILD"; TOGGLE_SETTINGS: "TOGGLE_SETTINGS"; TOGGLE_USERS: "TOGGLE_USERS"; UNREAD_NEXT: "UNREAD_NEXT"; UNREAD_PREV: "UNREAD_PREV"; UPLOAD_FILE: "UPLOAD_FILE"; ZOOM_IN: "ZOOM_IN"; ZOOM_OUT: "ZOOM_OUT"; ZOOM_RESET: "ZOOM_RESET" }
+ +
+

Type declaration

+
    +
  • +
    CALL_ACCEPT: "CALL_ACCEPT"
    +
  • +
  • +
    CALL_DECLINE: "CALL_DECLINE"
    +
  • +
  • +
    CALL_START: "CALL_START"
    +
  • +
  • +
    CAROUSEL_NEXT: "CAROUSEL_NEXT"
    +
  • +
  • +
    CAROUSEL_PREV: "CAROUSEL_PREV"
    +
  • +
  • +
    CHANNEL_NEXT: "CHANNEL_NEXT"
    +
  • +
  • +
    CHANNEL_PREV: "CHANNEL_PREV"
    +
  • +
  • +
    CLOSE_MODAL: "CLOSE_MODAL"
    +
  • +
  • +
    CREATE_DM_GROUP: "CREATE_DM_GROUP"
    +
  • +
  • +
    CREATE_GUILD: "CREATE_GUILD"
    +
  • +
  • +
    EDIT_LAST_MESSAGE: "EDIT_LAST_MESSAGE"
    +
  • +
  • +
    FOCUS_SEARCH: "FOCUS_SEARCH"
    +
  • +
  • +
    JUMP_TO_FIRST_UNREAD: "JUMP_TO_FIRST_UNREAD"
    +
  • +
  • +
    JUMP_TO_GUILD: "JUMP_TO_GUILD"
    +
  • +
  • +
    JUMP_TO_PRESENT: "JUMP_TO_PRESENT"
    +
  • +
  • +
    MARK_CHANNEL_READ: "MARK_CHANNEL_READ"
    +
  • +
  • +
    MARK_SERVER_READ: "MARK_SERVER_READ"
    +
  • +
  • +
    MARK_TOP_INBOX_CHANNEL_READ: "MARK_TOP_INBOX_CHANNEL_READ"
    +
  • +
  • +
    MENTION_CHANNEL_NEXT: "MENTION_CHANNEL_NEXT"
    +
  • +
  • +
    MENTION_CHANNEL_PREV: "MENTION_CHANNEL_PREV"
    +
  • +
  • +
    MENTION_NEXT: "MENTION_NEXT"
    +
  • +
  • +
    MENTION_PREV: "MENTION_PREV"
    +
  • +
  • +
    MODAL_CAROUSEL_NEXT: "MODAL_CAROUSEL_NEXT"
    +
  • +
  • +
    MODAL_CAROUSEL_PREV: "MODAL_CAROUSEL_PREV"
    +
  • +
  • +
    QUICKSWITCHER_HIDE: "QUICKSWITCHER_HIDE"
    +
  • +
  • +
    QUICKSWITCHER_SHOW: "QUICKSWITCHER_SHOW"
    +
  • +
  • +
    RETURN_TO_AUDIO_CHANNEL: "RETURN_TO_AUDIO_CHANNEL"
    +
  • +
  • +
    SCROLL_DOWN: "SCROLL_DOWN"
    +
  • +
  • +
    SCROLL_UP: "SCROLL_UP"
    +
  • +
  • +
    SEARCH_EMOJIS: "SEARCH_EMOJIS"
    +
  • +
  • +
    SEARCH_GIFS: "SEARCH_GIFS"
    +
  • +
  • +
    SERVER_NEXT: "SERVER_NEXT"
    +
  • +
  • +
    SERVER_PREV: "SERVER_PREV"
    +
  • +
  • +
    SUBMIT: "SUBMIT"
    +
  • +
  • +
    TEXTAREA_FOCUS: "TEXTAREA_FOCUS"
    +
  • +
  • +
    TOGGLE_CATEGORY_COLLAPSED: "TOGGLE_CATEGORY_COLLAPSED"
    +
  • +
  • +
    TOGGLE_CHANNEL_PINS: "TOGGLE_CHANNEL_PINS"
    +
  • +
  • +
    TOGGLE_DEAFEN: "TOGGLE_DEAFEN"
    +
  • +
  • +
    TOGGLE_HELP: "TOGGLE_HELP"
    +
  • +
  • +
    TOGGLE_HOTKEYS: "TOGGLE_HOTKEYS"
    +
  • +
  • +
    TOGGLE_INBOX: "TOGGLE_INBOX"
    +
  • +
  • +
    TOGGLE_MUTE: "TOGGLE_MUTE"
    +
  • +
  • +
    TOGGLE_PREVIOUS_GUILD: "TOGGLE_PREVIOUS_GUILD"
    +
  • +
  • +
    TOGGLE_SETTINGS: "TOGGLE_SETTINGS"
    +
  • +
  • +
    TOGGLE_USERS: "TOGGLE_USERS"
    +
  • +
  • +
    UNREAD_NEXT: "UNREAD_NEXT"
    +
  • +
  • +
    UNREAD_PREV: "UNREAD_PREV"
    +
  • +
  • +
    UPLOAD_FILE: "UPLOAD_FILE"
    +
  • +
  • +
    ZOOM_IN: "ZOOM_IN"
    +
  • +
  • +
    ZOOM_OUT: "ZOOM_OUT"
    +
  • +
  • +
    ZOOM_RESET: "ZOOM_RESET"
    +
  • +
+
+
+
+ +

KeybindCustomActions

+
KeybindCustomActions: { OVERLAY_ACTIVATE_REGION_TEXT_WIDGET: "OVERLAY_ACTIVATE_REGION_TEXT_WIDGET"; PUSH_TO_MUTE: "PUSH_TO_MUTE"; PUSH_TO_TALK: "PUSH_TO_TALK"; PUSH_TO_TALK_PRIORITY: "PUSH_TO_TALK_PRIORITY"; TOGGLE_DEAFEN: "TOGGLE_DEAFEN"; TOGGLE_GO_LIVE_STREAMING: "TOGGLE_GO_LIVE_STREAMING"; TOGGLE_MUTE: "TOGGLE_MUTE"; TOGGLE_OVERLAY: "TOGGLE_OVERLAY"; TOGGLE_OVERLAY_INPUT_LOCK: "TOGGLE_OVERLAY_INPUT_LOCK"; TOGGLE_PRIORITY_SPEAKER: "TOGGLE_PRIORITY_SPEAKER"; TOGGLE_STREAMER_MODE: "TOGGLE_STREAMER_MODE"; TOGGLE_VOICE_MODE: "TOGGLE_VOICE_MODE"; UNASSIGNED: "UNASSIGNED" }
+ +
+

Type declaration

+
    +
  • +
    OVERLAY_ACTIVATE_REGION_TEXT_WIDGET: "OVERLAY_ACTIVATE_REGION_TEXT_WIDGET"
    +
  • +
  • +
    PUSH_TO_MUTE: "PUSH_TO_MUTE"
    +
  • +
  • +
    PUSH_TO_TALK: "PUSH_TO_TALK"
    +
  • +
  • +
    PUSH_TO_TALK_PRIORITY: "PUSH_TO_TALK_PRIORITY"
    +
  • +
  • +
    TOGGLE_DEAFEN: "TOGGLE_DEAFEN"
    +
  • +
  • +
    TOGGLE_GO_LIVE_STREAMING: "TOGGLE_GO_LIVE_STREAMING"
    +
  • +
  • +
    TOGGLE_MUTE: "TOGGLE_MUTE"
    +
  • +
  • +
    TOGGLE_OVERLAY: "TOGGLE_OVERLAY"
    +
  • +
  • +
    TOGGLE_OVERLAY_INPUT_LOCK: "TOGGLE_OVERLAY_INPUT_LOCK"
    +
  • +
  • +
    TOGGLE_PRIORITY_SPEAKER: "TOGGLE_PRIORITY_SPEAKER"
    +
  • +
  • +
    TOGGLE_STREAMER_MODE: "TOGGLE_STREAMER_MODE"
    +
  • +
  • +
    TOGGLE_VOICE_MODE: "TOGGLE_VOICE_MODE"
    +
  • +
  • +
    UNASSIGNED: "UNASSIGNED"
    +
  • +
+
+
+
+ +

KeyboardDeviceTypes

+
KeyboardDeviceTypes: { 0: "KEYBOARD_KEY"; 1: "MOUSE_BUTTON"; 2: "KEYBOARD_MODIFIER_KEY"; 3: "GAMEPAD_BUTTON"; GAMEPAD_BUTTON: 3; KEYBOARD_KEY: 0; KEYBOARD_MODIFIER_KEY: 2; MOUSE_BUTTON: 1 }
+ +
+

Type declaration

+
    +
  • +
    0: "KEYBOARD_KEY"
    +
  • +
  • +
    1: "MOUSE_BUTTON"
    +
  • +
  • +
    2: "KEYBOARD_MODIFIER_KEY"
    +
  • +
  • +
    3: "GAMEPAD_BUTTON"
    +
  • +
  • +
    GAMEPAD_BUTTON: 3
    +
  • +
  • +
    KEYBOARD_KEY: 0
    +
  • +
  • +
    KEYBOARD_MODIFIER_KEY: 2
    +
  • +
  • +
    MOUSE_BUTTON: 1
    +
  • +
+
+
+
+ +

KeyboardEnvs

+
KeyboardEnvs: { 1: "WINDOWS"; 2: "MACOS"; 3: "LINUX"; 4: "BROWSER"; BROWSER: 4; LINUX: 3; MACOS: 2; WINDOWS: 1 }
+ +
+

Type declaration

+
    +
  • +
    1: "WINDOWS"
    +
  • +
  • +
    2: "MACOS"
    +
  • +
  • +
    3: "LINUX"
    +
  • +
  • +
    4: "BROWSER"
    +
  • +
  • +
    BROWSER: 4
    +
  • +
  • +
    LINUX: 3
    +
  • +
  • +
    MACOS: 2
    +
  • +
  • +
    WINDOWS: 1
    +
  • +
+
+
+
+ +

KeyboardKeys

+
KeyboardKeys: { A: 65; ARROW_DOWN: 40; ARROW_LEFT: 37; ARROW_RIGHT: 39; ARROW_UP: 38; B: 66; BACKSPACE: 8; COMMA: 188; DIGIT_0: 48; DIGIT_1: 49; DIGIT_2: 50; DIGIT_3: 51; DIGIT_4: 52; DIGIT_5: 53; DIGIT_6: 54; DIGIT_7: 55; DIGIT_8: 56; DIGIT_9: 57; E: 69; ENTER: 13; ESCAPE: 27; I: 73; N: 78; P: 80; S: 83; SPACE: 32; TAB: 9; U: 85 }
+ +
+

Type declaration

+
    +
  • +
    A: 65
    +
  • +
  • +
    ARROW_DOWN: 40
    +
  • +
  • +
    ARROW_LEFT: 37
    +
  • +
  • +
    ARROW_RIGHT: 39
    +
  • +
  • +
    ARROW_UP: 38
    +
  • +
  • +
    B: 66
    +
  • +
  • +
    BACKSPACE: 8
    +
  • +
  • +
    COMMA: 188
    +
  • +
  • +
    DIGIT_0: 48
    +
  • +
  • +
    DIGIT_1: 49
    +
  • +
  • +
    DIGIT_2: 50
    +
  • +
  • +
    DIGIT_3: 51
    +
  • +
  • +
    DIGIT_4: 52
    +
  • +
  • +
    DIGIT_5: 53
    +
  • +
  • +
    DIGIT_6: 54
    +
  • +
  • +
    DIGIT_7: 55
    +
  • +
  • +
    DIGIT_8: 56
    +
  • +
  • +
    DIGIT_9: 57
    +
  • +
  • +
    E: 69
    +
  • +
  • +
    ENTER: 13
    +
  • +
  • +
    ESCAPE: 27
    +
  • +
  • +
    I: 73
    +
  • +
  • +
    N: 78
    +
  • +
  • +
    P: 80
    +
  • +
  • +
    S: 83
    +
  • +
  • +
    SPACE: 32
    +
  • +
  • +
    TAB: 9
    +
  • +
  • +
    U: 85
    +
  • +
+
+
+
+ +

KeyboardThemes

+
KeyboardThemes: { DARK: "dark"; DEFAULT: "default"; LIGHT: "light" }
+ +
+

Type declaration

+
    +
  • +
    DARK: "dark"
    +
  • +
  • +
    DEFAULT: "default"
    +
  • +
  • +
    LIGHT: "light"
    +
  • +
+
+
+
+ +

KeyboardTypes

+
KeyboardTypes: { EMOJI: "emoji"; MEDIA: "media"; SYSTEM: "system" }
+ +
+

Type declaration

+
    +
  • +
    EMOJI: "emoji"
    +
  • +
  • +
    MEDIA: "media"
    +
  • +
  • +
    SYSTEM: "system"
    +
  • +
+
+
+
+ +

LEFT_PANEL_WIDTH

+
LEFT_PANEL_WIDTH: 320
+ +
+
+ +

LINKING_WHITELIST

+
LINKING_WHITELIST: ({ protocol: "youtube://"; regex: {} } | { protocol: "instagram://"; regex: {} } | { protocol: "twitch://"; regex: {} } | { protocol: "twitter://"; regex: {} } | { protocol: "discordconnect://"; regex: {} })[]
+ +
+
+ +

LOCAL_BOT_ID

+
LOCAL_BOT_ID: "1"
+ +
+
+ +

LOCAL_PLATFORM_TYPES

+
LOCAL_PLATFORM_TYPES: ["contacts"]
+ +
+
+ +

Layers

+
Layers: { CHANNEL_SETTINGS: "CHANNEL_SETTINGS"; GUILD_SETTINGS: "GUILD_SETTINGS"; RTC_DEBUG: "RTC_DEBUG"; USER_SETTINGS: "USER_SETTINGS"; VERIFICATION: "VERIFICATION" }
+ +
+

Type declaration

+
    +
  • +
    CHANNEL_SETTINGS: "CHANNEL_SETTINGS"
    +
  • +
  • +
    GUILD_SETTINGS: "GUILD_SETTINGS"
    +
  • +
  • +
    RTC_DEBUG: "RTC_DEBUG"
    +
  • +
  • +
    USER_SETTINGS: "USER_SETTINGS"
    +
  • +
  • +
    VERIFICATION: "VERIFICATION"
    +
  • +
+
+
+
+ +

LibraryApplicationActions

+
LibraryApplicationActions: { INSTALL: "install"; MOVE_UP: "move_up"; PAUSE: "pause"; PLAY: "play"; RESUME: "resume"; UPDATE: "update" }
+ +
+

Type declaration

+
    +
  • +
    INSTALL: "install"
    +
  • +
  • +
    MOVE_UP: "move_up"
    +
  • +
  • +
    PAUSE: "pause"
    +
  • +
  • +
    PLAY: "play"
    +
  • +
  • +
    RESUME: "resume"
    +
  • +
  • +
    UPDATE: "update"
    +
  • +
+
+
+
+ +

LibraryApplicationFlags

+
LibraryApplicationFlags: { ENTITLED: 8; HIDDEN: 1; OVERLAY_DISABLED: 4; PREMIUM: 16; PRIVATE: 2 }
+ +
+

Type declaration

+
    +
  • +
    ENTITLED: 8
    +
  • +
  • +
    HIDDEN: 1
    +
  • +
  • +
    OVERLAY_DISABLED: 4
    +
  • +
  • +
    PREMIUM: 16
    +
  • +
  • +
    PRIVATE: 2
    +
  • +
+
+
+
+ +

LinkingTypes

+
LinkingTypes: { CHANNEL: "channel"; GIFT_CODE: "gift-code"; GUILD_TEMPLATE: "guild-template"; INVITE: "invite"; MESSAGE: "message"; NONE: "none"; OAUTH2_AUTHORIZE: "oauth2-authorize"; PROMOTIONS: "promotions"; REMOTE_AUTH: "remote-auth"; USER_PROFILE: "user-profile" }
+ +
+

Type declaration

+
    +
  • +
    CHANNEL: "channel"
    +
  • +
  • +
    GIFT_CODE: "gift-code"
    +
  • +
  • +
    GUILD_TEMPLATE: "guild-template"
    +
  • +
  • +
    INVITE: "invite"
    +
  • +
  • +
    MESSAGE: "message"
    +
  • +
  • +
    NONE: "none"
    +
  • +
  • +
    OAUTH2_AUTHORIZE: "oauth2-authorize"
    +
  • +
  • +
    PROMOTIONS: "promotions"
    +
  • +
  • +
    REMOTE_AUTH: "remote-auth"
    +
  • +
  • +
    USER_PROFILE: "user-profile"
    +
  • +
+
+
+
+ +

Links

+
Links: { BASE_URL: "https://discord.com"; BLOG: "//blog.discord.com/"; CONTACT_US: "https://dis.gd/contact"; DEV_PERKS_FORM: "https://goo.gl/forms/oZfKBStV3sR8GHdU2"; DEV_PORTAL: "/developers"; DEV_PORTAL_APPLICATIONS: "/developers/applications"; DEV_PORTAL_DOCUMENTATION: "/developers/docs"; DEV_PORTAL_SELF_SERVE_MODAL: "/developers/?store_signup=true"; EMAIL_HYPESQUAD: "mailto:hypesquad@discord.com"; EMAIL_LAW_ENFORCEMENT: "mailto:lawenforcement@discord.com"; EMAIL_SUPPORT: "mailto:support@discord.com"; FEEDBACK: "//feedback.discord.com"; HELP_AND_SUPPORT: "//support.discord.com/hc/en-us"; PARTNER_CODE_OF_CONDUCT: "https://support.discord.com/hc/en-us/articles/360024871991"; PRESSKIT: "https://app.box.com/s/5puqm5ijahrrdao7yldi7fr3zah5i1am"; PRESS_INQUIRIES: "mailto:press@discord.com"; STATUS: "//status.discord.com"; SUBMIT_TNS_REPORT: "https://dis.gd/request"; VERIFICATION_REQUIREMENTS: "https://dis.gd/vfqual" }
+ +
+

Type declaration

+
    +
  • +
    BASE_URL: "https://discord.com"
    +
  • +
  • +
    BLOG: "//blog.discord.com/"
    +
  • +
  • +
    CONTACT_US: "https://dis.gd/contact"
    +
  • +
  • +
    DEV_PERKS_FORM: "https://goo.gl/forms/oZfKBStV3sR8GHdU2"
    +
  • +
  • +
    DEV_PORTAL: "/developers"
    +
  • +
  • +
    DEV_PORTAL_APPLICATIONS: "/developers/applications"
    +
  • +
  • +
    DEV_PORTAL_DOCUMENTATION: "/developers/docs"
    +
  • +
  • +
    DEV_PORTAL_SELF_SERVE_MODAL: "/developers/?store_signup=true"
    +
  • +
  • +
    EMAIL_HYPESQUAD: "mailto:hypesquad@discord.com"
    +
  • +
  • +
    EMAIL_LAW_ENFORCEMENT: "mailto:lawenforcement@discord.com"
    +
  • +
  • +
    EMAIL_SUPPORT: "mailto:support@discord.com"
    +
  • +
  • +
    FEEDBACK: "//feedback.discord.com"
    +
  • +
  • +
    HELP_AND_SUPPORT: "//support.discord.com/hc/en-us"
    +
  • +
  • +
    PARTNER_CODE_OF_CONDUCT: "https://support.discord.com/hc/en-us/articles/360024871991"
    +
  • +
  • +
    PRESSKIT: "https://app.box.com/s/5puqm5ijahrrdao7yldi7fr3zah5i1am"
    +
  • +
  • +
    PRESS_INQUIRIES: "mailto:press@discord.com"
    +
  • +
  • +
    STATUS: "//status.discord.com"
    +
  • +
  • +
    SUBMIT_TNS_REPORT: "https://dis.gd/request"
    +
  • +
  • +
    VERIFICATION_REQUIREMENTS: "https://dis.gd/vfqual"
    +
  • +
+
+
+
+ +

LinuxKeyToCode

+
LinuxKeyToCode: { ': 48; ,: 59; -: 20; .: 60; /: 61; 0: 19; 1: 10; 2: 11; 3: 12; 4: 13; 5: 14; 6: 15; 7: 16; 8: 17; 9: 18; ;: 47; =: 21; [: 34; \: 51; ]: 35; `: 49; a: 38; b: 56; back: 166; backspace: 22; c: 54; caps lock: 66; d: 40; delete: 119; down: 116; e: 26; email: 163; end: 115; enter: 36; esc: 9; f: 41; f1: 67; f10: 76; f11: 95; f12: 96; f14: 107; f15: 78; f16: 127; f2: 68; f3: 69; f4: 70; f5: 71; f6: 72; f7: 73; f8: 74; f9: 75; favorites: 164; forward: 167; g: 42; h: 43; home: 110; home key: 180; i: 31; insert: 118; j: 44; k: 45; l: 46; left: 113; left alt: 64; left ctrl: 37; left meta: 133; left shift: 50; m: 58; menu: 135; n: 57; num lock: 77; numpad *: 63; numpad +: 86; numpad -: 82; numpad .: 91; numpad /: 106; numpad 0: 90; numpad 1: 87; numpad 2: 88; numpad 3: 89; numpad 4: 83; numpad 5: 84; numpad 6: 85; numpad 7: 79; numpad 8: 80; numpad 9: 81; numpad =: 125; numpad enter: 104; o: 32; p: 33; page down: 117; page up: 112; play: 172; q: 24; r: 27; right: 114; right alt: 108; right ctrl: 105; right meta: 134; right shift: 62; s: 39; sleep: 150; space: 65; stop: 174; t: 28; tab: 23; track back: 173; track skip: 171; u: 30; up: 111; v: 55; vol down: 122; vol up: 123; w: 25; x: 53; y: 29; z: 52 }
+ +
+

Type declaration

+
    +
  • +
    ': 48
    +
  • +
  • +
    ,: 59
    +
  • +
  • +
    -: 20
    +
  • +
  • +
    .: 60
    +
  • +
  • +
    /: 61
    +
  • +
  • +
    0: 19
    +
  • +
  • +
    1: 10
    +
  • +
  • +
    2: 11
    +
  • +
  • +
    3: 12
    +
  • +
  • +
    4: 13
    +
  • +
  • +
    5: 14
    +
  • +
  • +
    6: 15
    +
  • +
  • +
    7: 16
    +
  • +
  • +
    8: 17
    +
  • +
  • +
    9: 18
    +
  • +
  • +
    ;: 47
    +
  • +
  • +
    =: 21
    +
  • +
  • +
    [: 34
    +
  • +
  • +
    \: 51
    +
  • +
  • +
    ]: 35
    +
  • +
  • +
    `: 49
    +
  • +
  • +
    a: 38
    +
  • +
  • +
    b: 56
    +
  • +
  • +
    back: 166
    +
  • +
  • +
    backspace: 22
    +
  • +
  • +
    c: 54
    +
  • +
  • +
    caps lock: 66
    +
  • +
  • +
    d: 40
    +
  • +
  • +
    delete: 119
    +
  • +
  • +
    down: 116
    +
  • +
  • +
    e: 26
    +
  • +
  • +
    email: 163
    +
  • +
  • +
    end: 115
    +
  • +
  • +
    enter: 36
    +
  • +
  • +
    esc: 9
    +
  • +
  • +
    f: 41
    +
  • +
  • +
    f1: 67
    +
  • +
  • +
    f10: 76
    +
  • +
  • +
    f11: 95
    +
  • +
  • +
    f12: 96
    +
  • +
  • +
    f14: 107
    +
  • +
  • +
    f15: 78
    +
  • +
  • +
    f16: 127
    +
  • +
  • +
    f2: 68
    +
  • +
  • +
    f3: 69
    +
  • +
  • +
    f4: 70
    +
  • +
  • +
    f5: 71
    +
  • +
  • +
    f6: 72
    +
  • +
  • +
    f7: 73
    +
  • +
  • +
    f8: 74
    +
  • +
  • +
    f9: 75
    +
  • +
  • +
    favorites: 164
    +
  • +
  • +
    forward: 167
    +
  • +
  • +
    g: 42
    +
  • +
  • +
    h: 43
    +
  • +
  • +
    home: 110
    +
  • +
  • +
    home key: 180
    +
  • +
  • +
    i: 31
    +
  • +
  • +
    insert: 118
    +
  • +
  • +
    j: 44
    +
  • +
  • +
    k: 45
    +
  • +
  • +
    l: 46
    +
  • +
  • +
    left: 113
    +
  • +
  • +
    left alt: 64
    +
  • +
  • +
    left ctrl: 37
    +
  • +
  • +
    left meta: 133
    +
  • +
  • +
    left shift: 50
    +
  • +
  • +
    m: 58
    +
  • +
  • +
    menu: 135
    +
  • +
  • +
    n: 57
    +
  • +
  • +
    num lock: 77
    +
  • +
  • +
    numpad *: 63
    +
  • +
  • +
    numpad +: 86
    +
  • +
  • +
    numpad -: 82
    +
  • +
  • +
    numpad .: 91
    +
  • +
  • +
    numpad /: 106
    +
  • +
  • +
    numpad 0: 90
    +
  • +
  • +
    numpad 1: 87
    +
  • +
  • +
    numpad 2: 88
    +
  • +
  • +
    numpad 3: 89
    +
  • +
  • +
    numpad 4: 83
    +
  • +
  • +
    numpad 5: 84
    +
  • +
  • +
    numpad 6: 85
    +
  • +
  • +
    numpad 7: 79
    +
  • +
  • +
    numpad 8: 80
    +
  • +
  • +
    numpad 9: 81
    +
  • +
  • +
    numpad =: 125
    +
  • +
  • +
    numpad enter: 104
    +
  • +
  • +
    o: 32
    +
  • +
  • +
    p: 33
    +
  • +
  • +
    page down: 117
    +
  • +
  • +
    page up: 112
    +
  • +
  • +
    play: 172
    +
  • +
  • +
    q: 24
    +
  • +
  • +
    r: 27
    +
  • +
  • +
    right: 114
    +
  • +
  • +
    right alt: 108
    +
  • +
  • +
    right ctrl: 105
    +
  • +
  • +
    right meta: 134
    +
  • +
  • +
    right shift: 62
    +
  • +
  • +
    s: 39
    +
  • +
  • +
    sleep: 150
    +
  • +
  • +
    space: 65
    +
  • +
  • +
    stop: 174
    +
  • +
  • +
    t: 28
    +
  • +
  • +
    tab: 23
    +
  • +
  • +
    track back: 173
    +
  • +
  • +
    track skip: 171
    +
  • +
  • +
    u: 30
    +
  • +
  • +
    up: 111
    +
  • +
  • +
    v: 55
    +
  • +
  • +
    vol down: 122
    +
  • +
  • +
    vol up: 123
    +
  • +
  • +
    w: 25
    +
  • +
  • +
    x: 53
    +
  • +
  • +
    y: 29
    +
  • +
  • +
    z: 52
    +
  • +
+
+
+
+ +

LoadingType

+
LoadingType: { LOAD_AFTER: "load_after"; LOAD_BEFORE: "load_before" }
+ +
+

Type declaration

+
    +
  • +
    LOAD_AFTER: "load_after"
    +
  • +
  • +
    LOAD_BEFORE: "load_before"
    +
  • +
+
+
+
+ +

LobbyErrors

+
LobbyErrors: { 0: "NO_ERROR"; 1: "UNKNOWN_ERROR"; 2: "SERVICE_UNAVAILABLE"; 3: "NOT_FOUND"; 4: "INVALID_SECRET"; 5: "FULL"; 6: "LOBBY_LIMIT_REACHED"; 7: "ALREADY_CONNECTING"; ALREADY_CONNECTING: 7; FULL: 5; INVALID_SECRET: 4; LOBBY_LIMIT_REACHED: 6; NOT_FOUND: 3; NO_ERROR: 0; SERVICE_UNAVAILABLE: 2; UNKNOWN_ERROR: 1 }
+ +
+

Type declaration

+
    +
  • +
    0: "NO_ERROR"
    +
  • +
  • +
    1: "UNKNOWN_ERROR"
    +
  • +
  • +
    2: "SERVICE_UNAVAILABLE"
    +
  • +
  • +
    3: "NOT_FOUND"
    +
  • +
  • +
    4: "INVALID_SECRET"
    +
  • +
  • +
    5: "FULL"
    +
  • +
  • +
    6: "LOBBY_LIMIT_REACHED"
    +
  • +
  • +
    7: "ALREADY_CONNECTING"
    +
  • +
  • +
    ALREADY_CONNECTING: 7
    +
  • +
  • +
    FULL: 5
    +
  • +
  • +
    INVALID_SECRET: 4
    +
  • +
  • +
    LOBBY_LIMIT_REACHED: 6
    +
  • +
  • +
    NOT_FOUND: 3
    +
  • +
  • +
    NO_ERROR: 0
    +
  • +
  • +
    SERVICE_UNAVAILABLE: 2
    +
  • +
  • +
    UNKNOWN_ERROR: 1
    +
  • +
+
+
+
+ +

LobbyTypes

+
LobbyTypes: { 1: "PRIVATE"; 2: "PUBLIC"; PRIVATE: 1; PUBLIC: 2 }
+ +
+

Type declaration

+
    +
  • +
    1: "PRIVATE"
    +
  • +
  • +
    2: "PUBLIC"
    +
  • +
  • +
    PRIVATE: 1
    +
  • +
  • +
    PUBLIC: 2
    +
  • +
+
+
+
+ +

LocalDispatchApplicationStates

+
LocalDispatchApplicationStates: { INSTALLING: "installing"; INSTALL_REQUIRED: "install_required"; REPAIRING: "repairing"; UNINSTALLING: "uninstalling"; UPDATE_REQUIRED: "update_required"; UPDATING: "updating"; UP_TO_DATE: "up_to_date" }
+ +
+

Type declaration

+
    +
  • +
    INSTALLING: "installing"
    +
  • +
  • +
    INSTALL_REQUIRED: "install_required"
    +
  • +
  • +
    REPAIRING: "repairing"
    +
  • +
  • +
    UNINSTALLING: "uninstalling"
    +
  • +
  • +
    UPDATE_REQUIRED: "update_required"
    +
  • +
  • +
    UPDATING: "updating"
    +
  • +
  • +
    UP_TO_DATE: "up_to_date"
    +
  • +
+
+
+
+ +

LocalizedLinks

+
LocalizedLinks: { TWITTER: { default: "https://twitter.com/discord"; ja: "https://twitter.com/discord_jp" } }
+ +
+

Type declaration

+
    +
  • +
    TWITTER: { default: "https://twitter.com/discord"; ja: "https://twitter.com/discord_jp" }
    +
      +
    • +
      default: "https://twitter.com/discord"
      +
    • +
    • +
      ja: "https://twitter.com/discord_jp"
      +
    • +
    +
  • +
+
+
+
+ +

LoginStates

+
LoginStates: { ACCOUNT_DISABLED: "ACCOUNT_DISABLED"; ACCOUNT_SCHEDULED_FOR_DELETION: "ACCOUNT_SCHEDULED_FOR_DELETION"; LOGGING_IN: "LOGGING_IN"; LOGGING_IN_MFA: "LOGGING_IN_MFA"; LOGGING_IN_MFA_SMS: "LOGGING_IN_MFA_SMS"; LOGIN_AGE_GATE: "LOGIN_AGE_GATE"; MFA_SMS_STEP: "MFA_SMS_STEP"; MFA_STEP: "MFA_STEP"; NONE: "NONE" }
+ +
+

Type declaration

+
    +
  • +
    ACCOUNT_DISABLED: "ACCOUNT_DISABLED"
    +
  • +
  • +
    ACCOUNT_SCHEDULED_FOR_DELETION: "ACCOUNT_SCHEDULED_FOR_DELETION"
    +
  • +
  • +
    LOGGING_IN: "LOGGING_IN"
    +
  • +
  • +
    LOGGING_IN_MFA: "LOGGING_IN_MFA"
    +
  • +
  • +
    LOGGING_IN_MFA_SMS: "LOGGING_IN_MFA_SMS"
    +
  • +
  • +
    LOGIN_AGE_GATE: "LOGIN_AGE_GATE"
    +
  • +
  • +
    MFA_SMS_STEP: "MFA_SMS_STEP"
    +
  • +
  • +
    MFA_STEP: "MFA_STEP"
    +
  • +
  • +
    NONE: "NONE"
    +
  • +
+
+
+
+ +

LoginSuccessfulSources

+
LoginSuccessfulSources: { QR_CODE: "QR Code Login" }
+ +
+

Type declaration

+
    +
  • +
    QR_CODE: "QR Code Login"
    +
  • +
+
+
+
+ +

MANAGE_SUBSCRIPTION_LINK

+
MANAGE_SUBSCRIPTION_LINK: "itms-apps://apps.apple.com/account/subscriptions"
+ +
+
+ +

MARKDOWN_SPOILER_REGEXP

+
MARKDOWN_SPOILER_REGEXP: {}
+ +
+

Type declaration

+
    +
+
+
+
+ +

MARKDOWN_SPOILER_REGEXP_GLOBAL

+
MARKDOWN_SPOILER_REGEXP_GLOBAL: {}
+ +
+

Type declaration

+
    +
+
+
+
+ +

MAX_ATTACHMENT_SIZE

+
MAX_ATTACHMENT_SIZE: 8388608
+ +
+
+ +

MAX_AUTOCOMPLETE_RESULTS

+
MAX_AUTOCOMPLETE_RESULTS: 10
+ +
+
+ +

MAX_GAMES_NEWS

+
MAX_GAMES_NEWS: 100
+ +
+
+ +

MAX_GROUP_DM_PARTICIPANTS

+
MAX_GROUP_DM_PARTICIPANTS: 10
+ +
+
+ +

MAX_GROUP_DM_STAFF_PARTICIPANTS

+
MAX_GROUP_DM_STAFF_PARTICIPANTS: 25
+ +
+
+ +

MAX_GUILD_FOLDER_NAME_LENGTH

+
MAX_GUILD_FOLDER_NAME_LENGTH: 32
+ +
+
+ +

MAX_IMAGE_HEIGHT

+
MAX_IMAGE_HEIGHT: 2560
+ +
+
+ +

MAX_IMAGE_WIDTH

+
MAX_IMAGE_WIDTH: 2560
+ +
+
+ +

MAX_INVITE_AVATARS_TO_SHOW

+
MAX_INVITE_AVATARS_TO_SHOW: 6
+ +
+
+ +

MAX_INVOICE_PAYMENT_DAYS

+
MAX_INVOICE_PAYMENT_DAYS: 3
+ +
+
+ +

MAX_LOADED_MESSAGES

+
MAX_LOADED_MESSAGES: 200
+ +
+
+ +

MAX_MEMBERS_NOTIFY_ALL_MESSAGES

+
MAX_MEMBERS_NOTIFY_ALL_MESSAGES: 2500
+ +
+
+ +

MAX_MENTIONS_PER_FETCH

+
MAX_MENTIONS_PER_FETCH: 25
+ +
+
+ +

MAX_MESSAGES_PER_CHANNEL

+
MAX_MESSAGES_PER_CHANNEL: 50
+ +
+
+ +

MAX_MESSAGE_CACHE_SIZE

+
MAX_MESSAGE_CACHE_SIZE: 250
+ +
+
+ +

MAX_MESSAGE_LENGTH

+
MAX_MESSAGE_LENGTH: 2000
+ +
+
+ +

MAX_MESSAGE_PASTE_LENGTH

+
MAX_MESSAGE_PASTE_LENGTH: 3000
+ +
+
+ +

MAX_MUTUAL_GUILDS

+
MAX_MUTUAL_GUILDS: 5
+ +
+
+ +

MAX_PINS_PER_CHANNEL

+
MAX_PINS_PER_CHANNEL: 50
+ +
+
+ +

MAX_PREMIUM_GUILD_TIER_2_ATTACHMENT_SIZE

+
MAX_PREMIUM_GUILD_TIER_2_ATTACHMENT_SIZE: 52428800
+ +
+
+ +

MAX_PREMIUM_GUILD_TIER_3_ATTACHMENT_SIZE

+
MAX_PREMIUM_GUILD_TIER_3_ATTACHMENT_SIZE: 104857600
+ +
+
+ +

MAX_PREMIUM_TIER_1_ATTACHMENT_SIZE

+
MAX_PREMIUM_TIER_1_ATTACHMENT_SIZE: 52428800
+ +
+
+ +

MAX_PREMIUM_TIER_2_ATTACHMENT_SIZE

+
MAX_PREMIUM_TIER_2_ATTACHMENT_SIZE: 104857600
+ +
+
+ +

MAX_PTT_RELEASE_DELAY

+
MAX_PTT_RELEASE_DELAY: 2000
+ +
+
+ +

MAX_REASON_LENGTH

+
MAX_REASON_LENGTH: 512
+ +
+
+ +

MAX_ROLE_LENGTH

+
MAX_ROLE_LENGTH: 32
+ +
+
+ +

MAX_TIMEOUT_MS

+
MAX_TIMEOUT_MS: 2147483647
+ +
+
+ +

MAX_TTS_LENGTH

+
MAX_TTS_LENGTH: 200
+ +
+
+ +

MAX_TYPING_USERS

+
MAX_TYPING_USERS: 5
+ +
+
+ +

MAX_VIDEO_HEIGHT

+
MAX_VIDEO_HEIGHT: 2160
+ +
+
+ +

MAX_VIDEO_WIDTH

+
MAX_VIDEO_WIDTH: 3840
+ +
+
+ +

MAX_VOICE_USER_LIMIT

+
MAX_VOICE_USER_LIMIT: 99
+ +
+
+ +

ME

+
ME: "@me"
+ +
+
+ +

MEDIA_PROXY_SIZES

+
MEDIA_PROXY_SIZES: (16 | 32 | 128 | 1024 | 2048 | 320 | 256 | 20 | 80 | 64 | 512 | 4096 | 40 | 160 | 640 | 1280 | 1536 | 3072)[]
+ +
+
+ +

MESSAGE_GROUP_INTERVAL

+
MESSAGE_GROUP_INTERVAL: 420000
+ +
+
+ +

MFALevels

+
MFALevels: { 0: "NONE"; 1: "ELEVATED"; ELEVATED: 1; NONE: 0 }
+ +
+

Type declaration

+
    +
  • +
    0: "NONE"
    +
  • +
  • +
    1: "ELEVATED"
    +
  • +
  • +
    ELEVATED: 1
    +
  • +
  • +
    NONE: 0
    +
  • +
+
+
+
+ +

MacosKeyToCode

+
MacosKeyToCode: { ': 52; ,: 54; -: 45; .: 55; /: 56; 0: 39; 1: 30; 2: 31; 3: 32; 4: 33; 5: 34; 6: 35; 7: 36; 8: 37; 9: 38; ;: 51; =: 46; [: 47; \: 49; ]: 48; `: 53; a: 4; alt: 226; b: 5; backspace: 42; c: 6; caps lock: 57; ctrl: 224; d: 7; del: 76; down: 81; e: 8; end: 77; enter: 40; esc: 41; f: 9; f1: 58; f10: 67; f11: 68; f12: 69; f13: 104; f14: 105; f15: 106; f16: 107; f17: 108; f18: 109; f19: 110; f2: 59; f20: 111; f3: 60; f4: 61; f5: 62; f6: 63; f7: 64; f8: 65; f9: 66; g: 10; h: 11; home: 74; i: 12; j: 13; k: 14; l: 15; left: 80; m: 16; meta: 227; n: 17; numpad *: 85; numpad +: 87; numpad -: 86; numpad .: 99; numpad /: 84; numpad 0: 98; numpad 1: 89; numpad 2: 90; numpad 3: 91; numpad 4: 92; numpad 5: 93; numpad 6: 94; numpad 7: 95; numpad 8: 96; numpad 9: 97; numpad =: 103; numpad clear: 83; numpad enter: 88; o: 18; p: 19; page down: 78; page up: 75; q: 20; r: 21; right: 79; right alt: 230; right ctrl: 228; right meta: 231; right shift: 229; s: 22; shift: 225; space: 44; t: 23; tab: 43; u: 24; up: 82; v: 25; w: 26; x: 27; y: 28; z: 29 }
+ +
+

Type declaration

+
    +
  • +
    ': 52
    +
  • +
  • +
    ,: 54
    +
  • +
  • +
    -: 45
    +
  • +
  • +
    .: 55
    +
  • +
  • +
    /: 56
    +
  • +
  • +
    0: 39
    +
  • +
  • +
    1: 30
    +
  • +
  • +
    2: 31
    +
  • +
  • +
    3: 32
    +
  • +
  • +
    4: 33
    +
  • +
  • +
    5: 34
    +
  • +
  • +
    6: 35
    +
  • +
  • +
    7: 36
    +
  • +
  • +
    8: 37
    +
  • +
  • +
    9: 38
    +
  • +
  • +
    ;: 51
    +
  • +
  • +
    =: 46
    +
  • +
  • +
    [: 47
    +
  • +
  • +
    \: 49
    +
  • +
  • +
    ]: 48
    +
  • +
  • +
    `: 53
    +
  • +
  • +
    a: 4
    +
  • +
  • +
    alt: 226
    +
  • +
  • +
    b: 5
    +
  • +
  • +
    backspace: 42
    +
  • +
  • +
    c: 6
    +
  • +
  • +
    caps lock: 57
    +
  • +
  • +
    ctrl: 224
    +
  • +
  • +
    d: 7
    +
  • +
  • +
    del: 76
    +
  • +
  • +
    down: 81
    +
  • +
  • +
    e: 8
    +
  • +
  • +
    end: 77
    +
  • +
  • +
    enter: 40
    +
  • +
  • +
    esc: 41
    +
  • +
  • +
    f: 9
    +
  • +
  • +
    f1: 58
    +
  • +
  • +
    f10: 67
    +
  • +
  • +
    f11: 68
    +
  • +
  • +
    f12: 69
    +
  • +
  • +
    f13: 104
    +
  • +
  • +
    f14: 105
    +
  • +
  • +
    f15: 106
    +
  • +
  • +
    f16: 107
    +
  • +
  • +
    f17: 108
    +
  • +
  • +
    f18: 109
    +
  • +
  • +
    f19: 110
    +
  • +
  • +
    f2: 59
    +
  • +
  • +
    f20: 111
    +
  • +
  • +
    f3: 60
    +
  • +
  • +
    f4: 61
    +
  • +
  • +
    f5: 62
    +
  • +
  • +
    f6: 63
    +
  • +
  • +
    f7: 64
    +
  • +
  • +
    f8: 65
    +
  • +
  • +
    f9: 66
    +
  • +
  • +
    g: 10
    +
  • +
  • +
    h: 11
    +
  • +
  • +
    home: 74
    +
  • +
  • +
    i: 12
    +
  • +
  • +
    j: 13
    +
  • +
  • +
    k: 14
    +
  • +
  • +
    l: 15
    +
  • +
  • +
    left: 80
    +
  • +
  • +
    m: 16
    +
  • +
  • +
    meta: 227
    +
  • +
  • +
    n: 17
    +
  • +
  • +
    numpad *: 85
    +
  • +
  • +
    numpad +: 87
    +
  • +
  • +
    numpad -: 86
    +
  • +
  • +
    numpad .: 99
    +
  • +
  • +
    numpad /: 84
    +
  • +
  • +
    numpad 0: 98
    +
  • +
  • +
    numpad 1: 89
    +
  • +
  • +
    numpad 2: 90
    +
  • +
  • +
    numpad 3: 91
    +
  • +
  • +
    numpad 4: 92
    +
  • +
  • +
    numpad 5: 93
    +
  • +
  • +
    numpad 6: 94
    +
  • +
  • +
    numpad 7: 95
    +
  • +
  • +
    numpad 8: 96
    +
  • +
  • +
    numpad 9: 97
    +
  • +
  • +
    numpad =: 103
    +
  • +
  • +
    numpad clear: 83
    +
  • +
  • +
    numpad enter: 88
    +
  • +
  • +
    o: 18
    +
  • +
  • +
    p: 19
    +
  • +
  • +
    page down: 78
    +
  • +
  • +
    page up: 75
    +
  • +
  • +
    q: 20
    +
  • +
  • +
    r: 21
    +
  • +
  • +
    right: 79
    +
  • +
  • +
    right alt: 230
    +
  • +
  • +
    right ctrl: 228
    +
  • +
  • +
    right meta: 231
    +
  • +
  • +
    right shift: 229
    +
  • +
  • +
    s: 22
    +
  • +
  • +
    shift: 225
    +
  • +
  • +
    space: 44
    +
  • +
  • +
    t: 23
    +
  • +
  • +
    tab: 43
    +
  • +
  • +
    u: 24
    +
  • +
  • +
    up: 82
    +
  • +
  • +
    v: 25
    +
  • +
  • +
    w: 26
    +
  • +
  • +
    x: 27
    +
  • +
  • +
    y: 28
    +
  • +
  • +
    z: 29
    +
  • +
+
+
+
+ +

MarketingURLs

+
MarketingURLs: { ACKNOWLEDGEMENTS: "//discord.com/acknowledgements"; API_DOCS: "//discord.com/developers/docs/intro"; API_DOCS_GAME_AND_SERVER_MANAGEMENT: "//discord.com/developers/docs/game-and-server-management/alpha-and-beta-testing"; API_DOCS_NEWS_CHANNELS: "//discord.com/developers/docs/game-and-server-management/special-channels#news-channels"; COMPANY: "//discord.com/company"; CONTACT: "http://dis.gd/contact"; DEVELOPER_PORTAL: "//discord.com/developers"; DOWNLOAD: "//discord.com/download"; GUIDELINES: "//discord.com/guidelines"; HYPESQUAD: "//discord.com/hypesquad"; KRISP: "https://api.krisp.ai/v2/resource/link/discord"; PARTNERS: "//discord.com/partners"; PRIVACY: "//discord.com/privacy"; STREAMKIT: "//discord.com/streamkit"; TERMS: "//discord.com/terms"; WHY_DISCORD: "//discord.com/why-discord" }
+ +
+

Type declaration

+
    +
  • +
    ACKNOWLEDGEMENTS: "//discord.com/acknowledgements"
    +
  • +
  • +
    API_DOCS: "//discord.com/developers/docs/intro"
    +
  • +
  • +
    API_DOCS_GAME_AND_SERVER_MANAGEMENT: "//discord.com/developers/docs/game-and-server-management/alpha-and-beta-testing"
    +
  • +
  • +
    API_DOCS_NEWS_CHANNELS: "//discord.com/developers/docs/game-and-server-management/special-channels#news-channels"
    +
  • +
  • +
    COMPANY: "//discord.com/company"
    +
  • +
  • +
    CONTACT: "http://dis.gd/contact"
    +
  • +
  • +
    DEVELOPER_PORTAL: "//discord.com/developers"
    +
  • +
  • +
    DOWNLOAD: "//discord.com/download"
    +
  • +
  • +
    GUIDELINES: "//discord.com/guidelines"
    +
  • +
  • +
    HYPESQUAD: "//discord.com/hypesquad"
    +
  • +
  • +
    KRISP: "https://api.krisp.ai/v2/resource/link/discord"
    +
  • +
  • +
    PARTNERS: "//discord.com/partners"
    +
  • +
  • +
    PRIVACY: "//discord.com/privacy"
    +
  • +
  • +
    STREAMKIT: "//discord.com/streamkit"
    +
  • +
  • +
    TERMS: "//discord.com/terms"
    +
  • +
  • +
    WHY_DISCORD: "//discord.com/why-discord"
    +
  • +
+
+
+
+ +

MediaEngineHookTypes

+
MediaEngineHookTypes: { SOUND: "SOUND"; VIDEO: "VIDEO" }
+ +
+

Type declaration

+
    +
  • +
    SOUND: "SOUND"
    +
  • +
  • +
    VIDEO: "VIDEO"
    +
  • +
+
+
+
+ +

MediaEngineVideoStates

+
MediaEngineVideoStates: { PAUSED: "paused"; PLAYING: "playing" }
+ +
+

Type declaration

+
    +
  • +
    PAUSED: "paused"
    +
  • +
  • +
    PLAYING: "playing"
    +
  • +
+
+
+
+ +

MediaType

+
MediaType: { 0: "IMAGE"; 1: "GIF"; 2: "VIDEO"; GIF: 1; IMAGE: 0; VIDEO: 2 }
+ +
+

Type declaration

+
    +
  • +
    0: "IMAGE"
    +
  • +
  • +
    1: "GIF"
    +
  • +
  • +
    2: "VIDEO"
    +
  • +
  • +
    GIF: 1
    +
  • +
  • +
    IMAGE: 0
    +
  • +
  • +
    VIDEO: 2
    +
  • +
+
+
+
+ +

MentionModalScenes

+
MentionModalScenes: { CHAT: "mentions_chat"; MENTIONS: "mentions" }
+ +
+

Type declaration

+
    +
  • +
    CHAT: "mentions_chat"
    +
  • +
  • +
    MENTIONS: "mentions"
    +
  • +
+
+
+
+ +

MessageFlags

+
MessageFlags: { CROSSPOSTED: 1; IS_CROSSPOST: 2; SOURCE_MESSAGE_DELETED: 8; SUPPRESS_EMBEDS: 4; URGENT: 16 }
+ +
+

Type declaration

+
    +
  • +
    CROSSPOSTED: 1
    +
  • +
  • +
    IS_CROSSPOST: 2
    +
  • +
  • +
    SOURCE_MESSAGE_DELETED: 8
    +
  • +
  • +
    SUPPRESS_EMBEDS: 4
    +
  • +
  • +
    URGENT: 16
    +
  • +
+
+
+
+ +

MessagePreviewSections

+
MessagePreviewSections: { MESSAGE: "MESSAGE" }
+ +
+

Type declaration

+
    +
  • +
    MESSAGE: "MESSAGE"
    +
  • +
+
+
+
+ +

MessageRestrictionTypes

+
MessageRestrictionTypes: { EMPTY_MESSAGE: "EMPTY_MESSAGE"; MESSAGE_TOO_LONG: "MESSAGE_TOO_LONG"; RATE_LIMITED: "RATE_LIMITED"; SHOUTING_CANCELLED: "SHOUTING_CANCELLED"; SLOWMODE_COOLDOWN: "SLOWMODE_COOLDOWN" }
+ +
+

Type declaration

+
    +
  • +
    EMPTY_MESSAGE: "EMPTY_MESSAGE"
    +
  • +
  • +
    MESSAGE_TOO_LONG: "MESSAGE_TOO_LONG"
    +
  • +
  • +
    RATE_LIMITED: "RATE_LIMITED"
    +
  • +
  • +
    SHOUTING_CANCELLED: "SHOUTING_CANCELLED"
    +
  • +
  • +
    SLOWMODE_COOLDOWN: "SLOWMODE_COOLDOWN"
    +
  • +
+
+
+
+ +

MessageStates

+
MessageStates: { SENDING: "SENDING"; SEND_FAILED: "SEND_FAILED"; SENT: "SENT" }
+ +
+

Type declaration

+
    +
  • +
    SENDING: "SENDING"
    +
  • +
  • +
    SEND_FAILED: "SEND_FAILED"
    +
  • +
  • +
    SENT: "SENT"
    +
  • +
+
+
+
+ +

MessageTypes

+
MessageTypes: { CALL: 3; CHANNEL_FOLLOW_ADD: 12; CHANNEL_ICON_CHANGE: 5; CHANNEL_NAME_CHANGE: 4; CHANNEL_PINNED_MESSAGE: 6; DEFAULT: 0; GUILD_DISCOVERY_DISQUALIFIED: 14; GUILD_DISCOVERY_REQUALIFIED: 15; GUILD_STREAM: 13; RECIPIENT_ADD: 1; RECIPIENT_REMOVE: 2; USER_JOIN: 7; USER_PREMIUM_GUILD_SUBSCRIPTION: 8; USER_PREMIUM_GUILD_SUBSCRIPTION_TIER_1: 9; USER_PREMIUM_GUILD_SUBSCRIPTION_TIER_2: 10; USER_PREMIUM_GUILD_SUBSCRIPTION_TIER_3: 11 }
+ +
+

Type declaration

+
    +
  • +
    CALL: 3
    +
  • +
  • +
    CHANNEL_FOLLOW_ADD: 12
    +
  • +
  • +
    CHANNEL_ICON_CHANGE: 5
    +
  • +
  • +
    CHANNEL_NAME_CHANGE: 4
    +
  • +
  • +
    CHANNEL_PINNED_MESSAGE: 6
    +
  • +
  • +
    DEFAULT: 0
    +
  • +
  • +
    GUILD_DISCOVERY_DISQUALIFIED: 14
    +
  • +
  • +
    GUILD_DISCOVERY_REQUALIFIED: 15
    +
  • +
  • +
    GUILD_STREAM: 13
    +
  • +
  • +
    RECIPIENT_ADD: 1
    +
  • +
  • +
    RECIPIENT_REMOVE: 2
    +
  • +
  • +
    USER_JOIN: 7
    +
  • +
  • +
    USER_PREMIUM_GUILD_SUBSCRIPTION: 8
    +
  • +
  • +
    USER_PREMIUM_GUILD_SUBSCRIPTION_TIER_1: 9
    +
  • +
  • +
    USER_PREMIUM_GUILD_SUBSCRIPTION_TIER_2: 10
    +
  • +
  • +
    USER_PREMIUM_GUILD_SUBSCRIPTION_TIER_3: 11
    +
  • +
+
+
+
+ +

MessageTypesDeletable

+
MessageTypesDeletable: { 0: true; 10: true; 11: true; 12: true; 6: true; 7: true; 8: true; 9: true }
+ +
+

Type declaration

+
    +
  • +
    0: true
    +
  • +
  • +
    10: true
    +
  • +
  • +
    11: true
    +
  • +
  • +
    12: true
    +
  • +
  • +
    6: true
    +
  • +
  • +
    7: true
    +
  • +
  • +
    8: true
    +
  • +
  • +
    9: true
    +
  • +
+
+
+
+ +

ModalAnimation

+
ModalAnimation: { FADE: "fade"; NONE: "none"; SLIDE: "slide" }
+ +
+

Type declaration

+
    +
  • +
    FADE: "fade"
    +
  • +
  • +
    NONE: "none"
    +
  • +
  • +
    SLIDE: "slide"
    +
  • +
+
+
+
+ +

ModuleUpdaterEventTypes

+
ModuleUpdaterEventTypes: { CHECKING_FOR_UPDATES: "checking-for-updates"; DOWNLOADED_MODULE: "downloaded-module"; DOWNLOADING_MODULE: "downloading-module"; DOWNLOADING_MODULES_FINISHED: "downloading-modules-finished"; DOWNLOADING_MODULE_PROGRESS: "downloading-module-progress"; INSTALLED_MODULE: "installed-module"; INSTALLING_MODULE: "installing-module"; INSTALLING_MODULES_FINISHED: "installing-modules-finished"; INSTALLING_MODULE_PROGRESS: "installing-module-progress"; NO_PENDING_UPDATES: "no-pending-updates"; UPDATE_CHECK_FINISHED: "update-check-finished"; UPDATE_MANUALLY: "update-manually" }
+ +
+

Type declaration

+
    +
  • +
    CHECKING_FOR_UPDATES: "checking-for-updates"
    +
  • +
  • +
    DOWNLOADED_MODULE: "downloaded-module"
    +
  • +
  • +
    DOWNLOADING_MODULE: "downloading-module"
    +
  • +
  • +
    DOWNLOADING_MODULES_FINISHED: "downloading-modules-finished"
    +
  • +
  • +
    DOWNLOADING_MODULE_PROGRESS: "downloading-module-progress"
    +
  • +
  • +
    INSTALLED_MODULE: "installed-module"
    +
  • +
  • +
    INSTALLING_MODULE: "installing-module"
    +
  • +
  • +
    INSTALLING_MODULES_FINISHED: "installing-modules-finished"
    +
  • +
  • +
    INSTALLING_MODULE_PROGRESS: "installing-module-progress"
    +
  • +
  • +
    NO_PENDING_UPDATES: "no-pending-updates"
    +
  • +
  • +
    UPDATE_CHECK_FINISHED: "update-check-finished"
    +
  • +
  • +
    UPDATE_MANUALLY: "update-manually"
    +
  • +
+
+
+
+ +

MouseButtons

+
MouseButtons: { BACK: 8; FORWARD: 16; PRIMARY: 0; SECONDARY: 2; WHEEL: 4 }
+ +
+

Type declaration

+
    +
  • +
    BACK: 8
    +
  • +
  • +
    FORWARD: 16
    +
  • +
  • +
    PRIMARY: 0
    +
  • +
  • +
    SECONDARY: 2
    +
  • +
  • +
    WHEEL: 4
    +
  • +
+
+
+
+ +

NAVIGATION_THROTTLE

+
NAVIGATION_THROTTLE: 50
+ +
+
+ +

NAV_BAR_HEIGHT

+
NAV_BAR_HEIGHT: 44
+ +
+
+ +

NAV_BAR_HEIGHT_MULTILINE

+
NAV_BAR_HEIGHT_MULTILINE: 48
+ +
+
+ +

NEW_GROUP_DM_POPOUT_ID

+
NEW_GROUP_DM_POPOUT_ID: "PrivateChannelRecipientsInvitePopout"
+ +
+
+ +

NON_USER_BOT_DISCRIMINATOR

+
NON_USER_BOT_DISCRIMINATOR: "0000"
+ +
+
+ +

NativeAppStates

+
NativeAppStates: { OPEN: "OPEN"; OPENING: "OPENING"; OPEN_FAIL: "OPEN_FAIL" }
+ +
+

Type declaration

+
    +
  • +
    OPEN: "OPEN"
    +
  • +
  • +
    OPENING: "OPENING"
    +
  • +
  • +
    OPEN_FAIL: "OPEN_FAIL"
    +
  • +
+
+
+
+ +

NativeFeatures

+
NativeFeatures: { CREATE_HOST_ON_ATTACH: "create_host_on_attach"; DEBUG_LOGGING: "debug_logging"; ELEVATED_HOOK: "elevated_hook"; POPOUT_WINDOWS: "popout_windows"; VOICE_LEGACY_SUBSYSTEM: "voice_legacy_subsystem" }
+ +
+

Type declaration

+
    +
  • +
    CREATE_HOST_ON_ATTACH: "create_host_on_attach"
    +
  • +
  • +
    DEBUG_LOGGING: "debug_logging"
    +
  • +
  • +
    ELEVATED_HOOK: "elevated_hook"
    +
  • +
  • +
    POPOUT_WINDOWS: "popout_windows"
    +
  • +
  • +
    VOICE_LEGACY_SUBSYSTEM: "voice_legacy_subsystem"
    +
  • +
+
+
+
+ +

NearbyErrors

+
NearbyErrors: { 0: "MICROPHONE_ERROR"; 1: "BLUETOOTH_ERROR"; BLUETOOTH_ERROR: 1; MICROPHONE_ERROR: 0 }
+ +
+

Type declaration

+
    +
  • +
    0: "MICROPHONE_ERROR"
    +
  • +
  • +
    1: "BLUETOOTH_ERROR"
    +
  • +
  • +
    BLUETOOTH_ERROR: 1
    +
  • +
  • +
    MICROPHONE_ERROR: 0
    +
  • +
+
+
+
+ +

NearbyTypes

+
NearbyTypes: { USER: "u" }
+ +
+

Type declaration

+
    +
  • +
    USER: "u"
    +
  • +
+
+
+
+ +

NetworkConnectionSpeeds

+
NetworkConnectionSpeeds: { FOUR_G: "4g"; SLOW_TWO_G: "slow-2g"; THREE_G: "3g"; TWO_G: "2g"; UNKNOWN: "unknown" }
+ +
+

Type declaration

+
    +
  • +
    FOUR_G: "4g"
    +
  • +
  • +
    SLOW_TWO_G: "slow-2g"
    +
  • +
  • +
    THREE_G: "3g"
    +
  • +
  • +
    TWO_G: "2g"
    +
  • +
  • +
    UNKNOWN: "unknown"
    +
  • +
+
+
+
+ +

NetworkConnectionTypes

+
NetworkConnectionTypes: { BLUETOOTH: "bluetooth"; CELLULAR: "cellular"; ETHERNET: "ethernet"; NONE: "none"; OTHER: "other"; UNKNOWN: "unknown"; WIFI: "wifi"; WIMAX: "wimax" }
+ +
+

Type declaration

+
    +
  • +
    BLUETOOTH: "bluetooth"
    +
  • +
  • +
    CELLULAR: "cellular"
    +
  • +
  • +
    ETHERNET: "ethernet"
    +
  • +
  • +
    NONE: "none"
    +
  • +
  • +
    OTHER: "other"
    +
  • +
  • +
    UNKNOWN: "unknown"
    +
  • +
  • +
    WIFI: "wifi"
    +
  • +
  • +
    WIMAX: "wimax"
    +
  • +
+
+
+
+ +

NoticeTypes

+
NoticeTypes: { ACTIVITY_JOIN_REQUEST: "ACTIVITY_JOIN_REQUEST"; APPLICATION_TEST_MODE: "APPLICATION_TEST_MODE"; CONNECT_SPOTIFY: "CONNECT_SPOTIFY"; CORRUPT_INSTALLATION: "CORRUPT_INSTALLATION"; DETECTED_OFF_PLATFORM_PREMIUM_PERK: "DETECTED_OFF_PLATFORM_PREMIUM_PERK"; DETECTED_OFF_PLATFORM_PREMIUM_PERK_UPSELL: "DETECTED_OFF_PLATFORM_PREMIUM_PERK_UPSELL"; DISPATCH_ERROR: "DISPATCH_ERROR"; DISPATCH_INSTALL_SCRIPT_PROGRESS: "DISPATCH_INSTALL_SCRIPT_PROGRESS"; DOWNLOAD_NAG: "DOWNLOAD_NAG"; FUNIMATION_PROMOTION: "FUNIMATION_PROMOTION"; GENERIC: "GENERIC"; HARDWARE_MUTE: "HARDWARE_MUTE"; LURKING_GUILD: "LURKING_GUILD"; MFA_SMS_BACKUP: "MFA_SMS_BACKUP"; NOTIFICATION_NAG: "NOTIFICATION_NAG"; NO_INPUT_DETECTED: "NO_INPUT_DETECTED"; PREMIUM_GRANDFATHERED_ENDED: "PREMIUM_GRANDFATHERED_ENDED"; PREMIUM_GRANDFATHERED_ENDING: "PREMIUM_GRANDFATHERED_ENDING"; PREMIUM_GRANDFATHERED_EXTENDED: "PREMIUM_GRANDFATHERED_EXTENDED"; PREMIUM_PROMO: "PREMIUM_PROMO"; PREMIUM_XBOX_GAME_PASS_PROMOTION: "PREMIUM_XBOX_GAME_PASS_PROMOTION"; SCHEDULED_MAINTENANCE: "SCHEDULED_MAINTENANCE"; SPOTIFY_AUTO_PAUSED: "SPOTIFY_AUTO_PAUSED"; STREAMER_MODE: "STREAMER_MODE"; SURVEY: "SURVEY"; UNCLAIMED_ACCOUNT: "UNCLAIMED_ACCOUNT"; UNVERIFIED_ACCOUNT: "UNVERIFIED_ACCOUNT"; VIDEO_UNSUPPORTED_BROWSER: "VIDEO_UNSUPPORTED_BROWSER"; VOICE_DISABLED: "VOICE_DISABLED" }
+ +
+

Type declaration

+
    +
  • +
    ACTIVITY_JOIN_REQUEST: "ACTIVITY_JOIN_REQUEST"
    +
  • +
  • +
    APPLICATION_TEST_MODE: "APPLICATION_TEST_MODE"
    +
  • +
  • +
    CONNECT_SPOTIFY: "CONNECT_SPOTIFY"
    +
  • +
  • +
    CORRUPT_INSTALLATION: "CORRUPT_INSTALLATION"
    +
  • +
  • +
    DETECTED_OFF_PLATFORM_PREMIUM_PERK: "DETECTED_OFF_PLATFORM_PREMIUM_PERK"
    +
  • +
  • +
    DETECTED_OFF_PLATFORM_PREMIUM_PERK_UPSELL: "DETECTED_OFF_PLATFORM_PREMIUM_PERK_UPSELL"
    +
  • +
  • +
    DISPATCH_ERROR: "DISPATCH_ERROR"
    +
  • +
  • +
    DISPATCH_INSTALL_SCRIPT_PROGRESS: "DISPATCH_INSTALL_SCRIPT_PROGRESS"
    +
  • +
  • +
    DOWNLOAD_NAG: "DOWNLOAD_NAG"
    +
  • +
  • +
    FUNIMATION_PROMOTION: "FUNIMATION_PROMOTION"
    +
  • +
  • +
    GENERIC: "GENERIC"
    +
  • +
  • +
    HARDWARE_MUTE: "HARDWARE_MUTE"
    +
  • +
  • +
    LURKING_GUILD: "LURKING_GUILD"
    +
  • +
  • +
    MFA_SMS_BACKUP: "MFA_SMS_BACKUP"
    +
  • +
  • +
    NOTIFICATION_NAG: "NOTIFICATION_NAG"
    +
  • +
  • +
    NO_INPUT_DETECTED: "NO_INPUT_DETECTED"
    +
  • +
  • +
    PREMIUM_GRANDFATHERED_ENDED: "PREMIUM_GRANDFATHERED_ENDED"
    +
  • +
  • +
    PREMIUM_GRANDFATHERED_ENDING: "PREMIUM_GRANDFATHERED_ENDING"
    +
  • +
  • +
    PREMIUM_GRANDFATHERED_EXTENDED: "PREMIUM_GRANDFATHERED_EXTENDED"
    +
  • +
  • +
    PREMIUM_PROMO: "PREMIUM_PROMO"
    +
  • +
  • +
    PREMIUM_XBOX_GAME_PASS_PROMOTION: "PREMIUM_XBOX_GAME_PASS_PROMOTION"
    +
  • +
  • +
    SCHEDULED_MAINTENANCE: "SCHEDULED_MAINTENANCE"
    +
  • +
  • +
    SPOTIFY_AUTO_PAUSED: "SPOTIFY_AUTO_PAUSED"
    +
  • +
  • +
    STREAMER_MODE: "STREAMER_MODE"
    +
  • +
  • +
    SURVEY: "SURVEY"
    +
  • +
  • +
    UNCLAIMED_ACCOUNT: "UNCLAIMED_ACCOUNT"
    +
  • +
  • +
    UNVERIFIED_ACCOUNT: "UNVERIFIED_ACCOUNT"
    +
  • +
  • +
    VIDEO_UNSUPPORTED_BROWSER: "VIDEO_UNSUPPORTED_BROWSER"
    +
  • +
  • +
    VOICE_DISABLED: "VOICE_DISABLED"
    +
  • +
+
+
+
+ +

NotificationPermissionTypes

+
NotificationPermissionTypes: { BLOCKED: "BLOCKED"; ENABLED: "ENABLED"; NEVER: "NEVER" }
+ +
+

Type declaration

+
    +
  • +
    BLOCKED: "BLOCKED"
    +
  • +
  • +
    ENABLED: "ENABLED"
    +
  • +
  • +
    NEVER: "NEVER"
    +
  • +
+
+
+
+ +

NotificationSettingsSections

+
NotificationSettingsSections: { ADD_OVERRIDE: "ADD_OVERRIDE"; CHANNEL_OVERRIDE: "CHANNEL_OVERRIDE"; OVERVIEW: "OVERVIEW" }
+ +
+

Type declaration

+
    +
  • +
    ADD_OVERRIDE: "ADD_OVERRIDE"
    +
  • +
  • +
    CHANNEL_OVERRIDE: "CHANNEL_OVERRIDE"
    +
  • +
  • +
    OVERVIEW: "OVERVIEW"
    +
  • +
+
+
+
+ +

NotificationSettingsUpdateType

+
NotificationSettingsUpdateType: { CHANNEL: "channel"; GUILD: "guild" }
+ +
+

Type declaration

+
    +
  • +
    CHANNEL: "channel"
    +
  • +
  • +
    GUILD: "guild"
    +
  • +
+
+
+
+ +

OAuth2Scopes

+
OAuth2Scopes: { ACTIVITIES_READ: "activities.read"; ACTIVITIES_WRITE: "activities.write"; APPLICATIONS_BUILDS_READ: "applications.builds.read"; APPLICATIONS_BUILDS_UPLOAD: "applications.builds.upload"; APPLICATIONS_ENTITLEMENTS: "applications.entitlements"; APPLICATIONS_STORE_UPDATE: "applications.store.update"; BOT: "bot"; CONNECTIONS: "connections"; EMAIL: "email"; GDM_JOIN: "gdm.join"; GUILDS: "guilds"; GUILDS_JOIN: "guilds.join"; IDENTIFY: "identify"; MESSAGES_READ: "messages.read"; RELATIONSHIPS_READ: "relationships.read"; RPC: "rpc"; RPC_NOTIFICATIONS_READ: "rpc.notifications.read"; WEBHOOK_INCOMING: "webhook.incoming" }
+ +
+

Type declaration

+
    +
  • +
    ACTIVITIES_READ: "activities.read"
    +
  • +
  • +
    ACTIVITIES_WRITE: "activities.write"
    +
  • +
  • +
    APPLICATIONS_BUILDS_READ: "applications.builds.read"
    +
  • +
  • +
    APPLICATIONS_BUILDS_UPLOAD: "applications.builds.upload"
    +
  • +
  • +
    APPLICATIONS_ENTITLEMENTS: "applications.entitlements"
    +
  • +
  • +
    APPLICATIONS_STORE_UPDATE: "applications.store.update"
    +
  • +
  • +
    BOT: "bot"
    +
  • +
  • +
    CONNECTIONS: "connections"
    +
  • +
  • +
    EMAIL: "email"
    +
  • +
  • +
    GDM_JOIN: "gdm.join"
    +
  • +
  • +
    GUILDS: "guilds"
    +
  • +
  • +
    GUILDS_JOIN: "guilds.join"
    +
  • +
  • +
    IDENTIFY: "identify"
    +
  • +
  • +
    MESSAGES_READ: "messages.read"
    +
  • +
  • +
    RELATIONSHIPS_READ: "relationships.read"
    +
  • +
  • +
    RPC: "rpc"
    +
  • +
  • +
    RPC_NOTIFICATIONS_READ: "rpc.notifications.read"
    +
  • +
  • +
    WEBHOOK_INCOMING: "webhook.incoming"
    +
  • +
+
+
+
+ +

OFF_PLATFORM_PREMIUM_PERKS

+
OFF_PLATFORM_PREMIUM_PERKS: []
+ +
+
+ +

OperatingSystems

+
OperatingSystems: { LINUX: "3"; MACOS: "2"; WINDOWS: "1" }
+ +
+

Type declaration

+
    +
  • +
    LINUX: "3"
    +
  • +
  • +
    MACOS: "2"
    +
  • +
  • +
    WINDOWS: "1"
    +
  • +
+
+
+
+ +

OverlayActiveRegions

+
OverlayActiveRegions: { TEXT_WIDGET: "TEXT_WIDGET" }
+ +
+

Type declaration

+
    +
  • +
    TEXT_WIDGET: "TEXT_WIDGET"
    +
  • +
+
+
+
+ +

OverlayAvatarSizes

+
OverlayAvatarSizes: { LARGE: "large"; SMALL: "small" }
+ +
+

Type declaration

+
    +
  • +
    LARGE: "large"
    +
  • +
  • +
    SMALL: "small"
    +
  • +
+
+
+
+ +

OverlayDisplayNames

+
OverlayDisplayNames: { ALWAYS: "ALWAYS"; NEVER: "NEVER"; ONLY_WHILE_SPEAKING: "ONLY_WHILE_SPEAKING" }
+ +
+

Type declaration

+
    +
  • +
    ALWAYS: "ALWAYS"
    +
  • +
  • +
    NEVER: "NEVER"
    +
  • +
  • +
    ONLY_WHILE_SPEAKING: "ONLY_WHILE_SPEAKING"
    +
  • +
+
+
+
+ +

OverlayDisplayUsers

+
OverlayDisplayUsers: { ALWAYS: "ALWAYS"; ONLY_WHILE_SPEAKING: "ONLY_WHILE_SPEAKING" }
+ +
+

Type declaration

+
    +
  • +
    ALWAYS: "ALWAYS"
    +
  • +
  • +
    ONLY_WHILE_SPEAKING: "ONLY_WHILE_SPEAKING"
    +
  • +
+
+
+
+ +

OverlayEventTypes

+
OverlayEventTypes: { CONNECT: "CONNECT"; DISPATCH: "DISPATCH"; LOG_MESSAGES: "LOG_MESSAGES"; STORAGE_SYNC: "STORAGE_SYNC" }
+ +
+

Type declaration

+
    +
  • +
    CONNECT: "CONNECT"
    +
  • +
  • +
    DISPATCH: "DISPATCH"
    +
  • +
  • +
    LOG_MESSAGES: "LOG_MESSAGES"
    +
  • +
  • +
    STORAGE_SYNC: "STORAGE_SYNC"
    +
  • +
+
+
+
+ +

OverlayNotificationPositions

+
OverlayNotificationPositions: { BOTTOM_LEFT: "bottomLeft"; BOTTOM_RIGHT: "bottomRight"; DISABLED: "disabled"; TOP_LEFT: "topLeft"; TOP_RIGHT: "topRight" }
+ +
+

Type declaration

+
    +
  • +
    BOTTOM_LEFT: "bottomLeft"
    +
  • +
  • +
    BOTTOM_RIGHT: "bottomRight"
    +
  • +
  • +
    DISABLED: "disabled"
    +
  • +
  • +
    TOP_LEFT: "topLeft"
    +
  • +
  • +
    TOP_RIGHT: "topRight"
    +
  • +
+
+
+
+ +

OverlayNotificationPriorities

+
OverlayNotificationPriorities: { 0: "NORMAL"; 1: "HIGH"; 2: "URGENT"; HIGH: 1; NORMAL: 0; URGENT: 2 }
+ +
+

Type declaration

+
    +
  • +
    0: "NORMAL"
    +
  • +
  • +
    1: "HIGH"
    +
  • +
  • +
    2: "URGENT"
    +
  • +
  • +
    HIGH: 1
    +
  • +
  • +
    NORMAL: 0
    +
  • +
  • +
    URGENT: 2
    +
  • +
+
+
+
+ +

OverlayNotificationStatus

+
OverlayNotificationStatus: { 0: "ACTIVE"; 1: "TIMED_OUT"; 2: "DISMISSED"; ACTIVE: 0; DISMISSED: 2; TIMED_OUT: 1 }
+ +
+

Type declaration

+
    +
  • +
    0: "ACTIVE"
    +
  • +
  • +
    1: "TIMED_OUT"
    +
  • +
  • +
    2: "DISMISSED"
    +
  • +
  • +
    ACTIVE: 0
    +
  • +
  • +
    DISMISSED: 2
    +
  • +
  • +
    TIMED_OUT: 1
    +
  • +
+
+
+
+ +

OverlayNotificationTextChatTypes

+
OverlayNotificationTextChatTypes: { DISABLED: "DISABLED"; ENABLED: "ENABLED" }
+ +
+

Type declaration

+
    +
  • +
    DISABLED: "DISABLED"
    +
  • +
  • +
    ENABLED: "ENABLED"
    +
  • +
+
+
+
+ +

OverlayNotificationTypes

+
OverlayNotificationTypes: { 0: "GENERIC"; 1: "TEXT"; 2: "INCOMING_CALL"; GENERIC: 0; INCOMING_CALL: 2; TEXT: 1 }
+ +
+

Type declaration

+
    +
  • +
    0: "GENERIC"
    +
  • +
  • +
    1: "TEXT"
    +
  • +
  • +
    2: "INCOMING_CALL"
    +
  • +
  • +
    GENERIC: 0
    +
  • +
  • +
    INCOMING_CALL: 2
    +
  • +
  • +
    TEXT: 1
    +
  • +
+
+
+
+ +

OverlayWidgetLayoutPolicy

+
OverlayWidgetLayoutPolicy: { OPTIONAL: "OPTIONAL"; OPTIONAL_DEFAULT: "OPTIONAL_DEFAULT"; REQUIRED: "REQUIRED" }
+ +
+

Type declaration

+
    +
  • +
    OPTIONAL: "OPTIONAL"
    +
  • +
  • +
    OPTIONAL_DEFAULT: "OPTIONAL_DEFAULT"
    +
  • +
  • +
    REQUIRED: "REQUIRED"
    +
  • +
+
+
+
+ +

OverlayWidgetTypes

+
OverlayWidgetTypes: { DEFAULT: "DEFAULT"; IN_GAME: "IN_GAME"; IN_GAME_ACTIVE: "IN_GAME_ACTIVE"; IN_GAME_PREVIEW: "IN_GAME_PREVIEW"; IN_GAME_TEXT: "IN_GAME_TEXT"; PINNED: "PINNED"; UNPINNED: "UNPINNED" }
+ +
+

Type declaration

+
    +
  • +
    DEFAULT: "DEFAULT"
    +
  • +
  • +
    IN_GAME: "IN_GAME"
    +
  • +
  • +
    IN_GAME_ACTIVE: "IN_GAME_ACTIVE"
    +
  • +
  • +
    IN_GAME_PREVIEW: "IN_GAME_PREVIEW"
    +
  • +
  • +
    IN_GAME_TEXT: "IN_GAME_TEXT"
    +
  • +
  • +
    PINNED: "PINNED"
    +
  • +
  • +
    UNPINNED: "UNPINNED"
    +
  • +
+
+
+
+ +

OverlayWidgets

+
OverlayWidgets: { GUILDS: "GUILDS"; GUILDS_TEXT: "GUILDS_TEXT"; LOBBY_VOICE: "LOBBY_VOICE"; TEXT: "TEXT"; VOICE: "VOICE" }
+ +
+

Type declaration

+
    +
  • +
    GUILDS: "GUILDS"
    +
  • +
  • +
    GUILDS_TEXT: "GUILDS_TEXT"
    +
  • +
  • +
    LOBBY_VOICE: "LOBBY_VOICE"
    +
  • +
  • +
    TEXT: "TEXT"
    +
  • +
  • +
    VOICE: "VOICE"
    +
  • +
+
+
+
+ +

PAYPAL_URL

+
PAYPAL_URL: "https://www.paypal.com"
+ +
+
+ +

PLACEHOLDER_TAG

+
PLACEHOLDER_TAG: "#0000"
+ +
+
+ +

PREMIUM_GUILD_SUBSCRIBE_COOLDOWN_DAYS

+
PREMIUM_GUILD_SUBSCRIBE_COOLDOWN_DAYS: 7
+ +
+
+ +

PREMIUM_GUILD_SUBSCRIPTION_PLANS

+
PREMIUM_GUILD_SUBSCRIPTION_PLANS: ["590665532894740483", "590665538238152709"]
+ +
+
+ +

PREMIUM_GUILD_UPSELL_LIST_AMT

+
PREMIUM_GUILD_UPSELL_LIST_AMT: 4
+ +
+
+ +

PREMIUM_PLANS

+
PREMIUM_PLANS: ["511651856145973248", "511651860671627264", "511651871736201216", "511651876987469824", "511651880837840896", "511651885459963904"]
+ +
+
+ +

PREMIUM_SUBSCRIPTION_APPLICATION

+
PREMIUM_SUBSCRIPTION_APPLICATION: "521842831262875670"
+ +
+
+ +

PREMIUM_SUBSCRIPTION_TRIAL_ID

+
PREMIUM_SUBSCRIPTION_TRIAL_ID: "520373071933079552"
+ +
+
+ +

PREMIUM_YEARLY_DISCOUNT_PERCENT

+
PREMIUM_YEARLY_DISCOUNT_PERCENT: 16
+ +
+
+ +

PRIMARY_DOMAIN

+
PRIMARY_DOMAIN: "discord.com"
+ +
+
+ +

PURGE_MEMORY_TIMEOUT

+
PURGE_MEMORY_TIMEOUT: 300000
+ +
+
+ +

PageAnalyticsLocations

+
PageAnalyticsLocations: { AUTHORIZE_IP: "Authorize Ip"; DISABLE_EMAIL_NOTIFICATIONS: "Disable Email Notifications"; HANDOFF: "Handoff"; INVITE: "Accept Invite Page"; LANDING: "Landing"; LOGIN: "Login"; REGISTER: "Register"; RESET: "Reset"; UNKNOWN: "Unknown"; VERIFY: "Verify Email" }
+ +
+

Type declaration

+
    +
  • +
    AUTHORIZE_IP: "Authorize Ip"
    +
  • +
  • +
    DISABLE_EMAIL_NOTIFICATIONS: "Disable Email Notifications"
    +
  • +
  • +
    HANDOFF: "Handoff"
    +
  • +
  • +
    INVITE: "Accept Invite Page"
    +
  • +
  • +
    LANDING: "Landing"
    +
  • +
  • +
    LOGIN: "Login"
    +
  • +
  • +
    REGISTER: "Register"
    +
  • +
  • +
    RESET: "Reset"
    +
  • +
  • +
    UNKNOWN: "Unknown"
    +
  • +
  • +
    VERIFY: "Verify Email"
    +
  • +
+
+
+
+ +

PaymentFlags

+
PaymentFlags: { GIFT: 1; PREORDER: 8 }
+ +
+

Type declaration

+
    +
  • +
    GIFT: 1
    +
  • +
  • +
    PREORDER: 8
    +
  • +
+
+
+
+ +

PaymentGateways

+
PaymentGateways: { APPLE: 3; BRAINTREE: 2; STRIPE: 1 }
+ +
+

Type declaration

+
    +
  • +
    APPLE: 3
    +
  • +
  • +
    BRAINTREE: 2
    +
  • +
  • +
    STRIPE: 1
    +
  • +
+
+
+
+ +

PaymentModalPriceChangedError

+
PaymentModalPriceChangedError: "Price changed"
+ +
+
+ +

PaymentSettings

+
PaymentSettings: { BRAINTREE: { KEY: "production_5st77rrc_49pp2rp4phym7387"; PAYMENT_GATEWAY: "braintree" }; STRIPE: { KEY: "pk_live_CUQtlpQUF0vufWpnpUmQvcdi"; PAYMENT_GATEWAY: "stripe" } }
+ +
+

Type declaration

+
    +
  • +
    BRAINTREE: { KEY: "production_5st77rrc_49pp2rp4phym7387"; PAYMENT_GATEWAY: "braintree" }
    +
      +
    • +
      KEY: "production_5st77rrc_49pp2rp4phym7387"
      +
    • +
    • +
      PAYMENT_GATEWAY: "braintree"
      +
    • +
    +
  • +
  • +
    STRIPE: { KEY: "pk_live_CUQtlpQUF0vufWpnpUmQvcdi"; PAYMENT_GATEWAY: "stripe" }
    +
      +
    • +
      KEY: "pk_live_CUQtlpQUF0vufWpnpUmQvcdi"
      +
    • +
    • +
      PAYMENT_GATEWAY: "stripe"
      +
    • +
    +
  • +
+
+
+
+ +

PaymentSourceTypes

+
PaymentSourceTypes: { CARD: 1; PAYMENT_REQUEST: 3; PAYPAL: 2 }
+ +
+

Type declaration

+
    +
  • +
    CARD: 1
    +
  • +
  • +
    PAYMENT_REQUEST: 3
    +
  • +
  • +
    PAYPAL: 2
    +
  • +
+
+
+
+ +

PaymentStatusTypes

+
PaymentStatusTypes: { COMPLETED: 1; FAILED: 2; PENDING: 0; REFUNDED: 4; REVERSED: 3 }
+ +
+

Type declaration

+
    +
  • +
    COMPLETED: 1
    +
  • +
  • +
    FAILED: 2
    +
  • +
  • +
    PENDING: 0
    +
  • +
  • +
    REFUNDED: 4
    +
  • +
  • +
    REVERSED: 3
    +
  • +
+
+
+
+ +

PermissionOverrideType

+
PermissionOverrideType: { MEMBER: "MEMBER"; ROLE: "ROLE" }
+ +
+

Type declaration

+
    +
  • +
    MEMBER: "MEMBER"
    +
  • +
  • +
    ROLE: "ROLE"
    +
  • +
+
+
+
+ +

Permissions

+
Permissions: { ADD_REACTIONS: 64; ADMINISTRATOR: 8; ATTACH_FILES: 32768; BAN_MEMBERS: 4; CHANGE_NICKNAME: 67108864; CONNECT: 1048576; CREATE_INSTANT_INVITE: 1; DEAFEN_MEMBERS: 8388608; EMBED_LINKS: 16384; KICK_MEMBERS: 2; MANAGE_CHANNELS: 16; MANAGE_EMOJIS: 1073741824; MANAGE_GUILD: 32; MANAGE_MESSAGES: 8192; MANAGE_NICKNAMES: 134217728; MANAGE_ROLES: 268435456; MANAGE_WEBHOOKS: 536870912; MENTION_EVERYONE: 131072; MOVE_MEMBERS: 16777216; MUTE_MEMBERS: 4194304; PRIORITY_SPEAKER: 256; READ_MESSAGE_HISTORY: 65536; SEND_MESSAGES: 2048; SEND_TTS_MESSAGES: 4096; SPEAK: 2097152; STREAM: 512; USE_EXTERNAL_EMOJIS: 262144; USE_VAD: 33554432; VIEW_AUDIT_LOG: 128; VIEW_CHANNEL: 1024; VIEW_GUILD_ANALYTICS: 524288 }
+ +
+

Type declaration

+
    +
  • +
    ADD_REACTIONS: 64
    +
  • +
  • +
    ADMINISTRATOR: 8
    +
  • +
  • +
    ATTACH_FILES: 32768
    +
  • +
  • +
    BAN_MEMBERS: 4
    +
  • +
  • +
    CHANGE_NICKNAME: 67108864
    +
  • +
  • +
    CONNECT: 1048576
    +
  • +
  • +
    CREATE_INSTANT_INVITE: 1
    +
  • +
  • +
    DEAFEN_MEMBERS: 8388608
    +
  • +
  • +
    EMBED_LINKS: 16384
    +
  • +
  • +
    KICK_MEMBERS: 2
    +
  • +
  • +
    MANAGE_CHANNELS: 16
    +
  • +
  • +
    MANAGE_EMOJIS: 1073741824
    +
  • +
  • +
    MANAGE_GUILD: 32
    +
  • +
  • +
    MANAGE_MESSAGES: 8192
    +
  • +
  • +
    MANAGE_NICKNAMES: 134217728
    +
  • +
  • +
    MANAGE_ROLES: 268435456
    +
  • +
  • +
    MANAGE_WEBHOOKS: 536870912
    +
  • +
  • +
    MENTION_EVERYONE: 131072
    +
  • +
  • +
    MOVE_MEMBERS: 16777216
    +
  • +
  • +
    MUTE_MEMBERS: 4194304
    +
  • +
  • +
    PRIORITY_SPEAKER: 256
    +
  • +
  • +
    READ_MESSAGE_HISTORY: 65536
    +
  • +
  • +
    SEND_MESSAGES: 2048
    +
  • +
  • +
    SEND_TTS_MESSAGES: 4096
    +
  • +
  • +
    SPEAK: 2097152
    +
  • +
  • +
    STREAM: 512
    +
  • +
  • +
    USE_EXTERNAL_EMOJIS: 262144
    +
  • +
  • +
    USE_VAD: 33554432
    +
  • +
  • +
    VIEW_AUDIT_LOG: 128
    +
  • +
  • +
    VIEW_CHANNEL: 1024
    +
  • +
  • +
    VIEW_GUILD_ANALYTICS: 524288
    +
  • +
+
+
+
+ +

PictureInPictureComponents

+
PictureInPictureComponents: { STREAM: "STREAM"; VIDEO: "VIDEO" }
+ +
+

Type declaration

+
    +
  • +
    STREAM: "STREAM"
    +
  • +
  • +
    VIDEO: "VIDEO"
    +
  • +
+
+
+
+ +

PictureInPicturePositions

+
PictureInPicturePositions: { BOTTOM_LEFT: "bottom-left"; BOTTOM_RIGHT: "bottom-right"; TOP_LEFT: "top-left"; TOP_RIGHT: "top-right" }
+ +
+

Type declaration

+
    +
  • +
    BOTTOM_LEFT: "bottom-left"
    +
  • +
  • +
    BOTTOM_RIGHT: "bottom-right"
    +
  • +
  • +
    TOP_LEFT: "top-left"
    +
  • +
  • +
    TOP_RIGHT: "top-right"
    +
  • +
+
+
+
+ +

PlatformTypes

+
PlatformTypes: { BATTLENET: "battlenet"; CONTACTS: "contacts"; FACEBOOK: "facebook"; LEAGUE_OF_LEGENDS: "leagueoflegends"; REDDIT: "reddit"; SAMSUNG: "samsung"; SKYPE: "skype"; SPOTIFY: "spotify"; STEAM: "steam"; TWITCH: "twitch"; TWITTER: "twitter"; XBOX: "xbox"; YOUTUBE: "youtube" }
+ +
+

Type declaration

+
    +
  • +
    BATTLENET: "battlenet"
    +
  • +
  • +
    CONTACTS: "contacts"
    +
  • +
  • +
    FACEBOOK: "facebook"
    +
  • +
  • +
    LEAGUE_OF_LEGENDS: "leagueoflegends"
    +
  • +
  • +
    REDDIT: "reddit"
    +
  • +
  • +
    SAMSUNG: "samsung"
    +
  • +
  • +
    SKYPE: "skype"
    +
  • +
  • +
    SPOTIFY: "spotify"
    +
  • +
  • +
    STEAM: "steam"
    +
  • +
  • +
    TWITCH: "twitch"
    +
  • +
  • +
    TWITTER: "twitter"
    +
  • +
  • +
    XBOX: "xbox"
    +
  • +
  • +
    YOUTUBE: "youtube"
    +
  • +
+
+
+
+ +

PopoutCallers

+
PopoutCallers: { CALL: "CALL"; GROUP_DM: "GROUP_DM" }
+ +
+

Type declaration

+
    +
  • +
    CALL: "CALL"
    +
  • +
  • +
    GROUP_DM: "GROUP_DM"
    +
  • +
+
+
+
+ +

PopoutEventTypes

+
PopoutEventTypes: { LOADED: "loaded"; UNLOADED: "unloaded" }
+ +
+

Type declaration

+
    +
  • +
    LOADED: "loaded"
    +
  • +
  • +
    UNLOADED: "unloaded"
    +
  • +
+
+
+
+ +

PopoutWindowKeys

+
PopoutWindowKeys: { CHANNEL_CALL_POPOUT: "DISCORD_CHANNEL_CALL_POPOUT" }
+ +
+

Type declaration

+
    +
  • +
    CHANNEL_CALL_POPOUT: "DISCORD_CHANNEL_CALL_POPOUT"
    +
  • +
+
+
+
+ +

PostAuthStates

+
PostAuthStates: { ACCEPT_INVITE: "accept_invite"; CHANNEL_PROMPT: "channel_prompt"; CREATE_SERVER: "create_server"; GUILD_TEMPLATES: "guild_templates"; JOIN_SERVER: "join_server" }
+ +
+

Type declaration

+
    +
  • +
    ACCEPT_INVITE: "accept_invite"
    +
  • +
  • +
    CHANNEL_PROMPT: "channel_prompt"
    +
  • +
  • +
    CREATE_SERVER: "create_server"
    +
  • +
  • +
    GUILD_TEMPLATES: "guild_templates"
    +
  • +
  • +
    JOIN_SERVER: "join_server"
    +
  • +
+
+
+
+ +

PremiumGuildLimits

+
PremiumGuildLimits: { 0: { bitrate: 96000; emoji: 50; fileSize: 8388608 }; 1: { bitrate: 128000; emoji: 100; fileSize: 8388608 }; 2: { bitrate: 256000; emoji: 150; fileSize: 52428800 }; 3: { bitrate: 384000; emoji: 250; fileSize: 104857600 } }
+ +
+

Type declaration

+
    +
  • +
    0: { bitrate: 96000; emoji: 50; fileSize: 8388608 }
    +
      +
    • +
      bitrate: 96000
      +
    • +
    • +
      emoji: 50
      +
    • +
    • +
      fileSize: 8388608
      +
    • +
    +
  • +
  • +
    1: { bitrate: 128000; emoji: 100; fileSize: 8388608 }
    +
      +
    • +
      bitrate: 128000
      +
    • +
    • +
      emoji: 100
      +
    • +
    • +
      fileSize: 8388608
      +
    • +
    +
  • +
  • +
    2: { bitrate: 256000; emoji: 150; fileSize: 52428800 }
    +
      +
    • +
      bitrate: 256000
      +
    • +
    • +
      emoji: 150
      +
    • +
    • +
      fileSize: 52428800
      +
    • +
    +
  • +
  • +
    3: { bitrate: 384000; emoji: 250; fileSize: 104857600 }
    +
      +
    • +
      bitrate: 384000
      +
    • +
    • +
      emoji: 250
      +
    • +
    • +
      fileSize: 104857600
      +
    • +
    +
  • +
+
+
+
+ +

PremiumGuildSubscribeModalScenes

+
PremiumGuildSubscribeModalScenes: { CONFIRMATION: "confirmation"; GUILD_SELECT: "guild_select"; OVERVIEW: "overview"; SUCCESS: "success" }
+ +
+

Type declaration

+
    +
  • +
    CONFIRMATION: "confirmation"
    +
  • +
  • +
    GUILD_SELECT: "guild_select"
    +
  • +
  • +
    OVERVIEW: "overview"
    +
  • +
  • +
    SUCCESS: "success"
    +
  • +
+
+
+
+ +

PremiumGuildSubscriptionsRequired

+
PremiumGuildSubscriptionsRequired: { 0: 0; 1: 2; 2: 15; 3: 30 }
+ +
+

Type declaration

+
    +
  • +
    0: 0
    +
  • +
  • +
    1: 2
    +
  • +
  • +
    2: 15
    +
  • +
  • +
    3: 30
    +
  • +
+
+
+
+ +

PremiumGuildTiers

+
PremiumGuildTiers: { 0: "NONE"; 1: "TIER_1"; 2: "TIER_2"; 3: "TIER_3"; NONE: 0; TIER_1: 1; TIER_2: 2; TIER_3: 3 }
+ +
+

Type declaration

+
    +
  • +
    0: "NONE"
    +
  • +
  • +
    1: "TIER_1"
    +
  • +
  • +
    2: "TIER_2"
    +
  • +
  • +
    3: "TIER_3"
    +
  • +
  • +
    NONE: 0
    +
  • +
  • +
    TIER_1: 1
    +
  • +
  • +
    TIER_2: 2
    +
  • +
  • +
    TIER_3: 3
    +
  • +
+
+
+
+ +

PremiumPaymentSubscriptionModes

+
PremiumPaymentSubscriptionModes: { NEW: "new"; RESUBSCRIBE: "resubscribe" }
+ +
+

Type declaration

+
    +
  • +
    NEW: "new"
    +
  • +
  • +
    RESUBSCRIBE: "resubscribe"
    +
  • +
+
+
+
+ +

PremiumSubscriptionSKUToPremiumType

+
PremiumSubscriptionSKUToPremiumType: { 521842865731534868: 2; 521846918637420545: 1; 521847234246082599: 2 }
+ +
+

Type declaration

+
    +
  • +
    521842865731534868: 2
    +
  • +
  • +
    521846918637420545: 1
    +
  • +
  • +
    521847234246082599: 2
    +
  • +
+
+
+
+ +

PremiumSubscriptionSKUs

+
PremiumSubscriptionSKUs: { GUILD: "590663762298667008"; LEGACY: "521842865731534868"; NONE: "628379670982688768"; TIER_1: "521846918637420545"; TIER_2: "521847234246082599" }
+ +
+

Type declaration

+
    +
  • +
    GUILD: "590663762298667008"
    +
  • +
  • +
    LEGACY: "521842865731534868"
    +
  • +
  • +
    NONE: "628379670982688768"
    +
  • +
  • +
    TIER_1: "521846918637420545"
    +
  • +
  • +
    TIER_2: "521847234246082599"
    +
  • +
+
+
+
+ +

PremiumTypes

+
PremiumTypes: { 0: "NONE"; 1: "TIER_1"; 2: "TIER_2"; NONE: 0; TIER_1: 1; TIER_2: 2 }
+ +
+

Type declaration

+
    +
  • +
    0: "NONE"
    +
  • +
  • +
    1: "TIER_1"
    +
  • +
  • +
    2: "TIER_2"
    +
  • +
  • +
    NONE: 0
    +
  • +
  • +
    TIER_1: 1
    +
  • +
  • +
    TIER_2: 2
    +
  • +
+
+
+
+ +

PremiumUserLimits

+
PremiumUserLimits: { 0: { fileSize: 8388608 }; 1: { fileSize: 52428800 }; 2: { fileSize: 104857600 } }
+ +
+

Type declaration

+
    +
  • +
    0: { fileSize: 8388608 }
    +
      +
    • +
      fileSize: 8388608
      +
    • +
    +
  • +
  • +
    1: { fileSize: 52428800 }
    +
      +
    • +
      fileSize: 52428800
      +
    • +
    +
  • +
  • +
    2: { fileSize: 104857600 }
    +
      +
    • +
      fileSize: 104857600
      +
    • +
    +
  • +
+
+
+
+ +

ProductIds

+
ProductIds: { PREMIUM_GIFT_MONTH_TIER_1: "premium_month_tier_1.2"; PREMIUM_GIFT_MONTH_TIER_2: "premium_month_tier_2.2"; PREMIUM_GIFT_YEAR_TIER_1: "premium_year_tier_1.2"; PREMIUM_GIFT_YEAR_TIER_2: "premium_year_tier_2.2"; PREMIUM_MONTH_TIER_1: "premium_month_tier_1.1"; PREMIUM_MONTH_TIER_2: "premium_month_tier_2.1"; PREMIUM_YEAR_TIER_1: "premium_year_tier_1.1"; PREMIUM_YEAR_TIER_2: "premium_year_tier_2.1" }
+ +
+

Type declaration

+
    +
  • +
    PREMIUM_GIFT_MONTH_TIER_1: "premium_month_tier_1.2"
    +
  • +
  • +
    PREMIUM_GIFT_MONTH_TIER_2: "premium_month_tier_2.2"
    +
  • +
  • +
    PREMIUM_GIFT_YEAR_TIER_1: "premium_year_tier_1.2"
    +
  • +
  • +
    PREMIUM_GIFT_YEAR_TIER_2: "premium_year_tier_2.2"
    +
  • +
  • +
    PREMIUM_MONTH_TIER_1: "premium_month_tier_1.1"
    +
  • +
  • +
    PREMIUM_MONTH_TIER_2: "premium_month_tier_2.1"
    +
  • +
  • +
    PREMIUM_YEAR_TIER_1: "premium_year_tier_1.1"
    +
  • +
  • +
    PREMIUM_YEAR_TIER_2: "premium_year_tier_2.1"
    +
  • +
+
+
+
+ +

ProgressBarIDs

+
ProgressBarIDs: { DISPATCH_APPLICATION_PROGRESS: "dispatch_application_progress" }
+ +
+

Type declaration

+
    +
  • +
    DISPATCH_APPLICATION_PROGRESS: "dispatch_application_progress"
    +
  • +
+
+
+
+ +

PublicReleaseChannels

+
PublicReleaseChannels: { CANARY: "canary"; PTB: "ptb"; STABLE: "stable" }
+ +
+

Type declaration

+
    +
  • +
    CANARY: "canary"
    +
  • +
  • +
    PTB: "ptb"
    +
  • +
  • +
    STABLE: "stable"
    +
  • +
+
+
+
+ +

RANDOM_HYPESQUAD_HOUSE

+
RANDOM_HYPESQUAD_HOUSE: "RANDOM_HYPESQUAD_HOUSE"
+ +
+
+ +

RECAPTCHA_SITE_KEY

+
RECAPTCHA_SITE_KEY: "6Lef5iQTAAAAAKeIvIY-DeexoO3gj7ryl9rLMEnn"
+ +
+
+ +

REQUEST_DATA_LIMIT_DAYS

+
REQUEST_DATA_LIMIT_DAYS: 30
+ +
+
+ +

ROLE_COLORS

+
ROLE_COLORS: (1752220 | 3066993 | 3447003 | 10181046 | 15277667 | 15844367 | 15105570 | 15158332 | 9807270 | 6323595 | 1146986 | 2067276 | 2123412 | 7419530 | 11342935 | 12745742 | 11027200 | 10038562 | 9936031 | 5533306)[]
+ +
+
+ +

ROUGH_COUNT_MILLION_PLAYERS

+
ROUGH_COUNT_MILLION_PLAYERS: 250
+ +
+
+ +

RPCCloseCodes

+
RPCCloseCodes: { CLOSE_ABNORMAL: 1006; CLOSE_NORMAL: 1000; CLOSE_UNSUPPORTED: 1003; INVALID_CLIENTID: 4000; INVALID_ENCODING: 4005; INVALID_ORIGIN: 4001; INVALID_VERSION: 4004; RATELIMITED: 4002; TOKEN_REVOKED: 4003 }
+ +
+

Type declaration

+
    +
  • +
    CLOSE_ABNORMAL: 1006
    +
  • +
  • +
    CLOSE_NORMAL: 1000
    +
  • +
  • +
    CLOSE_UNSUPPORTED: 1003
    +
  • +
  • +
    INVALID_CLIENTID: 4000
    +
  • +
  • +
    INVALID_ENCODING: 4005
    +
  • +
  • +
    INVALID_ORIGIN: 4001
    +
  • +
  • +
    INVALID_VERSION: 4004
    +
  • +
  • +
    RATELIMITED: 4002
    +
  • +
  • +
    TOKEN_REVOKED: 4003
    +
  • +
+
+
+
+ +

RPCCommands

+
RPCCommands: { ACCEPT_ACTIVITY_INVITE: "ACCEPT_ACTIVITY_INVITE"; ACTIVITY_INVITE_USER: "ACTIVITY_INVITE_USER"; AUTHENTICATE: "AUTHENTICATE"; AUTHORIZE: "AUTHORIZE"; BRAINTREE_POPUP_BRIDGE_CALLBACK: "BRAINTREE_POPUP_BRIDGE_CALLBACK"; BROWSER_HANDOFF: "BROWSER_HANDOFF"; CAPTURE_SHORTCUT: "CAPTURE_SHORTCUT"; CLOSE_ACTIVITY_JOIN_REQUEST: "CLOSE_ACTIVITY_JOIN_REQUEST"; CONNECTIONS_CALLBACK: "CONNECTIONS_CALLBACK"; CONNECT_TO_LOBBY: "CONNECT_TO_LOBBY"; CONNECT_TO_LOBBY_VOICE: "CONNECT_TO_LOBBY_VOICE"; CREATE_CHANNEL_INVITE: "CREATE_CHANNEL_INVITE"; CREATE_LOBBY: "CREATE_LOBBY"; DEEP_LINK: "DEEP_LINK"; DELETE_LOBBY: "DELETE_LOBBY"; DISCONNECT_FROM_LOBBY: "DISCONNECT_FROM_LOBBY"; DISCONNECT_FROM_LOBBY_VOICE: "DISCONNECT_FROM_LOBBY_VOICE"; DISPATCH: "DISPATCH"; GET_APPLICATION_TICKET: "GET_APPLICATION_TICKET"; GET_CHANNEL: "GET_CHANNEL"; GET_CHANNELS: "GET_CHANNELS"; GET_ENTITLEMENTS: "GET_ENTITLEMENTS"; GET_ENTITLEMENT_TICKET: "GET_ENTITLEMENT_TICKET"; GET_GUILD: "GET_GUILD"; GET_GUILDS: "GET_GUILDS"; GET_IMAGE: "GET_IMAGE"; GET_NETWORKING_CONFIG: "GET_NETWORKING_CONFIG"; GET_RELATIONSHIPS: "GET_RELATIONSHIPS"; GET_SELECTED_VOICE_CHANNEL: "GET_SELECTED_VOICE_CHANNEL"; GET_SKUS: "GET_SKUS"; GET_USER: "GET_USER"; GET_USER_ACHIEVEMENTS: "GET_USER_ACHIEVEMENTS"; GET_VOICE_SETTINGS: "GET_VOICE_SETTINGS"; GIFT_CODE_BROWSER: "GIFT_CODE_BROWSER"; GUILD_TEMPLATE_BROWSER: "GUILD_TEMPLATE_BROWSER"; INVITE_BROWSER: "INVITE_BROWSER"; NETWORKING_CREATE_TOKEN: "NETWORKING_CREATE_TOKEN"; NETWORKING_PEER_METRICS: "NETWORKING_PEER_METRICS"; NETWORKING_SYSTEM_METRICS: "NETWORKING_SYSTEM_METRICS"; OPEN_OVERLAY_ACTIVITY_INVITE: "OPEN_OVERLAY_ACTIVITY_INVITE"; OPEN_OVERLAY_GUILD_INVITE: "OPEN_OVERLAY_GUILD_INVITE"; OPEN_OVERLAY_VOICE_SETTINGS: "OPEN_OVERLAY_VOICE_SETTINGS"; OVERLAY: "OVERLAY"; SEARCH_LOBBIES: "SEARCH_LOBBIES"; SELECT_TEXT_CHANNEL: "SELECT_TEXT_CHANNEL"; SELECT_VOICE_CHANNEL: "SELECT_VOICE_CHANNEL"; SEND_ACTIVITY_JOIN_INVITE: "SEND_ACTIVITY_JOIN_INVITE"; SEND_TO_LOBBY: "SEND_TO_LOBBY"; SET_ACTIVITY: "SET_ACTIVITY"; SET_CERTIFIED_DEVICES: "SET_CERTIFIED_DEVICES"; SET_OVERLAY_LOCKED: "SET_OVERLAY_LOCKED"; SET_USER_ACHIEVEMENT: "SET_USER_ACHIEVEMENT"; SET_USER_VOICE_SETTINGS: "SET_USER_VOICE_SETTINGS"; SET_USER_VOICE_SETTINGS_2: "SET_USER_VOICE_SETTINGS_2"; SET_VOICE_SETTINGS: "SET_VOICE_SETTINGS"; SET_VOICE_SETTINGS_2: "SET_VOICE_SETTINGS_2"; START_PURCHASE: "START_PURCHASE"; SUBSCRIBE: "SUBSCRIBE"; UNSUBSCRIBE: "UNSUBSCRIBE"; UPDATE_LOBBY: "UPDATE_LOBBY"; UPDATE_LOBBY_MEMBER: "UPDATE_LOBBY_MEMBER"; VALIDATE_APPLICATION: "VALIDATE_APPLICATION" }
+ +
+

Type declaration

+
    +
  • +
    ACCEPT_ACTIVITY_INVITE: "ACCEPT_ACTIVITY_INVITE"
    +
  • +
  • +
    ACTIVITY_INVITE_USER: "ACTIVITY_INVITE_USER"
    +
  • +
  • +
    AUTHENTICATE: "AUTHENTICATE"
    +
  • +
  • +
    AUTHORIZE: "AUTHORIZE"
    +
  • +
  • +
    BRAINTREE_POPUP_BRIDGE_CALLBACK: "BRAINTREE_POPUP_BRIDGE_CALLBACK"
    +
  • +
  • +
    BROWSER_HANDOFF: "BROWSER_HANDOFF"
    +
  • +
  • +
    CAPTURE_SHORTCUT: "CAPTURE_SHORTCUT"
    +
  • +
  • +
    CLOSE_ACTIVITY_JOIN_REQUEST: "CLOSE_ACTIVITY_JOIN_REQUEST"
    +
  • +
  • +
    CONNECTIONS_CALLBACK: "CONNECTIONS_CALLBACK"
    +
  • +
  • +
    CONNECT_TO_LOBBY: "CONNECT_TO_LOBBY"
    +
  • +
  • +
    CONNECT_TO_LOBBY_VOICE: "CONNECT_TO_LOBBY_VOICE"
    +
  • +
  • +
    CREATE_CHANNEL_INVITE: "CREATE_CHANNEL_INVITE"
    +
  • +
  • +
    CREATE_LOBBY: "CREATE_LOBBY"
    +
  • +
  • +
    DEEP_LINK: "DEEP_LINK"
    +
  • +
  • +
    DELETE_LOBBY: "DELETE_LOBBY"
    +
  • +
  • +
    DISCONNECT_FROM_LOBBY: "DISCONNECT_FROM_LOBBY"
    +
  • +
  • +
    DISCONNECT_FROM_LOBBY_VOICE: "DISCONNECT_FROM_LOBBY_VOICE"
    +
  • +
  • +
    DISPATCH: "DISPATCH"
    +
  • +
  • +
    GET_APPLICATION_TICKET: "GET_APPLICATION_TICKET"
    +
  • +
  • +
    GET_CHANNEL: "GET_CHANNEL"
    +
  • +
  • +
    GET_CHANNELS: "GET_CHANNELS"
    +
  • +
  • +
    GET_ENTITLEMENTS: "GET_ENTITLEMENTS"
    +
  • +
  • +
    GET_ENTITLEMENT_TICKET: "GET_ENTITLEMENT_TICKET"
    +
  • +
  • +
    GET_GUILD: "GET_GUILD"
    +
  • +
  • +
    GET_GUILDS: "GET_GUILDS"
    +
  • +
  • +
    GET_IMAGE: "GET_IMAGE"
    +
  • +
  • +
    GET_NETWORKING_CONFIG: "GET_NETWORKING_CONFIG"
    +
  • +
  • +
    GET_RELATIONSHIPS: "GET_RELATIONSHIPS"
    +
  • +
  • +
    GET_SELECTED_VOICE_CHANNEL: "GET_SELECTED_VOICE_CHANNEL"
    +
  • +
  • +
    GET_SKUS: "GET_SKUS"
    +
  • +
  • +
    GET_USER: "GET_USER"
    +
  • +
  • +
    GET_USER_ACHIEVEMENTS: "GET_USER_ACHIEVEMENTS"
    +
  • +
  • +
    GET_VOICE_SETTINGS: "GET_VOICE_SETTINGS"
    +
  • +
  • +
    GIFT_CODE_BROWSER: "GIFT_CODE_BROWSER"
    +
  • +
  • +
    GUILD_TEMPLATE_BROWSER: "GUILD_TEMPLATE_BROWSER"
    +
  • +
  • +
    INVITE_BROWSER: "INVITE_BROWSER"
    +
  • +
  • +
    NETWORKING_CREATE_TOKEN: "NETWORKING_CREATE_TOKEN"
    +
  • +
  • +
    NETWORKING_PEER_METRICS: "NETWORKING_PEER_METRICS"
    +
  • +
  • +
    NETWORKING_SYSTEM_METRICS: "NETWORKING_SYSTEM_METRICS"
    +
  • +
  • +
    OPEN_OVERLAY_ACTIVITY_INVITE: "OPEN_OVERLAY_ACTIVITY_INVITE"
    +
  • +
  • +
    OPEN_OVERLAY_GUILD_INVITE: "OPEN_OVERLAY_GUILD_INVITE"
    +
  • +
  • +
    OPEN_OVERLAY_VOICE_SETTINGS: "OPEN_OVERLAY_VOICE_SETTINGS"
    +
  • +
  • +
    OVERLAY: "OVERLAY"
    +
  • +
  • +
    SEARCH_LOBBIES: "SEARCH_LOBBIES"
    +
  • +
  • +
    SELECT_TEXT_CHANNEL: "SELECT_TEXT_CHANNEL"
    +
  • +
  • +
    SELECT_VOICE_CHANNEL: "SELECT_VOICE_CHANNEL"
    +
  • +
  • +
    SEND_ACTIVITY_JOIN_INVITE: "SEND_ACTIVITY_JOIN_INVITE"
    +
  • +
  • +
    SEND_TO_LOBBY: "SEND_TO_LOBBY"
    +
  • +
  • +
    SET_ACTIVITY: "SET_ACTIVITY"
    +
  • +
  • +
    SET_CERTIFIED_DEVICES: "SET_CERTIFIED_DEVICES"
    +
  • +
  • +
    SET_OVERLAY_LOCKED: "SET_OVERLAY_LOCKED"
    +
  • +
  • +
    SET_USER_ACHIEVEMENT: "SET_USER_ACHIEVEMENT"
    +
  • +
  • +
    SET_USER_VOICE_SETTINGS: "SET_USER_VOICE_SETTINGS"
    +
  • +
  • +
    SET_USER_VOICE_SETTINGS_2: "SET_USER_VOICE_SETTINGS_2"
    +
  • +
  • +
    SET_VOICE_SETTINGS: "SET_VOICE_SETTINGS"
    +
  • +
  • +
    SET_VOICE_SETTINGS_2: "SET_VOICE_SETTINGS_2"
    +
  • +
  • +
    START_PURCHASE: "START_PURCHASE"
    +
  • +
  • +
    SUBSCRIBE: "SUBSCRIBE"
    +
  • +
  • +
    UNSUBSCRIBE: "UNSUBSCRIBE"
    +
  • +
  • +
    UPDATE_LOBBY: "UPDATE_LOBBY"
    +
  • +
  • +
    UPDATE_LOBBY_MEMBER: "UPDATE_LOBBY_MEMBER"
    +
  • +
  • +
    VALIDATE_APPLICATION: "VALIDATE_APPLICATION"
    +
  • +
+
+
+
+ +

RPCDeepLinks

+
RPCDeepLinks: { CHANGELOG: "CHANGELOG"; LIBRARY: "LIBRARY"; STORE_HOME: "STORE_HOME"; STORE_LISTING: "STORE_LISTING"; USER_SETTINGS: "USER_SETTINGS" }
+ +
+

Type declaration

+
    +
  • +
    CHANGELOG: "CHANGELOG"
    +
  • +
  • +
    LIBRARY: "LIBRARY"
    +
  • +
  • +
    STORE_HOME: "STORE_HOME"
    +
  • +
  • +
    STORE_LISTING: "STORE_LISTING"
    +
  • +
  • +
    USER_SETTINGS: "USER_SETTINGS"
    +
  • +
+
+
+
+ +

RPCErrors

+
RPCErrors: { CAPTURE_SHORTCUT_ALREADY_LISTENING: 5004; GET_GUILD_TIMED_OUT: 5002; INVALID_ACTIVITY_JOIN_REQUEST: 4012; INVALID_ACTIVITY_SECRET: 5005; INVALID_CHANNEL: 4005; INVALID_CLIENTID: 4007; INVALID_COMMAND: 4002; INVALID_ENTITLEMENT: 4015; INVALID_EVENT: 4004; INVALID_GIFT_CODE: 4016; INVALID_GUILD: 4003; INVALID_GUILD_TEMPLATE: 4017; INVALID_INVITE: 4011; INVALID_LOBBY: 4013; INVALID_LOBBY_SECRET: 4014; INVALID_ORIGIN: 4008; INVALID_PAYLOAD: 4000; INVALID_PERMISSIONS: 4006; INVALID_TOKEN: 4009; INVALID_USER: 4010; LOBBY_FULL: 5007; NO_ELIGIBLE_ACTIVITY: 5006; OAUTH2_ERROR: 5000; PURCHASE_CANCELED: 5008; PURCHASE_ERROR: 5009; RATE_LIMITED: 5011; SELECT_CHANNEL_TIMED_OUT: 5001; SELECT_VOICE_FORCE_REQUIRED: 5003; SERVICE_UNAVAILABLE: 1001; TRANSACTION_ABORTED: 1002; UNAUTHORIZED_FOR_ACHIEVEMENT: 5010; UNKNOWN_ERROR: 1000 }
+ +
+

Type declaration

+
    +
  • +
    CAPTURE_SHORTCUT_ALREADY_LISTENING: 5004
    +
  • +
  • +
    GET_GUILD_TIMED_OUT: 5002
    +
  • +
  • +
    INVALID_ACTIVITY_JOIN_REQUEST: 4012
    +
  • +
  • +
    INVALID_ACTIVITY_SECRET: 5005
    +
  • +
  • +
    INVALID_CHANNEL: 4005
    +
  • +
  • +
    INVALID_CLIENTID: 4007
    +
  • +
  • +
    INVALID_COMMAND: 4002
    +
  • +
  • +
    INVALID_ENTITLEMENT: 4015
    +
  • +
  • +
    INVALID_EVENT: 4004
    +
  • +
  • +
    INVALID_GIFT_CODE: 4016
    +
  • +
  • +
    INVALID_GUILD: 4003
    +
  • +
  • +
    INVALID_GUILD_TEMPLATE: 4017
    +
  • +
  • +
    INVALID_INVITE: 4011
    +
  • +
  • +
    INVALID_LOBBY: 4013
    +
  • +
  • +
    INVALID_LOBBY_SECRET: 4014
    +
  • +
  • +
    INVALID_ORIGIN: 4008
    +
  • +
  • +
    INVALID_PAYLOAD: 4000
    +
  • +
  • +
    INVALID_PERMISSIONS: 4006
    +
  • +
  • +
    INVALID_TOKEN: 4009
    +
  • +
  • +
    INVALID_USER: 4010
    +
  • +
  • +
    LOBBY_FULL: 5007
    +
  • +
  • +
    NO_ELIGIBLE_ACTIVITY: 5006
    +
  • +
  • +
    OAUTH2_ERROR: 5000
    +
  • +
  • +
    PURCHASE_CANCELED: 5008
    +
  • +
  • +
    PURCHASE_ERROR: 5009
    +
  • +
  • +
    RATE_LIMITED: 5011
    +
  • +
  • +
    SELECT_CHANNEL_TIMED_OUT: 5001
    +
  • +
  • +
    SELECT_VOICE_FORCE_REQUIRED: 5003
    +
  • +
  • +
    SERVICE_UNAVAILABLE: 1001
    +
  • +
  • +
    TRANSACTION_ABORTED: 1002
    +
  • +
  • +
    UNAUTHORIZED_FOR_ACHIEVEMENT: 5010
    +
  • +
  • +
    UNKNOWN_ERROR: 1000
    +
  • +
+
+
+
+ +

RPCEvents

+
RPCEvents: { ACTIVITY_INVITE: "ACTIVITY_INVITE"; ACTIVITY_JOIN: "ACTIVITY_JOIN"; ACTIVITY_JOIN_REQUEST: "ACTIVITY_JOIN_REQUEST"; ACTIVITY_SPECTATE: "ACTIVITY_SPECTATE"; CAPTURE_SHORTCUT_CHANGE: "CAPTURE_SHORTCUT_CHANGE"; CHANNEL_CREATE: "CHANNEL_CREATE"; CURRENT_USER_UPDATE: "CURRENT_USER_UPDATE"; ENTITLEMENT_CREATE: "ENTITLEMENT_CREATE"; ENTITLEMENT_DELETE: "ENTITLEMENT_DELETE"; ERROR: "ERROR"; GAME_JOIN: "GAME_JOIN"; GAME_SPECTATE: "GAME_SPECTATE"; GUILD_CREATE: "GUILD_CREATE"; GUILD_STATUS: "GUILD_STATUS"; LOBBY_DELETE: "LOBBY_DELETE"; LOBBY_MEMBER_CONNECT: "LOBBY_MEMBER_CONNECT"; LOBBY_MEMBER_DISCONNECT: "LOBBY_MEMBER_DISCONNECT"; LOBBY_MEMBER_UPDATE: "LOBBY_MEMBER_UPDATE"; LOBBY_MESSAGE: "LOBBY_MESSAGE"; LOBBY_UPDATE: "LOBBY_UPDATE"; MESSAGE_CREATE: "MESSAGE_CREATE"; MESSAGE_DELETE: "MESSAGE_DELETE"; MESSAGE_UPDATE: "MESSAGE_UPDATE"; NOTIFICATION_CREATE: "NOTIFICATION_CREATE"; OVERLAY: "OVERLAY"; OVERLAY_UPDATE: "OVERLAY_UPDATE"; READY: "READY"; RELATIONSHIP_UPDATE: "RELATIONSHIP_UPDATE"; SPEAKING_START: "SPEAKING_START"; SPEAKING_STOP: "SPEAKING_STOP"; USER_ACHIEVEMENT_UPDATE: "USER_ACHIEVEMENT_UPDATE"; VOICE_CHANNEL_SELECT: "VOICE_CHANNEL_SELECT"; VOICE_CONNECTION_STATUS: "VOICE_CONNECTION_STATUS"; VOICE_SETTINGS_UPDATE: "VOICE_SETTINGS_UPDATE"; VOICE_SETTINGS_UPDATE_2: "VOICE_SETTINGS_UPDATE_2"; VOICE_STATE_CREATE: "VOICE_STATE_CREATE"; VOICE_STATE_DELETE: "VOICE_STATE_DELETE"; VOICE_STATE_UPDATE: "VOICE_STATE_UPDATE" }
+ +
+

Type declaration

+
    +
  • +
    ACTIVITY_INVITE: "ACTIVITY_INVITE"
    +
  • +
  • +
    ACTIVITY_JOIN: "ACTIVITY_JOIN"
    +
  • +
  • +
    ACTIVITY_JOIN_REQUEST: "ACTIVITY_JOIN_REQUEST"
    +
  • +
  • +
    ACTIVITY_SPECTATE: "ACTIVITY_SPECTATE"
    +
  • +
  • +
    CAPTURE_SHORTCUT_CHANGE: "CAPTURE_SHORTCUT_CHANGE"
    +
  • +
  • +
    CHANNEL_CREATE: "CHANNEL_CREATE"
    +
  • +
  • +
    CURRENT_USER_UPDATE: "CURRENT_USER_UPDATE"
    +
  • +
  • +
    ENTITLEMENT_CREATE: "ENTITLEMENT_CREATE"
    +
  • +
  • +
    ENTITLEMENT_DELETE: "ENTITLEMENT_DELETE"
    +
  • +
  • +
    ERROR: "ERROR"
    +
  • +
  • +
    GAME_JOIN: "GAME_JOIN"
    +
  • +
  • +
    GAME_SPECTATE: "GAME_SPECTATE"
    +
  • +
  • +
    GUILD_CREATE: "GUILD_CREATE"
    +
  • +
  • +
    GUILD_STATUS: "GUILD_STATUS"
    +
  • +
  • +
    LOBBY_DELETE: "LOBBY_DELETE"
    +
  • +
  • +
    LOBBY_MEMBER_CONNECT: "LOBBY_MEMBER_CONNECT"
    +
  • +
  • +
    LOBBY_MEMBER_DISCONNECT: "LOBBY_MEMBER_DISCONNECT"
    +
  • +
  • +
    LOBBY_MEMBER_UPDATE: "LOBBY_MEMBER_UPDATE"
    +
  • +
  • +
    LOBBY_MESSAGE: "LOBBY_MESSAGE"
    +
  • +
  • +
    LOBBY_UPDATE: "LOBBY_UPDATE"
    +
  • +
  • +
    MESSAGE_CREATE: "MESSAGE_CREATE"
    +
  • +
  • +
    MESSAGE_DELETE: "MESSAGE_DELETE"
    +
  • +
  • +
    MESSAGE_UPDATE: "MESSAGE_UPDATE"
    +
  • +
  • +
    NOTIFICATION_CREATE: "NOTIFICATION_CREATE"
    +
  • +
  • +
    OVERLAY: "OVERLAY"
    +
  • +
  • +
    OVERLAY_UPDATE: "OVERLAY_UPDATE"
    +
  • +
  • +
    READY: "READY"
    +
  • +
  • +
    RELATIONSHIP_UPDATE: "RELATIONSHIP_UPDATE"
    +
  • +
  • +
    SPEAKING_START: "SPEAKING_START"
    +
  • +
  • +
    SPEAKING_STOP: "SPEAKING_STOP"
    +
  • +
  • +
    USER_ACHIEVEMENT_UPDATE: "USER_ACHIEVEMENT_UPDATE"
    +
  • +
  • +
    VOICE_CHANNEL_SELECT: "VOICE_CHANNEL_SELECT"
    +
  • +
  • +
    VOICE_CONNECTION_STATUS: "VOICE_CONNECTION_STATUS"
    +
  • +
  • +
    VOICE_SETTINGS_UPDATE: "VOICE_SETTINGS_UPDATE"
    +
  • +
  • +
    VOICE_SETTINGS_UPDATE_2: "VOICE_SETTINGS_UPDATE_2"
    +
  • +
  • +
    VOICE_STATE_CREATE: "VOICE_STATE_CREATE"
    +
  • +
  • +
    VOICE_STATE_DELETE: "VOICE_STATE_DELETE"
    +
  • +
  • +
    VOICE_STATE_UPDATE: "VOICE_STATE_UPDATE"
    +
  • +
+
+
+
+ +

RPC_LOCAL_SCOPE

+
RPC_LOCAL_SCOPE: "RPC_LOCAL_SCOPE"
+ +
+
+ +

RPC_PORT_RANGE

+
RPC_PORT_RANGE: 10
+ +
+
+ +

RPC_PRIVATE_LIMITED_SCOPE

+
RPC_PRIVATE_LIMITED_SCOPE: "RPC_PRIVATE_LIMITED_SCOPE"
+ +
+
+ +

RPC_PRIVATE_SCOPE

+
RPC_PRIVATE_SCOPE: "RPC_PRIVATE_SCOPE"
+ +
+
+ +

RPC_SCOPE_CONFIG

+
RPC_SCOPE_CONFIG: { ALL: "$all"; ANY: "$any" }
+ +
+

Type declaration

+
    +
  • +
    ALL: "$all"
    +
  • +
  • +
    ANY: "$any"
    +
  • +
+
+
+
+ +

RPC_STARTING_PORT

+
RPC_STARTING_PORT: 6463
+ +
+
+ +

RPC_VERSION

+
RPC_VERSION: 1
+ +
+
+ +

RTCConnectionQuality

+
RTCConnectionQuality: { AVERAGE: "average"; BAD: "bad"; FINE: "fine"; UNKNOWN: "unknown" }
+ +
+

Type declaration

+
    +
  • +
    AVERAGE: "average"
    +
  • +
  • +
    BAD: "bad"
    +
  • +
  • +
    FINE: "fine"
    +
  • +
  • +
    UNKNOWN: "unknown"
    +
  • +
+
+
+
+ +

RTCConnectionStates

+
RTCConnectionStates: { AUTHENTICATING: "AUTHENTICATING"; AWAITING_ENDPOINT: "AWAITING_ENDPOINT"; CONNECTING: "CONNECTING"; DISCONNECTED: "DISCONNECTED"; ICE_CHECKING: "ICE_CHECKING"; NO_ROUTE: "NO_ROUTE"; RTC_CONNECTED: "RTC_CONNECTED"; RTC_CONNECTING: "RTC_CONNECTING"; RTC_DISCONNECTED: "RTC_DISCONNECTED" }
+ +
+

Type declaration

+
    +
  • +
    AUTHENTICATING: "AUTHENTICATING"
    +
  • +
  • +
    AWAITING_ENDPOINT: "AWAITING_ENDPOINT"
    +
  • +
  • +
    CONNECTING: "CONNECTING"
    +
  • +
  • +
    DISCONNECTED: "DISCONNECTED"
    +
  • +
  • +
    ICE_CHECKING: "ICE_CHECKING"
    +
  • +
  • +
    NO_ROUTE: "NO_ROUTE"
    +
  • +
  • +
    RTC_CONNECTED: "RTC_CONNECTED"
    +
  • +
  • +
    RTC_CONNECTING: "RTC_CONNECTING"
    +
  • +
  • +
    RTC_DISCONNECTED: "RTC_DISCONNECTED"
    +
  • +
+
+
+
+ +

RTCDebugSections

+
RTCDebugSections: { INBOUND: "INBOUND"; OUTBOUND: "OUTBOUND"; SCREENSHARE: "SCREENSHARE"; STREAMS_INBOUND: "STREAMS_INBOUND"; STREAMS_OUTBOUND: "STREAMS_OUTBOUND"; TRANSPORT: "TRANSPORT" }
+ +
+

Type declaration

+
    +
  • +
    INBOUND: "INBOUND"
    +
  • +
  • +
    OUTBOUND: "OUTBOUND"
    +
  • +
  • +
    SCREENSHARE: "SCREENSHARE"
    +
  • +
  • +
    STREAMS_INBOUND: "STREAMS_INBOUND"
    +
  • +
  • +
    STREAMS_OUTBOUND: "STREAMS_OUTBOUND"
    +
  • +
  • +
    TRANSPORT: "TRANSPORT"
    +
  • +
+
+
+
+ +

RTCReceivedVideoQuality

+
RTCReceivedVideoQuality: { FULL: "full"; OFF: "off" }
+ +
+

Type declaration

+
    +
  • +
    FULL: "full"
    +
  • +
  • +
    OFF: "off"
    +
  • +
+
+
+
+ +

RTCVoiceExperiments

+
RTCVoiceExperiments: { BWE_CONSERVATIVE_LINK_ESTIMATE: "bwe_conservative_link_estimate"; BWE_REMOTE_LOCUS_CLIENT: "bwe_remote_locus_client" }
+ +
+

Type declaration

+
    +
  • +
    BWE_CONSERVATIVE_LINK_ESTIMATE: "bwe_conservative_link_estimate"
    +
  • +
  • +
    BWE_REMOTE_LOCUS_CLIENT: "bwe_remote_locus_client"
    +
  • +
+
+
+
+ +

RTC_PANEL_HEIGHT

+
RTC_PANEL_HEIGHT: 28
+ +
+
+ +

RecentMentionsFilters

+
RecentMentionsFilters: { ALL_SERVERS: "ALL_SERVERS"; THIS_SERVER: "THIS_SERVER" }
+ +
+

Type declaration

+
    +
  • +
    ALL_SERVERS: "ALL_SERVERS"
    +
  • +
  • +
    THIS_SERVER: "THIS_SERVER"
    +
  • +
+
+
+
+ +

RegistrationStates

+
RegistrationStates: { NONE: "NONE"; REGISTERING: "REGISTERING"; REGISTER_AGE_GATE: "REGISTER_AGE_GATE"; REGISTER_WITH_ERROR: "REGISTER_WITH_ERROR" }
+ +
+

Type declaration

+
    +
  • +
    NONE: "NONE"
    +
  • +
  • +
    REGISTERING: "REGISTERING"
    +
  • +
  • +
    REGISTER_AGE_GATE: "REGISTER_AGE_GATE"
    +
  • +
  • +
    REGISTER_WITH_ERROR: "REGISTER_WITH_ERROR"
    +
  • +
+
+
+
+ +

RelationshipTypes

+
RelationshipTypes: { 0: "NONE"; 1: "FRIEND"; 2: "BLOCKED"; 3: "PENDING_INCOMING"; 4: "PENDING_OUTGOING"; 5: "IMPLICIT"; BLOCKED: 2; FRIEND: 1; IMPLICIT: 5; NONE: 0; PENDING_INCOMING: 3; PENDING_OUTGOING: 4 }
+ +
+

Type declaration

+
    +
  • +
    0: "NONE"
    +
  • +
  • +
    1: "FRIEND"
    +
  • +
  • +
    2: "BLOCKED"
    +
  • +
  • +
    3: "PENDING_INCOMING"
    +
  • +
  • +
    4: "PENDING_OUTGOING"
    +
  • +
  • +
    5: "IMPLICIT"
    +
  • +
  • +
    BLOCKED: 2
    +
  • +
  • +
    FRIEND: 1
    +
  • +
  • +
    IMPLICIT: 5
    +
  • +
  • +
    NONE: 0
    +
  • +
  • +
    PENDING_INCOMING: 3
    +
  • +
  • +
    PENDING_OUTGOING: 4
    +
  • +
+
+
+
+ +

RelativeMarketingURLs

+
RelativeMarketingURLs: { DEVELOPER_PORTAL: "/developers" }
+ +
+

Type declaration

+
    +
  • +
    DEVELOPER_PORTAL: "/developers"
    +
  • +
+
+
+
+ +

Routes

+
Routes: { ACTIVITY: "/activity"; APP: "/app"; APPLICATION_LIBRARY: "/library"; APPLICATION_LIBRARY_INVENTORY: "/library/inventory"; APPLICATION_LIBRARY_SETTINGS: "/library/settings"; APPLICATION_STORE: "/store"; APPS: "/apps"; AUTHORIZE_IP: "/authorize-ip"; BILLING_BRAINTREE_POPUP_BRIDGE_CALLBACK: "/billing/braintree/popup-bridge/callback"; BILLING_GUILD_SUBSCRIPTIONS_PURCHASE: "/billing/guild-subscriptions/purchase"; BILLING_LOGIN_HANDOFF: "/billing/login/handoff"; BILLING_PAYMENTS: "/billing/payments"; BILLING_PAYMENT_SOURCES_CREATE: "/billing/payment-sources/create"; BILLING_PREFIX: "/billing"; BILLING_PREMIUM_SUBSCRIBE: "/billing/premium/subscribe"; BILLING_PREMIUM_SWITCH_PLAN: "/billing/premium/switch-plan"; CONNECT_AUTHORIZE: "/connect/authorize"; DISABLE_EMAIL_NOTIFICATIONS: "/disable-email-notifications"; DOMAIN_MIGRATION: "/domain-migration"; FRIENDS: "/channels/@me"; GUILD_CREATE: "/guilds/create"; GUILD_DISCOVERY: "/guild-discovery"; HANDOFF: "/handoff"; INDEX: "/"; LOGIN: "/login"; LOGIN_HANDOFF: "/login/handoff"; ME: "/channels/@me"; OAUTH2_AUTHORIZE: "/oauth2/authorize"; OAUTH2_AUTHORIZED: "/oauth2/authorized"; OAUTH2_ERROR: "/oauth2/error"; OAUTH2_WHITELIST_ACCEPT: "/oauth2/whitelist/accept"; POPOUT_WINDOW: "/popout"; REGISTER: "/register"; RESET: "/reset"; VERIFY: "/verify"; XBOX_EDU: "/connections/xbox/intro"; XBOX_PIN: "/connections/xbox/pin" }
+ +
+

Type declaration

+
    +
  • +
    ACTIVITY: "/activity"
    +
  • +
  • +
    APP: "/app"
    +
  • +
  • +
    APPLICATION_LIBRARY: "/library"
    +
  • +
  • +
    APPLICATION_LIBRARY_INVENTORY: "/library/inventory"
    +
  • +
  • +
    APPLICATION_LIBRARY_SETTINGS: "/library/settings"
    +
  • +
  • +
    APPLICATION_STORE: "/store"
    +
  • +
  • +
    APPS: "/apps"
    +
  • +
  • +
    AUTHORIZE_IP: "/authorize-ip"
    +
  • +
  • +
    BILLING_BRAINTREE_POPUP_BRIDGE_CALLBACK: "/billing/braintree/popup-bridge/callback"
    +
  • +
  • +
    BILLING_GUILD_SUBSCRIPTIONS_PURCHASE: "/billing/guild-subscriptions/purchase"
    +
  • +
  • +
    BILLING_LOGIN_HANDOFF: "/billing/login/handoff"
    +
  • +
  • +
    BILLING_PAYMENTS: "/billing/payments"
    +
  • +
  • +
    BILLING_PAYMENT_SOURCES_CREATE: "/billing/payment-sources/create"
    +
  • +
  • +
    BILLING_PREFIX: "/billing"
    +
  • +
  • +
    BILLING_PREMIUM_SUBSCRIBE: "/billing/premium/subscribe"
    +
  • +
  • +
    BILLING_PREMIUM_SWITCH_PLAN: "/billing/premium/switch-plan"
    +
  • +
  • +
    CONNECT_AUTHORIZE: "/connect/authorize"
    +
  • +
  • +
    DISABLE_EMAIL_NOTIFICATIONS: "/disable-email-notifications"
    +
  • +
  • +
    DOMAIN_MIGRATION: "/domain-migration"
    +
  • +
  • +
    FRIENDS: "/channels/@me"
    +
  • +
  • +
    GUILD_CREATE: "/guilds/create"
    +
  • +
  • +
    GUILD_DISCOVERY: "/guild-discovery"
    +
  • +
  • +
    HANDOFF: "/handoff"
    +
  • +
  • +
    INDEX: "/"
    +
  • +
  • +
    LOGIN: "/login"
    +
  • +
  • +
    LOGIN_HANDOFF: "/login/handoff"
    +
  • +
  • +
    ME: "/channels/@me"
    +
  • +
  • +
    OAUTH2_AUTHORIZE: "/oauth2/authorize"
    +
  • +
  • +
    OAUTH2_AUTHORIZED: "/oauth2/authorized"
    +
  • +
  • +
    OAUTH2_ERROR: "/oauth2/error"
    +
  • +
  • +
    OAUTH2_WHITELIST_ACCEPT: "/oauth2/whitelist/accept"
    +
  • +
  • +
    POPOUT_WINDOW: "/popout"
    +
  • +
  • +
    REGISTER: "/register"
    +
  • +
  • +
    RESET: "/reset"
    +
  • +
  • +
    VERIFY: "/verify"
    +
  • +
  • +
    XBOX_EDU: "/connections/xbox/intro"
    +
  • +
  • +
    XBOX_PIN: "/connections/xbox/pin"
    +
  • +
+
+
+
+ +

RowType

+
RowType: { 0: "SEPARATOR"; 1: "MESSAGE"; 2: "BLOCKED_GROUP"; 3: "UPLOAD_PROGRESS"; 4: "LOADING"; BLOCKED_GROUP: 2; LOADING: 4; MESSAGE: 1; SEPARATOR: 0; UPLOAD_PROGRESS: 3 }
+ +
+

Type declaration

+
    +
  • +
    0: "SEPARATOR"
    +
  • +
  • +
    1: "MESSAGE"
    +
  • +
  • +
    2: "BLOCKED_GROUP"
    +
  • +
  • +
    3: "UPLOAD_PROGRESS"
    +
  • +
  • +
    4: "LOADING"
    +
  • +
  • +
    BLOCKED_GROUP: 2
    +
  • +
  • +
    LOADING: 4
    +
  • +
  • +
    MESSAGE: 1
    +
  • +
  • +
    SEPARATOR: 0
    +
  • +
  • +
    UPLOAD_PROGRESS: 3
    +
  • +
+
+
+
+ +

SEARCH_BAR_HEIGHT

+
SEARCH_BAR_HEIGHT: 50
+ +
+
+ +

SEARCH_DATE_FORMAT

+
SEARCH_DATE_FORMAT: "YYYY-MM-DD"
+ +
+
+ +

SEARCH_MONTH_FORMAT

+
SEARCH_MONTH_FORMAT: "MMMM"
+ +
+
+ +

SEARCH_PAGE_SIZE

+
SEARCH_PAGE_SIZE: 25
+ +
+
+ +

SEARCH_POPOUT_ID

+
SEARCH_POPOUT_ID: "search-popout"
+ +
+
+ +

SEGMENT_CONTROL_HEIGHT

+
SEGMENT_CONTROL_HEIGHT: 40
+ +
+
+ +

SKUAccessTypes

+
SKUAccessTypes: { 1: "FULL"; 2: "EARLY_ACCESS"; 3: "VIP_ACCESS"; EARLY_ACCESS: 2; FULL: 1; VIP_ACCESS: 3 }
+ +
+

Type declaration

+
    +
  • +
    1: "FULL"
    +
  • +
  • +
    2: "EARLY_ACCESS"
    +
  • +
  • +
    3: "VIP_ACCESS"
    +
  • +
  • +
    EARLY_ACCESS: 2
    +
  • +
  • +
    FULL: 1
    +
  • +
  • +
    VIP_ACCESS: 3
    +
  • +
+
+
+
+ +

SKUFeatureTypes

+
SKUFeatureTypes: { CLOUD_SAVES: 11; CONTROLLER_SUPPORT: 10; CROSS_PLATFORM: 6; DISCORD_GAME_INVITES: 8; LOCAL_COOP: 5; LOCAL_MULTIPLAYER: 3; ONLINE_COOP: 12; ONLINE_MULTIPLAYER: 2; PVP: 4; RICH_PRESENCE: 7; SECURE_NETWORKING: 13; SINGLE_PLAYER: 1; SPECTATOR_MODE: 9 }
+ +
+

Type declaration

+
    +
  • +
    CLOUD_SAVES: 11
    +
  • +
  • +
    CONTROLLER_SUPPORT: 10
    +
  • +
  • +
    CROSS_PLATFORM: 6
    +
  • +
  • +
    DISCORD_GAME_INVITES: 8
    +
  • +
  • +
    LOCAL_COOP: 5
    +
  • +
  • +
    LOCAL_MULTIPLAYER: 3
    +
  • +
  • +
    ONLINE_COOP: 12
    +
  • +
  • +
    ONLINE_MULTIPLAYER: 2
    +
  • +
  • +
    PVP: 4
    +
  • +
  • +
    RICH_PRESENCE: 7
    +
  • +
  • +
    SECURE_NETWORKING: 13
    +
  • +
  • +
    SINGLE_PLAYER: 1
    +
  • +
  • +
    SPECTATOR_MODE: 9
    +
  • +
+
+
+
+ +

SKUFlags

+
SKUFlags: { AVAILABLE: 4; HAS_FREE_PREMIUM_CONTENT: 2; PREMIUM_AND_DISTRIBUTION: 8; PREMIUM_PURCHASE: 1 }
+ +
+

Type declaration

+
    +
  • +
    AVAILABLE: 4
    +
  • +
  • +
    HAS_FREE_PREMIUM_CONTENT: 2
    +
  • +
  • +
    PREMIUM_AND_DISTRIBUTION: 8
    +
  • +
  • +
    PREMIUM_PURCHASE: 1
    +
  • +
+
+
+
+ +

SKUGenres

+
SKUGenres: { ACTION: 1; ACTION_ADVENTURE: 9; ACTION_RPG: 2; ADVENTURE: 8; ARTILLERY: 50; BASEBALL: 34; BASKETBALL: 35; BILLIARDS: 36; BOWLING: 37; BOXING: 38; BRAWLER: 3; CARD_GAME: 58; DRIVING_RACING: 16; DUAL_JOYSTICK_SHOOTER: 27; DUNGEON_CRAWLER: 21; EDUCATION: 59; FIGHTING: 56; FISHING: 32; FITNESS: 60; FLIGHT_SIMULATOR: 29; FOOTBALL: 39; FOUR_X: 49; FPS: 26; GAMBLING: 61; GOLF: 40; HACK_AND_SLASH: 4; HOCKEY: 41; LIFE_SIMULATOR: 31; LIGHT_GUN: 24; MASSIVELY_MULTIPLAYER: 18; METROIDVANIA: 10; MMORPG: 19; MOBA: 55; MUSIC_RHYTHM: 62; OPEN_WORLD: 11; PARTY_MINI_GAME: 63; PINBALL: 64; PLATFORMER: 5; PSYCHOLOGICAL_HORROR: 12; PUZZLE: 57; ROGUELIKE: 22; ROLE_PLAYING: 20; RTS: 51; SANDBOX: 13; SHOOTER: 23; SHOOT_EM_UP: 25; SIMULATION: 28; SKATEBOARDING_SKATING: 42; SNOWBOARDING_SKIING: 43; SOCCER: 44; SPORTS: 33; STEALTH: 6; STRATEGY: 48; SURFING_WAKEBOARDING: 46; SURVIVAL: 7; SURVIVAL_HORROR: 14; TOWER_DEFENSE: 52; TRACK_FIELD: 45; TRAIN_SIMULATOR: 30; TRIVIA_BOARD_GAME: 65; TURN_BASED_STRATEGY: 53; VEHICULAR_COMBAT: 17; VISUAL_NOVEL: 15; WARGAME: 54; WRESTLING: 47 }
+ +
+

Type declaration

+
    +
  • +
    ACTION: 1
    +
  • +
  • +
    ACTION_ADVENTURE: 9
    +
  • +
  • +
    ACTION_RPG: 2
    +
  • +
  • +
    ADVENTURE: 8
    +
  • +
  • +
    ARTILLERY: 50
    +
  • +
  • +
    BASEBALL: 34
    +
  • +
  • +
    BASKETBALL: 35
    +
  • +
  • +
    BILLIARDS: 36
    +
  • +
  • +
    BOWLING: 37
    +
  • +
  • +
    BOXING: 38
    +
  • +
  • +
    BRAWLER: 3
    +
  • +
  • +
    CARD_GAME: 58
    +
  • +
  • +
    DRIVING_RACING: 16
    +
  • +
  • +
    DUAL_JOYSTICK_SHOOTER: 27
    +
  • +
  • +
    DUNGEON_CRAWLER: 21
    +
  • +
  • +
    EDUCATION: 59
    +
  • +
  • +
    FIGHTING: 56
    +
  • +
  • +
    FISHING: 32
    +
  • +
  • +
    FITNESS: 60
    +
  • +
  • +
    FLIGHT_SIMULATOR: 29
    +
  • +
  • +
    FOOTBALL: 39
    +
  • +
  • +
    FOUR_X: 49
    +
  • +
  • +
    FPS: 26
    +
  • +
  • +
    GAMBLING: 61
    +
  • +
  • +
    GOLF: 40
    +
  • +
  • +
    HACK_AND_SLASH: 4
    +
  • +
  • +
    HOCKEY: 41
    +
  • +
  • +
    LIFE_SIMULATOR: 31
    +
  • +
  • +
    LIGHT_GUN: 24
    +
  • +
  • +
    MASSIVELY_MULTIPLAYER: 18
    +
  • +
  • +
    METROIDVANIA: 10
    +
  • +
  • +
    MMORPG: 19
    +
  • +
  • +
    MOBA: 55
    +
  • +
  • +
    MUSIC_RHYTHM: 62
    +
  • +
  • +
    OPEN_WORLD: 11
    +
  • +
  • +
    PARTY_MINI_GAME: 63
    +
  • +
  • +
    PINBALL: 64
    +
  • +
  • +
    PLATFORMER: 5
    +
  • +
  • +
    PSYCHOLOGICAL_HORROR: 12
    +
  • +
  • +
    PUZZLE: 57
    +
  • +
  • +
    ROGUELIKE: 22
    +
  • +
  • +
    ROLE_PLAYING: 20
    +
  • +
  • +
    RTS: 51
    +
  • +
  • +
    SANDBOX: 13
    +
  • +
  • +
    SHOOTER: 23
    +
  • +
  • +
    SHOOT_EM_UP: 25
    +
  • +
  • +
    SIMULATION: 28
    +
  • +
  • +
    SKATEBOARDING_SKATING: 42
    +
  • +
  • +
    SNOWBOARDING_SKIING: 43
    +
  • +
  • +
    SOCCER: 44
    +
  • +
  • +
    SPORTS: 33
    +
  • +
  • +
    STEALTH: 6
    +
  • +
  • +
    STRATEGY: 48
    +
  • +
  • +
    SURFING_WAKEBOARDING: 46
    +
  • +
  • +
    SURVIVAL: 7
    +
  • +
  • +
    SURVIVAL_HORROR: 14
    +
  • +
  • +
    TOWER_DEFENSE: 52
    +
  • +
  • +
    TRACK_FIELD: 45
    +
  • +
  • +
    TRAIN_SIMULATOR: 30
    +
  • +
  • +
    TRIVIA_BOARD_GAME: 65
    +
  • +
  • +
    TURN_BASED_STRATEGY: 53
    +
  • +
  • +
    VEHICULAR_COMBAT: 17
    +
  • +
  • +
    VISUAL_NOVEL: 15
    +
  • +
  • +
    WARGAME: 54
    +
  • +
  • +
    WRESTLING: 47
    +
  • +
+
+
+
+ +

SKUTypes

+
SKUTypes: { 1: "GAME"; 2: "DLC"; 3: "CONSUMABLE"; 4: "BUNDLE"; 5: "SUBSCRIPTION"; BUNDLE: 4; CONSUMABLE: 3; DLC: 2; GAME: 1; SUBSCRIPTION: 5 }
+ +
+

Type declaration

+
    +
  • +
    1: "GAME"
    +
  • +
  • +
    2: "DLC"
    +
  • +
  • +
    3: "CONSUMABLE"
    +
  • +
  • +
    4: "BUNDLE"
    +
  • +
  • +
    5: "SUBSCRIPTION"
    +
  • +
  • +
    BUNDLE: 4
    +
  • +
  • +
    CONSUMABLE: 3
    +
  • +
  • +
    DLC: 2
    +
  • +
  • +
    GAME: 1
    +
  • +
  • +
    SUBSCRIPTION: 5
    +
  • +
+
+
+
+ +

SLOWMODE_COOLDOWN_BUFFER_MS

+
SLOWMODE_COOLDOWN_BUFFER_MS: 100
+ +
+
+ +

SLOWMODE_VALUES

+
SLOWMODE_VALUES: (0 | 5 | 10 | 15 | 60 | 3600 | 30 | 120 | 300 | 600 | 900 | 1800 | 7200 | 21600)[]
+ +
+
+ +

SMALL_GUILD_MEMBER_THRESHOLD

+
SMALL_GUILD_MEMBER_THRESHOLD: 30
+ +
+
+ +

SOCIAL_LINKS

+
SOCIAL_LINKS: { FACEBOOK_URL: "https://www.facebook.com/discord/"; INSTAGRAM_URL: "https://www.instagram.com/discord/" }
+ +
+

Type declaration

+
    +
  • +
    FACEBOOK_URL: "https://www.facebook.com/discord/"
    +
  • +
  • +
    INSTAGRAM_URL: "https://www.instagram.com/discord/"
    +
  • +
+
+
+
+ +

SPLASH_SIZE

+
SPLASH_SIZE: 2048
+ +
+
+ +

SPOILER_ATTACHMENT_PREFIX

+
SPOILER_ATTACHMENT_PREFIX: "SPOILER_"
+ +
+
+ +

SPOTIFY_APP_PROTOCOL

+
SPOTIFY_APP_PROTOCOL: "spotify"
+ +
+
+ +

SPOTIFY_HOSTNAMES

+
SPOTIFY_HOSTNAMES: ("open.spotify.com" | "www.spotify.com")[]
+ +
+
+ +

STATUS_BAR_HEIGHT

+
STATUS_BAR_HEIGHT: 20
+ +
+
+ +

STATUS_DOMAIN

+
STATUS_DOMAIN: "status.discord.com"
+ +
+
+ +

STATUS_PAGE_ENDPOINT

+
STATUS_PAGE_ENDPOINT: "https://status.discord.com"
+ +
+
+ +

STORE_DIRECTORY_LAYOUT_ID

+
STORE_DIRECTORY_LAYOUT_ID: "555552588917899315"
+ +
+
+ +

STORE_DIRECTORY_LAYOUT_ID_QUERY_OVERRIDE

+
STORE_DIRECTORY_LAYOUT_ID_QUERY_OVERRIDE: "store_directory_layout_id"
+ +
+
+ +

SUPPORT_DEV_DOMAIN

+
SUPPORT_DEV_DOMAIN: "support-dev.discord.com"
+ +
+
+ +

SUPPORT_DOMAIN

+
SUPPORT_DOMAIN: "support.discord.com"
+ +
+
+ +

SearchAutocompleteGroups

+
SearchAutocompleteGroups: { DATES: "DATES"; HISTORY: "HISTORY"; SEARCH_OPTIONS: "SEARCH_OPTIONS" }
+ +
+

Type declaration

+
    +
  • +
    DATES: "DATES"
    +
  • +
  • +
    HISTORY: "HISTORY"
    +
  • +
  • +
    SEARCH_OPTIONS: "SEARCH_OPTIONS"
    +
  • +
+
+
+
+ +

SearchBarStates

+
SearchBarStates: { 0: "BLURRED_NO_QUERY"; 1: "BLURRED_WITH_QUERY"; 2: "FOCUSED_NO_QUERY"; 3: "FOCUSED_WITH_QUERY"; BLURRED_NO_QUERY: 0; BLURRED_WITH_QUERY: 1; FOCUSED_NO_QUERY: 2; FOCUSED_WITH_QUERY: 3 }
+ +
+

Type declaration

+
    +
  • +
    0: "BLURRED_NO_QUERY"
    +
  • +
  • +
    1: "BLURRED_WITH_QUERY"
    +
  • +
  • +
    2: "FOCUSED_NO_QUERY"
    +
  • +
  • +
    3: "FOCUSED_WITH_QUERY"
    +
  • +
  • +
    BLURRED_NO_QUERY: 0
    +
  • +
  • +
    BLURRED_WITH_QUERY: 1
    +
  • +
  • +
    FOCUSED_NO_QUERY: 2
    +
  • +
  • +
    FOCUSED_WITH_QUERY: 3
    +
  • +
+
+
+
+ +

SearchModes

+
SearchModes: { MOST_RELEVANT: "most_relevant"; NEWEST: "newest"; OLDEST: "oldest" }
+ +
+

Type declaration

+
    +
  • +
    MOST_RELEVANT: "most_relevant"
    +
  • +
  • +
    NEWEST: "newest"
    +
  • +
  • +
    OLDEST: "oldest"
    +
  • +
+
+
+
+ +

SearchPopoutModes

+
SearchPopoutModes: { EMPTY: "EMPTY"; FILTER: "FILTER"; FILTER_ALL: "FILTER_ALL" }
+ +
+

Type declaration

+
    +
  • +
    EMPTY: "EMPTY"
    +
  • +
  • +
    FILTER: "FILTER"
    +
  • +
  • +
    FILTER_ALL: "FILTER_ALL"
    +
  • +
+
+
+
+ +

SearchSections

+
SearchSections: { CHANNEL: "CHANNEL"; SEARCH: "SEARCH" }
+ +
+

Type declaration

+
    +
  • +
    CHANNEL: "CHANNEL"
    +
  • +
  • +
    SEARCH: "SEARCH"
    +
  • +
+
+
+
+ +

SearchTokenTypes

+
SearchTokenTypes: { ANSWER_AFTER: "ANSWER_AFTER"; ANSWER_BEFORE: "ANSWER_BEFORE"; ANSWER_FILE_NAME: "ANSWER_FILE_NAME"; ANSWER_FILE_TYPE: "ANSWER_FILE_TYPE"; ANSWER_HAS: "ANSWER_HAS"; ANSWER_IN: "ANSWER_IN"; ANSWER_ON: "ANSWER_ON"; ANSWER_USERNAME_FROM: "ANSWER_USERNAME_FROM"; ANSWER_USERNAME_MENTIONS: "ANSWER_USERNAME_MENTIONS"; FILTER_AFTER: "FILTER_AFTER"; FILTER_BEFORE: "FILTER_BEFORE"; FILTER_FILE_NAME: "FILTER_FILE_NAME"; FILTER_FILE_TYPE: "FILTER_FILE_TYPE"; FILTER_FROM: "FILTER_FROM"; FILTER_HAS: "FILTER_HAS"; FILTER_IN: "FILTER_IN"; FILTER_MENTIONS: "FILTER_MENTIONS"; FILTER_ON: "FILTER_ON" }
+ +
+

Type declaration

+
    +
  • +
    ANSWER_AFTER: "ANSWER_AFTER"
    +
  • +
  • +
    ANSWER_BEFORE: "ANSWER_BEFORE"
    +
  • +
  • +
    ANSWER_FILE_NAME: "ANSWER_FILE_NAME"
    +
  • +
  • +
    ANSWER_FILE_TYPE: "ANSWER_FILE_TYPE"
    +
  • +
  • +
    ANSWER_HAS: "ANSWER_HAS"
    +
  • +
  • +
    ANSWER_IN: "ANSWER_IN"
    +
  • +
  • +
    ANSWER_ON: "ANSWER_ON"
    +
  • +
  • +
    ANSWER_USERNAME_FROM: "ANSWER_USERNAME_FROM"
    +
  • +
  • +
    ANSWER_USERNAME_MENTIONS: "ANSWER_USERNAME_MENTIONS"
    +
  • +
  • +
    FILTER_AFTER: "FILTER_AFTER"
    +
  • +
  • +
    FILTER_BEFORE: "FILTER_BEFORE"
    +
  • +
  • +
    FILTER_FILE_NAME: "FILTER_FILE_NAME"
    +
  • +
  • +
    FILTER_FILE_TYPE: "FILTER_FILE_TYPE"
    +
  • +
  • +
    FILTER_FROM: "FILTER_FROM"
    +
  • +
  • +
    FILTER_HAS: "FILTER_HAS"
    +
  • +
  • +
    FILTER_IN: "FILTER_IN"
    +
  • +
  • +
    FILTER_MENTIONS: "FILTER_MENTIONS"
    +
  • +
  • +
    FILTER_ON: "FILTER_ON"
    +
  • +
+
+
+
+ +

SearchTypes

+
SearchTypes: { CHANNEL: "CHANNEL"; GIF: "GIF"; GUILD: "GUILD"; GUILD_DISCOVERY: "GUILD_DISCOVERY" }
+ +
+

Type declaration

+
    +
  • +
    CHANNEL: "CHANNEL"
    +
  • +
  • +
    GIF: "GIF"
    +
  • +
  • +
    GUILD: "GUILD"
    +
  • +
  • +
    GUILD_DISCOVERY: "GUILD_DISCOVERY"
    +
  • +
+
+
+
+ +

SeparatorAction

+
SeparatorAction: { LOAD_MORE_AFTER: "load_more_after"; LOAD_MORE_BEFORE: "load_more_before"; TOGGLE_BLOCKED_MESSAGES: "toggle" }
+ +
+

Type declaration

+
    +
  • +
    LOAD_MORE_AFTER: "load_more_after"
    +
  • +
  • +
    LOAD_MORE_BEFORE: "load_more_before"
    +
  • +
  • +
    TOGGLE_BLOCKED_MESSAGES: "toggle"
    +
  • +
+
+
+
+ +

SeparatorType

+
SeparatorType: { DAY: "day"; UNREAD: "unread" }
+ +
+

Type declaration

+
    +
  • +
    DAY: "day"
    +
  • +
  • +
    UNREAD: "unread"
    +
  • +
+
+
+
+ +

SettingsPaneTypes

+
SettingsPaneTypes: { CHANNEL_NOTIFICATION_SETTINGS: "Channel Notification Settings"; CHANNEL_SETTINGS: "Channel Settings"; GUILD_NOTIFICATION_SETTINGS: "Guild Notification Settings" }
+ +
+

Type declaration

+
    +
  • +
    CHANNEL_NOTIFICATION_SETTINGS: "Channel Notification Settings"
    +
  • +
  • +
    CHANNEL_SETTINGS: "Channel Settings"
    +
  • +
  • +
    GUILD_NOTIFICATION_SETTINGS: "Guild Notification Settings"
    +
  • +
+
+
+
+ +

SlashCommands

+
SlashCommands: ({ commandPreview: "(╯°□°)╯︵ ┻━┻"; name: "tableflip" } | { commandPreview: "┬─┬ ノ( ゜-゜ノ)"; name: "unflip" } | { commandPreview: "¯\_(ツ)_/¯"; name: "shrug" })[]
+ +
+
+ +

SoundshareTraceStates

+
SoundshareTraceStates: { 0: "DETACHED"; 1: "WAITING"; 2: "ATTACHED"; 3: "STARTED"; 4: "PLAYING"; 5: "SILENCE"; ATTACHED: 2; DETACHED: 0; PLAYING: 4; SILENCE: 5; STARTED: 3; WAITING: 1 }
+ +
+

Type declaration

+
    +
  • +
    0: "DETACHED"
    +
  • +
  • +
    1: "WAITING"
    +
  • +
  • +
    2: "ATTACHED"
    +
  • +
  • +
    3: "STARTED"
    +
  • +
  • +
    4: "PLAYING"
    +
  • +
  • +
    5: "SILENCE"
    +
  • +
  • +
    ATTACHED: 2
    +
  • +
  • +
    DETACHED: 0
    +
  • +
  • +
    PLAYING: 4
    +
  • +
  • +
    SILENCE: 5
    +
  • +
  • +
    STARTED: 3
    +
  • +
  • +
    WAITING: 1
    +
  • +
+
+
+
+ +

SourceTypes

+
SourceTypes: { CAMERA: "camera"; PHOTO: "photo" }
+ +
+

Type declaration

+
    +
  • +
    CAMERA: "camera"
    +
  • +
  • +
    PHOTO: "photo"
    +
  • +
+
+
+
+ +

SpoilerRenderSetting

+
SpoilerRenderSetting: { ALWAYS: "ALWAYS"; IF_MODERATOR: "IF_MODERATOR"; ON_CLICK: "ON_CLICK" }
+ +
+

Type declaration

+
    +
  • +
    ALWAYS: "ALWAYS"
    +
  • +
  • +
    IF_MODERATOR: "IF_MODERATOR"
    +
  • +
  • +
    ON_CLICK: "ON_CLICK"
    +
  • +
+
+
+
+ +

SpotifyEndpoints

+
SpotifyEndpoints: { IOS_APP_STORE: "https://itunes.apple.com/us/app/spotify-music/id324684580?mt=8"; NOTIFICATIONS_PLAYER: "https://api.spotify.com/v1/me/notifications/player"; PLAYER: "https://api.spotify.com/v1/me/player"; PLAYER_DEVICES: "https://api.spotify.com/v1/me/player/devices"; PLAYER_PAUSE: "https://api.spotify.com/v1/me/player/pause"; PLAYER_PLAY: "https://api.spotify.com/v1/me/player/play"; PLAYER_REPEAT: "https://api.spotify.com/v1/me/player/repeat"; PREMIUM_SITE: "https://www.spotify.com/premium/?utm_source=discord&utm_medium=desktop"; PROFILE: "https://api.spotify.com/v1/me" }
+ +
+

Type declaration

+
    +
  • +
    IOS_APP_STORE: "https://itunes.apple.com/us/app/spotify-music/id324684580?mt=8"
    +
  • +
  • +
    NOTIFICATIONS_PLAYER: "https://api.spotify.com/v1/me/notifications/player"
    +
  • +
  • +
    PLAYER: "https://api.spotify.com/v1/me/player"
    +
  • +
  • +
    PLAYER_DEVICES: "https://api.spotify.com/v1/me/player/devices"
    +
  • +
  • +
    PLAYER_PAUSE: "https://api.spotify.com/v1/me/player/pause"
    +
  • +
  • +
    PLAYER_PLAY: "https://api.spotify.com/v1/me/player/play"
    +
  • +
  • +
    PLAYER_REPEAT: "https://api.spotify.com/v1/me/player/repeat"
    +
  • +
  • +
    PREMIUM_SITE: "https://www.spotify.com/premium/?utm_source=discord&utm_medium=desktop"
    +
  • +
  • +
    PROFILE: "https://api.spotify.com/v1/me"
    +
  • +
+
+
+
+ +

SpringTransitionPhases

+
SpringTransitionPhases: { ENTER: "enter"; INITIAL: "initial"; LEAVE: "leave"; UPDATE: "update" }
+ +
+

Type declaration

+
    +
  • +
    ENTER: "enter"
    +
  • +
  • +
    INITIAL: "initial"
    +
  • +
  • +
    LEAVE: "leave"
    +
  • +
  • +
    UPDATE: "update"
    +
  • +
+
+
+
+ +

StatusTypes

+
StatusTypes: { DND: "dnd"; IDLE: "idle"; INVISIBLE: "invisible"; OFFLINE: "offline"; ONLINE: "online"; STREAMING: "streaming"; UNKNOWN: "unknown" }
+ +
+

Type declaration

+
    +
  • +
    DND: "dnd"
    +
  • +
  • +
    IDLE: "idle"
    +
  • +
  • +
    INVISIBLE: "invisible"
    +
  • +
  • +
    OFFLINE: "offline"
    +
  • +
  • +
    ONLINE: "online"
    +
  • +
  • +
    STREAMING: "streaming"
    +
  • +
  • +
    UNKNOWN: "unknown"
    +
  • +
+
+
+
+ +

StorageKeys

+
StorageKeys: { LOGOUT_TIMESTAMP_KEY: "logout_timestamp_key" }
+ +
+

Type declaration

+
    +
  • +
    LOGOUT_TIMESTAMP_KEY: "logout_timestamp_key"
    +
  • +
+
+
+
+ +

StoreApplicationGenresFilter

+
StoreApplicationGenresFilter: { ACTION: 1; ACTION_ADVENTURE: 9; ACTION_RPG: 2; ADVENTURE: 8; ALL: -1; ARTILLERY: 50; BASEBALL: 34; BASKETBALL: 35; BILLIARDS: 36; BOWLING: 37; BOXING: 38; BRAWLER: 3; CARD_GAME: 58; DRIVING_RACING: 16; DUAL_JOYSTICK_SHOOTER: 27; DUNGEON_CRAWLER: 21; EDUCATION: 59; FIGHTING: 56; FISHING: 32; FITNESS: 60; FLIGHT_SIMULATOR: 29; FOOTBALL: 39; FOUR_X: 49; FPS: 26; GAMBLING: 61; GOLF: 40; HACK_AND_SLASH: 4; HOCKEY: 41; LIFE_SIMULATOR: 31; LIGHT_GUN: 24; MASSIVELY_MULTIPLAYER: 18; METROIDVANIA: 10; MMORPG: 19; MOBA: 55; MUSIC_RHYTHM: 62; OPEN_WORLD: 11; PARTY_MINI_GAME: 63; PINBALL: 64; PLATFORMER: 5; PSYCHOLOGICAL_HORROR: 12; PUZZLE: 57; ROGUELIKE: 22; ROLE_PLAYING: 20; RTS: 51; SANDBOX: 13; SHOOTER: 23; SHOOT_EM_UP: 25; SIMULATION: 28; SKATEBOARDING_SKATING: 42; SNOWBOARDING_SKIING: 43; SOCCER: 44; SPORTS: 33; STEALTH: 6; STRATEGY: 48; SURFING_WAKEBOARDING: 46; SURVIVAL: 7; SURVIVAL_HORROR: 14; TOWER_DEFENSE: 52; TRACK_FIELD: 45; TRAIN_SIMULATOR: 30; TRIVIA_BOARD_GAME: 65; TURN_BASED_STRATEGY: 53; VEHICULAR_COMBAT: 17; VISUAL_NOVEL: 15; WARGAME: 54; WRESTLING: 47 }
+ +
+

Type declaration

+
    +
  • +
    ACTION: 1
    +
  • +
  • +
    ACTION_ADVENTURE: 9
    +
  • +
  • +
    ACTION_RPG: 2
    +
  • +
  • +
    ADVENTURE: 8
    +
  • +
  • +
    ALL: -1
    +
  • +
  • +
    ARTILLERY: 50
    +
  • +
  • +
    BASEBALL: 34
    +
  • +
  • +
    BASKETBALL: 35
    +
  • +
  • +
    BILLIARDS: 36
    +
  • +
  • +
    BOWLING: 37
    +
  • +
  • +
    BOXING: 38
    +
  • +
  • +
    BRAWLER: 3
    +
  • +
  • +
    CARD_GAME: 58
    +
  • +
  • +
    DRIVING_RACING: 16
    +
  • +
  • +
    DUAL_JOYSTICK_SHOOTER: 27
    +
  • +
  • +
    DUNGEON_CRAWLER: 21
    +
  • +
  • +
    EDUCATION: 59
    +
  • +
  • +
    FIGHTING: 56
    +
  • +
  • +
    FISHING: 32
    +
  • +
  • +
    FITNESS: 60
    +
  • +
  • +
    FLIGHT_SIMULATOR: 29
    +
  • +
  • +
    FOOTBALL: 39
    +
  • +
  • +
    FOUR_X: 49
    +
  • +
  • +
    FPS: 26
    +
  • +
  • +
    GAMBLING: 61
    +
  • +
  • +
    GOLF: 40
    +
  • +
  • +
    HACK_AND_SLASH: 4
    +
  • +
  • +
    HOCKEY: 41
    +
  • +
  • +
    LIFE_SIMULATOR: 31
    +
  • +
  • +
    LIGHT_GUN: 24
    +
  • +
  • +
    MASSIVELY_MULTIPLAYER: 18
    +
  • +
  • +
    METROIDVANIA: 10
    +
  • +
  • +
    MMORPG: 19
    +
  • +
  • +
    MOBA: 55
    +
  • +
  • +
    MUSIC_RHYTHM: 62
    +
  • +
  • +
    OPEN_WORLD: 11
    +
  • +
  • +
    PARTY_MINI_GAME: 63
    +
  • +
  • +
    PINBALL: 64
    +
  • +
  • +
    PLATFORMER: 5
    +
  • +
  • +
    PSYCHOLOGICAL_HORROR: 12
    +
  • +
  • +
    PUZZLE: 57
    +
  • +
  • +
    ROGUELIKE: 22
    +
  • +
  • +
    ROLE_PLAYING: 20
    +
  • +
  • +
    RTS: 51
    +
  • +
  • +
    SANDBOX: 13
    +
  • +
  • +
    SHOOTER: 23
    +
  • +
  • +
    SHOOT_EM_UP: 25
    +
  • +
  • +
    SIMULATION: 28
    +
  • +
  • +
    SKATEBOARDING_SKATING: 42
    +
  • +
  • +
    SNOWBOARDING_SKIING: 43
    +
  • +
  • +
    SOCCER: 44
    +
  • +
  • +
    SPORTS: 33
    +
  • +
  • +
    STEALTH: 6
    +
  • +
  • +
    STRATEGY: 48
    +
  • +
  • +
    SURFING_WAKEBOARDING: 46
    +
  • +
  • +
    SURVIVAL: 7
    +
  • +
  • +
    SURVIVAL_HORROR: 14
    +
  • +
  • +
    TOWER_DEFENSE: 52
    +
  • +
  • +
    TRACK_FIELD: 45
    +
  • +
  • +
    TRAIN_SIMULATOR: 30
    +
  • +
  • +
    TRIVIA_BOARD_GAME: 65
    +
  • +
  • +
    TURN_BASED_STRATEGY: 53
    +
  • +
  • +
    VEHICULAR_COMBAT: 17
    +
  • +
  • +
    VISUAL_NOVEL: 15
    +
  • +
  • +
    WARGAME: 54
    +
  • +
  • +
    WRESTLING: 47
    +
  • +
+
+
+
+ +

StoreApplicationSort

+
StoreApplicationSort: { ALPHABETICAL: "asc"; ID: "id"; NEW_RELEASES: "new"; REVERSE_ALPHABETICAL: "desc" }
+ +
+

Type declaration

+
    +
  • +
    ALPHABETICAL: "asc"
    +
  • +
  • +
    ID: "id"
    +
  • +
  • +
    NEW_RELEASES: "new"
    +
  • +
  • +
    REVERSE_ALPHABETICAL: "desc"
    +
  • +
+
+
+
+ +

StoreKitErrors

+
StoreKitErrors: { CLIENT_INVALID: "ESKERRORDOMAIN1"; CLOUD_SERVICE_NETWORK_CONNECTION_FAILED: "ESKERRORDOMAIN7"; CLOUD_SERVICE_PERMISSION_DENIED: "ESKERRORDOMAIN6"; PAYMENT_CANCELED: "ESKERRORDOMAIN2"; PAYMENT_INVALID: "ESKERRORDOMAIN3"; PAYMENT_NOT_ALLOWED: "ESKERRORDOMAIN4"; STORE_PRODUCT_NOT_AVAILABLE: "ESKERRORDOMAIN5"; UNKNOWN: "ESKERRORDOMAIN0" }
+ +
+

Type declaration

+
    +
  • +
    CLIENT_INVALID: "ESKERRORDOMAIN1"
    +
  • +
  • +
    CLOUD_SERVICE_NETWORK_CONNECTION_FAILED: "ESKERRORDOMAIN7"
    +
  • +
  • +
    CLOUD_SERVICE_PERMISSION_DENIED: "ESKERRORDOMAIN6"
    +
  • +
  • +
    PAYMENT_CANCELED: "ESKERRORDOMAIN2"
    +
  • +
  • +
    PAYMENT_INVALID: "ESKERRORDOMAIN3"
    +
  • +
  • +
    PAYMENT_NOT_ALLOWED: "ESKERRORDOMAIN4"
    +
  • +
  • +
    STORE_PRODUCT_NOT_AVAILABLE: "ESKERRORDOMAIN5"
    +
  • +
  • +
    UNKNOWN: "ESKERRORDOMAIN0"
    +
  • +
+
+
+
+ +

StoreRecommendationTypes

+
StoreRecommendationTypes: { EARLY_ACCESS: "8"; EVER_PLAYED: "3"; FLAVOR_TEXT: "4"; HAS_FREE_PREMIUM_CONTENT: "9"; NOW_PLAYING: "1"; RECENTLY_PLAYED: "2"; RECENT_RELEASE_DATE: "6"; RELEASE_DATE: "7" }
+ +
+

Type declaration

+
    +
  • +
    EARLY_ACCESS: "8"
    +
  • +
  • +
    EVER_PLAYED: "3"
    +
  • +
  • +
    FLAVOR_TEXT: "4"
    +
  • +
  • +
    HAS_FREE_PREMIUM_CONTENT: "9"
    +
  • +
  • +
    NOW_PLAYING: "1"
    +
  • +
  • +
    RECENTLY_PLAYED: "2"
    +
  • +
  • +
    RECENT_RELEASE_DATE: "6"
    +
  • +
  • +
    RELEASE_DATE: "7"
    +
  • +
+
+
+
+ +

StreamLayouts

+
StreamLayouts: { FULL_SCREEN: "full-screen"; LANDSCAPE: "landscape"; MINIMIZED: "minimized"; PIP: "pip"; POPOUT: "popout"; PORTRAIT: "portrait"; THEATRE: "theatre" }
+ +
+

Type declaration

+
    +
  • +
    FULL_SCREEN: "full-screen"
    +
  • +
  • +
    LANDSCAPE: "landscape"
    +
  • +
  • +
    MINIMIZED: "minimized"
    +
  • +
  • +
    PIP: "pip"
    +
  • +
  • +
    POPOUT: "popout"
    +
  • +
  • +
    PORTRAIT: "portrait"
    +
  • +
  • +
    THEATRE: "theatre"
    +
  • +
+
+
+
+ +

SubscriptionIntervalTypes

+
SubscriptionIntervalTypes: { 1: "MONTH"; 2: "YEAR"; 3: "DAY"; DAY: 3; MONTH: 1; YEAR: 2 }
+ +
+

Type declaration

+
    +
  • +
    1: "MONTH"
    +
  • +
  • +
    2: "YEAR"
    +
  • +
  • +
    3: "DAY"
    +
  • +
  • +
    DAY: 3
    +
  • +
  • +
    MONTH: 1
    +
  • +
  • +
    YEAR: 2
    +
  • +
+
+
+
+ +

SubscriptionPlanGatewayPlans

+
SubscriptionPlanGatewayPlans: { 511651856145973248: "premium_month"; 511651860671627264: "premium_year"; 511651871736201216: "premium_month_tier_1"; 511651876987469824: "premium_year_tier_1"; 511651880837840896: "premium_month_tier_2"; 511651885459963904: "premium_year_tier_2"; 590665532894740483: null; 590665538238152709: null; 628379151761408000: "none_month"; 628381571568631808: "none_year" }
+ +
+

Type declaration

+
    +
  • +
    511651856145973248: "premium_month"
    +
  • +
  • +
    511651860671627264: "premium_year"
    +
  • +
  • +
    511651871736201216: "premium_month_tier_1"
    +
  • +
  • +
    511651876987469824: "premium_year_tier_1"
    +
  • +
  • +
    511651880837840896: "premium_month_tier_2"
    +
  • +
  • +
    511651885459963904: "premium_year_tier_2"
    +
  • +
  • +
    590665532894740483: null
    +
  • +
  • +
    590665538238152709: null
    +
  • +
  • +
    628379151761408000: "none_month"
    +
  • +
  • +
    628381571568631808: "none_year"
    +
  • +
+
+
+
+ +

SubscriptionPlanInfo

+
SubscriptionPlanInfo: { 511651856145973248: { currency: "usd"; id: "511651856145973248"; interval: 1; intervalCount: 1; name: "Nitro Monthly (Legacy)"; premiumType: 2; price: 499; skuId: "521842865731534868"; taxInclusive: true }; 511651860671627264: { currency: "usd"; id: "511651860671627264"; interval: 2; intervalCount: 1; name: "Nitro Classic Yearly (Legacy)"; premiumType: 2; price: 4999; skuId: "521842865731534868"; taxInclusive: true }; 511651871736201216: { currency: "usd"; id: "511651871736201216"; interval: 1; intervalCount: 1; name: "Nitro Classic Monthly"; premiumType: 1; price: 499; skuId: "521846918637420545"; taxInclusive: true }; 511651876987469824: { currency: "usd"; id: "511651876987469824"; interval: 2; intervalCount: 1; name: "Nitro Classic Yearly"; premiumType: 1; price: 4999; skuId: "521846918637420545"; taxInclusive: true }; 511651880837840896: { currency: "usd"; id: "511651880837840896"; interval: 1; intervalCount: 1; name: "Nitro Monthly"; premiumType: 2; price: 999; skuId: "521847234246082599"; taxInclusive: true }; 511651885459963904: { currency: "usd"; id: "511651885459963904"; interval: 2; intervalCount: 1; name: "Nitro Yearly"; premiumType: 2; price: 9999; skuId: "521847234246082599"; taxInclusive: true }; 590665532894740483: { currency: "usd"; id: "590665532894740483"; interval: 1; intervalCount: 1; name: "Nitro Server Boost Monthly"; premiumUserPrice: 349; price: 499; skuId: "590663762298667008"; taxInclusive: true }; 590665538238152709: { currency: "usd"; id: "590665538238152709"; interval: 2; intervalCount: 1; name: "Nitro Server Boost Yearly"; premiumUserPrice: 3499; price: 4999; skuId: "590663762298667008"; taxInclusive: true }; 628379151761408000: { currency: "usd"; id: "628379151761408000"; interval: 1; intervalCount: 1; name: "None Monthly"; price: 0; skuId: "628379670982688768"; taxInclusive: true }; 628381571568631808: { currency: "usd"; id: "628381571568631808"; interval: 2; intervalCount: 1; name: "None Yearly"; price: 0; skuId: "628379670982688768"; taxInclusive: true } }
+ +
+

Type declaration

+
    +
  • +
    511651856145973248: { currency: "usd"; id: "511651856145973248"; interval: 1; intervalCount: 1; name: "Nitro Monthly (Legacy)"; premiumType: 2; price: 499; skuId: "521842865731534868"; taxInclusive: true }
    +
      +
    • +
      currency: "usd"
      +
    • +
    • +
      id: "511651856145973248"
      +
    • +
    • +
      interval: 1
      +
    • +
    • +
      intervalCount: 1
      +
    • +
    • +
      name: "Nitro Monthly (Legacy)"
      +
    • +
    • +
      premiumType: 2
      +
    • +
    • +
      price: 499
      +
    • +
    • +
      skuId: "521842865731534868"
      +
    • +
    • +
      taxInclusive: true
      +
    • +
    +
  • +
  • +
    511651860671627264: { currency: "usd"; id: "511651860671627264"; interval: 2; intervalCount: 1; name: "Nitro Classic Yearly (Legacy)"; premiumType: 2; price: 4999; skuId: "521842865731534868"; taxInclusive: true }
    +
      +
    • +
      currency: "usd"
      +
    • +
    • +
      id: "511651860671627264"
      +
    • +
    • +
      interval: 2
      +
    • +
    • +
      intervalCount: 1
      +
    • +
    • +
      name: "Nitro Classic Yearly (Legacy)"
      +
    • +
    • +
      premiumType: 2
      +
    • +
    • +
      price: 4999
      +
    • +
    • +
      skuId: "521842865731534868"
      +
    • +
    • +
      taxInclusive: true
      +
    • +
    +
  • +
  • +
    511651871736201216: { currency: "usd"; id: "511651871736201216"; interval: 1; intervalCount: 1; name: "Nitro Classic Monthly"; premiumType: 1; price: 499; skuId: "521846918637420545"; taxInclusive: true }
    +
      +
    • +
      currency: "usd"
      +
    • +
    • +
      id: "511651871736201216"
      +
    • +
    • +
      interval: 1
      +
    • +
    • +
      intervalCount: 1
      +
    • +
    • +
      name: "Nitro Classic Monthly"
      +
    • +
    • +
      premiumType: 1
      +
    • +
    • +
      price: 499
      +
    • +
    • +
      skuId: "521846918637420545"
      +
    • +
    • +
      taxInclusive: true
      +
    • +
    +
  • +
  • +
    511651876987469824: { currency: "usd"; id: "511651876987469824"; interval: 2; intervalCount: 1; name: "Nitro Classic Yearly"; premiumType: 1; price: 4999; skuId: "521846918637420545"; taxInclusive: true }
    +
      +
    • +
      currency: "usd"
      +
    • +
    • +
      id: "511651876987469824"
      +
    • +
    • +
      interval: 2
      +
    • +
    • +
      intervalCount: 1
      +
    • +
    • +
      name: "Nitro Classic Yearly"
      +
    • +
    • +
      premiumType: 1
      +
    • +
    • +
      price: 4999
      +
    • +
    • +
      skuId: "521846918637420545"
      +
    • +
    • +
      taxInclusive: true
      +
    • +
    +
  • +
  • +
    511651880837840896: { currency: "usd"; id: "511651880837840896"; interval: 1; intervalCount: 1; name: "Nitro Monthly"; premiumType: 2; price: 999; skuId: "521847234246082599"; taxInclusive: true }
    +
      +
    • +
      currency: "usd"
      +
    • +
    • +
      id: "511651880837840896"
      +
    • +
    • +
      interval: 1
      +
    • +
    • +
      intervalCount: 1
      +
    • +
    • +
      name: "Nitro Monthly"
      +
    • +
    • +
      premiumType: 2
      +
    • +
    • +
      price: 999
      +
    • +
    • +
      skuId: "521847234246082599"
      +
    • +
    • +
      taxInclusive: true
      +
    • +
    +
  • +
  • +
    511651885459963904: { currency: "usd"; id: "511651885459963904"; interval: 2; intervalCount: 1; name: "Nitro Yearly"; premiumType: 2; price: 9999; skuId: "521847234246082599"; taxInclusive: true }
    +
      +
    • +
      currency: "usd"
      +
    • +
    • +
      id: "511651885459963904"
      +
    • +
    • +
      interval: 2
      +
    • +
    • +
      intervalCount: 1
      +
    • +
    • +
      name: "Nitro Yearly"
      +
    • +
    • +
      premiumType: 2
      +
    • +
    • +
      price: 9999
      +
    • +
    • +
      skuId: "521847234246082599"
      +
    • +
    • +
      taxInclusive: true
      +
    • +
    +
  • +
  • +
    590665532894740483: { currency: "usd"; id: "590665532894740483"; interval: 1; intervalCount: 1; name: "Nitro Server Boost Monthly"; premiumUserPrice: 349; price: 499; skuId: "590663762298667008"; taxInclusive: true }
    +
      +
    • +
      currency: "usd"
      +
    • +
    • +
      id: "590665532894740483"
      +
    • +
    • +
      interval: 1
      +
    • +
    • +
      intervalCount: 1
      +
    • +
    • +
      name: "Nitro Server Boost Monthly"
      +
    • +
    • +
      premiumUserPrice: 349
      +
    • +
    • +
      price: 499
      +
    • +
    • +
      skuId: "590663762298667008"
      +
    • +
    • +
      taxInclusive: true
      +
    • +
    +
  • +
  • +
    590665538238152709: { currency: "usd"; id: "590665538238152709"; interval: 2; intervalCount: 1; name: "Nitro Server Boost Yearly"; premiumUserPrice: 3499; price: 4999; skuId: "590663762298667008"; taxInclusive: true }
    +
      +
    • +
      currency: "usd"
      +
    • +
    • +
      id: "590665538238152709"
      +
    • +
    • +
      interval: 2
      +
    • +
    • +
      intervalCount: 1
      +
    • +
    • +
      name: "Nitro Server Boost Yearly"
      +
    • +
    • +
      premiumUserPrice: 3499
      +
    • +
    • +
      price: 4999
      +
    • +
    • +
      skuId: "590663762298667008"
      +
    • +
    • +
      taxInclusive: true
      +
    • +
    +
  • +
  • +
    628379151761408000: { currency: "usd"; id: "628379151761408000"; interval: 1; intervalCount: 1; name: "None Monthly"; price: 0; skuId: "628379670982688768"; taxInclusive: true }
    +
      +
    • +
      currency: "usd"
      +
    • +
    • +
      id: "628379151761408000"
      +
    • +
    • +
      interval: 1
      +
    • +
    • +
      intervalCount: 1
      +
    • +
    • +
      name: "None Monthly"
      +
    • +
    • +
      price: 0
      +
    • +
    • +
      skuId: "628379670982688768"
      +
    • +
    • +
      taxInclusive: true
      +
    • +
    +
  • +
  • +
    628381571568631808: { currency: "usd"; id: "628381571568631808"; interval: 2; intervalCount: 1; name: "None Yearly"; price: 0; skuId: "628379670982688768"; taxInclusive: true }
    +
      +
    • +
      currency: "usd"
      +
    • +
    • +
      id: "628381571568631808"
      +
    • +
    • +
      interval: 2
      +
    • +
    • +
      intervalCount: 1
      +
    • +
    • +
      name: "None Yearly"
      +
    • +
    • +
      price: 0
      +
    • +
    • +
      skuId: "628379670982688768"
      +
    • +
    • +
      taxInclusive: true
      +
    • +
    +
  • +
+
+
+
+ +

SubscriptionPlans

+
SubscriptionPlans: { NONE_MONTH: "628379151761408000"; NONE_YEAR: "628381571568631808"; PREMIUM_MONTH_GUILD: "590665532894740483"; PREMIUM_MONTH_LEGACY: "511651856145973248"; PREMIUM_MONTH_TIER_1: "511651871736201216"; PREMIUM_MONTH_TIER_2: "511651880837840896"; PREMIUM_YEAR_GUILD: "590665538238152709"; PREMIUM_YEAR_LEGACY: "511651860671627264"; PREMIUM_YEAR_TIER_1: "511651876987469824"; PREMIUM_YEAR_TIER_2: "511651885459963904" }
+ +
+

Type declaration

+
    +
  • +
    NONE_MONTH: "628379151761408000"
    +
  • +
  • +
    NONE_YEAR: "628381571568631808"
    +
  • +
  • +
    PREMIUM_MONTH_GUILD: "590665532894740483"
    +
  • +
  • +
    PREMIUM_MONTH_LEGACY: "511651856145973248"
    +
  • +
  • +
    PREMIUM_MONTH_TIER_1: "511651871736201216"
    +
  • +
  • +
    PREMIUM_MONTH_TIER_2: "511651880837840896"
    +
  • +
  • +
    PREMIUM_YEAR_GUILD: "590665538238152709"
    +
  • +
  • +
    PREMIUM_YEAR_LEGACY: "511651860671627264"
    +
  • +
  • +
    PREMIUM_YEAR_TIER_1: "511651876987469824"
    +
  • +
  • +
    PREMIUM_YEAR_TIER_2: "511651885459963904"
    +
  • +
+
+
+
+ +

SubscriptionStatusTypes

+
SubscriptionStatusTypes: { 0: "UNPAID"; 1: "ACTIVE"; 2: "PAST_DUE"; 3: "CANCELED"; ACTIVE: 1; CANCELED: 3; PAST_DUE: 2; UNPAID: 0 }
+ +
+

Type declaration

+
    +
  • +
    0: "UNPAID"
    +
  • +
  • +
    1: "ACTIVE"
    +
  • +
  • +
    2: "PAST_DUE"
    +
  • +
  • +
    3: "CANCELED"
    +
  • +
  • +
    ACTIVE: 1
    +
  • +
  • +
    CANCELED: 3
    +
  • +
  • +
    PAST_DUE: 2
    +
  • +
  • +
    UNPAID: 0
    +
  • +
+
+
+
+ +

SubscriptionTrials

+
SubscriptionTrials: { 520373071933079552: { id: "520373071933079552"; skus: ["521847234246082599"] } }
+ +
+

Type declaration

+
    +
  • +
    520373071933079552: { id: "520373071933079552"; skus: ["521847234246082599"] }
    +
      +
    • +
      id: "520373071933079552"
      +
    • +
    • +
      skus: ["521847234246082599"]
      +
    • +
    +
  • +
+
+
+
+ +

SubscriptionTypes

+
SubscriptionTypes: { 1: "PREMIUM"; PREMIUM: 1 }
+ +
+

Type declaration

+
    +
  • +
    1: "PREMIUM"
    +
  • +
  • +
    PREMIUM: 1
    +
  • +
+
+
+
+ +

SurveyUrls

+
SurveyUrls: { COMMUNITIES: "https://www.surveymonkey.com/r/2CDQY5L"; MOBILE: {}; PLATFORM: "https://www.surveymonkey.com/r/ZKPFFWH" }
+ +
+

Type declaration

+
    +
  • +
    COMMUNITIES: "https://www.surveymonkey.com/r/2CDQY5L"
    +
  • +
  • +
    MOBILE: {}
    +
      +
    +
  • +
  • +
    PLATFORM: "https://www.surveymonkey.com/r/ZKPFFWH"
    +
  • +
+
+
+
+ +

SystemChannelFlags

+
SystemChannelFlags: { SUPPRESS_JOIN_NOTIFICATIONS: 1; SUPPRESS_PREMIUM_SUBSCRIPTIONS: 2 }
+ +
+

Type declaration

+
    +
  • +
    SUPPRESS_JOIN_NOTIFICATIONS: 1
    +
  • +
  • +
    SUPPRESS_PREMIUM_SUBSCRIPTIONS: 2
    +
  • +
+
+
+
+ +

TOKEN_KEY

+
TOKEN_KEY: "token"
+ +
+
+ +

TRUNCATED_MESSAGE_VIEW_SIZE

+
TRUNCATED_MESSAGE_VIEW_SIZE: 100
+ +
+
+ +

TTSNotificationTypes

+
TTSNotificationTypes: { ALL_CHANNELS: "ALL_CHANNELS"; NEVER: "NEVER"; SELECTED_CHANNEL: "SELECTED_CHANNEL" }
+ +
+

Type declaration

+
    +
  • +
    ALL_CHANNELS: "ALL_CHANNELS"
    +
  • +
  • +
    NEVER: "NEVER"
    +
  • +
  • +
    SELECTED_CHANNEL: "SELECTED_CHANNEL"
    +
  • +
+
+
+
+ +

TWITCH_CLIENT_ID

+
TWITCH_CLIENT_ID: "33kozedd0zs6fbauka98psnc7zwom2s"
+ +
+
+ +

TYPING_DELAY_LOCAL

+
TYPING_DELAY_LOCAL: 1500
+ +
+
+ +

TYPING_TIMEOUT

+
TYPING_TIMEOUT: 10000
+ +
+
+ +

TableSortDirections

+
TableSortDirections: { ASCENDING: "asc"; DESCENDING: "desc" }
+ +
+

Type declaration

+
    +
  • +
    ASCENDING: "asc"
    +
  • +
  • +
    DESCENDING: "desc"
    +
  • +
+
+
+
+ +

TenorFormats

+
TenorFormats: { GIF: "gif"; LOOPEDMP4: "loopedmp4"; MEDIUMGIF: "mediumgif"; MP4: "mp4"; NANOGIF: "nanogif"; NANOMP4: "nanomp4"; NANOWEBM: "nanowebm"; TINYGIF: "tinygif"; TINYMP4: "tinymp4"; TINYWEBM: "tinywebm"; WEBM: "webm" }
+ +
+

Type declaration

+
    +
  • +
    GIF: "gif"
    +
  • +
  • +
    LOOPEDMP4: "loopedmp4"
    +
  • +
  • +
    MEDIUMGIF: "mediumgif"
    +
  • +
  • +
    MP4: "mp4"
    +
  • +
  • +
    NANOGIF: "nanogif"
    +
  • +
  • +
    NANOMP4: "nanomp4"
    +
  • +
  • +
    NANOWEBM: "nanowebm"
    +
  • +
  • +
    TINYGIF: "tinygif"
    +
  • +
  • +
    TINYMP4: "tinymp4"
    +
  • +
  • +
    TINYWEBM: "tinywebm"
    +
  • +
  • +
    WEBM: "webm"
    +
  • +
+
+
+
+ +

TextareaTypes

+
TextareaTypes: { EDIT: "edit"; FORM: "form"; NORMAL: "normal" }
+ +
+

Type declaration

+
    +
  • +
    EDIT: "edit"
    +
  • +
  • +
    FORM: "form"
    +
  • +
  • +
    NORMAL: "normal"
    +
  • +
+
+
+
+ +

ThemeColorMap

+
ThemeColorMap: { ACTIVITY_CARD_BACKGROUND: ["#202225", "#ffffff"]; BACKGROUND_ACCENT: ["#4f545c", "#747f8d"]; BACKGROUND_FLOATING: ["#18191c", "#ffffff"]; BACKGROUND_MENTIONED: ["rgba(250, 166, 26, 0.05)", "rgba(250, 166, 26, 0.1)"]; BACKGROUND_MENTIONED_HOVER: ["rgba(250, 166, 26, 0.08)", "rgba(250, 166, 26, 0.2)"]; BACKGROUND_MESSAGE_HOVER: ["rgba(4, 4, 5, 0.07)", "rgba(6, 6, 7, 0.02)"]; BACKGROUND_MOBILE_PRIMARY: ["#36393f", "#f8f9f9"]; BACKGROUND_MOBILE_SECONDARY: ["#2f3136", "#ffffff"]; BACKGROUND_MODIFIER_ACCENT: ["rgba(255, 255, 255, 0.06)", "rgba(6, 6, 7, 0.08)"]; BACKGROUND_MODIFIER_ACTIVE: ["rgba(79, 84, 92, 0.24)", "rgba(116, 127, 141, 0.16)"]; BACKGROUND_MODIFIER_HOVER: ["rgba(79, 84, 92, 0.16)", "rgba(116, 127, 141, 0.08)"]; BACKGROUND_MODIFIER_SELECTED: ["rgba(79, 84, 92, 0.32)", "rgba(116, 127, 141, 0.24)"]; BACKGROUND_PRIMARY: ["#36393f", "#ffffff"]; BACKGROUND_SECONDARY: ["#2f3136", "#f2f3f5"]; BACKGROUND_SECONDARY_ALT: ["#292b2f", "#ebedef"]; BACKGROUND_TERTIARY: ["#202225", "#e3e5e8"]; CHANNELS_DEFAULT: ["#8e9297", "#6a7480"]; CHANNELTEXTAREA_BACKGROUND: ["#40444b", "#ebedef"]; DEPRECATED_CARD_BG: ["rgba(32, 34, 37, 0.6)", "#f8f9f9"]; DEPRECATED_CARD_EDITABLE_BG: ["rgba(32, 34, 37, 0.3)", "rgba(246, 246, 247, 0.6)"]; DEPRECATED_QUICKSWITCHER_INPUT_BACKGROUND: ["#72767d", "#ffffff"]; DEPRECATED_QUICKSWITCHER_INPUT_PLACEHOLDER: ["rgba(255, 255, 255, 0.3)", "rgba(79, 84, 92, 0.3)"]; DEPRECATED_STORE_BG: ["#36393f", "#f8f9f9"]; DEPRECATED_TEXT_INPUT_BG: ["rgba(0, 0, 0, 0.1)", "rgba(79, 84, 92, 0.02)"]; DEPRECATED_TEXT_INPUT_BORDER: ["rgba(0, 0, 0, 0.3)", "rgba(79, 84, 92, 0.3)"]; DEPRECATED_TEXT_INPUT_BORDER_DISABLED: ["#202225", "#dcddde"]; DEPRECATED_TEXT_INPUT_BORDER_HOVER: ["#040405", "#b9bbbe"]; DEPRECATED_TEXT_INPUT_PREFIX: ["#dcddde", "#b9bbbe"]; ELEVATION_HIGH: ["0 8px 16px rgba(0, 0, 0, 0.24)", "0 8px 16px rgba(0, 0, 0, 0.16)"]; ELEVATION_LOW: ["0 1px 0 rgba(4, 4, 5, 0.2), 0 1.5px 0 rgba(6, 6, 7, 0.05), 0 2px 0 rgba(4, 4, 5, 0.05)", "0 1px 0 rgba(6, 6, 7, 0.1), 0 1.5px 0 rgba(6, 6, 7, 0.025), 0 2px 0 rgba(6, 6, 7, 0.025)"]; ELEVATION_MEDIUM: ["0 4px 4px rgba(0, 0, 0, 0.16)", "0 4px 4px rgba(0, 0, 0, 0.08)"]; ELEVATION_STROKE: ["0 0 0 1px rgba(4, 4, 5, 0.15)", "0 0 0 1px rgba(6, 6, 7, 0.08)"]; FOCUS_PRIMARY: ["#00b0f4", "#00b0f4"]; GUILD_HEADER_TEXT_SHADOW: ["0 1px 1px rgba(0, 0, 0, 0.4)", "0 1px 1px rgba(255, 255, 255, 0.4)"]; HEADER_PRIMARY: ["#ffffff", "#060607"]; HEADER_SECONDARY: ["#b9bbbe", "#4f5660"]; INTERACTIVE_ACTIVE: ["#ffffff", "#060607"]; INTERACTIVE_HOVER: ["#dcddde", "#2e3338"]; INTERACTIVE_MUTED: ["#4f545c", "#c7ccd1"]; INTERACTIVE_NORMAL: ["#b9bbbe", "#4f5660"]; LOGO_PRIMARY: ["#ffffff", "#7289da"]; TEXTBOX_MARKDOWN_SYNTAX: ["#8e9297", "#6a7480"]; TEXT_LINK: ["#00b0f4", "#0067e0"]; TEXT_MUTED: ["#72767d", "#747f8d"]; TEXT_NORMAL: ["#dcddde", "#2e3338"] }
+ +
+

Type declaration

+
    +
  • +
    ACTIVITY_CARD_BACKGROUND: ["#202225", "#ffffff"]
    +
  • +
  • +
    BACKGROUND_ACCENT: ["#4f545c", "#747f8d"]
    +
  • +
  • +
    BACKGROUND_FLOATING: ["#18191c", "#ffffff"]
    +
  • +
  • +
    BACKGROUND_MENTIONED: ["rgba(250, 166, 26, 0.05)", "rgba(250, 166, 26, 0.1)"]
    +
  • +
  • +
    BACKGROUND_MENTIONED_HOVER: ["rgba(250, 166, 26, 0.08)", "rgba(250, 166, 26, 0.2)"]
    +
  • +
  • +
    BACKGROUND_MESSAGE_HOVER: ["rgba(4, 4, 5, 0.07)", "rgba(6, 6, 7, 0.02)"]
    +
  • +
  • +
    BACKGROUND_MOBILE_PRIMARY: ["#36393f", "#f8f9f9"]
    +
  • +
  • +
    BACKGROUND_MOBILE_SECONDARY: ["#2f3136", "#ffffff"]
    +
  • +
  • +
    BACKGROUND_MODIFIER_ACCENT: ["rgba(255, 255, 255, 0.06)", "rgba(6, 6, 7, 0.08)"]
    +
  • +
  • +
    BACKGROUND_MODIFIER_ACTIVE: ["rgba(79, 84, 92, 0.24)", "rgba(116, 127, 141, 0.16)"]
    +
  • +
  • +
    BACKGROUND_MODIFIER_HOVER: ["rgba(79, 84, 92, 0.16)", "rgba(116, 127, 141, 0.08)"]
    +
  • +
  • +
    BACKGROUND_MODIFIER_SELECTED: ["rgba(79, 84, 92, 0.32)", "rgba(116, 127, 141, 0.24)"]
    +
  • +
  • +
    BACKGROUND_PRIMARY: ["#36393f", "#ffffff"]
    +
  • +
  • +
    BACKGROUND_SECONDARY: ["#2f3136", "#f2f3f5"]
    +
  • +
  • +
    BACKGROUND_SECONDARY_ALT: ["#292b2f", "#ebedef"]
    +
  • +
  • +
    BACKGROUND_TERTIARY: ["#202225", "#e3e5e8"]
    +
  • +
  • +
    CHANNELS_DEFAULT: ["#8e9297", "#6a7480"]
    +
  • +
  • +
    CHANNELTEXTAREA_BACKGROUND: ["#40444b", "#ebedef"]
    +
  • +
  • +
    DEPRECATED_CARD_BG: ["rgba(32, 34, 37, 0.6)", "#f8f9f9"]
    +
  • +
  • +
    DEPRECATED_CARD_EDITABLE_BG: ["rgba(32, 34, 37, 0.3)", "rgba(246, 246, 247, 0.6)"]
    +
  • +
  • +
    DEPRECATED_QUICKSWITCHER_INPUT_BACKGROUND: ["#72767d", "#ffffff"]
    +
  • +
  • +
    DEPRECATED_QUICKSWITCHER_INPUT_PLACEHOLDER: ["rgba(255, 255, 255, 0.3)", "rgba(79, 84, 92, 0.3)"]
    +
  • +
  • +
    DEPRECATED_STORE_BG: ["#36393f", "#f8f9f9"]
    +
  • +
  • +
    DEPRECATED_TEXT_INPUT_BG: ["rgba(0, 0, 0, 0.1)", "rgba(79, 84, 92, 0.02)"]
    +
  • +
  • +
    DEPRECATED_TEXT_INPUT_BORDER: ["rgba(0, 0, 0, 0.3)", "rgba(79, 84, 92, 0.3)"]
    +
  • +
  • +
    DEPRECATED_TEXT_INPUT_BORDER_DISABLED: ["#202225", "#dcddde"]
    +
  • +
  • +
    DEPRECATED_TEXT_INPUT_BORDER_HOVER: ["#040405", "#b9bbbe"]
    +
  • +
  • +
    DEPRECATED_TEXT_INPUT_PREFIX: ["#dcddde", "#b9bbbe"]
    +
  • +
  • +
    ELEVATION_HIGH: ["0 8px 16px rgba(0, 0, 0, 0.24)", "0 8px 16px rgba(0, 0, 0, 0.16)"]
    +
  • +
  • +
    ELEVATION_LOW: ["0 1px 0 rgba(4, 4, 5, 0.2), 0 1.5px 0 rgba(6, 6, 7, 0.05), 0 2px 0 rgba(4, 4, 5, 0.05)", "0 1px 0 rgba(6, 6, 7, 0.1), 0 1.5px 0 rgba(6, 6, 7, 0.025), 0 2px 0 rgba(6, 6, 7, 0.025)"]
    +
  • +
  • +
    ELEVATION_MEDIUM: ["0 4px 4px rgba(0, 0, 0, 0.16)", "0 4px 4px rgba(0, 0, 0, 0.08)"]
    +
  • +
  • +
    ELEVATION_STROKE: ["0 0 0 1px rgba(4, 4, 5, 0.15)", "0 0 0 1px rgba(6, 6, 7, 0.08)"]
    +
  • +
  • +
    FOCUS_PRIMARY: ["#00b0f4", "#00b0f4"]
    +
  • +
  • +
    GUILD_HEADER_TEXT_SHADOW: ["0 1px 1px rgba(0, 0, 0, 0.4)", "0 1px 1px rgba(255, 255, 255, 0.4)"]
    +
  • +
  • +
    HEADER_PRIMARY: ["#ffffff", "#060607"]
    +
  • +
  • +
    HEADER_SECONDARY: ["#b9bbbe", "#4f5660"]
    +
  • +
  • +
    INTERACTIVE_ACTIVE: ["#ffffff", "#060607"]
    +
  • +
  • +
    INTERACTIVE_HOVER: ["#dcddde", "#2e3338"]
    +
  • +
  • +
    INTERACTIVE_MUTED: ["#4f545c", "#c7ccd1"]
    +
  • +
  • +
    INTERACTIVE_NORMAL: ["#b9bbbe", "#4f5660"]
    +
  • +
  • +
    LOGO_PRIMARY: ["#ffffff", "#7289da"]
    +
  • +
  • +
    TEXTBOX_MARKDOWN_SYNTAX: ["#8e9297", "#6a7480"]
    +
  • +
  • +
    TEXT_LINK: ["#00b0f4", "#0067e0"]
    +
  • +
  • +
    TEXT_MUTED: ["#72767d", "#747f8d"]
    +
  • +
  • +
    TEXT_NORMAL: ["#dcddde", "#2e3338"]
    +
  • +
+
+
+
+ +

ThemeTypes

+
ThemeTypes: { DARK: "dark"; LIGHT: "light" }
+ +
+

Type declaration

+
    +
  • +
    DARK: "dark"
    +
  • +
  • +
    LIGHT: "light"
    +
  • +
+
+
+
+ +

TransportTypes

+
TransportTypes: { HTTP: "http"; IPC: "ipc"; WEBSOCKET: "ws" }
+ +
+

Type declaration

+
    +
  • +
    HTTP: "http"
    +
  • +
  • +
    IPC: "ipc"
    +
  • +
  • +
    WEBSOCKET: "ws"
    +
  • +
+
+
+
+ +

TwoFAModalSetupSections

+
TwoFAModalSetupSections: { ADD_SMS: "Two Factor Auth Add SMS"; ENTER_CODE: "Two Factor Auth Enter Code"; LANDING: "Two Factor Auth Landing"; SCAN: "Two Factor Auth Scan Code"; SUCCESS: "Two Factor Auth Enable Success"; VERIFY_SMS: "Two Factor Auth Verify SMS" }
+ +
+

Type declaration

+
    +
  • +
    ADD_SMS: "Two Factor Auth Add SMS"
    +
  • +
  • +
    ENTER_CODE: "Two Factor Auth Enter Code"
    +
  • +
  • +
    LANDING: "Two Factor Auth Landing"
    +
  • +
  • +
    SCAN: "Two Factor Auth Scan Code"
    +
  • +
  • +
    SUCCESS: "Two Factor Auth Enable Success"
    +
  • +
  • +
    VERIFY_SMS: "Two Factor Auth Verify SMS"
    +
  • +
+
+
+
+ +

UNAMBIGUOUS_CHARACTERS

+
UNAMBIGUOUS_CHARACTERS: "abcdefghjkmnpqrstuvwxyzABCDEFGHJKMNPQRSTUVWXYZ23456789"
+ +
+
+ +

UNREACHABLE_REQUEST_ANIMATION_FRAME_ID

+
UNREACHABLE_REQUEST_ANIMATION_FRAME_ID: 0
+ +
+
+ +

UNSAFE_Colors

+
UNSAFE_Colors: { ACCOUNT_GREY: "#282b30"; AVATAR_GREY: "#747F8C"; CHAT_GREY: "#36393e"; DARK_PURPLE: "#697ec4"; GREY1: "#99aab5"; GREY2: "#87909c"; GREY3: "#737f8d"; GREY4: "#949494"; GREY5: "#535559"; GREY6: "#4f545c"; GREY7: "#1c242b"; GREY9: "#202226"; GUILDS_GREY: "#1e2124"; HIGHLIGHT_GREY: "#25282c"; HINT_PURPLE: "#c9d2f0"; MODAL_GREY: "#EFEFF4"; ORANGE: "#f57731"; UNREAD_GREY: "#8a8e94"; WHITE2: "#f3f3f3"; WHITE3: "#f0f0f0"; WHITE7: "#dbdde1"; WHITE8: "#cdcdcd" }
+ +
+

Type declaration

+
    +
  • +
    ACCOUNT_GREY: "#282b30"
    +
  • +
  • +
    AVATAR_GREY: "#747F8C"
    +
  • +
  • +
    CHAT_GREY: "#36393e"
    +
  • +
  • +
    DARK_PURPLE: "#697ec4"
    +
  • +
  • +
    GREY1: "#99aab5"
    +
  • +
  • +
    GREY2: "#87909c"
    +
  • +
  • +
    GREY3: "#737f8d"
    +
  • +
  • +
    GREY4: "#949494"
    +
  • +
  • +
    GREY5: "#535559"
    +
  • +
  • +
    GREY6: "#4f545c"
    +
  • +
  • +
    GREY7: "#1c242b"
    +
  • +
  • +
    GREY9: "#202226"
    +
  • +
  • +
    GUILDS_GREY: "#1e2124"
    +
  • +
  • +
    HIGHLIGHT_GREY: "#25282c"
    +
  • +
  • +
    HINT_PURPLE: "#c9d2f0"
    +
  • +
  • +
    MODAL_GREY: "#EFEFF4"
    +
  • +
  • +
    ORANGE: "#f57731"
    +
  • +
  • +
    UNREAD_GREY: "#8a8e94"
    +
  • +
  • +
    WHITE2: "#f3f3f3"
    +
  • +
  • +
    WHITE3: "#f0f0f0"
    +
  • +
  • +
    WHITE7: "#dbdde1"
    +
  • +
  • +
    WHITE8: "#cdcdcd"
    +
  • +
+
+
+
+ +

UPLOAD_MEDIUM_SIZE

+
UPLOAD_MEDIUM_SIZE: 256
+ +
+
+ +

UPLOAD_SMALL_SIZE

+
UPLOAD_SMALL_SIZE: 128
+ +
+
+ +

USER_SETTINGS_CONTAINER_HORIZONTAL_PADDING

+
USER_SETTINGS_CONTAINER_HORIZONTAL_PADDING: 16
+ +
+
+ +

USER_STATUS_TOOLTIP_DELAY

+
USER_STATUS_TOOLTIP_DELAY: 300
+ +
+
+ +

UpsellTypes

+
UpsellTypes: { ANIMATED_AVATAR: "animated-avatar"; ANIMATED_EMOJI: "animated-emoji"; BADGE: "badge"; GLOBAL_EMOJI: "global-emoji"; TAG: "tag"; UPLOAD: "upload" }
+ +
+

Type declaration

+
    +
  • +
    ANIMATED_AVATAR: "animated-avatar"
    +
  • +
  • +
    ANIMATED_EMOJI: "animated-emoji"
    +
  • +
  • +
    BADGE: "badge"
    +
  • +
  • +
    GLOBAL_EMOJI: "global-emoji"
    +
  • +
  • +
    TAG: "tag"
    +
  • +
  • +
    UPLOAD: "upload"
    +
  • +
+
+
+
+ +

UserFlags

+
UserFlags: { BUG_HUNTER_LEVEL_1: 8; BUG_HUNTER_LEVEL_2: 16384; HAS_UNREAD_URGENT_MESSAGES: 8192; HYPESQUAD: 4; HYPESQUAD_ONLINE_HOUSE_1: 64; HYPESQUAD_ONLINE_HOUSE_2: 128; HYPESQUAD_ONLINE_HOUSE_3: 256; MFA_SMS: 16; PARTNER: 2; PREMIUM_EARLY_SUPPORTER: 512; PREMIUM_PROMO_DISMISSED: 32; STAFF: 1; SYSTEM: 4096; VERIFIED_BOT: 65536; VERIFIED_DEVELOPER: 131072 }
+ +
+

Type declaration

+
    +
  • +
    BUG_HUNTER_LEVEL_1: 8
    +
  • +
  • +
    BUG_HUNTER_LEVEL_2: 16384
    +
  • +
  • +
    HAS_UNREAD_URGENT_MESSAGES: 8192
    +
  • +
  • +
    HYPESQUAD: 4
    +
  • +
  • +
    HYPESQUAD_ONLINE_HOUSE_1: 64
    +
  • +
  • +
    HYPESQUAD_ONLINE_HOUSE_2: 128
    +
  • +
  • +
    HYPESQUAD_ONLINE_HOUSE_3: 256
    +
  • +
  • +
    MFA_SMS: 16
    +
  • +
  • +
    PARTNER: 2
    +
  • +
  • +
    PREMIUM_EARLY_SUPPORTER: 512
    +
  • +
  • +
    PREMIUM_PROMO_DISMISSED: 32
    +
  • +
  • +
    STAFF: 1
    +
  • +
  • +
    SYSTEM: 4096
    +
  • +
  • +
    VERIFIED_BOT: 65536
    +
  • +
  • +
    VERIFIED_DEVELOPER: 131072
    +
  • +
+
+
+
+ +

UserMediaErrors

+
UserMediaErrors: { NO_DEVICES_FOUND: "NO_DEVICES_FOUND"; PERMISSION_DENIED: "PERMISSION_DENIED"; PERMISSION_DISMISSED: "PERMISSION_DISMISSED" }
+ +
+

Type declaration

+
    +
  • +
    NO_DEVICES_FOUND: "NO_DEVICES_FOUND"
    +
  • +
  • +
    PERMISSION_DENIED: "PERMISSION_DENIED"
    +
  • +
  • +
    PERMISSION_DISMISSED: "PERMISSION_DISMISSED"
    +
  • +
+
+
+
+ +

UserNotificationSettings

+
UserNotificationSettings: { 0: "ALL_MESSAGES"; 1: "ONLY_MENTIONS"; 2: "NO_MESSAGES"; 3: "NULL"; ALL_MESSAGES: 0; NO_MESSAGES: 2; NULL: 3; ONLY_MENTIONS: 1 }
+ +
+

Type declaration

+
    +
  • +
    0: "ALL_MESSAGES"
    +
  • +
  • +
    1: "ONLY_MENTIONS"
    +
  • +
  • +
    2: "NO_MESSAGES"
    +
  • +
  • +
    3: "NULL"
    +
  • +
  • +
    ALL_MESSAGES: 0
    +
  • +
  • +
    NO_MESSAGES: 2
    +
  • +
  • +
    NULL: 3
    +
  • +
  • +
    ONLY_MENTIONS: 1
    +
  • +
+
+
+
+ +

UserPremiumGuildSubscriptionLevels

+
UserPremiumGuildSubscriptionLevels: { 1: "LEVEL_1"; 2: "LEVEL_2"; 3: "LEVEL_3"; 4: "LEVEL_4"; 5: "LEVEL_5"; 6: "LEVEL_6"; 7: "LEVEL_7"; 8: "LEVEL_8"; 9: "LEVEL_9"; LEVEL_1: 1; LEVEL_2: 2; LEVEL_3: 3; LEVEL_4: 4; LEVEL_5: 5; LEVEL_6: 6; LEVEL_7: 7; LEVEL_8: 8; LEVEL_9: 9 }
+ +
+

Type declaration

+
    +
  • +
    1: "LEVEL_1"
    +
  • +
  • +
    2: "LEVEL_2"
    +
  • +
  • +
    3: "LEVEL_3"
    +
  • +
  • +
    4: "LEVEL_4"
    +
  • +
  • +
    5: "LEVEL_5"
    +
  • +
  • +
    6: "LEVEL_6"
    +
  • +
  • +
    7: "LEVEL_7"
    +
  • +
  • +
    8: "LEVEL_8"
    +
  • +
  • +
    9: "LEVEL_9"
    +
  • +
  • +
    LEVEL_1: 1
    +
  • +
  • +
    LEVEL_2: 2
    +
  • +
  • +
    LEVEL_3: 3
    +
  • +
  • +
    LEVEL_4: 4
    +
  • +
  • +
    LEVEL_5: 5
    +
  • +
  • +
    LEVEL_6: 6
    +
  • +
  • +
    LEVEL_7: 7
    +
  • +
  • +
    LEVEL_8: 8
    +
  • +
  • +
    LEVEL_9: 9
    +
  • +
+
+
+
+ +

UserPremiumGuildSubscriptionMonths

+
UserPremiumGuildSubscriptionMonths: { 1: 1; 2: 2; 3: 3; 4: 6; 5: 9; 6: 12; 7: 15; 8: 18; 9: 24 }
+ +
+

Type declaration

+
    +
  • +
    1: 1
    +
  • +
  • +
    2: 2
    +
  • +
  • +
    3: 3
    +
  • +
  • +
    4: 6
    +
  • +
  • +
    5: 9
    +
  • +
  • +
    6: 12
    +
  • +
  • +
    7: 15
    +
  • +
  • +
    8: 18
    +
  • +
  • +
    9: 24
    +
  • +
+
+
+
+ +

UserProfileSections

+
UserProfileSections: { MUTUAL_FRIENDS: "MUTUAL_FRIENDS"; MUTUAL_GUILDS: "MUTUAL_GUILDS"; USER_INFO: "USER_INFO" }
+ +
+

Type declaration

+
    +
  • +
    MUTUAL_FRIENDS: "MUTUAL_FRIENDS"
    +
  • +
  • +
    MUTUAL_GUILDS: "MUTUAL_GUILDS"
    +
  • +
  • +
    USER_INFO: "USER_INFO"
    +
  • +
+
+
+
+ +

UserRequiredActions

+
UserRequiredActions: { AGREEMENTS: "AGREEMENTS"; REQUIRE_CAPTCHA: "REQUIRE_CAPTCHA"; REQUIRE_VERIFIED_EMAIL: "REQUIRE_VERIFIED_EMAIL"; REQUIRE_VERIFIED_PHONE: "REQUIRE_VERIFIED_PHONE"; REQUIRE_VERIFIED_PHONE_THEN_EMAIL: "REQUIRE_VERIFIED_PHONE_THEN_EMAIL" }
+ +
+

Type declaration

+
    +
  • +
    AGREEMENTS: "AGREEMENTS"
    +
  • +
  • +
    REQUIRE_CAPTCHA: "REQUIRE_CAPTCHA"
    +
  • +
  • +
    REQUIRE_VERIFIED_EMAIL: "REQUIRE_VERIFIED_EMAIL"
    +
  • +
  • +
    REQUIRE_VERIFIED_PHONE: "REQUIRE_VERIFIED_PHONE"
    +
  • +
  • +
    REQUIRE_VERIFIED_PHONE_THEN_EMAIL: "REQUIRE_VERIFIED_PHONE_THEN_EMAIL"
    +
  • +
+
+
+
+ +

UserSearchWorkerMessageTypes

+
UserSearchWorkerMessageTypes: { QUERY_CLEAR: "QUERY_CLEAR"; QUERY_SET: "QUERY_SET"; UPDATE_USERS: "UPDATE_USERS"; USER_RESULTS: "USER_RESULTS" }
+ +
+

Type declaration

+
    +
  • +
    QUERY_CLEAR: "QUERY_CLEAR"
    +
  • +
  • +
    QUERY_SET: "QUERY_SET"
    +
  • +
  • +
    UPDATE_USERS: "UPDATE_USERS"
    +
  • +
  • +
    USER_RESULTS: "USER_RESULTS"
    +
  • +
+
+
+
+ +

UserSettingsSections

+
UserSettingsSections: { ACCOUNT: "My Account"; ACCOUNT_BACKUP_CODES: "Backup Codes"; ACCOUNT_CHANGE_PASSWORD: "Change Password"; ACCOUNT_EDIT: "Edit Account"; APPEARANCE: "Appearance"; AUTHORIZED_APPS: "Authorized Apps"; BILLING: "Billing"; BLOCKED_USERS: "Blocked Users"; BROWSER: "Browser"; CHANGE_LOG: "Change Log"; CONNECTIONS: "Connections"; CONNECTIONS_XBOX: "Connections Xbox"; CUSTOM_STATUS: "Custom Status"; CUSTOM_STATUS_EMOJI_PICKER: "Custom Status Emoji Picker"; DESKTOP_APP: "Desktop Only"; DEVELOPER_OPTIONS: "Developer Options"; EXPERIMENTS: "Experiments"; GAME_ACTIVITY: "Game Activity"; HYPESQUAD_ONLINE: "Hypesquad Online"; INVENTORY: "Library Inventory"; KEYBINDS: "Keybinds"; LINUX: "Linux"; LOCALE: "Language"; NOTIFICATIONS: "Notifications"; OVERLAY: "Overlay"; OVERVIEW: "Overview"; PREMIUM: "Discord Nitro"; PREMIUM_GIFTING: "Nitro Gifting"; PREMIUM_GUILD_SUBSCRIPTION: "Nitro Server Boost"; PRIVACY_AND_SAFETY: "Privacy & Safety"; STREAMER_MODE: "Streamer Mode"; TEXT: "Text & Images"; VOICE: "Voice & Video"; WINDOWS: "Windows" }
+ +
+

Type declaration

+
    +
  • +
    ACCOUNT: "My Account"
    +
  • +
  • +
    ACCOUNT_BACKUP_CODES: "Backup Codes"
    +
  • +
  • +
    ACCOUNT_CHANGE_PASSWORD: "Change Password"
    +
  • +
  • +
    ACCOUNT_EDIT: "Edit Account"
    +
  • +
  • +
    APPEARANCE: "Appearance"
    +
  • +
  • +
    AUTHORIZED_APPS: "Authorized Apps"
    +
  • +
  • +
    BILLING: "Billing"
    +
  • +
  • +
    BLOCKED_USERS: "Blocked Users"
    +
  • +
  • +
    BROWSER: "Browser"
    +
  • +
  • +
    CHANGE_LOG: "Change Log"
    +
  • +
  • +
    CONNECTIONS: "Connections"
    +
  • +
  • +
    CONNECTIONS_XBOX: "Connections Xbox"
    +
  • +
  • +
    CUSTOM_STATUS: "Custom Status"
    +
  • +
  • +
    CUSTOM_STATUS_EMOJI_PICKER: "Custom Status Emoji Picker"
    +
  • +
  • +
    DESKTOP_APP: "Desktop Only"
    +
  • +
  • +
    DEVELOPER_OPTIONS: "Developer Options"
    +
  • +
  • +
    EXPERIMENTS: "Experiments"
    +
  • +
  • +
    GAME_ACTIVITY: "Game Activity"
    +
  • +
  • +
    HYPESQUAD_ONLINE: "Hypesquad Online"
    +
  • +
  • +
    INVENTORY: "Library Inventory"
    +
  • +
  • +
    KEYBINDS: "Keybinds"
    +
  • +
  • +
    LINUX: "Linux"
    +
  • +
  • +
    LOCALE: "Language"
    +
  • +
  • +
    NOTIFICATIONS: "Notifications"
    +
  • +
  • +
    OVERLAY: "Overlay"
    +
  • +
  • +
    OVERVIEW: "Overview"
    +
  • +
  • +
    PREMIUM: "Discord Nitro"
    +
  • +
  • +
    PREMIUM_GIFTING: "Nitro Gifting"
    +
  • +
  • +
    PREMIUM_GUILD_SUBSCRIPTION: "Nitro Server Boost"
    +
  • +
  • +
    PRIVACY_AND_SAFETY: "Privacy & Safety"
    +
  • +
  • +
    STREAMER_MODE: "Streamer Mode"
    +
  • +
  • +
    TEXT: "Text & Images"
    +
  • +
  • +
    VOICE: "Voice & Video"
    +
  • +
  • +
    WINDOWS: "Windows"
    +
  • +
+
+
+
+ +

VANITY_URL_PREFIX

+
VANITY_URL_PREFIX: "https://discord.gg"
+ +
+
+ +

VIDEO_RE_IOS

+
VIDEO_RE_IOS: {}
+ +
+

Type declaration

+
    +
+
+
+
+ +

VerificationCriteria

+
VerificationCriteria: { ACCOUNT_AGE: 5; MEMBER_AGE: 10 }
+ +
+

Type declaration

+
    +
  • +
    ACCOUNT_AGE: 5
    +
  • +
  • +
    MEMBER_AGE: 10
    +
  • +
+
+
+
+ +

VerificationLevels

+
VerificationLevels: { 0: "NONE"; 1: "LOW"; 2: "MEDIUM"; 3: "HIGH"; 4: "VERY_HIGH"; HIGH: 3; LOW: 1; MEDIUM: 2; NONE: 0; VERY_HIGH: 4 }
+ +
+

Type declaration

+
    +
  • +
    0: "NONE"
    +
  • +
  • +
    1: "LOW"
    +
  • +
  • +
    2: "MEDIUM"
    +
  • +
  • +
    3: "HIGH"
    +
  • +
  • +
    4: "VERY_HIGH"
    +
  • +
  • +
    HIGH: 3
    +
  • +
  • +
    LOW: 1
    +
  • +
  • +
    MEDIUM: 2
    +
  • +
  • +
    NONE: 0
    +
  • +
  • +
    VERY_HIGH: 4
    +
  • +
+
+
+
+ +

VerificationModalScenes

+
VerificationModalScenes: { ADD_PHONE: "ADD_PHONE"; ENTER_EMAIL: "ENTER_EMAIL"; OVERVIEW: "OVERVIEW"; RESEND_EMAIL: "RESEND_EMAIL"; VERIFY_PHONE: "VERIFY_PHONE" }
+ +
+

Type declaration

+
    +
  • +
    ADD_PHONE: "ADD_PHONE"
    +
  • +
  • +
    ENTER_EMAIL: "ENTER_EMAIL"
    +
  • +
  • +
    OVERVIEW: "OVERVIEW"
    +
  • +
  • +
    RESEND_EMAIL: "RESEND_EMAIL"
    +
  • +
  • +
    VERIFY_PHONE: "VERIFY_PHONE"
    +
  • +
+
+
+
+ +

VerificationTypes

+
VerificationTypes: { CAPTCHA: "captcha"; EMAIL: "email"; EMAIL_OR_PHONE: "email_or_phone"; PHONE: "phone" }
+ +
+

Type declaration

+
    +
  • +
    CAPTCHA: "captcha"
    +
  • +
  • +
    EMAIL: "email"
    +
  • +
  • +
    EMAIL_OR_PHONE: "email_or_phone"
    +
  • +
  • +
    PHONE: "phone"
    +
  • +
+
+
+
+ +

ViewHistoryKeys

+
ViewHistoryKeys: { APPLICATION_LIBRARY_BADGE: "application_library_badge_18_11_02"; E3_SERVER_DISCOVERY_BADGE: "e3_server_discovery_badge_19_06_08"; SERVER_DISCOVERY_BADGE: "server_discovery_badge_19_02_11" }
+ +
+

Type declaration

+
    +
  • +
    APPLICATION_LIBRARY_BADGE: "application_library_badge_18_11_02"
    +
  • +
  • +
    E3_SERVER_DISCOVERY_BADGE: "e3_server_discovery_badge_19_06_08"
    +
  • +
  • +
    SERVER_DISCOVERY_BADGE: "server_discovery_badge_19_02_11"
    +
  • +
+
+
+
+ +

WebAnalyticsEvents

+
WebAnalyticsEvents: { CHANGE_MARKETING_LOCALE: "change_marketing_locale"; CLICK_LANDING_CTA: "click_landing_cta"; DOWNLOAD_APP: "download_app"; GAME_CLICKED_LANDING: "game_clicked_landing"; MAIN_NAVIGATION_MENU: "main_navigation_menu"; MKTG_APPLICATION_STEP: "mktg_application_step"; MKTG_HYPESQUAD_FORM_SUBMITTED: "mktg_hypesquad_form_submitted"; MKTG_PAGE_CTA_CLICKED: "mktg_page_cta_clicked"; MKTG_PAGE_VIEWED: "mktg_page_viewed"; MKTG_WARFRAME_CTA_CLICKED: "mktg_warframe_cta_clicked" }
+ +
+

Type declaration

+
    +
  • +
    CHANGE_MARKETING_LOCALE: "change_marketing_locale"
    +
  • +
  • +
    CLICK_LANDING_CTA: "click_landing_cta"
    +
  • +
  • +
    DOWNLOAD_APP: "download_app"
    +
  • +
  • +
    GAME_CLICKED_LANDING: "game_clicked_landing"
    +
  • +
  • +
    MAIN_NAVIGATION_MENU: "main_navigation_menu"
    +
  • +
  • +
    MKTG_APPLICATION_STEP: "mktg_application_step"
    +
  • +
  • +
    MKTG_HYPESQUAD_FORM_SUBMITTED: "mktg_hypesquad_form_submitted"
    +
  • +
  • +
    MKTG_PAGE_CTA_CLICKED: "mktg_page_cta_clicked"
    +
  • +
  • +
    MKTG_PAGE_VIEWED: "mktg_page_viewed"
    +
  • +
  • +
    MKTG_WARFRAME_CTA_CLICKED: "mktg_warframe_cta_clicked"
    +
  • +
+
+
+
+ +

WebAnalyticsPageLoads

+
WebAnalyticsPageLoads: { MKTG_ACKNOWLEDGEMENTS_MODAL_OPEN: "mktg_ack_modal_open" }
+ +
+

Type declaration

+
    +
  • +
    MKTG_ACKNOWLEDGEMENTS_MODAL_OPEN: "mktg_ack_modal_open"
    +
  • +
+
+
+
+ +

WebBrowserType

+
WebBrowserType: { 0: "SAFARI"; 1: "IN_APP"; 2: "CHROME"; CHROME: 2; IN_APP: 1; SAFARI: 0 }
+ +
+

Type declaration

+
    +
  • +
    0: "SAFARI"
    +
  • +
  • +
    1: "IN_APP"
    +
  • +
  • +
    2: "CHROME"
    +
  • +
  • +
    CHROME: 2
    +
  • +
  • +
    IN_APP: 1
    +
  • +
  • +
    SAFARI: 0
    +
  • +
+
+
+
+ +

WebRoutes

+
WebRoutes: { ACKNOWLEDGEMENTS: "/acknowledgements"; BRANDING: "/branding"; CHANGELOGS: "/changelogs/:date"; COMPANY: "/company"; DEV_NEWSLETTER_SIGNUP: "/dev-newsletter"; DOWNLOAD: "/download"; DOWNLOADS: "/downloads"; ERROR_404: "/404"; GUIDELINES: "/guidelines"; HYPESQUAD: "/hypesquad"; HYPESQUAD_RIOT: "/hypesquad-riot"; INDEX: "/"; INDEX_BUCKET: "/index/:bucketId"; INDEX_WORD: "/index"; JOB: "/jobs/:jobId"; JOBS: "/jobs"; LEGACY_DEV_NEWSLETTER: "/newsletter"; LICENSES: "/licenses"; NITRO: "/nitro"; OPEN_SOURCE: "/open-source"; PARTNERS: "/partners"; PRIVACY: "/privacy"; PRIVACY_2017: "/privacy-2017"; REMOTE_AUTH: "/ra/:remoteAuthFingerprint"; RICH_PRESENCE: "/rich-presence"; SAFETY_ARTICLE: "/safety/:article"; SAFETY_LANDING: "/safety"; SECURITY: "/security"; SELL_YOUR_GAME: "/sell-your-game"; SELL_YOUR_GAMES: "/sell-your-games"; STORE_TERMS: "/store-terms"; STREAMKIT: "/streamkit"; TERMS: "/terms"; TEST_KITCHEN: "/test-kitchen"; TOS: "/tos"; VERIFICATION: "/verification"; WARFRAME: "/warframe"; WHY_DISCORD: "/why-discord"; XBOX_OFFER: "/discord-xbox-offer-2019" }
+ +
+

Type declaration

+
    +
  • +
    ACKNOWLEDGEMENTS: "/acknowledgements"
    +
  • +
  • +
    BRANDING: "/branding"
    +
  • +
  • +
    CHANGELOGS: "/changelogs/:date"
    +
  • +
  • +
    COMPANY: "/company"
    +
  • +
  • +
    DEV_NEWSLETTER_SIGNUP: "/dev-newsletter"
    +
  • +
  • +
    DOWNLOAD: "/download"
    +
  • +
  • +
    DOWNLOADS: "/downloads"
    +
  • +
  • +
    ERROR_404: "/404"
    +
  • +
  • +
    GUIDELINES: "/guidelines"
    +
  • +
  • +
    HYPESQUAD: "/hypesquad"
    +
  • +
  • +
    HYPESQUAD_RIOT: "/hypesquad-riot"
    +
  • +
  • +
    INDEX: "/"
    +
  • +
  • +
    INDEX_BUCKET: "/index/:bucketId"
    +
  • +
  • +
    INDEX_WORD: "/index"
    +
  • +
  • +
    JOB: "/jobs/:jobId"
    +
  • +
  • +
    JOBS: "/jobs"
    +
  • +
  • +
    LEGACY_DEV_NEWSLETTER: "/newsletter"
    +
  • +
  • +
    LICENSES: "/licenses"
    +
  • +
  • +
    NITRO: "/nitro"
    +
  • +
  • +
    OPEN_SOURCE: "/open-source"
    +
  • +
  • +
    PARTNERS: "/partners"
    +
  • +
  • +
    PRIVACY: "/privacy"
    +
  • +
  • +
    PRIVACY_2017: "/privacy-2017"
    +
  • +
  • +
    REMOTE_AUTH: "/ra/:remoteAuthFingerprint"
    +
  • +
  • +
    RICH_PRESENCE: "/rich-presence"
    +
  • +
  • +
    SAFETY_ARTICLE: "/safety/:article"
    +
  • +
  • +
    SAFETY_LANDING: "/safety"
    +
  • +
  • +
    SECURITY: "/security"
    +
  • +
  • +
    SELL_YOUR_GAME: "/sell-your-game"
    +
  • +
  • +
    SELL_YOUR_GAMES: "/sell-your-games"
    +
  • +
  • +
    STORE_TERMS: "/store-terms"
    +
  • +
  • +
    STREAMKIT: "/streamkit"
    +
  • +
  • +
    TERMS: "/terms"
    +
  • +
  • +
    TEST_KITCHEN: "/test-kitchen"
    +
  • +
  • +
    TOS: "/tos"
    +
  • +
  • +
    VERIFICATION: "/verification"
    +
  • +
  • +
    WARFRAME: "/warframe"
    +
  • +
  • +
    WHY_DISCORD: "/why-discord"
    +
  • +
  • +
    XBOX_OFFER: "/discord-xbox-offer-2019"
    +
  • +
+
+
+
+ +

WindowsKeyToCode

+
WindowsKeyToCode: { ': 222; ,: 188; -: 189; .: 190; /: 191; 0: 48; 1: 49; 2: 50; 3: 51; 4: 52; 5: 53; 6: 54; 7: 55; 8: 56; 9: 57; ;: 186; =: 187; [: 219; \: 220; ]: 221; `: 192; a: 65; alt: 164; b: 66; backspace: 8; break: 19; c: 67; caps lock: 20; ctrl: 162; d: 68; del: 46; down: 40; e: 69; end: 35; enter: 13; esc: 27; f: 70; f1: 112; f10: 121; f11: 122; f12: 123; f13: 124; f14: 125; f15: 126; f16: 127; f17: 128; f18: 129; f19: 130; f2: 113; f3: 114; f4: 115; f5: 116; f6: 117; f7: 118; f8: 119; f9: 120; fast forward: 176; g: 71; h: 72; home: 36; i: 73; insert: 45; j: 74; k: 75; l: 76; left: 37; m: 77; meta: 91; n: 78; numpad *: 106; numpad +: 107; numpad -: 109; numpad .: 110; numpad /: 111; numpad 0: 96; numpad 1: 97; numpad 2: 98; numpad 3: 99; numpad 4: 100; numpad 5: 101; numpad 6: 102; numpad 7: 103; numpad 8: 104; numpad 9: 105; numpad =: 226; numpad clear: 144; o: 79; p: 80; page down: 34; page up: 33; play: 179; print screen: 44; q: 81; r: 82; rewind: 177; right: 39; right alt: 165; right ctrl: 163; right meta: 93; right shift: 161; s: 83; scroll lock: 145; shift: 160; space: 32; t: 84; tab: 9; u: 85; up: 38; v: 86; w: 87; x: 88; y: 89; z: 90 }
+ +
+

Type declaration

+
    +
  • +
    ': 222
    +
  • +
  • +
    ,: 188
    +
  • +
  • +
    -: 189
    +
  • +
  • +
    .: 190
    +
  • +
  • +
    /: 191
    +
  • +
  • +
    0: 48
    +
  • +
  • +
    1: 49
    +
  • +
  • +
    2: 50
    +
  • +
  • +
    3: 51
    +
  • +
  • +
    4: 52
    +
  • +
  • +
    5: 53
    +
  • +
  • +
    6: 54
    +
  • +
  • +
    7: 55
    +
  • +
  • +
    8: 56
    +
  • +
  • +
    9: 57
    +
  • +
  • +
    ;: 186
    +
  • +
  • +
    =: 187
    +
  • +
  • +
    [: 219
    +
  • +
  • +
    \: 220
    +
  • +
  • +
    ]: 221
    +
  • +
  • +
    `: 192
    +
  • +
  • +
    a: 65
    +
  • +
  • +
    alt: 164
    +
  • +
  • +
    b: 66
    +
  • +
  • +
    backspace: 8
    +
  • +
  • +
    break: 19
    +
  • +
  • +
    c: 67
    +
  • +
  • +
    caps lock: 20
    +
  • +
  • +
    ctrl: 162
    +
  • +
  • +
    d: 68
    +
  • +
  • +
    del: 46
    +
  • +
  • +
    down: 40
    +
  • +
  • +
    e: 69
    +
  • +
  • +
    end: 35
    +
  • +
  • +
    enter: 13
    +
  • +
  • +
    esc: 27
    +
  • +
  • +
    f: 70
    +
  • +
  • +
    f1: 112
    +
  • +
  • +
    f10: 121
    +
  • +
  • +
    f11: 122
    +
  • +
  • +
    f12: 123
    +
  • +
  • +
    f13: 124
    +
  • +
  • +
    f14: 125
    +
  • +
  • +
    f15: 126
    +
  • +
  • +
    f16: 127
    +
  • +
  • +
    f17: 128
    +
  • +
  • +
    f18: 129
    +
  • +
  • +
    f19: 130
    +
  • +
  • +
    f2: 113
    +
  • +
  • +
    f3: 114
    +
  • +
  • +
    f4: 115
    +
  • +
  • +
    f5: 116
    +
  • +
  • +
    f6: 117
    +
  • +
  • +
    f7: 118
    +
  • +
  • +
    f8: 119
    +
  • +
  • +
    f9: 120
    +
  • +
  • +
    fast forward: 176
    +
  • +
  • +
    g: 71
    +
  • +
  • +
    h: 72
    +
  • +
  • +
    home: 36
    +
  • +
  • +
    i: 73
    +
  • +
  • +
    insert: 45
    +
  • +
  • +
    j: 74
    +
  • +
  • +
    k: 75
    +
  • +
  • +
    l: 76
    +
  • +
  • +
    left: 37
    +
  • +
  • +
    m: 77
    +
  • +
  • +
    meta: 91
    +
  • +
  • +
    n: 78
    +
  • +
  • +
    numpad *: 106
    +
  • +
  • +
    numpad +: 107
    +
  • +
  • +
    numpad -: 109
    +
  • +
  • +
    numpad .: 110
    +
  • +
  • +
    numpad /: 111
    +
  • +
  • +
    numpad 0: 96
    +
  • +
  • +
    numpad 1: 97
    +
  • +
  • +
    numpad 2: 98
    +
  • +
  • +
    numpad 3: 99
    +
  • +
  • +
    numpad 4: 100
    +
  • +
  • +
    numpad 5: 101
    +
  • +
  • +
    numpad 6: 102
    +
  • +
  • +
    numpad 7: 103
    +
  • +
  • +
    numpad 8: 104
    +
  • +
  • +
    numpad 9: 105
    +
  • +
  • +
    numpad =: 226
    +
  • +
  • +
    numpad clear: 144
    +
  • +
  • +
    o: 79
    +
  • +
  • +
    p: 80
    +
  • +
  • +
    page down: 34
    +
  • +
  • +
    page up: 33
    +
  • +
  • +
    play: 179
    +
  • +
  • +
    print screen: 44
    +
  • +
  • +
    q: 81
    +
  • +
  • +
    r: 82
    +
  • +
  • +
    rewind: 177
    +
  • +
  • +
    right: 39
    +
  • +
  • +
    right alt: 165
    +
  • +
  • +
    right ctrl: 163
    +
  • +
  • +
    right meta: 93
    +
  • +
  • +
    right shift: 161
    +
  • +
  • +
    s: 83
    +
  • +
  • +
    scroll lock: 145
    +
  • +
  • +
    shift: 160
    +
  • +
  • +
    space: 32
    +
  • +
  • +
    t: 84
    +
  • +
  • +
    tab: 9
    +
  • +
  • +
    u: 85
    +
  • +
  • +
    up: 38
    +
  • +
  • +
    v: 86
    +
  • +
  • +
    w: 87
    +
  • +
  • +
    x: 88
    +
  • +
  • +
    y: 89
    +
  • +
  • +
    z: 90
    +
  • +
+
+
+
+
+

Methods

+
+ +

MARKDOWN_SPOILER_WRAPPER

+
    +
  • MARKDOWN_SPOILER_WRAPPER(...args: any[]): any
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +
    • +
    +

    Returns any

    +
  • +
+
+
+ +

NOOP

+
    +
  • NOOP(...args: any[]): any
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +
    • +
    +

    Returns any

    +
  • +
+
+
+ +

NOOP_NULL

+
    +
  • NOOP_NULL(...args: any[]): any
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +
    • +
    +

    Returns any

    +
  • +
+
+
+ +

YOUTUBE_EMBED_URL

+
    +
  • YOUTUBE_EMBED_URL(...args: any[]): any
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +
    • +
    +

    Returns any

    +
  • +
+
+
+ +

YOUTUBE_EXTERNAL_URL

+
    +
  • YOUTUBE_EXTERNAL_URL(...args: any[]): any
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +
    • +
    +

    Returns any

    +
  • +
+
+
+ +

YOUTUBE_PREVIEW_URL

+
    +
  • YOUTUBE_PREVIEW_URL(...args: any[]): any
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      Rest ...args: any[]
      +
    • +
    +

    Returns any

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Interface
  • +
  • Property
  • +
  • Method
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/interfaces/_types_discorddispatchertypes_.dispatchertypes.html b/LightcordApi/docs/interfaces/_types_discorddispatchertypes_.dispatchertypes.html new file mode 100644 index 0000000..bf4bd6f --- /dev/null +++ b/LightcordApi/docs/interfaces/_types_discorddispatchertypes_.dispatchertypes.html @@ -0,0 +1,773 @@ + + + + + + DispatcherTypes | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Interface DispatcherTypes

+
+
+
+
+
+
+
+

Hierarchy

+
    +
  • + DispatcherTypes +
  • +
+
+
+

Index

+
+ +
+
+
+

Properties

+
+ +

_computeOrderedActionHandlers

+
_computeOrderedActionHandlers: any
+ +
+
+ +

_computeOrderedCallbackTokens

+
_computeOrderedCallbackTokens: any
+ +
+
+ +

_currentDispatchActionType

+
_currentDispatchActionType: string | null
+ +
+
+ +

_dependencyGraph

+
_dependencyGraph: any
+ +
+
+ +

_invalidateCaches

+
_invalidateCaches: any
+ +
+
+ +

_lastID

+
_lastID: number
+ +
+
+ +

_orderedActionHandlers

+
_orderedActionHandlers: any
+ +
+
+ +

_orderedCallbackTokens

+
_orderedCallbackTokens: any
+ +
+
+ +

_processWaitQueue

+
_processWaitQueue: any
+ +
+
+ +

_processingWaitQueue

+
_processingWaitQueue: boolean
+ +
+
+ +

_subscriptions

+
_subscriptions: any
+ +
+
+ +

_waitQueue

+
_waitQueue: (() => void)[]
+ +
+
+ +

addDependencies

+
addDependencies: any
+ +
+
+
+

Methods

+
+ +

_dispatch

+
    +
  • _dispatch(event: { type: string }): void
  • +
+
    +
  • + +
    +
    +

    Same as dispatcher.dispatch

    +
    +
    +

    Parameters

    +
      +
    • +
      event: { type: string }
      +
        +
      • +
        [k: string]: any
        +
      • +
      • +
        type: string
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

dirtyDispatch

+
    +
  • dirtyDispatch(event: { type: string }): void
  • +
+
    +
  • + +
    +
    +

    Wait until the dispatcher finished dispatching, then dispatch

    +
    +
    +

    Parameters

    +
      +
    • +
      event: { type: string }
      +
        +
      • +
        [k: string]: any
        +
      • +
      • +
        type: string
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

dispatch

+
    +
  • dispatch(event: { type: string }): void
  • +
+
    +
  • + +
    +
    +

    dispatch

    +
    +
    +

    Parameters

    +
      +
    • +
      event: { type: string }
      +
        +
      • +
        [k: string]: any
        +
      • +
      • +
        type: string
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

isDispatching

+
    +
  • isDispatching(): boolean
  • +
+
    +
  • + +

    Returns boolean

    +
  • +
+
+
+ +

maybeDispatch

+
    +
  • maybeDispatch(event: { type: string }): void
  • +
+
    +
  • + +
    +
    +

    If the dispatcher isn't dispatching, then dispatch

    +
    +
    +

    Parameters

    +
      +
    • +
      event: { type: string }
      +
        +
      • +
        [k: string]: any
        +
      • +
      • +
        type: string
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

register

+
    +
  • register(name: string, actionHandler: any, storeDidChange: any): void
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      name: string
      +
    • +
    • +
      actionHandler: any
      +
    • +
    • +
      storeDidChange: any
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

setInterceptor

+
    +
  • setInterceptor(interceptor: (event: any) => boolean): void
  • +
+
    +
  • + +
    +
    +

    Intercept events before they happens, if returning true, then the event will be blocked from dispatching.

    +
    +
    +

    Parameters

    +
      +
    • +
      interceptor: (event: any) => boolean
      +
        +
      • +
          +
        • (event: any): boolean
        • +
        +
          +
        • +

          Parameters

          +
            +
          • +
            event: any
            +
          • +
          +

          Returns boolean

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

subscribe

+
    +
  • subscribe(event: string, listener: (event: { type: string }) => void): void
  • +
+
    +
  • + +
    +
    +

    Subscribe to an event

    +
    +
    +

    Parameters

    +
      +
    • +
      event: string
      +
    • +
    • +
      listener: (event: { type: string }) => void
      +
        +
      • +
          +
        • (event: { type: string }): void
        • +
        +
          +
        • +

          Parameters

          +
            +
          • +
            event: { type: string }
            +
              +
            • +
              [k: string]: any
              +
            • +
            • +
              type: string
              +
            • +
            +
          • +
          +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

unsubscribe

+
    +
  • unsubscribe(event: string, listener: (event: { type: string }) => void): void
  • +
+
    +
  • + +
    +
    +

    Unsubscribe from the event.

    +
    +
    +

    Parameters

    +
      +
    • +
      event: string
      +
    • +
    • +
      listener: (event: { type: string }) => void
      +
        +
      • +
          +
        • (event: { type: string }): void
        • +
        +
          +
        • +

          Parameters

          +
            +
          • +
            event: { type: string }
            +
              +
            • +
              [k: string]: any
              +
            • +
            • +
              type: string
              +
            • +
            +
          • +
          +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

    +
  • +
+
+
+ +

wait

+
    +
  • wait(waiting: () => void): void
  • +
+
    +
  • + +
    +
    +

    Wait until the dispatcher has finished dispatching

    +
    +
    +

    Parameters

    +
      +
    • +
      waiting: () => void
      +
        +
      • +
          +
        • (): void
        • +
        +
          +
        • +

          Returns void

          +
        • +
        +
      • +
      +
    • +
    +

    Returns void

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Interface
  • +
  • Property
  • +
  • Method
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_alias_react_.html b/LightcordApi/docs/modules/_alias_react_.html new file mode 100644 index 0000000..a0f5e9a --- /dev/null +++ b/LightcordApi/docs/modules/_alias_react_.html @@ -0,0 +1,116 @@ + + + + + + "alias/react" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "alias/react"

+
+
+
+
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_alias_react_dom_.html b/LightcordApi/docs/modules/_alias_react_dom_.html new file mode 100644 index 0000000..2f3207d --- /dev/null +++ b/LightcordApi/docs/modules/_alias_react_dom_.html @@ -0,0 +1,116 @@ + + + + + + "alias/react-dom" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "alias/react-dom"

+
+
+
+
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_components_.html b/LightcordApi/docs/modules/_components_components_.html new file mode 100644 index 0000000..3c80b45 --- /dev/null +++ b/LightcordApi/docs/modules/_components_components_.html @@ -0,0 +1,145 @@ + + + + + + "components/components" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/components"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Variables

+ +
+
+
+
+
+

Variables

+
+ +

Const RadioGroupProxied

+
RadioGroupProxied: RadioGroup & { original: base } = createProxyErrorCatcherClass(RadioGroup)
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_general_alertbox_.html b/LightcordApi/docs/modules/_components_general_alertbox_.html new file mode 100644 index 0000000..db5a504 --- /dev/null +++ b/LightcordApi/docs/modules/_components_general_alertbox_.html @@ -0,0 +1,201 @@ + + + + + + "components/general/AlertBox" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/general/AlertBox"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+
+
+
+

Type aliases

+
+ +

AlertBoxProps

+
AlertBoxProps: { children?: ReactNode | string; type: "warn" | "info" | "danger" | "error" | "success" }
+ +
+

Type declaration

+
    +
  • +
    Optional children?: ReactNode | string
    +
  • +
  • +
    type: "warn" | "info" | "danger" | "error" | "success"
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AlertBoxModules

+
AlertBoxModules: any
+ +
+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_general_codeblock_.html b/LightcordApi/docs/modules/_components_general_codeblock_.html new file mode 100644 index 0000000..5f4d19e --- /dev/null +++ b/LightcordApi/docs/modules/_components_general_codeblock_.html @@ -0,0 +1,201 @@ + + + + + + "components/general/CodeBlock" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/general/CodeBlock"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+
+
+
+

Type aliases

+
+ +

CodeBlockProps

+
CodeBlockProps: { content: string; language?: string }
+ +
+

Type declaration

+
    +
  • +
    content: string
    +
  • +
  • +
    Optional language?: string
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let CodeBlockModules

+
CodeBlockModules: any
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_general_errorcatcher_.html b/LightcordApi/docs/modules/_components_general_errorcatcher_.html new file mode 100644 index 0000000..af8376a --- /dev/null +++ b/LightcordApi/docs/modules/_components_general_errorcatcher_.html @@ -0,0 +1,239 @@ + + + + + + "components/general/ErrorCatcher" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/general/ErrorCatcher"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+

Functions

+ +
+
+
+
+
+

Type aliases

+
+ +

ErrorCatcherProps

+
ErrorCatcherProps: { children?: ReactNode }
+ +
+

Type declaration

+
    +
  • +
    Optional children?: ReactNode
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let ErrorCatcherModules

+
ErrorCatcherModules: any
+ +
+
+
+

Functions

+
+ +

createProxyErrorCatcherClass

+
    +
  • createProxyErrorCatcherClass<base>(Class: base): base & { original: base }
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      base

      +
    • +
    +

    Parameters

    +
      +
    • +
      Class: base
      +
    • +
    +

    Returns base & { original: base }

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_general_flex_.html b/LightcordApi/docs/modules/_components_general_flex_.html new file mode 100644 index 0000000..713d1a0 --- /dev/null +++ b/LightcordApi/docs/modules/_components_general_flex_.html @@ -0,0 +1,286 @@ + + + + + + "components/general/Flex" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/general/Flex"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+

Functions

+ +
+
+
+
+
+

Type aliases

+
+ +

FlexChildProps

+
FlexChildProps: { children?: ReactNode; className?: string; grow?: number; style?: CSSProperties; wrap?: boolean }
+ +
+

Type declaration

+
    +
  • +
    Optional children?: ReactNode
    +
  • +
  • +
    Optional className?: string
    +
  • +
  • +
    Optional grow?: number
    +
  • +
  • +
    Optional style?: CSSProperties
    +
  • +
  • +
    Optional wrap?: boolean
    +
  • +
+
+
+
+ +

FlexProps

+
FlexProps: { align?: string; basis?: "auto" | string; className?: string; direction?: string; grow?: number; justify?: string; shrink?: number; style?: CSSProperties }
+ +
+

Type declaration

+
    +
  • +
    Optional align?: string
    +
  • +
  • +
    Optional basis?: "auto" | string
    +
  • +
  • +
    Optional className?: string
    +
  • +
  • +
    Optional direction?: string
    +
  • +
  • +
    Optional grow?: number
    +
  • +
  • +
    Optional justify?: string
    +
  • +
  • +
    Optional shrink?: number
    +
  • +
  • +
    Optional style?: CSSProperties
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let FlexModules

+
FlexModules: any
+ +
+
+
+

Functions

+
+ +

getModules

+
    +
  • getModules(): any
  • +
+
    +
  • + +

    Returns any

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_general_margin_.html b/LightcordApi/docs/modules/_components_general_margin_.html new file mode 100644 index 0000000..108794a --- /dev/null +++ b/LightcordApi/docs/modules/_components_general_margin_.html @@ -0,0 +1,116 @@ + + + + + + "components/general/Margin" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/general/Margin"

+
+
+
+
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_general_settingstitle_.html b/LightcordApi/docs/modules/_components_general_settingstitle_.html new file mode 100644 index 0000000..2c9a723 --- /dev/null +++ b/LightcordApi/docs/modules/_components_general_settingstitle_.html @@ -0,0 +1,201 @@ + + + + + + "components/general/SettingsTitle" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/general/SettingsTitle"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+
+
+
+

Type aliases

+
+ +

SettingsTitleProps

+
SettingsTitleProps: { children?: ReactNode; className?: string }
+ +
+

Type declaration

+
    +
  • +
    Optional children?: ReactNode
    +
  • +
  • +
    Optional className?: string
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let TitleModules

+
TitleModules: any
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_general_settingsubtitle_.html b/LightcordApi/docs/modules/_components_general_settingsubtitle_.html new file mode 100644 index 0000000..93382e9 --- /dev/null +++ b/LightcordApi/docs/modules/_components_general_settingsubtitle_.html @@ -0,0 +1,201 @@ + + + + + + "components/general/SettingSubTitle" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/general/SettingSubTitle"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+
+
+
+

Type aliases

+
+ +

SettingSubTitleProps

+
SettingSubTitleProps: { children?: ReactNode; className?: string }
+ +
+

Type declaration

+
    +
  • +
    Optional children?: ReactNode
    +
  • +
  • +
    Optional className?: string
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let TitleModules

+
TitleModules: any
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_general_tabs_.html b/LightcordApi/docs/modules/_components_general_tabs_.html new file mode 100644 index 0000000..2957958 --- /dev/null +++ b/LightcordApi/docs/modules/_components_general_tabs_.html @@ -0,0 +1,218 @@ + + + + + + "components/general/Tabs" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/general/Tabs"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+
+
+
+

Type aliases

+
+ +

TabsProps

+
TabsProps: { active?: string; children?: ReactNode; onChange?: (tab: string) => void; style?: CSSProperties; tabs: { id: string; label: string }[] }
+ +
+

Type declaration

+
    +
  • +
    Optional active?: string
    +
  • +
  • +
    Optional children?: ReactNode
    +
  • +
  • +
    Optional onChange?: (tab: string) => void
    +
      +
    • +
        +
      • (tab: string): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          tab: string
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional style?: CSSProperties
    +
  • +
  • +
    tabs: { id: string; label: string }[]
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_general_text_.html b/LightcordApi/docs/modules/_components_general_text_.html new file mode 100644 index 0000000..8d09f0a --- /dev/null +++ b/LightcordApi/docs/modules/_components_general_text_.html @@ -0,0 +1,363 @@ + + + + + + "components/general/Text" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/general/Text"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+

Object literals

+ +
+
+
+
+
+

Type aliases

+
+ +

TextCase

+
TextCase: "lowercase" | "uppercase"
+ +
+
+ +

TextColor

+
TextColor: ColorName
+ +
+
+ +

TextFamily

+
TextFamily: "primary" | "code"
+ +
+
+ +

TextProps

+
TextProps: { children: string; className?: string; color?: TextColor | string; family?: TextFamily; selectable?: boolean; size?: TextSize; style?: CSSProperties; tag?: string; textCase?: TextCase; weight?: TextWeight }
+ +
+

Type declaration

+
    +
  • +
    children: string
    +
  • +
  • +
    Optional className?: string
    +
  • +
  • +
    Optional color?: TextColor | string
    +
  • +
  • +
    Optional family?: TextFamily
    +
  • +
  • +
    Optional selectable?: boolean
    +
  • +
  • +
    Optional size?: TextSize
    +
  • +
  • +
    Optional style?: CSSProperties
    +
  • +
  • +
    Optional tag?: string
    +
  • +
  • +
    Optional textCase?: TextCase
    +
  • +
  • +
    Optional weight?: TextWeight
    +
  • +
+
+
+
+ +

TextSize

+
TextSize: "small" | "medium" | "medium_small" | "medium_large" | "large"
+ +
+
+ +

TextWeight

+
TextWeight: "light" | "normal" | "medium" | "semibold" | "bold"
+ +
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+
+

Object literals

+
+ +

Const Constants

+
Constants: object
+ +
+ +

sizes

+
sizes: object
+ +
+ +

large

+
large: string[] = ["lc-text-size28", "lc-text-height34"]
+ +
+
+ +

medium

+
medium: string[] = ["lc-text-size16", "lc-text-height20"]
+ +
+
+ +

medium_large

+
medium_large: string[] = ["lc-text-size20", "lc-text-height26"]
+ +
+
+ +

medium_small

+
medium_small: string[] = ["lc-text-size14", "lc-text-height16"]
+ +
+
+ +

small

+
small: string[] = ["lc-text-size12", "lc-text-height16"]
+ +
+
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_general_title_.html b/LightcordApi/docs/modules/_components_general_title_.html new file mode 100644 index 0000000..8fb95aa --- /dev/null +++ b/LightcordApi/docs/modules/_components_general_title_.html @@ -0,0 +1,201 @@ + + + + + + "components/general/Title" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/general/Title"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+
+
+
+

Type aliases

+
+ +

TitleProps

+
TitleProps: { children?: ReactNode; className?: string }
+ +
+

Type declaration

+
    +
  • +
    Optional children?: ReactNode
    +
  • +
  • +
    Optional className?: string
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let TitleModules

+
TitleModules: any
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_general_tooltip_.html b/LightcordApi/docs/modules/_components_general_tooltip_.html new file mode 100644 index 0000000..84670e2 --- /dev/null +++ b/LightcordApi/docs/modules/_components_general_tooltip_.html @@ -0,0 +1,321 @@ + + + + + + "components/general/Tooltip" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/general/Tooltip"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+
+
+
+

Type aliases

+
+ +

TooltipColor

+
TooltipColor: "black" | "grey" | "brand" | "green" | "yellow" | "red"
+ +
+
+ +

TooltipData

+
TooltipData: { aria-label: string; onClick: any; onContextMenu: any; onMouseEnter: any; onMouseLeave: any }
+ +
+

Type declaration

+
    +
  • +
    aria-label: string
    +
  • +
  • +
    onClick: function
    +
      +
    • onClick(): void
    • +
    +
      +
    • + +

      Returns void

      +
    • +
    +
  • +
  • +
    onContextMenu: function
    +
      +
    • onContextMenu(): void
    • +
    +
      +
    • + +

      Returns void

      +
    • +
    +
  • +
  • +
    onMouseEnter: function
    +
      +
    • onMouseEnter(): void
    • +
    +
      +
    • + +

      Returns void

      +
    • +
    +
  • +
  • +
    onMouseLeave: function
    +
      +
    • onMouseLeave(): void
    • +
    +
      +
    • + +

      Returns void

      +
    • +
    +
  • +
+
+
+
+ +

TooltipPosition

+
TooltipPosition: "top" | "left" | "right" | "bottom"
+ +
+
+ +

TooltipProps

+
TooltipProps: { children: ReactNode; color?: TooltipColor; position?: TooltipPosition; text: string }
+ +
+

Type declaration

+ +
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let TooltipModules

+
TooltipModules: any
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_inputs_button_.html b/LightcordApi/docs/modules/_components_inputs_button_.html new file mode 100644 index 0000000..48758bd --- /dev/null +++ b/LightcordApi/docs/modules/_components_inputs_button_.html @@ -0,0 +1,335 @@ + + + + + + "components/inputs/Button" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/inputs/Button"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+
+
+
+

Type aliases

+
+ +

ButtonColor

+
ButtonColor: "brand" | "grey" | "red" | "green" | "yellow" | "primary" | "link" | "white" | "black" | "transparent"
+ +
+
+ +

ButtonHovers

+
ButtonHovers: "default" | ButtonColor
+ +
+
+ +

ButtonLook

+
ButtonLook: "filled" | "inverted" | "outlined" | "ghost" | "link" | "blank"
+ +
+
+ +

ButtonProps

+
ButtonProps: { children?: ReactNode; className?: string; color?: ButtonColor; disabled?: boolean; hoverColor?: ButtonHovers; look?: ButtonLook; onClick?: (ev: MouseEvent<HTMLButtonElement, MouseEvent>) => void; onMouseDown?: (ev: MouseEvent<HTMLButtonElement, MouseEvent>) => void; onRightClick?: () => void; size?: ButtonSize; style?: CSSProperties; wrapper?: boolean }
+ +
+

Type declaration

+
    +
  • +
    Optional children?: ReactNode
    +
  • +
  • +
    Optional className?: string
    +
  • +
  • +
    Optional color?: ButtonColor
    +
  • +
  • +
    Optional disabled?: boolean
    +
  • +
  • +
    Optional hoverColor?: ButtonHovers
    +
  • +
  • +
    Optional look?: ButtonLook
    +
  • +
  • +
    Optional onClick?: (ev: MouseEvent<HTMLButtonElement, MouseEvent>) => void
    +
      +
    • +
        +
      • (ev: MouseEvent<HTMLButtonElement, MouseEvent>): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          ev: MouseEvent<HTMLButtonElement, MouseEvent>
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional onMouseDown?: (ev: MouseEvent<HTMLButtonElement, MouseEvent>) => void
    +
      +
    • +
        +
      • (ev: MouseEvent<HTMLButtonElement, MouseEvent>): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          ev: MouseEvent<HTMLButtonElement, MouseEvent>
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional onRightClick?: () => void
    +
      +
    • +
        +
      • (): void
      • +
      +
        +
      • +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional size?: ButtonSize
    +
  • +
  • +
    Optional style?: CSSProperties
    +
  • +
  • +
    Optional wrapper?: boolean
    +
  • +
+
+
+
+ +

ButtonSize

+
ButtonSize: "none" | "small" | "medium" | "large" | "xlarge" | "min" | "max" | "icon"
+ +
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let ButtonModules

+
ButtonModules: any
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_inputs_colorpicker_.html b/LightcordApi/docs/modules/_components_inputs_colorpicker_.html new file mode 100644 index 0000000..4e85538 --- /dev/null +++ b/LightcordApi/docs/modules/_components_inputs_colorpicker_.html @@ -0,0 +1,287 @@ + + + + + + "components/inputs/ColorPicker" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/inputs/ColorPicker"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+

Object literals

+ +
+
+
+
+
+

Type aliases

+
+ +

ColorPickerProps

+
ColorPickerProps: { baseColors?: number[]; customColor?: number; defaultColor?: number; disabled?: boolean; onChange?: (color: number) => void; value?: string }
+ +
+

Type declaration

+
    +
  • +
    Optional baseColors?: number[]
    +
  • +
  • +
    Optional customColor?: number
    +
  • +
  • +
    Optional defaultColor?: number
    +
  • +
  • +
    Optional disabled?: boolean
    +
  • +
  • +
    Optional onChange?: (color: number) => void
    +
      +
    • +
        +
      • (color: number): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          color: number
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional value?: string
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let ColorPickerModules

+
ColorPickerModules: any
+ +
+
+ +

Let isFetching

+
isFetching: any = null
+ +
+
+
+

Object literals

+
+ +

Const Constants

+
Constants: object
+ +
+ +

baseColors

+
baseColors: number[] = [1752220,3066993,3447003,10181046,15277667,15844367,15105570,15158332,9807270,6323595,1146986,2067276,2123412,7419530,11342935,12745742,11027200,10038562,9936031,5533306]
+ +
+
+ +

defaultColor

+
defaultColor: number = 10070709
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_inputs_colorpicker_old_.html b/LightcordApi/docs/modules/_components_inputs_colorpicker_old_.html new file mode 100644 index 0000000..e2cd9d5 --- /dev/null +++ b/LightcordApi/docs/modules/_components_inputs_colorpicker_old_.html @@ -0,0 +1,222 @@ + + + + + + "components/inputs/ColorPicker.old" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/inputs/ColorPicker.old"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+

Object literals

+ +
+
+
+
+
+

Type aliases

+
+ +

ColorPickerProps

+
ColorPickerProps: { baseColors?: boolean; customColor?: boolean; defaultColor?: boolean; inline?: boolean; popout?: true; tooltip?: string | false } | { baseColors?: boolean; customColor?: boolean; defaultColor?: boolean; inline?: boolean; popout?: false; tooltip?: false }
+ +
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let ColorPickerModules

+
ColorPickerModules: any
+ +
+
+
+

Object literals

+
+ +

Const Constants

+
Constants: object
+ +
+ +

defaultColor

+
defaultColor: string = "#99aab5"
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_inputs_dateinput_.html b/LightcordApi/docs/modules/_components_inputs_dateinput_.html new file mode 100644 index 0000000..8582b1d --- /dev/null +++ b/LightcordApi/docs/modules/_components_inputs_dateinput_.html @@ -0,0 +1,400 @@ + + + + + + "components/inputs/DateInput" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/inputs/DateInput"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+

Functions

+ +
+
+
+
+
+

Type aliases

+
+ +

DateInputProps

+
DateInputProps: { className?: string; dateFormat?: string; defaultValue: Date; endDate?: Date; filterDate?: () => any; isModalInput?: boolean; maxDate?: Date; minDate?: Date; name: string; onChange?: (value: Date, name: string) => void; selectsEnd?: boolean; selectsStart?: boolean; showMonthYearPicker?: boolean; startDate?: Date; style?: CSSProperties }
+ +
+

Type declaration

+
    +
  • +
    Optional className?: string
    +
  • +
  • +
    Optional dateFormat?: string
    +
  • +
  • +
    defaultValue: Date
    +
  • +
  • +
    Optional endDate?: Date
    +
  • +
  • +
    Optional filterDate?: () => any
    +
      +
    • +
        +
      • (): any
      • +
      +
        +
      • +

        Returns any

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional isModalInput?: boolean
    +
  • +
  • +
    Optional maxDate?: Date
    +
  • +
  • +
    Optional minDate?: Date
    +
  • +
  • +
    name: string
    +
  • +
  • +
    Optional onChange?: (value: Date, name: string) => void
    +
      +
    • +
        +
      • (value: Date, name: string): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          value: Date
          +
        • +
        • +
          name: string
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional selectsEnd?: boolean
    +
  • +
  • +
    Optional selectsStart?: boolean
    +
  • +
  • +
    Optional showMonthYearPicker?: boolean
    +
  • +
  • +
    Optional startDate?: Date
    +
  • +
  • +
    Optional style?: CSSProperties
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let AnimatedCalendarPickerModules

+
AnimatedCalendarPickerModules: any
+ +
+
+ +

Let DateInputModules

+
DateInputModules: any
+ +
+
+ +

ReactDOM

+
ReactDOM: ReactDOM
+ +
+
+ +

Let _datefns

+
_datefns: any
+ +
+
+
+

Functions

+
+ +

getDateFNS

+
    +
  • getDateFNS(): "date-fns"
  • +
+
    +
  • + +

    Returns "date-fns"

    +
  • +
+
+
+ +

getEmotion

+
    +
  • getEmotion(): "D:/code/lightcord/lightcordapi/node_modules/emotion/types/index"
  • +
+
    +
  • + +

    Returns "D:/code/lightcord/lightcordapi/node_modules/emotion/types/index"

    +
  • +
+
+
+ +

isDateValid

+
    +
  • isDateValid(date: Date): boolean
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      date: Date
      +
    • +
    +

    Returns boolean

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_inputs_daterange_.html b/LightcordApi/docs/modules/_components_inputs_daterange_.html new file mode 100644 index 0000000..692ac71 --- /dev/null +++ b/LightcordApi/docs/modules/_components_inputs_daterange_.html @@ -0,0 +1,273 @@ + + + + + + "components/inputs/DateRange" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/inputs/DateRange"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+

Object literals

+ +
+
+
+
+
+

Type aliases

+
+ +

DateRangeProps

+
DateRangeProps: { className?: string; dateFormat?: string; defaultEnd: Date; defaultStart: Date; filterDate?: () => void; maxDate?: Date; minDate?: Date; onChange?: (start: Date, end: Date) => void; showMonthYearPicker: boolean }
+ +
+

Type declaration

+
    +
  • +
    Optional className?: string
    +
  • +
  • +
    Optional dateFormat?: string
    +
  • +
  • +
    defaultEnd: Date
    +
  • +
  • +
    defaultStart: Date
    +
  • +
  • +
    Optional filterDate?: () => void
    +
      +
    • +
        +
      • (): void
      • +
      +
        +
      • +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional maxDate?: Date
    +
  • +
  • +
    Optional minDate?: Date
    +
  • +
  • +
    Optional onChange?: (start: Date, end: Date) => void
    +
      +
    • +
        +
      • (start: Date, end: Date): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          start: Date
          +
        • +
        • +
          end: Date
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    showMonthYearPicker: boolean
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+
+

Object literals

+
+ +

Const DateConstants

+
DateConstants: object
+ +
+ +

DATE_FORMAT

+
DATE_FORMAT: string = "yyyy-MM-dd"
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_inputs_dropdown_.html b/LightcordApi/docs/modules/_components_inputs_dropdown_.html new file mode 100644 index 0000000..0194b2e --- /dev/null +++ b/LightcordApi/docs/modules/_components_inputs_dropdown_.html @@ -0,0 +1,373 @@ + + + + + + "components/inputs/Dropdown" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/inputs/Dropdown"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+
+
+
+

Type aliases

+
+ +

DropdownProps

+
DropdownProps: { className?: string; clearable?: boolean; darkThemeColorOverrides?: themeOverride; disabled?: boolean; error?: string; isMulti?: boolean; lightThemeColorOverrides?: themeOverride; multiValueRenderer?: (data: any) => ReactNode; onChange?: (value: string) => void; optionRenderer?: (data: any) => ReactNode; options?: { label: string; value: string }[]; searchable?: boolean; styleOverrides?: CSSProperties; value?: string; valueRenderer?: (data: any) => ReactNode }
+ +
+

Type declaration

+
    +
  • +
    Optional className?: string
    +
  • +
  • +
    Optional clearable?: boolean
    +
  • +
  • +
    Optional darkThemeColorOverrides?: themeOverride
    +
  • +
  • +
    Optional disabled?: boolean
    +
  • +
  • +
    Optional error?: string
    +
  • +
  • +
    Optional isMulti?: boolean
    +
  • +
  • +
    Optional lightThemeColorOverrides?: themeOverride
    +
  • +
  • +
    Optional multiValueRenderer?: (data: any) => ReactNode
    +
      +
    • +
        +
      • (data: any): ReactNode
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          data: any
          +
        • +
        +

        Returns ReactNode

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional onChange?: (value: string) => void
    +
      +
    • +
        +
      • (value: string): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          value: string
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional optionRenderer?: (data: any) => ReactNode
    +
      +
    • +
        +
      • (data: any): ReactNode
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          data: any
          +
        • +
        +

        Returns ReactNode

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional options?: { label: string; value: string }[]
    +
  • +
  • +
    Optional searchable?: boolean
    +
  • +
  • +
    Optional styleOverrides?: CSSProperties
    +
  • +
  • +
    Optional value?: string
    +
  • +
  • +
    Optional valueRenderer?: (data: any) => ReactNode
    +
      +
    • +
        +
      • (data: any): ReactNode
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          data: any
          +
        • +
        +

        Returns ReactNode

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

themeOverride

+
themeOverride: { menuBackground: string; menuBorder: string; multiOptionBackground: string; neutral0: string; neutral10: string; neutral20: string; neutral30: string; neutral5: string; primary: string; primary25: string; primary50: string; scrollBarThumb: string; selectedOptionBackground: string; text: string }
+ +
+

Type declaration

+
    +
  • +
    menuBackground: string
    +
  • +
  • +
    menuBorder: string
    +
  • +
  • +
    multiOptionBackground: string
    +
  • +
  • +
    neutral0: string
    +
  • +
  • +
    neutral10: string
    +
  • +
  • +
    neutral20: string
    +
  • +
  • +
    neutral30: string
    +
  • +
  • +
    neutral5: string
    +
  • +
  • +
    primary: string
    +
  • +
  • +
    primary25: string
    +
  • +
  • +
    primary50: string
    +
  • +
  • +
    scrollBarThumb: string
    +
  • +
  • +
    selectedOptionBackground: string
    +
  • +
  • +
    text: string
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let DropdownModules

+
DropdownModules: any
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_inputs_radiogroup_.html b/LightcordApi/docs/modules/_components_inputs_radiogroup_.html new file mode 100644 index 0000000..c1caa9f --- /dev/null +++ b/LightcordApi/docs/modules/_components_inputs_radiogroup_.html @@ -0,0 +1,234 @@ + + + + + + "components/inputs/RadioGroup" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/inputs/RadioGroup"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+
+
+
+

Type aliases

+
+ +

RadioGroupProps

+
RadioGroupProps: { disabled?: boolean; infoClassName?: string; itemType?: "bar" | "panel"; onChange?: (value: string) => void; options?: { color?: string; desc?: string; name: string; value: string }[]; size?: "small" | "medium"; value?: string }
+ +
+

Type declaration

+
    +
  • +
    Optional disabled?: boolean
    +
  • +
  • +
    Optional infoClassName?: string
    +
  • +
  • +
    Optional itemType?: "bar" | "panel"
    +
  • +
  • +
    Optional onChange?: (value: string) => void
    +
      +
    • +
        +
      • (value: string): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          value: string
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional options?: { color?: string; desc?: string; name: string; value: string }[]
    +
  • +
  • +
    Optional size?: "small" | "medium"
    +
  • +
  • +
    Optional value?: string
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let RadioGroupModule

+
RadioGroupModule: any
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_inputs_switch_.html b/LightcordApi/docs/modules/_components_inputs_switch_.html new file mode 100644 index 0000000..d3dbc6a --- /dev/null +++ b/LightcordApi/docs/modules/_components_inputs_switch_.html @@ -0,0 +1,240 @@ + + + + + + "components/inputs/Switch" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/inputs/Switch"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+
+
+
+

Type aliases

+
+ +

SwitchProps

+
SwitchProps: { className?: string; disabled?: boolean; fill?: string; id?: string; onChange?: (checked: boolean) => void; size?: "default" | "mini"; style?: CSSProperties; theme?: "default" | "clear"; value?: boolean }
+ +
+

Type declaration

+
    +
  • +
    Optional className?: string
    +
  • +
  • +
    Optional disabled?: boolean
    +
  • +
  • +
    Optional fill?: string
    +
  • +
  • +
    Optional id?: string
    +
  • +
  • +
    Optional onChange?: (checked: boolean) => void
    +
      +
    • +
        +
      • (checked: boolean): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          checked: boolean
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional size?: "default" | "mini"
    +
  • +
  • +
    Optional style?: CSSProperties
    +
  • +
  • +
    Optional theme?: "default" | "clear"
    +
  • +
  • +
    Optional value?: boolean
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let SwitchModules

+
SwitchModules: any
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_inputs_textarea_.html b/LightcordApi/docs/modules/_components_inputs_textarea_.html new file mode 100644 index 0000000..bc6f4a3 --- /dev/null +++ b/LightcordApi/docs/modules/_components_inputs_textarea_.html @@ -0,0 +1,327 @@ + + + + + + "components/inputs/TextArea" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/inputs/TextArea"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+
+
+
+

Type aliases

+
+ +

TextAreaProps

+
TextAreaProps: { autoFocus?: boolean; autosize?: false; className?: string; disabled?: boolean; error?: string; flex?: boolean; id?: string; maxLength?: number; name?: string; onBlur?: (ev: any, name: string) => void; onChange?: (value: string, name: string) => void; onFocus?: (ev: any, name: string) => void; onKeyDown?: (ev: any) => void; placeholder?: string; resizeable?: boolean; rows?: number; value?: string }
+ +
+

Type declaration

+
    +
  • +
    Optional autoFocus?: boolean
    +
  • +
  • +
    Optional autosize?: false
    +
  • +
  • +
    Optional className?: string
    +
  • +
  • +
    Optional disabled?: boolean
    +
  • +
  • +
    Optional error?: string
    +
  • +
  • +
    Optional flex?: boolean
    +
  • +
  • +
    Optional id?: string
    +
  • +
  • +
    Optional maxLength?: number
    +
  • +
  • +
    Optional name?: string
    +
  • +
  • +
    Optional onBlur?: (ev: any, name: string) => void
    +
      +
    • +
        +
      • (ev: any, name: string): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          ev: any
          +
        • +
        • +
          name: string
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional onChange?: (value: string, name: string) => void
    +
      +
    • +
        +
      • (value: string, name: string): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          value: string
          +
        • +
        • +
          name: string
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional onFocus?: (ev: any, name: string) => void
    +
      +
    • +
        +
      • (ev: any, name: string): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          ev: any
          +
        • +
        • +
          name: string
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional onKeyDown?: (ev: any) => void
    +
      +
    • +
        +
      • (ev: any): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          ev: any
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional placeholder?: string
    +
  • +
  • +
    Optional resizeable?: boolean
    +
  • +
  • +
    Optional rows?: number
    +
  • +
  • +
    Optional value?: string
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let TextAreaModules

+
TextAreaModules: any
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_inputs_textinput_.html b/LightcordApi/docs/modules/_components_inputs_textinput_.html new file mode 100644 index 0000000..3f8e948 --- /dev/null +++ b/LightcordApi/docs/modules/_components_inputs_textinput_.html @@ -0,0 +1,335 @@ + + + + + + "components/inputs/TextInput" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/inputs/TextInput"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+

Functions

+ +
+
+
+
+
+

Type aliases

+
+ +

TextInputProps

+
TextInputProps: { className?: string; disabled?: boolean; error?: string; id?: string; inputClassName?: string; maxLength?: number; name?: string; onBlur?: (ev: any, name: string, input: TextInput) => void; onChange?: (value: string, name: string, input: TextInput) => void; onFocus?: (ev: any, name: string, input: TextInput) => void; placeholder?: string; size?: "default" | "mini"; value?: string }
+ +
+

Type declaration

+
    +
  • +
    Optional className?: string
    +
  • +
  • +
    Optional disabled?: boolean
    +
  • +
  • +
    Optional error?: string
    +
  • +
  • +
    Optional id?: string
    +
  • +
  • +
    Optional inputClassName?: string
    +
  • +
  • +
    Optional maxLength?: number
    +
  • +
  • +
    Optional name?: string
    +
  • +
  • +
    Optional onBlur?: (ev: any, name: string, input: TextInput) => void
    +
      +
    • +
        +
      • (ev: any, name: string, input: TextInput): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          ev: any
          +
        • +
        • +
          name: string
          +
        • +
        • +
          input: TextInput
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional onChange?: (value: string, name: string, input: TextInput) => void
    +
      +
    • +
        +
      • (value: string, name: string, input: TextInput): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          value: string
          +
        • +
        • +
          name: string
          +
        • +
        • +
          input: TextInput
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional onFocus?: (ev: any, name: string, input: TextInput) => void
    +
      +
    • +
        +
      • (ev: any, name: string, input: TextInput): void
      • +
      +
        +
      • +

        Parameters

        +
          +
        • +
          ev: any
          +
        • +
        • +
          name: string
          +
        • +
        • +
          input: TextInput
          +
        • +
        +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional placeholder?: string
    +
  • +
  • +
    Optional size?: "default" | "mini"
    +
  • +
  • +
    Optional value?: string
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let AllPreviews

+
AllPreviews: any
+ +
+
+ +

Let TextInputModules

+
TextInputModules: any
+ +
+
+
+

Functions

+
+ +

getInternalTextInput

+
    +
  • getInternalTextInput(): any
  • +
+
    +
  • + +

    Returns any

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_private_notice_.html b/LightcordApi/docs/modules/_components_private_notice_.html new file mode 100644 index 0000000..e942d6c --- /dev/null +++ b/LightcordApi/docs/modules/_components_private_notice_.html @@ -0,0 +1,226 @@ + + + + + + "components/private/Notice" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/private/Notice"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Variables

+ +
+
+

Object literals

+ +
+
+
+
+
+

Variables

+
+ +

Let NoticeModules

+
NoticeModules: any
+ +
+
+
+

Object literals

+
+ +

Const defaultNotice

+
defaultNotice: object
+ +
+ +

buttonText

+
buttonText: null = null
+ +
+
+ +

id

+
id: string = "unknown id"
+ +
+
+ +

onClick

+
onClick: NOOP = NOOP
+ +
+
+ +

text

+
text: string = ""
+ +
+
+ +

type

+
type: "default" = "default"
+ +
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_components_private_notices_.html b/LightcordApi/docs/modules/_components_private_notices_.html new file mode 100644 index 0000000..11412fc --- /dev/null +++ b/LightcordApi/docs/modules/_components_private_notices_.html @@ -0,0 +1,233 @@ + + + + + + "components/private/Notices" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "components/private/Notices"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+
+
+
+

Type aliases

+
+ +

notice

+
notice: { id: string } & noticeWithoutID
+ +
+
+ +

noticeWithoutID

+
noticeWithoutID: { buttonText?: string; onClick?: () => void; text: string; type: "default" | "info" | "success" | "danger" | "streamerMode" | "download" | "notification" | "premium" | "richPresence" | "premiumTier1" | "premiumTier2" | "facebook" | "brand" | "survey" | "spotify" }
+ +
+

Type declaration

+
    +
  • +
    Optional buttonText?: string
    +
  • +
  • +
    Optional onClick?: () => void
    +
      +
    • +
        +
      • (): void
      • +
      +
        +
      • +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    text: string
    +
  • +
  • +
    type: "default" | "info" | "success" | "danger" | "streamerMode" | "download" | "notification" | "premium" | "richPresence" | "premiumTier1" | "premiumTier2" | "facebook" | "brand" | "survey" | "spotify"
    +
  • +
+
+
+
+
+

Variables

+
+ +

Const events

+
events: EventEmitter = new EventEmitter()
+ +
+
+ +

Const notices

+
notices: notice[] = []
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_index_.__global.html b/LightcordApi/docs/modules/_index_.__global.html new file mode 100644 index 0000000..341433f --- /dev/null +++ b/LightcordApi/docs/modules/_index_.__global.html @@ -0,0 +1,218 @@ + + + + + + __global | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Namespace __global

+
+
+
+
+
+
+
+

Index

+
+
+
+

Interfaces

+ +
+
+

Variables

+ +
+
+
+
+
+

Variables

+
+ +

BdApi

+
BdApi: typeof BdApi
+ +
+
+ +

EDApi

+
EDApi: typeof BdApi
+ +
+
+ +

Lightcord

+
Lightcord: LightcordGlobal
+ +
+
+ +

React

+
React: React
+ +
+
+ +

ReactDOM

+
ReactDOM: ReactDOM
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_index_.html b/LightcordApi/docs/modules/_index_.html new file mode 100644 index 0000000..6b645a9 --- /dev/null +++ b/LightcordApi/docs/modules/_index_.html @@ -0,0 +1,517 @@ + + + + + + "index" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "index"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Namespaces

+ +
+
+

Interfaces

+ +
+
+

Type aliases

+ +
+
+

Object literals

+ +
+
+
+
+
+

Type aliases

+
+ +

LightcordApiGlobal

+
LightcordApiGlobal: lightcordApiMainExports & typeof LightcordApi
+ +
+
+

The main Api. Can be accessed with window.Lightcord.Api

+
+
+
+
+ +

lightcordApiMainExports

+
lightcordApiMainExports: { cloneNullProto: any; ensureExported: any }
+ +
+

Type declaration

+
    +
  • +
    cloneNullProto: function
    +
      +
    • cloneNullProto<Obj>(obj: Obj): Obj
    • +
    +
      +
    • + +
      +
      +

      Recreate the object without the __proto__ and prototype properties - usefull for better formatting in console.

      +
      +
      +

      Type parameters

      +
        +
      • +

        Obj

        +
      • +
      +

      Parameters

      +
        +
      • +
        obj: Obj
        +
        +

        The object to recreate

        +
        +
      • +
      +

      Returns Obj

      +
    • +
    +
  • +
  • +
    ensureExported: function
    +
      +
    • ensureExported(filter: (mod: any) => boolean): Promise<any>
    • +
    +
      +
    • + +
      +
      +

      Waits until the first module that match the filter gets exported

      +
      +
      +

      Parameters

      +
        +
      • +
        filter: (mod: any) => boolean
        +
        +

        The filter that specifies the module to match.

        +
        +
          +
        • +
            +
          • (mod: any): boolean
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              mod: any
              +
            • +
            +

            Returns boolean

            +
          • +
          +
        • +
        +
      • +
      +

      Returns Promise<any>

      +
    • +
    +
  • +
+
+
+
+
+

Object literals

+
+ +

Const LightcordApi

+
LightcordApi: object
+ +
+ +

Components

+
Components: { general: { AlertBox: AlertBox & { original: base }; CodeBlock: CodeBlock & { original: base }; ErrorCatcher: ErrorCatcher; Flex: Flex & { original: base }; FlexChild: FlexChild & { original: base }; SettingSubTitle: SettingSubTitle & { original: base }; SettingsTitle: SettingsTitle & { original: base }; Tabs: Tabs & { original: base }; Text: Text; Title: Title & { original: base }; Tooltip: Tooltip & { original: base } }; inputs: { Button: Button & { original: base }; Choices: RadioGroup & { original: base }; ColorPicker: ColorPicker & { original: base }; DateInput: DateInput & { original: base }; DateRange: DateRange & { original: base }; Dropdown: Dropdown & { original: base }; RadioGroup: RadioGroup & { original: base }; Switch: Switch & { original: base }; TextArea: TextArea & { original: base }; TextInput: TextInput & { original: base } } } = Components
+ +
+

Type declaration

+
    +
  • +
    general: { AlertBox: AlertBox & { original: base }; CodeBlock: CodeBlock & { original: base }; ErrorCatcher: ErrorCatcher; Flex: Flex & { original: base }; FlexChild: FlexChild & { original: base }; SettingSubTitle: SettingSubTitle & { original: base }; SettingsTitle: SettingsTitle & { original: base }; Tabs: Tabs & { original: base }; Text: Text; Title: Title & { original: base }; Tooltip: Tooltip & { original: base } }
    +
      +
    • +
      AlertBox: AlertBox & { original: base }
      +
    • +
    • +
      CodeBlock: CodeBlock & { original: base }
      +
    • +
    • +
      ErrorCatcher: ErrorCatcher
      +
    • +
    • +
      Flex: Flex & { original: base }
      +
    • +
    • +
      FlexChild: FlexChild & { original: base }
      +
    • +
    • +
      SettingSubTitle: SettingSubTitle & { original: base }
      +
    • +
    • +
      SettingsTitle: SettingsTitle & { original: base }
      +
    • +
    • +
      Tabs: Tabs & { original: base }
      +
    • +
    • +
      Text: Text
      +
    • +
    • +
      Title: Title & { original: base }
      +
    • +
    • +
      Tooltip: Tooltip & { original: base }
      +
    • +
    +
  • +
  • +
    inputs: { Button: Button & { original: base }; Choices: RadioGroup & { original: base }; ColorPicker: ColorPicker & { original: base }; DateInput: DateInput & { original: base }; DateRange: DateRange & { original: base }; Dropdown: Dropdown & { original: base }; RadioGroup: RadioGroup & { original: base }; Switch: Switch & { original: base }; TextArea: TextArea & { original: base }; TextInput: TextInput & { original: base } }
    +
      +
    • +
      Button: Button & { original: base }
      +
    • +
    • +
      Choices: RadioGroup & { original: base }
      +
    • +
    • +
      ColorPicker: ColorPicker & { original: base }
      +
    • +
    • +
      DateInput: DateInput & { original: base }
      +
    • +
    • +
      DateRange: DateRange & { original: base }
      +
    • +
    • +
      Dropdown: Dropdown & { original: base }
      +
    • +
    • +
      RadioGroup: RadioGroup & { original: base }
      +
    • +
    • +
      Switch: Switch & { original: base }
      +
    • +
    • +
      TextArea: TextArea & { original: base }
      +
    • +
    • +
      TextInput: TextInput & { original: base }
      +
    • +
    +
  • +
+
+
+
+ +

DiscordTools

+
DiscordTools: DiscordTools = DiscordTools
+ +
+
+ +

LazyLoad

+
LazyLoad: LazyLoad = LazyLoad
+ +
+
+ +

Utils

+
Utils: Utils = Utils
+ +
+
+ +

WebpackLoader

+
WebpackLoader: WebpackLoader = WebpackLoader
+ +
+
+ +

uuid

+
uuid: () => string & { v1: uuidFunc; v4: uuidFunc } = uuid
+ +
+
+ +

isImported

+
    +
  • get isImported(): boolean
  • +
+
    +
  • + +

    Returns boolean

    +
  • +
+
+
+ +

isNative

+
    +
  • get isNative(): boolean
  • +
+
    +
  • + +

    Returns boolean

    +
  • +
+
+
+ +

_

+
_: object
+ +
+ +

NOOP

+
NOOP: NOOP = NOOP
+ +
+
+ +

cloneNullProto

+
cloneNullProto: cloneNullProto = cloneNullProto
+ +
+
+ +

excludeProperties

+
excludeProperties: excludeProperties = excludeProperties
+ +
+
+ +

unfreeze

+
unfreeze: unfreeze = unfreeze
+ +
+
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_modules_bdmodules_.html b/LightcordApi/docs/modules/_modules_bdmodules_.html new file mode 100644 index 0000000..6a99244 --- /dev/null +++ b/LightcordApi/docs/modules/_modules_bdmodules_.html @@ -0,0 +1,237 @@ + + + + + + "modules/BDModules" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "modules/BDModules"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Variables

+ +
+
+

Functions

+ +
+
+
+
+
+

Variables

+
+ +

Let req

+
req: any
+ +
+
+
+

Functions

+
+ +

filterDangerous

+
    +
  • filterDangerous(mods: any): any
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      mods: any
      +
    • +
    +

    Returns any

    +
  • +
+
+
+ +

protect

+
    +
  • protect(exports: any): any
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      exports: any
      +
    • +
    +

    Returns any

    +
  • +
+
+
+ +

setReq

+
    +
  • setReq(): void
  • +
+
    +
  • + +

    Returns void

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_modules_clonenullproto_.html b/LightcordApi/docs/modules/_modules_clonenullproto_.html new file mode 100644 index 0000000..4ca001b --- /dev/null +++ b/LightcordApi/docs/modules/_modules_clonenullproto_.html @@ -0,0 +1,172 @@ + + + + + + "modules/cloneNullProto" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "modules/cloneNullProto"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Functions

+ +
+
+
+
+
+

Functions

+
+ +

cloneNullProto

+
    +
  • cloneNullProto<Obj>(obj: Obj): Obj
  • +
+
    +
  • + +
    +
    +

    Recreate the given object without the proto. Useful for better formatting when output in console.

    +
    +
    +

    Type parameters

    +
      +
    • +

      Obj

      +
    • +
    +

    Parameters

    +
      +
    • +
      obj: Obj
      +
      +

      The object to recreate

      +
      +
    • +
    +

    Returns Obj

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_modules_discordtools_.html b/LightcordApi/docs/modules/_modules_discordtools_.html new file mode 100644 index 0000000..56f2c63 --- /dev/null +++ b/LightcordApi/docs/modules/_modules_discordtools_.html @@ -0,0 +1,292 @@ + + + + + + "modules/DiscordTools" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "modules/DiscordTools"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+

Functions

+ +
+
+
+
+
+

Type aliases

+
+ +

NoticeData

+
NoticeData: noticeWithoutID
+ +
+
+ +

NotificationData

+
NotificationData: { body: string; icon: string; onClick?: () => void; onClose?: () => void; onShow?: () => void; title: string }
+ +
+

Type declaration

+
    +
  • +
    body: string
    +
  • +
  • +
    icon: string
    +
  • +
  • +
    Optional onClick?: () => void
    +
      +
    • +
        +
      • (): void
      • +
      +
        +
      • +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional onClose?: () => void
    +
      +
    • +
        +
      • (): void
      • +
      +
        +
      • +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    Optional onShow?: () => void
    +
      +
    • +
        +
      • (): void
      • +
      +
        +
      • +

        Returns void

        +
      • +
      +
    • +
    +
  • +
  • +
    title: string
    +
  • +
+
+
+
+ +

Sound

+
Sound: "call_calling" | "call_ringing" | "call_ringing_beat" | "ddr-down" | "ddr-left" | "ddr-right" | "ddr-up" | "deafen" | "discodo" | "disconnect" | "human_man" | "mention1" | "mention2" | "mention3" | "message1" | "message2" | "message3" | "mute" | "overlayunlock" | "ptt_start" | "ptt_stop" | "reconnect" | "robot_man" | "stream_ended" | "stream_started" | "stream_user_joined" | "stream_user_left" | "undeafen" | "unmute" | "user_join" | "user_leave" | "user_moved"
+ +
+
+
+

Variables

+
+ +

Let soundModule

+
soundModule: any
+ +
+
+
+

Functions

+
+ +

Const EventHandler

+
    +
  • EventHandler(): void
  • +
+
    +
  • + +

    Returns void

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_modules_environnement_.html b/LightcordApi/docs/modules/_modules_environnement_.html new file mode 100644 index 0000000..f98e3df --- /dev/null +++ b/LightcordApi/docs/modules/_modules_environnement_.html @@ -0,0 +1,159 @@ + + + + + + "modules/environnement" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "modules/environnement"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Variables

+ +
+
+
+
+
+

Variables

+
+ +

Const isImported

+
isImported: boolean = typeof window.BDModules !== "undefined"
+ +
+
+ +

Const isNative

+
isNative: boolean = typeof window.BDModules === "undefined"
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_modules_excludeproperties_.html b/LightcordApi/docs/modules/_modules_excludeproperties_.html new file mode 100644 index 0000000..e7d216c --- /dev/null +++ b/LightcordApi/docs/modules/_modules_excludeproperties_.html @@ -0,0 +1,167 @@ + + + + + + "modules/excludeProperties" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "modules/excludeProperties"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Functions

+ +
+
+
+
+
+

Functions

+
+ +

excludeProperties

+
    +
  • excludeProperties<Obj>(obj: Obj, props: keyof Obj[]): Partial<Obj>
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      Obj

      +
    • +
    +

    Parameters

    +
      +
    • +
      obj: Obj
      +
    • +
    • +
      props: keyof Obj[]
      +
    • +
    +

    Returns Partial<Obj>

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_modules_lazyloader_.html b/LightcordApi/docs/modules/_modules_lazyloader_.html new file mode 100644 index 0000000..892fcfe --- /dev/null +++ b/LightcordApi/docs/modules/_modules_lazyloader_.html @@ -0,0 +1,198 @@ + + + + + + "modules/lazyLoader" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "modules/lazyLoader"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Variables

+ +
+
+

Functions

+ +
+
+
+
+
+

Variables

+
+ +

Let cache

+
cache: Map<any, any> = new Map()
+ +
+
+
+

Functions

+
+ +

LazyLoad

+
    +
  • LazyLoad<T>(getObject: () => T): T
  • +
+
    +
  • + +

    Type parameters

    +
      +
    • +

      T

      +
    • +
    +

    Parameters

    +
      +
    • +
      getObject: () => T
      +
        +
      • +
          +
        • (): T
        • +
        +
          +
        • +

          Returns T

          +
        • +
        +
      • +
      +
    • +
    +

    Returns T

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_modules_noop_.html b/LightcordApi/docs/modules/_modules_noop_.html new file mode 100644 index 0000000..bc98939 --- /dev/null +++ b/LightcordApi/docs/modules/_modules_noop_.html @@ -0,0 +1,152 @@ + + + + + + "modules/noop" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "modules/noop"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Functions

+ +
+
+
+
+
+

Functions

+
+ +

NOOP

+
    +
  • NOOP(): void
  • +
+
    +
  • + +

    Returns void

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_modules_patchers_.html b/LightcordApi/docs/modules/_modules_patchers_.html new file mode 100644 index 0000000..b541d06 --- /dev/null +++ b/LightcordApi/docs/modules/_modules_patchers_.html @@ -0,0 +1,254 @@ + + + + + + "modules/patchers" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "modules/patchers"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Variables

+ +
+
+

Functions

+ +
+
+
+
+
+

Variables

+
+ +

Let hasCompletedLogin

+
hasCompletedLogin: boolean = false
+ +
+
+ +

Let loginPromise

+
loginPromise: Promise<void>
+ +
+
+
+

Functions

+
+ +

awaitLogin

+
    +
  • awaitLogin(): Promise<void>
  • +
+
    +
  • + +

    Returns Promise<void>

    +
  • +
+
+
+ +

getModule

+
    +
  • getModule(filter: (mod: any) => boolean): Promise<any>
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      filter: (mod: any) => boolean
      +
        +
      • +
          +
        • (mod: any): boolean
        • +
        +
          +
        • +

          Parameters

          +
            +
          • +
            mod: any
            +
          • +
          +

          Returns boolean

          +
        • +
        +
      • +
      +
    • +
    +

    Returns Promise<any>

    +
  • +
+
+
+ +

patch

+
    +
  • patch(): void
  • +
+
    +
  • + +

    Returns void

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_modules_pluginutilities_.html b/LightcordApi/docs/modules/_modules_pluginutilities_.html new file mode 100644 index 0000000..cd56c60 --- /dev/null +++ b/LightcordApi/docs/modules/_modules_pluginutilities_.html @@ -0,0 +1,156 @@ + + + + + + "modules/PluginUtilities" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "modules/PluginUtilities"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Type aliases

+ +
+
+
+
+
+

Type aliases

+
+ +

SettingItem

+
SettingItem: { component: string; props: ComponentProps<any> }
+ +
+

Type declaration

+
    +
  • +
    component: string
    +
  • +
  • +
    props: ComponentProps<any>
    +
  • +
+
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_modules_unfreeze_.__global.html b/LightcordApi/docs/modules/_modules_unfreeze_.__global.html new file mode 100644 index 0000000..dbaf23d --- /dev/null +++ b/LightcordApi/docs/modules/_modules_unfreeze_.__global.html @@ -0,0 +1,140 @@ + + + + + + __global | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Namespace __global

+
+
+
+
+
+
+
+

Index

+
+
+
+

Interfaces

+ +
+
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_modules_unfreeze_.html b/LightcordApi/docs/modules/_modules_unfreeze_.html new file mode 100644 index 0000000..a7ca793 --- /dev/null +++ b/LightcordApi/docs/modules/_modules_unfreeze_.html @@ -0,0 +1,169 @@ + + + + + + "modules/Unfreeze" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "modules/Unfreeze"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Namespaces

+ +
+
+

Functions

+ +
+
+
+
+
+

Functions

+
+ +

unfreeze

+
    +
  • unfreeze(o: any): any
  • +
+
    +
  • + +

    Parameters

    +
      +
    • +
      o: any
      +
    • +
    +

    Returns any

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

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_modules_utils_.html b/LightcordApi/docs/modules/_modules_utils_.html new file mode 100644 index 0000000..80f9a67 --- /dev/null +++ b/LightcordApi/docs/modules/_modules_utils_.html @@ -0,0 +1,176 @@ + + + + + + "modules/Utils" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "modules/Utils"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+
+
+
+

Type aliases

+
+ +

ColorName

+
ColorName: "primary_dark_100" | "primary_dark_130" | "primary_dark_160" | "primary_dark_200" | "primary_dark_230" | "primary_dark_260" | "primary_dark_300" | "primary_dark_330" | "primary_dark_360" | "primary_dark_400" | "primary_dark_430" | "primary_dark_460" | "primary_dark_500" | "primary_dark" | "primary_dark_530" | "primary_dark_560" | "primary_dark_600" | "primary_dark_630" | "primary_dark_660" | "primary_dark_700" | "primary_dark_730" | "primary_dark_760" | "primary_dark_800" | "primary_dark_830" | "primary_dark_860" | "primary_dark_900" | "primary_light_100" | "primary_light_130" | "primary_light_160" | "primary_light_200" | "primary_light_230" | "primary_light_260" | "primary_light_300" | "primary_light_330" | "primary_light_360" | "primary_light_400" | "primary_light_430" | "primary_light_460" | "primary_light_500" | "primary_light" | "primary_light_530" | "primary_light_560" | "primary_light_600" | "primary_light_630" | "primary_light_660" | "primary_light_700" | "primary_light_730" | "primary_light_760" | "primary_light_800" | "primary_light_830" | "primary_light_860" | "primary_light_900" | "brand_100" | "brand_130" | "brand_160" | "brand_200" | "brand_230" | "brand_260" | "brand_300" | "brand_330" | "brand_360" | "brand_400" | "brand_430" | "brand_460" | "brand_500" | "brand" | "brand_530" | "brand_560" | "brand_600" | "brand_630" | "brand_660" | "brand_700" | "brand_730" | "brand_760" | "brand_800" | "brand_830" | "brand_860" | "brand_900" | "status_red_100" | "status_red_130" | "status_red_160" | "status_red_200" | "status_red_230" | "status_red_260" | "status_red_300" | "status_red_330" | "status_red_360" | "status_red_400" | "status_red_430" | "status_red_460" | "status_red_500" | "status_red" | "status_red_530" | "status_red_560" | "status_red_600" | "status_red_630" | "status_red_660" | "status_red_700" | "status_red_730" | "status_red_760" | "status_red_800" | "status_red_830" | "status_red_860" | "status_red_900" | "status_yellow_100" | "status_yellow_130" | "status_yellow_160" | "status_yellow_200" | "status_yellow_230" | "status_yellow_260" | "status_yellow_300" | "status_yellow_330" | "status_yellow_360" | "status_yellow_400" | "status_yellow_430" | "status_yellow_460" | "status_yellow_500" | "status_yellow" | "status_yellow_530" | "status_yellow_560" | "status_yellow_600" | "status_yellow_630" | "status_yellow_660" | "status_yellow_700" | "status_yellow_730" | "status_yellow_760" | "status_yellow_800" | "status_yellow_830" | "status_yellow_860" | "status_yellow_900" | "status_green_100" | "status_green_130" | "status_green_160" | "status_green_200" | "status_green_230" | "status_green_260" | "status_green_300" | "status_green_330" | "status_green_360" | "status_green_400" | "status_green_430" | "status_green_460" | "status_green_500" | "status_green" | "status_green_530" | "status_green_560" | "status_green_600" | "status_green_630" | "status_green_660" | "status_green_700" | "status_green_730" | "status_green_760" | "status_green_800" | "status_green_830" | "status_green_860" | "status_green_900" | "status_grey_100" | "status_grey_130" | "status_grey_160" | "status_grey_200" | "status_grey_230" | "status_grey_260" | "status_grey_300" | "status_grey_330" | "status_grey_360" | "status_grey_400" | "status_grey_430" | "status_grey_460" | "status_grey_500" | "status_grey" | "status_grey_530" | "status_grey_560" | "status_grey_600" | "status_grey_630" | "status_grey_660" | "status_grey_700" | "status_grey_730" | "status_grey_760" | "status_grey_800" | "status_grey_830" | "status_grey_860" | "status_grey_900" | "link_100" | "link_130" | "link_160" | "link_200" | "link_230" | "link_260" | "link_300" | "link_330" | "link_360" | "link_400" | "link_430" | "link_460" | "link_500" | "link" | "link_530" | "link_560" | "link_600" | "link_630" | "link_660" | "link_700" | "link_730" | "link_760" | "link_800" | "link_830" | "link_860" | "link_900" | "link_light_100" | "link_light_130" | "link_light_160" | "link_light_200" | "link_light_230" | "link_light_260" | "link_light_300" | "link_light_330" | "link_light_360" | "link_light_400" | "link_light_430" | "link_light_460" | "link_light_500" | "link_light" | "link_light_530" | "link_light_560" | "link_light_600" | "link_light_630" | "link_light_660" | "link_light_700" | "link_light_730" | "link_light_760" | "link_light_800" | "link_light_830" | "link_light_860" | "link_light_900" | "white_100" | "white_130" | "white_160" | "white_200" | "white_230" | "white_260" | "white_300" | "white_330" | "white_360" | "white_400" | "white_430" | "white_460" | "white_500" | "white" | "white_530" | "white_560" | "white_600" | "white_630" | "white_660" | "white_700" | "white_730" | "white_760" | "white_800" | "white_830" | "white_860" | "white_900" | "black_100" | "black_130" | "black_160" | "black_200" | "black_230" | "black_260" | "black_300" | "black_330" | "black_360" | "black_400" | "black_430" | "black_460" | "black_500" | "black" | "black_530" | "black_560" | "black_600" | "black_630" | "black_660" | "black_700" | "black_730" | "black_760" | "black_800" | "black_830" | "black_860" | "black_900" | "premium_tier_2_purple_500" | "premium_tier_2_purple" | "premium_tier_2_pink_500" | "premium_tier_2_pink" | "premium_tier_1_purple_500" | "premium_tier_1_purple" | "premium_tier_1_blue_500" | "premium_tier_1_blue" | "premium_guild_pink_500" | "premium_guild_pink" | "premium_guild_purple_500" | "premium_guild_purple" | "premium_guild_blue_500" | "premium_guild_blue" | "hypesquad_house_1_500" | "hypesquad_house_1" | "hypesquad_house_2_500" | "hypesquad_house_2" | "hypesquad_house_3_500" | "hypesquad_house_3" | "partner_500" | "partner" | "skype_500" | "skype" | "battlenet_500" | "battlenet" | "steam_500" | "steam" | "lol_500" | "lol" | "twitch_500" | "twitch" | "youtube_500" | "youtube" | "twitter_500" | "twitter" | "reddit_500" | "reddit" | "spotify_500" | "spotify" | "facebook_500" | "facebook" | "samsung_500" | "samsung" | "xbox_500" | "xbox" | "github_500" | "github" | "transparent"
+ +
+
+
+

Variables

+
+ +

ReactDOM

+
ReactDOM: ReactDOM
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_modules_uuid_.html b/LightcordApi/docs/modules/_modules_uuid_.html new file mode 100644 index 0000000..a24995b --- /dev/null +++ b/LightcordApi/docs/modules/_modules_uuid_.html @@ -0,0 +1,182 @@ + + + + + + "modules/uuid" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "modules/uuid"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Type aliases

+ +
+
+

Variables

+ +
+
+
+
+
+

Type aliases

+
+ +

uuidFunc

+
uuidFunc: () => string
+ +
+

Type declaration

+
    +
  • +
      +
    • (): string
    • +
    +
      +
    • +

      Returns string

      +
    • +
    +
  • +
+
+
+
+
+

Variables

+
+ +

Let uuid

+
uuid: uuidFunc & { v1: uuidFunc; v4: uuidFunc } = Object.assign(function(){return uuidv4()}, {v1: () => uuidv1(), v4: () => uuidv4()})
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_modules_webpackloader_.html b/LightcordApi/docs/modules/_modules_webpackloader_.html new file mode 100644 index 0000000..674657b --- /dev/null +++ b/LightcordApi/docs/modules/_modules_webpackloader_.html @@ -0,0 +1,154 @@ + + + + + + "modules/WebpackLoader" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "modules/WebpackLoader"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Classes

+ +
+
+

Variables

+ +
+
+
+
+
+

Variables

+
+ +

Const BDModules

+
BDModules: typeof BDModules = window.BDModules || require("./BDModules")
+ +
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_types_discordconstantstypes_.html b/LightcordApi/docs/modules/_types_discordconstantstypes_.html new file mode 100644 index 0000000..52ad07d --- /dev/null +++ b/LightcordApi/docs/modules/_types_discordconstantstypes_.html @@ -0,0 +1,132 @@ + + + + + + "types/DiscordConstantsTypes" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "types/DiscordConstantsTypes"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Interfaces

+ +
+
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/docs/modules/_types_discorddispatchertypes_.html b/LightcordApi/docs/modules/_types_discorddispatchertypes_.html new file mode 100644 index 0000000..3066426 --- /dev/null +++ b/LightcordApi/docs/modules/_types_discorddispatchertypes_.html @@ -0,0 +1,132 @@ + + + + + + "types/DiscordDispatcherTypes" | lightcordapi + + + + + +
+
+
+
+ +
+
+ Options +
+
+ All +
    +
  • Public
  • +
  • Public/Protected
  • +
  • All
  • +
+
+ + + + + + +
+
+ Menu +
+
+
+
+
+
+ +

Module "types/DiscordDispatcherTypes"

+
+
+
+
+
+
+
+

Index

+
+
+
+

Interfaces

+ +
+
+
+
+
+ +
+
+
+
+

Legend

+
+
    +
  • Namespace
  • +
  • Object literal
  • +
  • Variable
  • +
  • Function
  • +
  • Function with type parameter
  • +
  • Type alias
  • +
+
    +
  • Class
  • +
  • Class with type parameter
  • +
+
    +
  • Interface
  • +
+
+
+
+
+

Generated using TypeDoc

+
+
+ + + \ No newline at end of file diff --git a/LightcordApi/package.json b/LightcordApi/package.json index 25c3ce2..8cee485 100644 --- a/LightcordApi/package.json +++ b/LightcordApi/package.json @@ -9,7 +9,7 @@ "build-prod": "webpack --progress --colors --config prod.config.js", "watch-prod": "webpack --progress --colors --watch --config prod.config.js", "test": "echo \"Error: no test specified\" && exit 1", - "docs": "typedoc --out ../../LightcordApiDocs ./src" + "docs": "typedoc --out ./docs ./src" }, "author": "", "license": "ISC",