Interface JFeatureDeleteByIdsResult

interface JFeatureDeleteByIdsResult {
    inErrorIds: JId[];
    inSuccessIds: JId[];
    layerId: JId;
}

Hierarchy (view full)

Properties

inErrorIds: JId[]
inSuccessIds: JId[]
layerId: JId