Visualization
    Preparing search index...

    Interface ControlStylingInfo

    Represents the styling information that applies to a control of some kind in the Mod Visualization. For example, the controls for search, layers, navigation, etc., in a Spotfire Map Chart follows this styling.

    2.1

    interface ControlStylingInfo {
        backgroundColor: string;
        color: StateDependentValue<string>;
    }
    Index

    Properties

    backgroundColor: string

    Gets the value to use for the background-color CSS property.

    2.1

    color: StateDependentValue<string>

    Gets the values to use for the color CSS properties in different states.

    2.1