Constructors
constructor
- new EventNode(json): EventNode
Parameters
- json: {
id: string;
title: string;
status: number;
red: boolean;
description: string;
created: Date;
modified: Date;
}id: string
title: string
status: number
red: boolean
description: string
created: Date
modified: Date
Properties
description
description: string
Methods
toJSON
- toJSON(): {
id: string;
title: string;
status: number;
red: boolean;
description: string;
created: Date;
modified: Date;
} Returns {
id: string;
title: string;
status: number;
red: boolean;
description: string;
created: Date;
modified: Date;
}
id: string
title: string
status: number
red: boolean
description: string
created: Date
modified: Date
api/notifications/:id