Fixing signature of openCoWebSite
This commit is contained in:
parent
c5949a0337
commit
50fcc1caaa
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ interface WorkAdventureApi {
|
||||||
openPopup(targetObject: string, message: string, buttons: ButtonDescriptor[]): Popup;
|
openPopup(targetObject: string, message: string, buttons: ButtonDescriptor[]): Popup;
|
||||||
openTab(url : string): void;
|
openTab(url : string): void;
|
||||||
goToPage(url : string): void;
|
goToPage(url : string): void;
|
||||||
openCoWebSite(url : string, allowApi: boolean, allowPolicy: string): void;
|
openCoWebSite(url : string, allowApi?: boolean, allowPolicy?: string): void;
|
||||||
closeCoWebSite(): void;
|
closeCoWebSite(): void;
|
||||||
disablePlayerControls(): void;
|
disablePlayerControls(): void;
|
||||||
restorePlayerControls(): void;
|
restorePlayerControls(): void;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue