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

    Interface GetSpaceProperty

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

    Properties

    Properties

    expand?: string[]

    A multi-value parameter indicating which properties of the space property to expand. By default, the version object is expanded.

    • version returns information about the version of the content.
    • space returns the space that the properties are in.
    key: string

    The key of the space property.

    spaceKey: string

    The key of the space that the property is in.