mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
completing all documentation and other such maintenance
This commit is contained in:
parent
f176a1106a
commit
daac91d970
8 changed files with 106 additions and 67 deletions
|
@ -6,7 +6,9 @@ import Sortable from "sortablejs";
|
|||
*
|
||||
* @param {App} app - The main view object for CyberChef
|
||||
* @param {[string, number[]]} operations - A list of operation names and indexes of characters to highlight
|
||||
* @param {boolean} includeStarIcon - optionally add the 'star' icon to the left of the operation
|
||||
* @param {Boolean} includeOpLiStarIcon - Include the left side 'star' icon to each of the c-category-li >
|
||||
* c-operation-list > c-operation-li list items in this c-category-list
|
||||
*
|
||||
* @param {Object} icon ( { class: string, innerText: string } ). check-icon by default
|
||||
*/
|
||||
export class COperationList extends HTMLElement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue