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

    Interface CreateSpaceProperty

    interface CreateSpaceProperty {
        key: string;
        space?: { key?: string };
        spaceKey: string;
        value: PropertyValue;
    }

    Hierarchy (View Summary)

    Index

    Properties

    key: string

    The key of the new property.

    space?: { key?: string }

    Type declaration

    • Optionalkey?: string

      The key of the space

    spaceKey: string

    The key of the space that the property will be created in.