geoview-core - v2.2.0
    Preparing search index...

    Type Alias TypeFeatureInfoSetEntry

    Represents a single feature info set entry with query status and feature data.

    type TypeFeatureInfoSetEntry = {
        features?: TypeFeatureInfoEntry[];
        featuresHaveGeometry: boolean;
        queryStatus: TypeQueryStatus;
    }
    Index

    Properties

    features?: TypeFeatureInfoEntry[]

    The feature info entries returned by the query.

    featuresHaveGeometry: boolean

    Whether the features in this entry have associated geometry.

    queryStatus: TypeQueryStatus

    The current query status for this entry.