Member Junction
Preparing search index...
@memberjunction/metadata-sync
FileResetCallbacks
Interface FileResetCallbacks
interface
FileResetCallbacks
{
onConfirm
?:
(
message
:
string
)
=>
Promise
<
boolean
>
;
onLog
?:
(
message
:
string
)
=>
void
;
onProgress
?:
(
message
:
string
)
=>
void
;
onWarn
?:
(
message
:
string
)
=>
void
;
}
Index
Properties
on
Confirm?
on
Log?
on
Progress?
on
Warn?
Properties
Optional
on
Confirm
onConfirm
?:
(
message
:
string
)
=>
Promise
<
boolean
>
Optional
on
Log
onLog
?:
(
message
:
string
)
=>
void
Optional
on
Progress
onProgress
?:
(
message
:
string
)
=>
void
Optional
on
Warn
onWarn
?:
(
message
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Confirm
on
Log
on
Progress
on
Warn
Member Junction
Loading...