Add input handling
This commit is contained in:
parent
29c6b14440
commit
d5be727040
36 changed files with 417 additions and 113 deletions
4
frontend/src/scripts/identity/identity-manager.ts
Normal file
4
frontend/src/scripts/identity/identity-manager.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export class IdentityManager {
|
||||
public static sourceId: string;
|
||||
public static targetId: string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue