@samatawy/diagrams
    Preparing search index...

    Interface ColorOptionInput

    Input shape for adding a color option with an optional display label.

    interface ColorOptionInput {
        color: string;
        label?: string;
    }
    Index

    Properties

    Properties

    color: string

    The color value to display. Can be any valid CSS color string.

    label?: string

    Optional label to display for the color option. If not provided, the color value will be used.