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