class types.PageBlockRelatedArticles
extends TypePageBlock
import { types } from "https://deno.land/x/mtkruto@0.0.989/mod.ts";
const { PageBlockRelatedArticles } = types;
Constructors
new
PageBlockRelatedArticles(params: { title: TypeRichText; articles: Array<TypePageRelatedArticle>; })Properties
articles: Array<TypePageRelatedArticle>
title: TypeRichText