ShowUpdateNotification
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / renderer/startupCallbackTypes / ShowUpdateNotification
Type Alias: ShowUpdateNotification
ShowUpdateNotification = (
message:string,type?:string,duration?:number,withAction?:boolean|string) =>void
Defined in: renderer/startupCallbackTypes.ts:19
Parametersβ
messageβ
string
type?β
string
duration?β
number
withAction?β
boolean | string
Returnsβ
void