Skip to main content

BlockLink

A BlockLink is used to describe what happens when the user clicks on a block. Any block can specify a link to make it interactive. The block content will be shown in an overlay modal.

type BlockLink {
blocks: [AllBlockTypes!]!
title: String
}

Fields

BlockLink.blocks ● [AllBlockTypes!]! non-null union

BlockLink.title ● String scalar

Member Of

AccountsListBlock object ● Block interface ● DividerBlock object ● GoalContributionsListBlock object ● GroupBlock object ● HorizontalBarChartBar object ● HorizontalBarChartBlock object ● InfoBlock object ● MerchantsListBlock object ● NetWorthChartBlock object ● PageTitleBlock object ● PieChartBlock object ● PieChartSlice object ● ShareableBlock object ● ShareMonarchBlock object ● SparklineRowBlock object ● StackedBarChartBlock object ● StackedBarChartDataPoint object ● SuccessBlock object ● TextBlock object ● TransactionsListBlock object