Client
show
Usage
bridge.notification.show(data)data:
objecttitle(optional):
stringmessage:
stringduration:
numberstyle:
string
Example
bridge.notification.show({
title = "Example Title",
message = "Example Message",
duration = 5000,
style = "info",
})Last updated