Interface FileOperationOptions

interface FileOperationOptions {
    fromUserGesture?: boolean;
}

Hierarchy (view full)

Properties

Properties

fromUserGesture?: boolean

Indicates that a user action triggered the opening, e.g. via mouse or keyboard use. Default is true.