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

    Interface ThemeNoLinks

    Theme object without links. Used in ThemeArray.

    interface ThemeNoLinks {
        description: string;
        icon: Icon;
        name: string;
        themeKey: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: string
    icon: Icon
    name: string
    themeKey: string