Interface HonuaLegendEntry

A single legend entry (swatch) for a layer.

interface HonuaLegendEntry {
    contentType?: string;
    height?: number;
    imageData?: string;
    label?: string;
    url?: string;
    width?: number;
}

Properties

contentType?: string
height?: number
imageData?: string
label?: string
url?: string
width?: number