Packages > @fluidframework/protocol-definitions > ICapabilities

ICapabilities Interface

Capabilities of a Client. In particular, whether or not the client is interactive .

Signature

export interface ICapabilities

Properties

Property Type Description
interactive boolean Indicates if the client represents a potentially interactive session with a user (if 'true') or if it's a "system entity" (if 'false').

Property Details

interactive

Indicates if the client represents a potentially interactive session with a user (if ’true’) or if it’s a “system entity” (if ‘false’).

Signature

interactive: boolean;

Remarks

The only “system entity” scenario at the moment is the summarizer client .