Global parameters list
These are specific parameters used to set properties of an embedded component when it is instantiated
General
| Name | Type | Description |
|---|---|---|
hideExitButton | boolean | This is used to hide the Exit button on the homepage of any embedded component. The default value is false |
showBackButton | boolean | This is used to hide the Back button on the pages of any embedded component. The default value is true . See how to control back navigation from your app |
block | string | This is used to stop navigation to a page within a widget by assigning the route to be blocked to it. For example block=route where route can be seen from the widget events. Use case: is if there is a need to override the navigation action in the widget so it can be handled in native app. |
Accounts list component
| Name | Type | Description |
|---|---|---|
accountType | string | Shows only a specific type of account in the accounts list. The values can be any of cash , card, savings, assets, investment, loan, mortgage, pension, properties, income, tax or crypto |
accountQty | number | Shows only a specified number of accounts. When used with accountType it shows only the specified number of accounts of the type specified with accountType |
showSectionHeaderValue | boolean | Account lists are grouped (e.g. Current accounts, Savings accounts) and each group of accounts has a combined total value displayed at the top of the group. When set to false it hides the group totals |
showHero | boolean | This is used to show the Networth chart at the top of Accounts list widget. The default value is false |
Updated 3 days ago
