| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.PageBlock
Synopsis
- data PageBlock
- = PageBlockTitle { }
- | PageBlockSubtitle { }
- | PageBlockAuthorDate { }
- | PageBlockHeader { }
- | PageBlockSubheader { }
- | PageBlockKicker { }
- | PageBlockParagraph { }
- | PageBlockPreformatted { }
- | PageBlockFooter { }
- | PageBlockDivider
- | PageBlockAnchor { }
- | PageBlockList {
- items :: Maybe [PageBlockListItem]
- | PageBlockBlockQuote { }
- | PageBlockPullQuote { }
- | PageBlockAnimation { }
- | PageBlockAudio { }
- | PageBlockPhoto { }
- | PageBlockVideo { }
- | PageBlockVoiceNote { }
- | PageBlockCover { }
- | PageBlockEmbedded { }
- | PageBlockEmbeddedPost { }
- | PageBlockCollage { }
- | PageBlockSlideshow { }
- | PageBlockChatLink { }
- | PageBlockTable {
- _caption :: Maybe RichText
- cells :: Maybe [[PageBlockTableCell]]
- is_bordered :: Maybe Bool
- is_striped :: Maybe Bool
- | PageBlockDetails { }
- | PageBlockRelatedArticles { }
- | PageBlockMap { }
Documentation
Describes a block of an instant view for a web page
Constructors
| PageBlockTitle | The title of a page |
| PageBlockSubtitle | The subtitle of a page |
| PageBlockAuthorDate | The author and publishing date of a page |
| PageBlockHeader | A header |
| PageBlockSubheader | A subheader |
| PageBlockKicker | A kicker |
| PageBlockParagraph | A text paragraph |
| PageBlockPreformatted | A preformatted text paragraph |
| PageBlockFooter | The footer of a page |
| PageBlockDivider | An empty block separating a page |
| PageBlockAnchor | An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor |
| PageBlockList | A list of data blocks |
Fields
| |
| PageBlockBlockQuote | A block quote |
| PageBlockPullQuote | A pull quote |
| PageBlockAnimation | An animation |
Fields
| |
| PageBlockAudio | An audio file |
| PageBlockPhoto | A photo |
| PageBlockVideo | A video |
| PageBlockVoiceNote | A voice note |
Fields
| |
| PageBlockCover | A page cover |
| PageBlockEmbedded | An embedded web page |
Fields
| |
| PageBlockEmbeddedPost | An embedded post |
Fields
| |
| PageBlockCollage | A collage |
Fields
| |
| PageBlockSlideshow | A slideshow |
Fields
| |
| PageBlockChatLink | A link to a chat |
| PageBlockTable | A table |
Fields
| |
| PageBlockDetails | A collapsible block |
| PageBlockRelatedArticles | Related articles |
| PageBlockMap | A map |