Document Solutions Image Viewer
    Preparing search index...

    Type Alias SaveAsMenuOptions

    Options for the Save As menu.

    type SaveAsMenuOptions = {
        hideOptions?: boolean;
        availableFormats?: ImageMimeType[];
    }

    Properties

    hideOptions?: boolean

    Flag to hide additional options in the "Save As" menu. If true, the "Initial version" option will be hidden.

    availableFormats?: ImageMimeType[]

    List of available formats for saving. Leave undefined to detect supported formats automatically.