interface GraphicsLayerCompatOptions {
    eventBus?: CompatEventBus;
    graphics?: unknown[];
    id?: string;
    listMode?: "show" | "hide";
    opacity?: number;
    title?: string;
    visible?: boolean;
}

Properties

eventBus?: CompatEventBus
graphics?: unknown[]
id?: string
listMode?: "show" | "hide"
opacity?: number
title?: string
visible?: boolean