Preparing search index...
The search index is not available
GDevelop JavaScript game engine
GDevelop JavaScript game engine
gdjs
playerAuthenticationComponents
showNotification
Function showNotification
show
Notification
(
domContainer
,
id
,
content
,
type
)
:
void
Helper to show a notification to the user, that disappears automatically.
Parameters
domContainer
:
HTMLDivElement
id
:
string
content
:
string
type
:
"error"
|
"success"
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
GDevelop JavaScript game engine
Loading...
Helper to show a notification to the user, that disappears automatically.