mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3263] added extra options to upload file for upload service (#3546)
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { AssocChildBody, AssocTargetBody } from 'alfresco-js-api';
|
||||
|
||||
export interface FileUploadProgress {
|
||||
loaded: number;
|
||||
total: number;
|
||||
@@ -28,6 +30,10 @@ export interface FileUploadOptions {
|
||||
parentId?: string;
|
||||
path?: string;
|
||||
nodeType?: string;
|
||||
properties?: any;
|
||||
association?: any;
|
||||
secondaryChildren?: AssocChildBody[];
|
||||
targets?: AssocTargetBody[];
|
||||
}
|
||||
|
||||
export enum FileUploadStatus {
|
||||
|
Reference in New Issue
Block a user