Interface NotifyIconParams
Properties
iconUrl
iconUrl: string
tooltip
tooltip: string
Methods
Optional onclick
- onclick(e: { event: MouseEvent; type: "normal" | "context" }): void
-
Parameters
-
e: { event: MouseEvent; type: "normal" | "context" }
-
event: MouseEvent
-
type: "normal" | "context"
Returns void
Optional ondblclick
- ondblclick(e: { event: MouseEvent }): void
-
Parameters
Returns void
Notify icon creation parameters.