Skip to main content

ShareableBlock

Block used to group other blocks together for sharing purposes.

type ShareableBlock implements Block {
children: [AllBlockTypes!]!
link: BlockLink
shareButtonText: String
sharedContent: String
sharedFooter: String
sharedSubtitle: String
sharedTitle: String
subtitle: String
title: String
}

Fields

ShareableBlock.children ● [AllBlockTypes!]! non-null union

ShareableBlock.shareButtonText ● String scalar

ShareableBlock.sharedContent ● String scalar

ShareableBlock.sharedFooter ● String scalar

ShareableBlock.sharedSubtitle ● String scalar

ShareableBlock.sharedTitle ● String scalar

ShareableBlock.subtitle ● String scalar

ShareableBlock.title ● String scalar

Interfaces

Block interface

Base interface that all block types implement.

A "Block" is a UI component that report pages are made up of. The block names correspond to react components on the frontend.

Implemented By

AllBlockTypes union