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;
    };
}

Properties

Properties

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

Type declaration

  • Optional representation?: string

    Set to 'plain'.

  • Optional value?: string

    The space description.

Generated using TypeDoc v0.25.12