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

    Interface ContentBlockGallery

    interface ContentBlockGallery {
        skippable?: boolean;
        type: "gallery";
        items: GalleryItem[];
    }

    Hierarchy

    • ContentBlockBase
      • ContentBlockGallery
    Index

    Properties

    Properties

    skippable?: boolean
    type: "gallery"
    items: GalleryItem[]