mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-21 04:25:27 -04:00
231 lines
9.1 KiB
HTML
231 lines
9.1 KiB
HTML
<!doctype html>
|
|
<html class="default no-js">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>INotificationChecker | revolt.js</title>
|
|
<meta name="description" content="Documentation for revolt.js">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="tsd-page-toolbar">
|
|
<div class="container">
|
|
<div class="table-wrap">
|
|
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
<div class="field">
|
|
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
<input id="tsd-search-field" type="text" />
|
|
</div>
|
|
<ul class="results">
|
|
<li class="state loading">Preparing search index...</li>
|
|
<li class="state failure">The search index is not available</li>
|
|
</ul>
|
|
<a href="../index.html" class="title">revolt.js</a>
|
|
</div>
|
|
<div class="table-cell" id="tsd-widgets">
|
|
<div id="tsd-filter">
|
|
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
<div class="tsd-filter-group">
|
|
<div class="tsd-select" id="tsd-filter-visibility">
|
|
<span class="tsd-select-label">All</span>
|
|
<ul class="tsd-select-list">
|
|
<li data-value="public">Public</li>
|
|
<li data-value="protected">Public/Protected</li>
|
|
<li data-value="private" class="selected">All</li>
|
|
</ul>
|
|
</div>
|
|
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
</div>
|
|
</div>
|
|
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="tsd-page-title">
|
|
<div class="container">
|
|
<ul class="tsd-breadcrumb">
|
|
<li>
|
|
<a href="../modules.html">revolt.js</a>
|
|
</li>
|
|
<li>
|
|
<a href="../modules/util_Unreads.html">util/Unreads</a>
|
|
</li>
|
|
<li>
|
|
<a href="util_Unreads.INotificationChecker.html">INotificationChecker</a>
|
|
</li>
|
|
</ul>
|
|
<h1>Interface INotificationChecker</h1>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<div class="container container-main">
|
|
<div class="row">
|
|
<div class="col-8 col-content">
|
|
<section class="tsd-panel tsd-hierarchy">
|
|
<h3>Hierarchy</h3>
|
|
<ul class="tsd-hierarchy">
|
|
<li>
|
|
<span class="target">INotificationChecker</span>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
<section class="tsd-panel-group tsd-index-group">
|
|
<h2>Index</h2>
|
|
<section class="tsd-panel tsd-index-panel">
|
|
<div class="tsd-index-content">
|
|
<section class="tsd-index-section ">
|
|
<h3>Methods</h3>
|
|
<ul class="tsd-index-list">
|
|
<li class="tsd-kind-method tsd-parent-kind-interface"><a href="util_Unreads.INotificationChecker.html#isMuted" class="tsd-kind-icon">is<wbr>Muted</a></li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<section class="tsd-panel-group tsd-member-group ">
|
|
<h2>Methods</h2>
|
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface">
|
|
<a name="isMuted" class="tsd-anchor"></a>
|
|
<h3>is<wbr>Muted</h3>
|
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface">
|
|
<li class="tsd-signature tsd-kind-icon">is<wbr>Muted<span class="tsd-signature-symbol">(</span>target<span class="tsd-signature-symbol">?: </span><a href="../classes/maps_Channels.Channel.html" class="tsd-signature-type" data-tsd-kind="Class">Channel</a><span class="tsd-signature-symbol"> | </span><a href="../classes/maps_Servers.Server.html" class="tsd-signature-type" data-tsd-kind="Class">Server</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
</ul>
|
|
<ul class="tsd-descriptions">
|
|
<li class="tsd-description">
|
|
<aside class="tsd-sources">
|
|
<ul>
|
|
<li>Defined in <a href="https://github.com/revoltchat/revolt.js/blob/6dd6441/src/util/Unreads.ts#L15">src/util/Unreads.ts:15</a></li>
|
|
</ul>
|
|
</aside>
|
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
<ul class="tsd-parameters">
|
|
<li>
|
|
<h5><span class="tsd-flag ts-flagOptional">Optional</span> target: <a href="../classes/maps_Channels.Channel.html" class="tsd-signature-type" data-tsd-kind="Class">Channel</a><span class="tsd-signature-symbol"> | </span><a href="../classes/maps_Servers.Server.html" class="tsd-signature-type" data-tsd-kind="Class">Server</a></h5>
|
|
</li>
|
|
</ul>
|
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</section>
|
|
</div>
|
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
<nav class="tsd-navigation primary">
|
|
<ul>
|
|
<li class=" ">
|
|
<a href="../modules.html">Modules</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/Client.html">Client</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/config.html">config</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/globals.html">globals</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/index.html">index</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/maps_Bots.html">maps/<wbr>Bots</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/maps_Channels.html">maps/<wbr>Channels</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/maps_Collection.html">maps/<wbr>Collection</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/maps_Emojis.html">maps/<wbr>Emojis</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/maps_Members.html">maps/<wbr>Members</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/maps_Messages.html">maps/<wbr>Messages</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/maps_Servers.html">maps/<wbr>Servers</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/maps_Users.html">maps/<wbr>Users</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/permissions_calculator.html">permissions/calculator</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/permissions_definitions.html">permissions/definitions</a>
|
|
</li>
|
|
<li class="current tsd-kind-module">
|
|
<a href="../modules/util_Unreads.html">util/<wbr>Unreads</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/util_null.html">util/null</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/websocket_client.html">websocket/client</a>
|
|
</li>
|
|
<li class=" tsd-kind-module">
|
|
<a href="../modules/websocket_notifications.html">websocket/notifications</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
<ul class="before-current">
|
|
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
<a href="../classes/util_Unreads.default.html" class="tsd-kind-icon">default</a>
|
|
</li>
|
|
</ul>
|
|
<ul class="current">
|
|
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
<a href="util_Unreads.INotificationChecker.html" class="tsd-kind-icon">INotification<wbr>Checker</a>
|
|
<ul>
|
|
<li class=" tsd-kind-method tsd-parent-kind-interface">
|
|
<a href="util_Unreads.INotificationChecker.html#isMuted" class="tsd-kind-icon">is<wbr>Muted</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<ul class="after-current">
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer class="with-border-bottom">
|
|
<div class="container">
|
|
<h2>Legend</h2>
|
|
<div class="tsd-legend-group">
|
|
<ul class="tsd-legend">
|
|
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
</ul>
|
|
<ul class="tsd-legend">
|
|
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
</ul>
|
|
<ul class="tsd-legend">
|
|
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<div class="container tsd-generator">
|
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
</div>
|
|
<div class="overlay"></div>
|
|
<script src="../assets/js/main.js"></script>
|
|
</body>
|
|
</html> |