Visualization
    Preparing search index...

    Interface CustomThemeStylingInfo

    Represents the basic settings of a custom theme used in Spotfire.

    2.1

    interface CustomThemeStylingInfo {
        baseColor: string;
        baseTheme: KnownTheme;
        primaryColor: string;
    }
    Index

    Properties

    baseColor: string

    Gets the base color of the theme.

    2.1

    baseTheme: KnownTheme

    Gets a value describing the theme that this custom theme is based on.

    primaryColor: string

    Gets the primary color of the theme.

    2.1