interface FeatureSetCompatOptions {
    displayFieldName?: string;
    features?: unknown[];
    fields?: unknown[];
    geometryType?: string;
    objectIdFieldName?: string;
    spatialReference?: unknown;
}

Properties

displayFieldName?: string
features?: unknown[]
fields?: unknown[]
geometryType?: string
objectIdFieldName?: string
spatialReference?: unknown