IMetaData – GBG IDscan Documentation

IMetaData

Configuration object interface for MetaData

Signature:

export interface IMetaData 

Properties

PropertyTypeDescription
namestringThe key to send to the services
valuestringThe value to assign to the aforementioned key

IMetaData.name property

The key to send to the services

Signature:

readonly name: string;

IMetaData.value property

The value to assign to the aforementioned key

Signature:

readonly value: string;

Was this page helpful?