Total Assets
Total Assets component is a contractual component that helps you to display the pictorial representation of your total assets.
Namespace
com.konyolb.wealth.totalAssets
Contract Definition
Contracts are used to customize behavior, user experience, and manipulate the data or object of a component. Contracts are made available by exposing properties, methods, and events.
- Properties: Used to define the behavior of the component.
- Methods: Form or other components can use these methods to interact with the component.
- Events: Events are generated on the component. Implementation teams can define business logic to configure the execution of events.
- Context: Specifies the contextual object that is passed to the component.
Properties
Properties |
Programmatic Name |
Quantum Type |
Temenos Digital Type
|
Default Value |
---|---|---|---|---|
General |
||||
StrokeColors |
StrokeColors |
Data Grid |
Data Grid |
[#0475C4,…..] |
TooltipValues |
TooltipValues |
String |
String |
assetClass, percentage, marketValue |
LayoutType |
LayoutType |
String |
String |
vertical |
Title |
Title |
String |
String |
Total Assets |
Methods
Methods |
Parameter |
Description |
---|---|---|
createDonutChart |
dataobj |
This event passes the data object in order to plot the graph. |
onBreakpointChangeComponent |
width |
This event passes the current break point. |
In this topic