Documentation
Preparing search index...
@kehto/shell
PendingUpdate
Interface PendingUpdate
A pending napplet update — raised when a napplet reconnects with a different aggregateHash.
interface
PendingUpdate
{
dTag
:
string
;
newHash
:
string
;
oldHash
:
string
;
pubkey
:
string
;
resolve
:
(
action
:
"accept"
|
"block"
)
=>
void
;
windowId
:
string
;
}
Index
Properties
d
Tag
new
Hash
old
Hash
pubkey
resolve
window
Id
Properties
d
Tag
dTag
:
string
new
Hash
newHash
:
string
old
Hash
oldHash
:
string
pubkey
pubkey
:
string
resolve
resolve
:
(
action
:
"accept"
|
"block"
)
=>
void
window
Id
windowId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
d
Tag
new
Hash
old
Hash
pubkey
resolve
window
Id
Documentation
Loading...
A pending napplet update — raised when a napplet reconnects with a different aggregateHash.