Interface IFeatureServiceProperties

Contains feature-service-specific properties.

interface IFeatureServiceProperties {
    contingentValues?: any;
    layers: any[];
    service: any;
    tables: any[];
    workforceInfos?: any;
}

Properties

contingentValues?: any
layers: any[]
service: any
tables: any[]
workforceInfos?: any