Type Alias ListParagraph

ListParagraph: {
    contents: ParagraphContent[];
    listType: ListType;
    type: ParagraphType & "list";
}

فقرة قائمة تحتوي على عناصر متعددة

Type declaration

  • contents: ParagraphContent[]
    • محتويات القائمة
  • listType: ListType
    • نوع القائمة، إما نقطية أو مرقمة أو مهام
  • type: ParagraphType & "list"
    • نوع الفقرة