interface GroupLayerCompatOptions {
    eventBus?: CompatEventBus;
    id?: string;
    layers?: unknown[];
    listMode?: "show" | "hide";
    opacity?: number;
    title?: string;
    visibilityMode?: "independent" | "inherited" | "exclusive";
    visible?: boolean;
}

Properties

eventBus?: CompatEventBus
id?: string
layers?: unknown[]
listMode?: "show" | "hide"
opacity?: number
title?: string
visibilityMode?: "independent" | "inherited" | "exclusive"
visible?: boolean