The icon of the space

interface SpaceIcon {
    apiDownloadLink?: string;
    path?: string;
}

Hierarchy

  • Record<string, unknown>
    • SpaceIcon

Properties

apiDownloadLink?: string

The path (relative to base URL) that can be used to retrieve a link to download the space icon. 3LO apps should use this link instead of the value provided in the path property to retrieve the icon.

Currently this field is only returned for global spaces and not personal spaces.

path?: string

The path (relative to base URL) at which the space's icon can be retrieved. The format should be like /wiki/download/... or /wiki/aa-avatar/...