systray
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Sys
Tray
Action
Click
Event
Conf
Event
Menu
Menu
Item
Ready
Event
Update
Item
Action
Update
Menu
Action
Update
Menu
And
Item
Action
CHECK_
STR
debug
pkg
get
Tray
Bin
Path
update
Checked
InLinux
Index
Classes
Sys
Tray
Type aliases
Action
Click
Event
Conf
Event
Menu
Menu
Item
Ready
Event
Update
Item
Action
Update
Menu
Action
Update
Menu
And
Item
Action
Variables
CHECK_
STR
debug
pkg
Functions
get
Tray
Bin
Path
update
Checked
InLinux
Type aliases
Action
Action
:
UpdateItemAction
|
UpdateMenuAction
|
UpdateMenuAndItemAction
Click
Event
Click
Event
:
object
Type declaration
item
:
MenuItem
seq_
id
:
number
type
:
"clicked"
Conf
Conf
:
object
Type declaration
Optional
copy
Dir
?:
boolean
|
string
Optional
debug
?:
undefined
|
true
|
false
menu
:
Menu
Event
Event
:
ClickEvent
|
ReadyEvent
Menu
Menu
:
object
Type declaration
icon
:
string
items
:
MenuItem
[]
title
:
string
tooltip
:
string
Menu
Item
Menu
Item
:
object
Type declaration
checked
:
boolean
enabled
:
boolean
title
:
string
tooltip
:
string
Ready
Event
Ready
Event
:
object
Type declaration
type
:
"ready"
Update
Item
Action
Update
Item
Action
:
object
Type declaration
item
:
MenuItem
seq_
id
:
number
type
:
"update-item"
Update
Menu
Action
Update
Menu
Action
:
object
Type declaration
menu
:
Menu
seq_
id
:
number
type
:
"update-menu"
Update
Menu
And
Item
Action
Update
Menu
And
Item
Action
:
object
Type declaration
item
:
MenuItem
menu
:
Menu
seq_
id
:
number
type
:
"update-menu-and-item"
Variables
CHECK_
STR
CHECK_
STR
:
" (√)"
= " (√)"
debug
debug
:
IDebugger
= Debug(pkg.name)
pkg
pkg
:
any
= require('../package.json')
Functions
get
Tray
Bin
Path
get
Tray
Bin
Path
(
debug
?:
boolean
, copyDir
?:
boolean
|
string
)
:
string
Parameters
Default value
debug:
boolean
= false
Default value
copyDir:
boolean
|
string
= false
Returns
string
update
Checked
InLinux
update
Checked
InLinux
(
item
:
MenuItem
)
:
object
Parameters
item:
MenuItem
Returns
object
checked
:
boolean
enabled
:
boolean
title
:
string
tooltip
:
string
Generated using
TypeDoc