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
TextBlock.link ● BlockLink object
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