Lager - v5.2.0
    Preparing search index...

    Interface OrderStockIndicatorElement

    Represents the structure of an order stock indicator element.

    This interface defines the properties of an order stock indicator element, including icon, color, and text.

    OrderStockIndicatorElement

    interface OrderStockIndicatorElement {
        color: string;
        icon: string;
        text: string;
    }
    Index

    Properties

    Properties

    color: string

    The color of the stock indicator.

    icon: string

    The icon representing the stock indicator.

    text: string

    The text associated with the stock indicator.