OdspContainerAttachProps Interface
This API is provided as a beta preview and may change without notice.
To use, import via @fluidframework/odsp-client/beta.
For more information about our API support guarantees, see here.
Signature
export interface OdspContainerAttachProps
Properties
| Property | Alerts | Type | Description |
|---|---|---|---|
| fileName | Beta |
string | undefined | The file name of the Fluid file. If undefined, the file is named with a GUID. |
| filePath | Beta |
string | undefined | The file path where Fluid containers are created. If undefined, the file is created at the root. |
Property Details
fileName
The file name of the Fluid file. If undefined, the file is named with a GUID.
This API is provided as a beta preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
fileName: string | undefined;
Type: string | undefined
filePath
The file path where Fluid containers are created. If undefined, the file is created at the root.
This API is provided as a beta preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
filePath: string | undefined;
Type: string | undefined