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.

trackHeight

boolean

This is used when the height of a widget is needed in the parent app. Adding trackHeight=true sends a size event back to the parent that contains the height of a widget, useful for adding widget with other components on a page in the parent app.

NOTE: This should be used only when needed.


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