Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
<internal>
IKeyBackupRestoreOpts
Interface IKeyBackupRestoreOpts
interface
IKeyBackupRestoreOpts
{
cacheCompleteCallback
?:
()
=>
void
;
progressCallback
?:
(
progress
:
ImportRoomKeyProgressData
)
=>
void
;
}
Index
Properties
cache
Complete
Callback?
progress
Callback?
Properties
Optional
cache
Complete
Callback
cacheCompleteCallback
?:
()
=>
void
Optional
progress
Callback
progressCallback
?:
(
progress
:
ImportRoomKeyProgressData
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cache
Complete
Callback
progress
Callback
matrix-js-sdk
Loading...