Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.47 KB

File metadata and controls

20 lines (15 loc) · 1.47 KB

ArticleBlock

Example Usage

import { ArticleBlock } from "@twexapi-dev/x-api-scraper/models";

let value: ArticleBlock = {
  type: "<value>",
  text: "<value>",
};

Fields

Field Type Required Description
type string ✔️ The type of the article block.
text string ✔️ The text of the article block.
entityRanges models.ArticleBlockRange[] The entity ranges of the article block.