Skip to main content

PageTitleBlock

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

type PageTitleBlock implements Block {
centerSubtitle: Boolean
header: String
link: BlockLink
subtitle: String
title: String
}

Fields

PageTitleBlock.centerSubtitle ● Boolean scalar

PageTitleBlock.header ● String scalar

PageTitleBlock.subtitle ● String scalar

PageTitleBlock.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