ARMapUIEventCurrentFeature: ARMapBaseEvent & {
    payload: {
        entityType: AREntityType;
        ref: ARRef;
    };
    type: CURRENT_FEATURES;
}

Type declaration

  • payload: {
        entityType: AREntityType;
        ref: ARRef;
    }
    • entityType: AREntityType

      AREntityType of the feature set as current

    • ref: ARRef

      matching ARRef of the feature set as current

  • type: CURRENT_FEATURES

Generated using TypeDoc