IBM Aspera JavaScript Library
    Preparing search index...

    Interface SaveFileDialogOptions

    interface SaveFileDialogOptions {
        allowedFileTypes?: any;
        suggestedName?: string;
        title?: string;
    }
    Index

    Properties

    allowedFileTypes?: any

    Filter the files displayed by file extension.

    suggestedName?: string

    The filename to pre-fill the dialog with.

    title?: string

    The name of the dialog window.