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

    Interface TermsDocument

    A single terms document as returned by GET /user/terms/.

    interface TermsDocument {
        title?: string;
        content: string;
        created: string;
        permalink: string;
    }
    Index

    Properties

    title?: string

    The human readable title of the document, when available.

    content: string

    The HTML content of the document.

    created: string

    ISO 8601 timestamp of when the document was created.

    permalink: string

    A permalink to the document on the site.