Skip to content 

IClientDetails Interface

Packages > @fluidframework/protocol-definitions > IClientDetails

Signature:

export interface IClientDetails 

Properties

List of properties of this interface
Property Type Description
capabilities ICapabilities
device string
environment string
type string

Events

capabilities

Signature:

capabilities: ICapabilities;

device

Signature:

device?: string;

environment

Signature:

environment?: string;

type

Signature:

type?: string;