-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90c0465
commit 59c5f40
Showing
3 changed files
with
955 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,321 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>JSDoc: Class: Action</title> | ||
|
||
<script src="scripts/prettify/prettify.js"> </script> | ||
<script src="scripts/prettify/lang-css.js"> </script> | ||
<!--[if lt IE 9]> | ||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> | ||
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<div id="main"> | ||
|
||
<h1 class="page-title">Class: Action</h1> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<section> | ||
|
||
<header> | ||
|
||
<h2><span class="attribs"><span class="type-signature"></span></span>Action<span class="signature">(func)</span><span class="type-signature"></span></h2> | ||
|
||
|
||
</header> | ||
|
||
<article> | ||
<div class="container-overview"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<h4 class="name" id="Action"><span class="type-signature"></span>new Action<span class="signature">(func)</span><span class="type-signature"></span></h4> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h5>Parameters:</h5> | ||
|
||
|
||
<table class="params"> | ||
<thead> | ||
<tr> | ||
|
||
<th>Name</th> | ||
|
||
|
||
<th>Type</th> | ||
|
||
|
||
|
||
|
||
|
||
<th class="last">Description</th> | ||
</tr> | ||
</thead> | ||
|
||
<tbody> | ||
|
||
|
||
<tr> | ||
|
||
<td class="name"><code>func</code></td> | ||
|
||
|
||
<td class="type"> | ||
|
||
|
||
<span class="param-type">function</span> | ||
|
||
|
||
|
||
</td> | ||
|
||
|
||
|
||
|
||
|
||
<td class="description last"></td> | ||
</tr> | ||
|
||
|
||
</tbody> | ||
</table> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<dl class="details"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<dt class="tag-source">Source:</dt> | ||
<dd class="tag-source"><ul class="dummy"><li> | ||
<a href="index.js.html">index.js</a>, <a href="index.js.html#line23">line 23</a> | ||
</li></ul></dd> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</dl> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 class="subsection-title">Methods</h3> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h4 class="name" id="run"><span class="type-signature">(async) </span>run<span class="signature">()</span><span class="type-signature"> → {Promise.<any>}</span></h4> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<dl class="details"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<dt class="tag-source">Source:</dt> | ||
<dd class="tag-source"><ul class="dummy"><li> | ||
<a href="index.js.html">index.js</a>, <a href="index.js.html#line29">line 29</a> | ||
</li></ul></dd> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</dl> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h5>Returns:</h5> | ||
|
||
|
||
|
||
|
||
<dl> | ||
<dt> | ||
Type | ||
</dt> | ||
<dd> | ||
|
||
<span class="param-type">Promise.<any></span> | ||
|
||
|
||
</dd> | ||
</dl> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</article> | ||
|
||
</section> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
<nav> | ||
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Action.html">Action</a></li><li><a href="Cache.html">Cache</a></li><li><a href="Comment.html">Comment</a></li><li><a href="DirectMessage.html">DirectMessage</a></li><li><a href="FollowerList.html">FollowerList</a></li><li><a href="FollowingList.html">FollowingList</a></li><li><a href="IBError.html">IBError</a></li><li><a href="IBGotoError.html">IBGotoError</a></li><li><a href="IBLoginError.html">IBLoginError</a></li><li><a href="IBPuppeteerError.html">IBPuppeteerError</a></li><li><a href="InstagramBot.html">InstagramBot</a></li><li><a href="Post.html">Post</a></li><li><a href="PostDetails.html">PostDetails</a></li><li><a href="Queue.html">Queue</a></li><li><a href="SearchResult.html">SearchResult</a></li><li><a href="User.html">User</a></li><li><a href="UserDetails.html">UserDetails</a></li></ul><h3>Global</h3><ul><li><a href="global.html#clickOnButton">clickOnButton</a></li><li><a href="global.html#clickOnDiv">clickOnDiv</a></li><li><a href="global.html#clickOnElement">clickOnElement</a></li><li><a href="global.html#clickOnElements">clickOnElements</a></li><li><a href="global.html#elementExists">elementExists</a></li><li><a href="global.html#evaluate">evaluate</a></li><li><a href="global.html#loadElementsFromList">loadElementsFromList</a></li><li><a href="global.html#scroll">scroll</a></li><li><a href="global.html#scrollBy">scrollBy</a></li><li><a href="global.html#StringToNumber">StringToNumber</a></li><li><a href="global.html#wait">wait</a></li></ul> | ||
</nav> | ||
|
||
<br class="clear"> | ||
|
||
<footer> | ||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon Jun 21 2021 20:21:29 GMT+0200 (Mitteleuropäische Sommerzeit) | ||
</footer> | ||
|
||
<script> prettyPrint(); </script> | ||
<script src="scripts/linenumber.js"> </script> | ||
</body> | ||
</html> |
Oops, something went wrong.