Skip to main content

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