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 | Alpha |
string | |
itemId | Alpha |
string | |
siteUrl | Alpha |
string |
Property Details
driveId
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/odsp-driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
driveId: string;
Type: string
itemId
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/odsp-driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
itemId: string;
Type: string
siteUrl
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/odsp-driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
siteUrl: string;
Type: string