interface AttributionCompatOptions {
    attributions?: readonly string[];
    container?: null | string | HTMLElement;
    eventBus?: CompatEventBus;
    itemDelimiter?: string;
    map?: unknown;
    view?: unknown;
}

Properties

attributions?: readonly string[]
container?: null | string | HTMLElement
eventBus?: CompatEventBus
itemDelimiter?: string
map?: unknown
view?: unknown