mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-15 02:26:54 -04:00
parent
88c7843924
commit
ad07018abf
12 changed files with 16 additions and 78 deletions
|
@ -24,7 +24,6 @@ class Operation {
|
|||
this._disabled = false;
|
||||
this._flowControl = false;
|
||||
this._manualBake = false;
|
||||
this._inputSwapable = false;
|
||||
this._ingList = [];
|
||||
|
||||
// Public fields
|
||||
|
@ -317,25 +316,6 @@ class Operation {
|
|||
this._manualBake = !!value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if this Operation has swapable input values.
|
||||
*
|
||||
* @returns {boolean}
|
||||
*/
|
||||
get inputSwapable() {
|
||||
return this._inputSwapable;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Set whether this Operation shoud show swap input icon.
|
||||
*
|
||||
* @param {boolean} value
|
||||
*/
|
||||
set inputSwapable(value) {
|
||||
this._inputSwapable = !!value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default Operation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue