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

    Interface ContentChildren

    interface ContentChildren {
        _expandable: { attachment?: string; comment?: string; page?: string };
        _links: GenericLinks;
        attachment?: ContentArray<Models.Content>;
        comment?: ContentArray<Models.Content>;
        page?: ContentArray<Models.Content>;
    }
    Index

    Properties

    _expandable: { attachment?: string; comment?: string; page?: string }
    _links: GenericLinks