Function showNotification
- showNotification(__namedParameters): void
Parameters
- __namedParameters: {
content: string;
id?: string;
persist?: boolean;
runtimeScene: RuntimeScene;
type: "error" | "warning" | "success";
}content: string
Optional
id?: string
Optional
persist?: boolean
type: "error" | "warning" | "success"
Returns void
Helper to show a notification to the user, that disappears automatically.