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

    Interface Theme

    Theme object without links. Used in ThemeArray.

    interface Theme {
        _links: Record<string, any>;
        description: string;
        icon: Icon;
        name: string;
        themeKey: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: Record<string, any>
    description: string
    icon: Icon
    name: string
    themeKey: string