Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface ContentBody

    interface ContentBody {
        _expandable: { content?: string };
        embeddedContent?: EmbeddedContent[];
        representation: string;
        value: string;
        webresource?: WebResourceDependencies;
    }
    Index

    Properties

    _expandable: { content?: string }
    embeddedContent?: EmbeddedContent[]
    representation: string
    value: string