• Helper to show a notification to the user, that disappears automatically.

    Parameters

    • __namedParameters: {
          content: string;
          id?: string;
          persist?: boolean;
          runtimeScene: RuntimeScene;
          type: "error" | "warning" | "success";
      }
      • content: string
      • Optional id?: string
      • Optional persist?: boolean
      • runtimeScene: RuntimeScene
      • type: "error" | "warning" | "success"

    Returns void