Skip to main content

TextBlock

Block used to show a simple text label.

type TextBlock implements Block {
color: String
content: String!
fontSize: Int
fontWeight: String
link: BlockLink
}

Fields

TextBlock.color ● String scalar

TextBlock.content ● String! non-null scalar

TextBlock.fontSize ● Int scalar

TextBlock.fontWeight ● 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