Represents a LegendURLDPI object.

interface LegendURLDPI {
    dpi: number;
    url: string;
}
Index

Properties

Properties

dpi: number
url: string