Describes a collection relation in the beacon context trace.

interface RNBeaconCollectionRelation {
    id: string;
    type: RNBeaconCollectionType;
}

Properties

Properties

id: string

Identifier of the collection.

Type of the collection.