From 1bf077d1a08367cb3e19c9bf4f2fd4cdd7152d31 Mon Sep 17 00:00:00 2001 From: Stephan Krusche Date: Sat, 15 Jul 2023 09:27:36 +0200 Subject: [PATCH] update docs --- docs/source/user/api/apollon-editor.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/user/api/apollon-editor.d.ts b/docs/source/user/api/apollon-editor.d.ts index ba066192..feec89d9 100644 --- a/docs/source/user/api/apollon-editor.d.ts +++ b/docs/source/user/api/apollon-editor.d.ts @@ -53,6 +53,9 @@ export declare class ApollonEditor { * @param selection contains ids of the elements and relationships which should be selected */ select(selection: Apollon.Selection): void; + _getNewSubscriptionId(subscribers: { + [key: number]: any; + }): number; /** * Register callback which is executed when the selection of elements and relationships changes * @param callback function which is called when selection changes