blessed-components - v1.20.0
    Preparing search index...

    Interface RenderColorSwatchOptions

    interface RenderColorSwatchOptions {
        color: string;
        label?: string;
        marker?: string;
        width: number;
    }
    Index

    Properties

    color: string
    label?: string
    marker?: string
    width: number