Skip to main content

OdspDriverUrlResolver Class

Resolver to resolve urls like the ones created by createOdspUrl which is driver inner url format. Ex: ${siteUrl}?driveId=${driveId}&itemId=${itemId}&path=${path}

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/odsp-driver/legacy.

For more information about our API support guarantees, see here.

Signature

export declare class OdspDriverUrlResolver implements IUrlResolver

Implements: IUrlResolver

Constructors

Constructor Alerts Description
(constructor)() Alpha Constructs a new instance of the OdspDriverUrlResolver class

Constructor Details

(constructor)

Constructs a new instance of the OdspDriverUrlResolver class

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

constructor();