Skip to main content

AllBlockTypes

Union type of all blocks. New block types should be added here.

union AllBlockTypes = AccountsListBlock | DividerBlock | GoalContributionsListBlock | GroupBlock | HorizontalBarChartBlock | InfoBlock | MerchantsListBlock | NetWorthChartBlock | PageTitleBlock | PieChartBlock | ShareMonarchBlock | ShareableBlock | SparklineRowBlock | StackedBarChartBlock | SuccessBlock | TextBlock | TransactionsListBlock

Possible types

AllBlockTypes.AccountsListBlock object

Show a filtered list of accounts.

AllBlockTypes.DividerBlock object

Block used to separate other blocks.

AllBlockTypes.GoalContributionsListBlock object

Show a filtered list of goal contributions.

AllBlockTypes.GroupBlock object

Block used to group other blocks together for spacing purposes.

By default all blocks are displayed with justify-content: space-between, so if you want some blocks to appear close together in a "group" you can use this block with any children blocks.

AllBlockTypes.HorizontalBarChartBlock object

Block used to show a vertically scrolling chart of horizontal bars.

AllBlockTypes.InfoBlock object

Block used to show a simple information along with a label.

AllBlockTypes.MerchantsListBlock object

Show a filtered list of merchants.

AllBlockTypes.NetWorthChartBlock object

Block used to show a net worth chart.

AllBlockTypes.PageTitleBlock object

Block used to show a large page title with optional header & subtitle text.

AllBlockTypes.PieChartBlock object

Block used to show a pie chart with legend.

AllBlockTypes.ShareMonarchBlock object

Block used to group other blocks together for sharing purposes.

AllBlockTypes.ShareableBlock object

Block used to group other blocks together for sharing purposes.

AllBlockTypes.SparklineRowBlock object

Block used to show a row with a large title and sparkline.

AllBlockTypes.StackedBarChartBlock object

Block used to show a bar chart with multiple groups and a total line

AllBlockTypes.SuccessBlock object

Block used to show the success icon and, optionally, some confetti.

AllBlockTypes.TextBlock object

Block used to show a simple text label.

AllBlockTypes.TransactionsListBlock object

Show a filtered list of transactions.

Member Of

BlockLink object ● GroupBlock object ● ReviewPage object ● ShareableBlock object