mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Add dispose() and setMimeTypes() methods definition (#37976)
This commit is contained in:
Vendored
+4
@@ -86,6 +86,7 @@ declare namespace google {
|
||||
setCallback(method:Function):Picker;
|
||||
setRelayUrl(url:string):Picker;
|
||||
setVisible(visible:boolean):Picker;
|
||||
dispose():void;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -128,6 +129,9 @@ declare namespace google {
|
||||
|
||||
// Allows the user to select folders from Team Drives.
|
||||
setEnableTeamDrives(enabled:boolean):DocsView;
|
||||
|
||||
// Set the MIME types which will be included in the view. Use commas to separate MIME types if more than one is required.
|
||||
setMimeTypes(mimeTypes:string):DocsView;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user