Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
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
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 |
| |
PageBlockBlockQuote | A block quote |
PageBlockPullQuote | A pull quote |
PageBlockAnimation | An animation |
| |
PageBlockAudio | An audio file |
PageBlockPhoto | A photo |
PageBlockVideo | A video |
PageBlockVoiceNote | A voice note |
| |
PageBlockCover | A page cover |
PageBlockEmbedded | An embedded web page |
| |
PageBlockEmbeddedPost | An embedded post |
| |
PageBlockCollage | A collage |
| |
PageBlockSlideshow | A slideshow |
| |
PageBlockChatLink | A link to a chat |
PageBlockTable | A table |
| |
PageBlockDetails | A collapsible block |
PageBlockRelatedArticles | Related articles |
PageBlockMap | A map |