Skip to main content
Version: v1

IClientDetails Interface

Signature

export interface IClientDetails

Properties

Property Modifiers Type Description
capabilities ICapabilities
device optional string
environment optional string 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"
type optional string

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