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

    Interface ContentBlockExternalLinks

    interface ContentBlockExternalLinks {
        skippable?: boolean;
        type: "external-links";
        links: Link[];
    }

    Hierarchy

    • ContentBlockBase
      • ContentBlockExternalLinks
    Index

    Properties

    Properties

    skippable?: boolean
    type: "external-links"
    links: Link[]