ShowNotification
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / renderer/startupCallbackTypes / ShowNotification
Type Alias: ShowNotification
ShowNotification = (
message:string,type?:string,timeout?:number) =>Promise<void> |void
Defined in: renderer/startupCallbackTypes.ts:13
Parametersβ
messageβ
string
type?β
string
timeout?β
number
Returnsβ
Promise<void> | void