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

    Interface ContentBlockSoundGallery

    interface ContentBlockSoundGallery {
        skippable?: boolean;
        type: "sound-gallery";
        items: SoundGalleryItem[];
    }

    Hierarchy

    • ContentBlockBase
      • ContentBlockSoundGallery
    Index

    Properties

    Properties

    skippable?: boolean
    type: "sound-gallery"