Interface RegisterHonuaFeatureServiceSourcesResult

interface RegisterHonuaFeatureServiceSourcesResult {
    failed: {
        error: unknown;
        sourceId: string;
    }[];
    registered: string[];
}

Properties

Properties

failed: {
    error: unknown;
    sourceId: string;
}[]

Source ids that failed to load, with the error encountered.

registered: string[]

Source ids that were fetched and wired as geojson sources.