observation-js Documentation - v1.14.0
    Preparing search index...

    Interface ContentBlockItemList

    interface ContentBlockItemList {
        skippable?: boolean;
        type: "item-list";
        title?: string;
        items: ItemListItem[];
    }

    Hierarchy

    • ContentBlockBase
      • ContentBlockItemList
    Index

    Properties

    skippable?: boolean
    type: "item-list"
    title?: string
    items: ItemListItem[]