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

    Interface LookAndFeelSettings

    interface LookAndFeelSettings {
        custom: LookAndFeel;
        global: LookAndFeel;
        selected: string;
        theme?: LookAndFeel;
    }
    Index

    Properties

    custom: LookAndFeel
    global: LookAndFeel
    selected: string
    theme?: LookAndFeel