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

    Interface LabeledContent

    interface LabeledContent {
        contentId: number;
        contentType: LabeledContentType;
        title: string;
    }
    Index

    Properties

    contentId: number
    contentType: LabeledContentType
    title: string

    Title of the content.