ARMapEventSetCurrentEntities: ARMapBaseEvent & {
    payload: {
        entitiesRef?: ARCurrentEntityRef[];
    };
    type: SET_CURRENT_ENTITIES;
}

Type declaration

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

    the current entities

    • Optional entitiesRef?: ARCurrentEntityRef[]
  • type: SET_CURRENT_ENTITIES

Generated using TypeDoc