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

    Interface TopNavigationLookAndFeel

    interface TopNavigationLookAndFeel {
        color?: string;
        highlightColor: string;
        hoverOrFocus?: { backgroundColor?: string; color?: string };
    }
    Index

    Properties

    color?: string
    highlightColor: string
    hoverOrFocus?: { backgroundColor?: string; color?: string }