Skip to main content

IOdspUrlParts Interface

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

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

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

Signature

export interface IOdspUrlParts

Properties

Property Alerts Type Description
driveId Beta string
itemId Beta string
siteUrl Beta string

Property Details

driveId

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
driveId: string;

Type: string

itemId

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
itemId: string;

Type: string

siteUrl

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
siteUrl: string;

Type: string