From ed608e613e09ded741b095e99517c64ed6486577 Mon Sep 17 00:00:00 2001 From: Martin Karkowski Date: Tue, 28 Jun 2022 07:21:05 +0200 Subject: [PATCH] adding author --- lib/types/ui/editor/IEditPage.ts | 5 +++++ lib/types/ui/editor/INetwork.ts | 5 +++++ lib/types/ui/editor/render.callbacks.ts | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/lib/types/ui/editor/IEditPage.ts b/lib/types/ui/editor/IEditPage.ts index fde4804..c52a75c 100644 --- a/lib/types/ui/editor/IEditPage.ts +++ b/lib/types/ui/editor/IEditPage.ts @@ -1,3 +1,8 @@ +/** + * @author Martin Karkowski + * @email m.karkowski@zema.de + */ + import { TRenderFunctionResult } from "../layout.interface"; import { IPort } from "./INodes"; diff --git a/lib/types/ui/editor/INetwork.ts b/lib/types/ui/editor/INetwork.ts index e69de29..3514a65 100644 --- a/lib/types/ui/editor/INetwork.ts +++ b/lib/types/ui/editor/INetwork.ts @@ -0,0 +1,5 @@ +/** + * @author Martin Karkowski + * @email m.karkowski@zema.de + */ + diff --git a/lib/types/ui/editor/render.callbacks.ts b/lib/types/ui/editor/render.callbacks.ts index 6821210..b2b7095 100644 --- a/lib/types/ui/editor/render.callbacks.ts +++ b/lib/types/ui/editor/render.callbacks.ts @@ -1,3 +1,8 @@ +/** + * @author Martin Karkowski + * @email m.karkowski@zema.de + */ + import { IRenderData } from "../helpers.interface"; import { IEditPage } from "./IEditPage"; import { PN } from "./INodes";