OdspClientProps Interface
To use, import via @fluidframework/odsp-client/beta
.
For more information about our API support guarantees, see here.
Signature
export interface OdspClientProps
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
configProvider | Beta |
optional , readonly |
IConfigProviderBase | Base interface for providing configurations to control experimental features. If unsure, leave this undefined. |
connection | Beta |
readonly |
OdspConnectionConfig | Configuration for establishing a connection with the ODSP Fluid Service (Push). |
logger | Beta |
optional , readonly |
ITelemetryBaseLogger | Optional. A logger instance to receive diagnostic messages. |
Property Details
configProvider
Base interface for providing configurations to control experimental features. If unsure, leave this undefined.
To use, import via @fluidframework/odsp-client/beta
.
For more information about our API support guarantees, see here.
Signature
readonly configProvider?: IConfigProviderBase;
Type: IConfigProviderBase
connection
Configuration for establishing a connection with the ODSP Fluid Service (Push).
To use, import via @fluidframework/odsp-client/beta
.
For more information about our API support guarantees, see here.
Signature
readonly connection: OdspConnectionConfig;
Type: OdspConnectionConfig
logger
Optional. A logger instance to receive diagnostic messages.
To use, import via @fluidframework/odsp-client/beta
.
For more information about our API support guarantees, see here.
Signature
readonly logger?: ITelemetryBaseLogger;
Type: ITelemetryBaseLogger