EvCloudFile Interface
The EvCloudFile TS interface defines a blueprint of a JS object that describes the location of a given .evdoc file on the Canvas Envision Portal cloud solution.
Properties
An EvCloudFile object has the following properties:
optional center: string;A string, the slug of the center where a given file is located.
path: string;A string, a given file's path relative to the root of the center where this file is located.
optional workspace: string;A string, the slug of the workspace where a given file is located.
Examples
{
center: "work",
path: "/Examples/Demos",
workspace: "canvasgfx",
}
10 February 2025