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

    Interface GetSpace

    interface GetSpace {
        expand?: string[];
        spaceKey: string;
    }
    Index

    Properties

    Properties

    expand?: string[]

    A multi-value parameter indicating which properties of the content to expand.

    spaceKey: string

    The key of the space to be returned.