Type Alias NxDownloadOptions

type NxDownloadOptions = {
    qBookmarkId?: string;
    qExpires?: number;
    qServeOnce?: boolean;
}
Index

Properties

qBookmarkId?: string

Bookmark Id to apply before reducing the application.

qExpires?: number

Time in seconds for how long the download link is valid.

qServeOnce?: boolean