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

    Interface Space

    interface Space {
        _expandable: {
            description?: string;
            history?: string;
            homepage?: string;
            icon?: string;
            lookAndFeel?: string;
            metadata?: string;
            operations?: string;
            permissions?: string;
            settings?: string;
            theme?: string;
        };
        _links: GenericLinks;
        description?: { plain?: SpaceDescription; view?: SpaceDescription };
        history?: { createdDate: string };
        homepage?: Models.Content;
        icon?: Icon;
        id: number;
        key: string;
        lookAndFeel?: LookAndFeel;
        metadata?: { labels: LabelArray };
        name: string;
        operations?: OperationCheckResult[];
        permissions?: SpacePermission[];
        settings?: Models.SpaceSettings;
        status: string;
        theme?: Theme;
        type: string;
    }
    Index

    Properties

    _expandable: {
        description?: string;
        history?: string;
        homepage?: string;
        icon?: string;
        lookAndFeel?: string;
        metadata?: string;
        operations?: string;
        permissions?: string;
        settings?: string;
        theme?: string;
    }
    _links: GenericLinks
    description?: { plain?: SpaceDescription; view?: SpaceDescription }
    history?: { createdDate: string }
    homepage?: Models.Content
    icon?: Icon
    id: number
    key: string
    lookAndFeel?: LookAndFeel
    metadata?: { labels: LabelArray }
    name: string
    operations?: OperationCheckResult[]
    permissions?: SpacePermission[]
    status: string
    theme?: Theme
    type: string