ARMapEventSetSelectedEntities: ARMapBaseEvent & {
    payload: {
        entitiesRef?: ARSelectedEntityRef[];
    };
    type: SET_SELECTED_ENTITIES;
}

Type declaration

  • payload: {
        entitiesRef?: ARSelectedEntityRef[];
    }

    the selected entities

    • Optional entitiesRef?: ARSelectedEntityRef[]
  • type: SET_SELECTED_ENTITIES

Generated using TypeDoc