Interface CreateAssetOptions

interface CreateAssetOptions {
    contentHolderReference?: string;
    file?: File;
    fileId?: string;
    workspaceId?: string;
}

Properties

contentHolderReference?: string

Optional content holder reference that owns this asset (e.g. a item:123).

file?: File

A javascript file object.

fileId?: string

The file id of an existing file in the VibeIQ system. If file is passed, fileId is ignored.

workspaceId?: string

optional workspace id to create the asset in. If not specified, the asset will be created in the global asset library.

Generated using TypeDoc