Global parameters list

These are specific parameters used to set properties of an embedded component when it is instantiated

General

NameTypeDescription
hideExitButtonbooleanThis is used to hide the Exit button on the homepage of any embedded component. The default value is false
showBackButtonbooleanThis 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
blockstringThis 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

NameTypeDescription
accountTypestringShows 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
accountQtynumberShows only a specified number of accounts. When used with accountType it shows only the specified number of accounts of the type specified with accountType
showSectionHeaderValuebooleanAccount 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
showHerobooleanThis is used to show the Networth chart at the top of Accounts list widget. The default value is false