Skip to main content

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