notification
This type represents a notification item.
__call
Constructs the notification.
Arguments
Returns
Type
Description
notification
Notification object.
Example
local notif = gui.notification('Hello', 'Lua works!');
Last updated
This type represents a notification item.
Constructs the notification.
Arguments
Returns
Type
Description
notification
Notification object.
Example
local notif = gui.notification('Hello', 'Lua works!');
Last updated