| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.PageBlock
Synopsis
- data PageBlock
- = PageBlockTitle { }
- | PageBlockSubtitle { }
- | PageBlockAuthorDate { }
- | PageBlockHeader { }
- | PageBlockSubheader { }
- | PageBlockSectionHeading { }
- | PageBlockKicker { }
- | PageBlockParagraph { }
- | PageBlockPreformatted { }
- | PageBlockFooter { }
- | PageBlockThinking { }
- | PageBlockDivider
- | PageBlockMathematicalExpression {
- expression :: Maybe Text
- | 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; instant view only |
| PageBlockSubtitle | The subtitle of a page; instant view only |
| PageBlockAuthorDate | The author and publishing date of a page; instant view only |
| PageBlockHeader | A header; instant view only |
| PageBlockSubheader | A subheader; instant view only |
| PageBlockSectionHeading | A section heading |
| PageBlockKicker | A kicker; instant view only |
| PageBlockParagraph | A text paragraph |
| PageBlockPreformatted | A preformatted text paragraph |
| PageBlockFooter | The footer of a page |
| PageBlockThinking | A "Thinking..." placeholder; for pending rich messages only |
| PageBlockDivider | An empty block separating a page |
| PageBlockMathematicalExpression | A mathematical expression |
Fields
| |
| 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 |
Fields | |
| PageBlockVideo | A video |
Fields
| |
| PageBlockVoiceNote | A voice note |
Fields
| |
| PageBlockCover | A page cover; instant view only |
| PageBlockEmbedded | An embedded web page; instant view only |
Fields
| |
| PageBlockEmbeddedPost | An embedded post; instant view only |
Fields
| |
| PageBlockCollage | A collage |
| PageBlockSlideshow | A slideshow |
| PageBlockChatLink | A link to a chat; instant view only |
| PageBlockTable | A table |
Fields
| |
| PageBlockDetails | A collapsible block |
| PageBlockRelatedArticles | Related articles; instant view only |
| PageBlockMap | A map |