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

    Interface AsyncContentBody

    interface AsyncContentBody {
        embeddedContent?: EmbeddedContent[];
        error?: string;
        Expandable?: {
            content?: string;
            embeddedContent?: string;
            mediaToken?: string;
            webresource?: string;
        };
        Links?: GenericLinks;
        mediaToken?: {
            collectionIds?: string[];
            contentId?: string;
            expiryDateTime?: string;
            fileIds?: string[];
            token?: string;
        };
        renderTaskId?: string;
        representation?: string;
        status?: string;
        value?: string;
        webresource?: WebResourceDependencies;
    }
    Index

    Properties

    embeddedContent?: EmbeddedContent[]
    error?: string
    Expandable?: {
        content?: string;
        embeddedContent?: string;
        mediaToken?: string;
        webresource?: string;
    }
    Links?: GenericLinks
    mediaToken?: {
        collectionIds?: string[];
        contentId?: string;
        expiryDateTime?: string;
        fileIds?: string[];
        token?: string;
    }
    renderTaskId?: string
    representation?: string
    status?: string

    Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value.

    value?: string