Editor automatically fetches additional resources by appending the resource ID to the directDownloadUrl

interface EditorConfig {
    directDownloadUrl?: string;
    role?: AllowedPropertiesValues.Role;
    sharedParameters?: MainSchema.SharedParameter[];
}

Properties

directDownloadUrl?: string
sharedParameters?: MainSchema.SharedParameter[]