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

    Interface SpaceDescriptionCreate

    The description of the new/updated space. Note, only the 'plain' representation* can be used for the description when creating or updating a space.

    interface SpaceDescriptionCreate {
        plain: { representation?: string; value?: string };
    }
    Index

    Properties

    Properties

    plain: { representation?: string; value?: string }

    Type declaration

    • Optionalrepresentation?: string

      Set to 'plain'.

    • Optionalvalue?: string

      The space description.