@@ -54,7 +54,11 @@ export namespace Gleap {
5454 primaryColor : string ;
5555 headerColor : string ;
5656 buttonColor : string ;
57- cornerRadius : string ;
57+ backgroundColor : string ;
58+ borderRadius ?: number ;
59+ buttonX ?: number ;
60+ buttonY ?: number ;
61+ buttonStyle ?: string ;
5862 } ) : void ;
5963 function disableConsoleLogOverwrite ( ) : void ;
6064 function setLiveSite ( isLiveSite : boolean ) : void ;
@@ -77,18 +81,21 @@ export namespace Gleap {
7781 ) : void ;
7882 function open ( ) : void ;
7983 function openNews ( showBackButton ?: boolean ) : void ;
80- function openNewsArticle (
81- id : string ,
82- showBackButton ?: boolean
83- ) : void ;
84+ function openNewsArticle ( id : string , showBackButton ?: boolean ) : void ;
8485 function openConversations ( showBackButton ?: boolean ) : void ;
8586 function openConversation (
8687 shareToken ?: string ,
8788 showBackButton ?: boolean
8889 ) : void ;
8990 function openHelpCenter ( showBackButton ?: boolean ) : void ;
90- function openHelpCenterCollection ( collectionId : string , showBackButton ?: boolean ) : void ;
91- function openHelpCenterArticle ( articleId : string , showBackButton ?: boolean ) : void ;
91+ function openHelpCenterCollection (
92+ collectionId : string ,
93+ showBackButton ?: boolean
94+ ) : void ;
95+ function openHelpCenterArticle (
96+ articleId : string ,
97+ showBackButton ?: boolean
98+ ) : void ;
9299 function searchHelpCenter ( term : string , showBackButton ?: boolean ) : void ;
93100 function openFeatureRequests ( showBackButton ?: boolean ) : void ;
94101 function close ( ) : void ;
@@ -100,10 +107,7 @@ export namespace Gleap {
100107 feedbackFlow : string ,
101108 showBackButton ?: boolean
102109 ) : void ;
103- function showSurvey (
104- surveyId : string ,
105- format ?: string
106- ) : void ;
110+ function showSurvey ( surveyId : string , format ?: string ) : void ;
107111 function on ( event : string , callback : ( data ?: any ) => void ) : void ;
108112 function getIdentity ( ) : any ;
109113 function isUserIdentified ( ) : boolean ;
0 commit comments