Constructors

Properties

eventBus: CompatEventBus
fields: {
    alias?: string;
    name: string;
    type?: string;
}[]

Mutable to match the ArcGIS declaration (Field[]); see #1013.

geometryType: undefined | string
id: undefined | string
listMode: string
loaded: boolean
maxScale: number
minScale: number
objectIdField: string
opacity: number
outFields: undefined | string[]

Mutable to match the ArcGIS declaration (string[]); see #1013.

popupTemplate: unknown
renderer: unknown
spatialReference: {
    latestWkid?: number;
    wkid?: number;
}
title: undefined | string
type
url: undefined | string
visible: boolean

Methods