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