Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Krusche committed Jul 15, 2023
1 parent 79eac46 commit 1bf077d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/user/api/apollon-editor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bf077d

Please sign in to comment.