IOdspResolvedUrl Interface
Signature
export interface IOdspResolvedUrl extends IFluidResolvedUrl, IOdspUrlParts
Extends: IFluidResolvedUrl, IOdspUrlParts
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
codeHint | optional |
{ containerPackageName?: string; } | |
endpoints | { snapshotStorageUrl: string; attachmentPOSTStorageUrl: string; attachmentGETStorageUrl: string; deltaStorageUrl: string; } | ||
fileName | string | ||
fileVersion | string | undefined | ||
hashedDocumentId | string | ||
isClpCompliantApp | optional |
boolean | |
odspResolvedUrl | true | ||
shareLinkInfo | optional |
ShareLinkInfoType | Sharing link data created for the ODSP item. Contains information about either sharing link created while creating a new file or a redeemable share link created when loading an existing file |
summarizer | boolean | ||
tokens | {} | ||
type | "fluid" | ||
url | string |
Property Details
codeHint
Signature
codeHint?: {
containerPackageName?: string;
};
Type: { containerPackageName?: string; }
endpoints
Signature
endpoints: {
snapshotStorageUrl: string;
attachmentPOSTStorageUrl: string;
attachmentGETStorageUrl: string;
deltaStorageUrl: string;
};
Type: { snapshotStorageUrl: string; attachmentPOSTStorageUrl: string; attachmentGETStorageUrl: string; deltaStorageUrl: string; }
fileName
Signature
fileName: string;
Type: string
fileVersion
Signature
fileVersion: string | undefined;
Type: string | undefined
hashedDocumentId
Signature
hashedDocumentId: string;
Type: string
isClpCompliantApp
Signature
isClpCompliantApp?: boolean;
Type: boolean
odspResolvedUrl
Signature
odspResolvedUrl: true;
Type: true
shareLinkInfo
Sharing link data created for the ODSP item. Contains information about either sharing link created while creating a new file or a redeemable share link created when loading an existing file
Signature
shareLinkInfo?: ShareLinkInfoType;
Type: ShareLinkInfoType
summarizer
Signature
summarizer: boolean;
Type: boolean
tokens
Signature
tokens: {};
Type: {}
type
Signature
type: "fluid";
Type: "fluid"
url
Signature
url: string;
Type: string