ARMapUIEventSelectFeatures: ARMapBaseEvent & {
    payload: {
        selectedFeatures: ARFeature[];
    };
    type: SELECT_FEATURES;
}

Type declaration

  • payload: {
        selectedFeatures: ARFeature[];
    }
    • selectedFeatures: ARFeature[]

      selected features. Note: only features with 'SELECT' ARFeatureCapacity will be included

  • type: SELECT_FEATURES

Generated using TypeDoc