Skip to main content
Module

x/neo4j_driver_lite/mod.ts>Notification

Neo4j Bolt driver for JavaScript
Go to Latest
class Notification
Re-export
import { Notification } from "https://deno.land/x/neo4j_driver_lite@5.15.0/mod.ts";

Class for Cypher notifications

Constructors

new
Notification(notification: any)

Create a Notification instance

Properties

code: string
description: string
position: NotificationPosition | { }
optional
rawCategory: string
rawSeverityLevel: string
severity: string
title: string