@lelemondev/sdk - v0.10.1
    Preparing search index...

    Interface StyleOptions

    Visual styling options for traces and spans in the Lelemon dashboard

    interface StyleOptions {
        color?: string;
        icon?: string;
        label?: string;
    }
    Index

    Properties

    Properties

    color?: string

    Hex color for the trace/span (e.g., '#22c55e')

    icon?: string

    Emoji or icon name displayed next to the name (e.g., '🛒', '🤖', '🔍')

    label?: string

    Short label shown as a badge (e.g., 'Sales', 'Support', 'RAG')