Fixed small bugs, add documentation to query parameters, draft of surveillance cams

This commit is contained in:
Pieter Vander Vennet 2020-11-12 12:18:02 +01:00
parent eb3e2a6c58
commit 5b59d7dbd0
6 changed files with 246 additions and 11 deletions

View file

@ -59,7 +59,7 @@ export class QueryParameters {
}
public static GetQueryParameter(key: string, deflt: string): UIEventSource<string> {
public static GetQueryParameter(key: string, deflt: string, documentation?: string): UIEventSource<string> {
if(!this.initialized){
this.init();
}