UNPKG

@finapi/finapi-js-loader

Version:

finAPI JS Loader

105 lines 60.6 kB
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>GiroIdentProperties | @finapi/finapi-js-loader - v0.45.0</title><meta name="description" content="Documentation for @finapi/finapi-js-loader"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@finapi/finapi-js-loader - v0.45.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@finapi/finapi-js-loader</a></li><li><a href="GiroIdentProperties.html">GiroIdentProperties</a></li></ul><h1>Interface GiroIdentProperties</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">GiroIdentProperties</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#clientReference">clientReference</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#clientReferenceKey">clientReferenceKey</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#companyName">companyName</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#firstName">firstName</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#iban">iban</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#jsStaticResourcesServer">jsStaticResourcesServer</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#language">language</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#lastName">lastName</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#mandatorId">mandatorId</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#processToken">processToken</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#processctlServer">processctlServer</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#processctlSolutionsServer">processctlSolutionsServer</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#scroll">scroll</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span><span class="tsd-kind-property">enabled</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">scrollYOffset</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#skipResults">skipResults</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#startButtonLabel">startButtonLabel</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#styleOverrides">styleOverrides</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#theme">theme</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#themeOverrides">themeOverrides</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#useContainedDialogs">useContainedDialogs</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="GiroIdentProperties.html#webFormProfileId">webFormProfileId</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a class="link" href="../hierarchy.html#GiroIdentProperties">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="_internal_.ModBaseWidgetProperties.html" class="tsd-signature-type tsd-kind-interface">ModBaseWidgetProperties</a></li><li><a href="_internal_.ModProcessctlProperties.html" class="tsd-signature-type tsd-kind-interface">ModProcessctlProperties</a></li><li><a href="_internal_.ModImportProperties.html" class="tsd-signature-type tsd-kind-interface">ModImportProperties</a></li><li><a href="_internal_.ModLanguageProperties.html" class="tsd-signature-type tsd-kind-interface">ModLanguageProperties</a><ul class="tsd-hierarchy"><li><span class="target">GiroIdentProperties</span></li></ul></li></ul></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="GiroIdentProperties.html#clientReference" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>client<wbr/>Reference?</span></a> <a href="GiroIdentProperties.html#clientReferenceKey" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>client<wbr/>Reference<wbr/>Key?</span></a> <a href="GiroIdentProperties.html#companyName" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>company<wbr/>Name?</span></a> <a href="GiroIdentProperties.html#firstName" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>first<wbr/>Name</span></a> <a href="GiroIdentProperties.html#iban" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>iban?</span></a> <a href="GiroIdentProperties.html#jsStaticResourcesServer" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>js<wbr/>Static<wbr/>Resources<wbr/>Server?</span></a> <a href="GiroIdentProperties.html#language" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>language?</span></a> <a href="GiroIdentProperties.html#lastName" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>last<wbr/>Name</span></a> <a href="GiroIdentProperties.html#mandatorId" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>mandator<wbr/>Id?</span></a> <a href="GiroIdentProperties.html#processToken" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>process<wbr/>Token?</span></a> <a href="GiroIdentProperties.html#processctlServer" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>processctl<wbr/>Server?</span></a> <a href="GiroIdentProperties.html#processctlSolutionsServer" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>processctl<wbr/>Solutions<wbr/>Server?</span></a> <a href="GiroIdentProperties.html#scroll" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>scroll?</span></a> <a href="GiroIdentProperties.html#skipResults" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>skip<wbr/>Results?</span></a> <a href="GiroIdentProperties.html#startButtonLabel" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>start<wbr/>Button<wbr/>Label?</span></a> <a href="GiroIdentProperties.html#styleOverrides" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>style<wbr/>Overrides?</span></a> <a href="GiroIdentProperties.html#theme" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>theme?</span></a> <a href="GiroIdentProperties.html#themeOverrides" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>theme<wbr/>Overrides?</span></a> <a href="GiroIdentProperties.html#useContainedDialogs" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>use<wbr/>Contained<wbr/>Dialogs?</span></a> <a href="GiroIdentProperties.html#webFormProfileId" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>web<wbr/>Form<wbr/>Profile<wbr/>Id?</span></a> </div></section></div></details></section></section><section class="tsd-panel-group tsd-member-group"><h2>Properties</h2><section class="tsd-panel tsd-member tsd-is-inherited"><a id="clientReference" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>client<wbr/>Reference</span><a href="#clientReference" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">client<wbr/>Reference</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p><code>clientReference</code> will be considered only when you authenticate with <code>mandatorId</code>.</p> <p>The <code>clientReference</code> setting can be used to customize the widget&#39;s process. Not all widgets use this setting, so please refer to the widget&#39;s documentation for more details.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="_internal_.ModProcessctlProperties.html">ModProcessctlProperties</a>.<a href="_internal_.ModProcessctlProperties.html#clientReference">clientReference</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="clientReferenceKey" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>client<wbr/>Reference<wbr/>Key</span><a href="#clientReferenceKey" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">client<wbr/>Reference<wbr/>Key</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p><code>clientReferenceKey</code> will be considered only when you authenticate with <code>mandatorId</code>.</p> <p>The <code>clientReferenceKey</code> allows you to label the widget instance with a keyword, so you can monitor the success of the widgets with the given reference key.</p> <p>For instance, if you are running various campaigns to advertise a new product, you could provide campaign identifiers in the reference key. Then, the user usage data can be retrieved from the Process Controller API.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="_internal_.ModProcessctlProperties.html">ModProcessctlProperties</a>.<a href="_internal_.ModProcessctlProperties.html#clientReferenceKey">clientReferenceKey</a></p></aside></section><section class="tsd-panel tsd-member"><a id="companyName" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>company<wbr/>Name</span><a href="#companyName" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">company<wbr/>Name</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Optional company name. The company name does not contribute to the name similarity evaluation. It may stored with the check e.g. for compliance reasons.</p> </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="firstName" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>first<wbr/>Name</span><a href="#firstName" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">first<wbr/>Name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>User&#39;s first name.</p> </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="iban" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>iban</span><a href="#iban" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">iban</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>If you provide the <code>iban</code>, the account import will begin with the predefined IBAN, and the user will not be able to select any other account.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="_internal_.ModImportProperties.html">ModImportProperties</a>.<a href="_internal_.ModImportProperties.html#iban">iban</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="jsStaticResourcesServer" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>js<wbr/>Static<wbr/>Resources<wbr/>Server</span><a href="#jsStaticResourcesServer" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">js<wbr/>Static<wbr/>Resources<wbr/>Server</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Server URL where the static resources are hosted.</p> <p>Static resources are assets required to run the widget but are not included in the widget bundle itself, for example images or fonts.</p> </div><div class="tsd-comment tsd-typography"><h4>Default</h4><pre><code class="language-ts"><span class="hl-14">https</span><span class="hl-2">:</span><span class="hl-11">//js-static-resources-finapi-general-live.finapi.io</span> </code><button>Copy</button></pre> </div><aside class="tsd-sources"><p>Inherited from <a href="_internal_.ModBaseWidgetProperties.html">ModBaseWidgetProperties</a>.<a href="_internal_.ModBaseWidgetProperties.html#jsStaticResourcesServer">jsStaticResourcesServer</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="language" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>language</span><a href="#language" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">language</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>It allows you to set the language for the widget. Each widget may have its own list of supported languages. If a language that is not supported is selected, the widget will not start and instead show a validation error. Therefore, it is important to verify beforehand if all intended languages are supported.</p> <p>If a language is specified, the widget will not display the language selector in the header.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="_internal_.ModLanguageProperties.html">ModLanguageProperties</a>.<a href="_internal_.ModLanguageProperties.html#language">language</a></p></aside></section><section class="tsd-panel tsd-member"><a id="lastName" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>last<wbr/>Name</span><a href="#lastName" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">last<wbr/>Name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>User&#39;s last name</p> </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="mandatorId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>mandator<wbr/>Id</span><a href="#mandatorId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">mandator<wbr/>Id</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Widget&#39;s authentication can be done by providing either a <code>processToken</code> or a <code>mandatorId</code>. If both are provided, the <code>processToken</code> will take precedence.</p> <p>After registering, you will be provided with a UUID known as the &#39;mandatorId&#39;. Once you provide the &#39;mandatorId&#39;, the widget will automatically generate a &#39;processToken&#39; for the predefined Client associated with your Mandator.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="_internal_.ModProcessctlProperties.html">ModProcessctlProperties</a>.<a href="_internal_.ModProcessctlProperties.html#mandatorId">mandatorId</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="processToken" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>process<wbr/>Token</span><a href="#processToken" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">process<wbr/>Token</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Widget&#39;s authentication can be done by providing either a <code>processToken</code> or a <code>mandatorId</code>. If both are provided, the <code>processToken</code> will take precedence.</p> <p>The <code>processToken</code> is a UUID and must be obtained from the API before authentication by providing Client credentials.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="_internal_.ModProcessctlProperties.html">ModProcessctlProperties</a>.<a href="_internal_.ModProcessctlProperties.html#processToken">processToken</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="processctlServer" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>processctl<wbr/>Server</span><a href="#processctlServer" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">processctl<wbr/>Server</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Server URL of the Process Controller API.</p> </div><div class="tsd-comment tsd-typography"><h4>Default</h4><pre><code class="language-ts"><span class="hl-14">https</span><span class="hl-2">:</span><span class="hl-11">//di-processctl-finapi-general-live.finapi.io</span> </code><button>Copy</button></pre> </div><aside class="tsd-sources"><p>Inherited from <a href="_internal_.ModProcessctlProperties.html">ModProcessctlProperties</a>.<a href="_internal_.ModProcessctlProperties.html#processctlServer">processctlServer</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="processctlSolutionsServer" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>processctl<wbr/>Solutions<wbr/>Server</span><a href="#processctlSolutionsServer" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">processctl<wbr/>Solutions<wbr/>Server</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Server URL of the Process Controller Solutions API.</p> </div><div class="tsd-comment tsd-typography"><h4>Default</h4><pre><code class="language-ts"><span class="hl-14">https</span><span class="hl-2">:</span><span class="hl-11">//di-processctl-finapi-general-live.finapi.io</span> </code><button>Copy</button></pre> </div><aside class="tsd-sources"><p>Inherited from <a href="_internal_.ModProcessctlProperties.html">ModProcessctlProperties</a>.<a href="_internal_.ModProcessctlProperties.html#processctlSolutionsServer">processctlSolutionsServer</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="scroll" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>scroll</span><a href="#scroll" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">scroll</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">enabled</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">scrollYOffset</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">enabled</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span></h5><div class="tsd-comment tsd-typography"><p>Upon setting this parameter to true window.history.scrollRestoration behaviour will be changed to manual in order for manual scroll to restore its position properly when navigating usign back/forward buttons.</p> </div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">scrollYOffset</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span></h5><div class="tsd-comment tsd-typography"><p>&#39; Sets offset relative to widget element offset. Usually used for adding offset for the main menu.</p> </div><div class="tsd-comment tsd-typography"></div></li></ul></div><aside class="tsd-sources"><p>Inherited from <a href="_internal_.ModBaseWidgetProperties.html">ModBaseWidgetProperties</a>.<a href="_internal_.ModBaseWidgetProperties.html#scroll">scroll</a></p></aside></section><section class="tsd-panel tsd-member"><a id="skipResults" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>skip<wbr/>Results</span><a href="#skipResults" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">skip<wbr/>Results</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>With <code>skipResults</code> set to true, the view displaying the evaluation result will not be shown.</p> </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="startButtonLabel" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>start<wbr/>Button<wbr/>Label</span><a href="#startButtonLabel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">start<wbr/>Button<wbr/>Label</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>The <code>startButtonLabel</code> property enables you to customize the label of the button displayed on the initial view, which initiates the evaluation process.</p> </div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="styleOverrides" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>style<wbr/>Overrides</span><a href="#styleOverrides" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">style<wbr/>Overrides</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p><code>styleOverrides</code> enables you to supply the URL of a stylesheet which will be loaded in the widget scope using <code>&lt;link rel=&quot;stylesheet&quot; href={styleOverrides} type=&quot;text/css&quot; /&gt;</code>. To find out which CSS classes are available for override, please refer to the widget class documentation.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="_internal_.ModBaseWidgetProperties.html">ModBaseWidgetProperties</a>.<a href="_internal_.ModBaseWidgetProperties.html#styleOverrides">styleOverrides</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="theme" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>theme</span><a href="#theme" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">theme</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>The <code>theme</code> property enables you to select a predefined theme to be applied to the widget.</p> </div><div class="tsd-comment tsd-typography"><h4>Default</h4><pre><code class="language-ts"><span class="hl-6">finapi</span> </code><button>Copy</button></pre> </div><aside class="tsd-sources"><p>Inherited from <a href="_internal_.ModBaseWidgetProperties.html">ModBaseWidgetProperties</a>.<a href="_internal_.ModBaseWidgetProperties.html#theme">theme</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="themeOverrides" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>theme<wbr/>Overrides</span><a href="#themeOverrides" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">theme<wbr/>Overrides</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></div><div class="tsd-comment tsd-typography"><p>Our theme extends the default Material UI theme, which can be found at <a>https://mui.com/material-ui/customization/default-theme/#main-content</a>. <code>themeOverrides</code> can be used to customize the theme settings for specific cases. If you need help with this, please contact our customer support for assistance.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="_internal_.ModBaseWidgetProperties.html">ModBaseWidgetProperties</a>.<a href="_internal_.ModBaseWidgetProperties.html#themeOverrides">themeOverrides</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="useContainedDialogs" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>use<wbr/>Contained<wbr/>Dialogs</span><a href="#useContainedDialogs" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">use<wbr/>Contained<wbr/>Dialogs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>The widget will be embedded in a container that you provide. If <code>useContainedDialogs</code> is set to true, the dialogs and modal elements, along with the overlay, will be contained within the container. If it is set to false, the overlay and modals will cover the entire host page.</p> </div><div class="tsd-comment tsd-typography"><h4>Default</h4><pre><code class="language-ts"><span class="hl-9">true</span> </code><button>Copy</button></pre> </div><aside class="tsd-sources"><p>Inherited from <a href="_internal_.ModBaseWidgetProperties.html">ModBaseWidgetProperties</a>.<a href="_internal_.ModBaseWidgetProperties.html#useContainedDialogs">useContainedDialogs</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="webFormProfileId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>web<wbr/>Form<wbr/>Profile<wbr/>Id</span><a href="#webFormProfileId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">web<wbr/>Form<wbr/>Profile<wbr/>Id</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>The Web Form v2 profile ID allows you to choose a profile for the Web Form. Profiles allow for customization of the appearance and behavior of the Web Form. For more details, please refer to the white-labeling documentation at <a href="https://documentation.finapi.io/webform/white-labeling">https://documentation.finapi.io/webform/white-labeling</a>. If no value is provided, the default Web Form profile will be used. If a value is specified, it must be a valid UUID.</p> </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="_internal_.ModImportProperties.html">ModImportProperties</a>.<a href="_internal_.ModImportProperties.html#webFormProfileId">webFormProfileId</a></p></aside></section></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-index-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><h4 class="uppercase">Member Visibility</h4><form><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div><div class="tsd-theme-toggle"><h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><ul><li><a href="#clientReference" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>client<wbr/>Reference</span></a></li><li><a href="#clientReferenceKey" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>client<wbr/>Reference<wbr/>Key</span></a></li><li><a href="#companyName" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>company<wbr/>Name</span></a></li><li><a href="#firstName" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>first<wbr/>Name</span></a></li><li><a href="#iban" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>iban</span></a></li><li><a href="#jsStaticResourcesServer" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>js<wbr/>Static<wbr/>Resources<wbr/>Server</span></a></li><li><a href="#language" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>language</span></a></li><li><a href="#lastName" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>last<wbr/>Name</span></a></li><li><a href="#mandatorId" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>mandator<wbr/>Id</span></a></li><li><a href="#processToken" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>process<wbr/>Token</span></a></li><li><a href="#processctlServer" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>processctl<wbr/>Server</span></a></li><li><a href="#processctlSolutionsServer" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>processctl<wbr/>Solutions<wbr/>Server</span></a></li><li><a href="#scroll" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>scroll</span></a></li><li><a href="#skipResults" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>skip<wbr/>Results</span></a></li><li><a href="#startButtonLabel" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>start<wbr/>Button<wbr/>Label</span></a></li><li><a href="#styleOverrides" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>style<wbr/>Overrides</span></a></li><li><a href="#theme" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>theme</span></a></li><li><a href="#themeOverrides" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>theme<wbr/>Overrides</span></a></li><li><a href="#useContainedDialogs" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>use<wbr/>Contained<wbr/>Dialogs</span></a></li><li><a href="#webFormProfileId" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>web<wbr/>Form<wbr/>Profile<wbr/>Id</span></a></li></ul></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1"></use></svg><span>@finapi/finapi-js-loader - v0.45.0</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li><a href="../modules/_internal_.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2"></use></svg>&lt;internal&gt;</a></li><li><a href="../classes/CreditCheckAccount.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg>CreditCheckAccount</a></li><li><a href="../classes/CreditCheckB2B.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg>CreditCheckB2B</a></li><li><a href="../classes/CreditCheckLoan.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg>CreditCheckLoan</a></li><li><a href="../classes/DigitalAccountCheck.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg>DigitalAccountCheck</a></li><li><a href="../classes/DigitalAccountCheckB2b.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg>DigitalAccountCheckB2b</a></li><li><a href="../classes/GiroIdentBasis.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg>GiroIdentBasis</a></li><li><a href="../classes/TransactionViewer.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg>TransactionViewer</a></li><li><a href="CreditCheckAccountProperties.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg>CreditCheckAccountProperties</a></li><li><a href="CreditCheckB2BProperties.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg>CreditCheckB2BProperties</a></li><li><a href="CreditCheckLoanProperties.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg>CreditCheckLoanProperties</a></li><li><a href="DigitalAccountCheckB2bProperties.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg>DigitalAccountCheckB2bProperties</a></li><li><a href="DigitalAccountCheckProperties.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg>DigitalAccountCheckProperties</a></li><li><a href="GiroIdentCallbacks.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg>GiroIdentCallbacks</a></li><li><a href="GiroIdentProperties.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg>GiroIdentProperties</a></li><li><a href="../types/CreditCheckAccountCallbacks.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2097152"></use></svg>CreditCheckAccountCallbacks</a></li><li><a href="../types/CreditCheckB2BCallbacks.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2097152"></use></svg>CreditCheckB2BCallbacks</a></li><li><a href="../types/CreditCheckLoanCallbacks.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2097152"></use></svg>CreditCheckLoanCallbacks</a></li><li><a href="../types/DigitalAccountCheckB2bCallbacks.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2097152"></use></svg>DigitalAccountCheckB2bCallbacks</a></li><li><a href="../types/DigitalAccountCheckCallbacks.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2097152"></use></svg>DigitalAccountCheckCallbacks</a></li><li><a href="../types/TransactionViewerCallbacks.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2097152"></use></svg>TransactionViewerCallbacks</a></li><li>Loading...</li></ul></nav></div></div></div><div class="tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><svg style="display: none"><g id="icon-1"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)"></path></g><g id="icon-2"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)"></path></g><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g><g id="icon-8"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill="var(--color-text)"></path></g><g id="icon-16"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g><g id="icon-32"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)"></path></g><g id="icon-64"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(