Skip to main content
Version: v1

IClientDetails Interface

Signature

export interface IClientDetails

Properties

PropertyModifiersTypeDescription
capabilitiesICapabilities
deviceoptionalstring
environmentoptionalstringIf the environment needs to specify multiple properties which gives info about the environment, then it should be in particular format like: "prop1:val1;prop2:val2;prop3:val3"
typeoptionalstring

Property Details

capabilities

Signature

capabilities: ICapabilities;

Type: ICapabilities

device

Signature

device?: string;

Type: string

environment

If the environment needs to specify multiple properties which gives info about the environment, then it should be in particular format like: "prop1:val1;prop2:val2;prop3:val3"

Signature

environment?: string;

Type: string

type

Signature

type?: string;

Type: string