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

    Interface RenderPaletteOptions

    interface RenderPaletteOptions {
        emptyText?: string;
        height: number;
        items: readonly PaletteItem[];
        offset?: number;
        swatch?: Pick<RenderColorSwatchOptions, "marker">;
        width: number;
    }
    Index

    Properties

    emptyText?: string
    height: number
    items: readonly PaletteItem[]
    offset?: number
    swatch?: Pick<RenderColorSwatchOptions, "marker">
    width: number