interface MapImageLayerCompatOptions {
    client?: HonuaClient;
    eventBus?: CompatEventBus;
    id?: string;
    legendEnabled?: boolean;
    listMode?: string;
    maxScale?: number;
    minScale?: number;
    opacity?: number;
    sublayers?: readonly Record<string, unknown>[];
    title?: string;
    url: string;
    visible?: boolean;
}

Properties

client?: HonuaClient
eventBus?: CompatEventBus
id?: string
legendEnabled?: boolean
listMode?: string
maxScale?: number
minScale?: number
opacity?: number
sublayers?: readonly Record<string, unknown>[]
title?: string
url: string
visible?: boolean