mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #3137 from allanhvam/master
useAnimation made optional in Callout
This commit is contained in:
Vendored
+2
-2
@@ -861,9 +861,9 @@ declare class Callout {
|
||||
/** Re-renders the actions menu. Call after the actions menu is changed. */
|
||||
refreshActions(): void;
|
||||
/** Display the callout. Animation can be used only for IE9+ */
|
||||
open(useAnimation: boolean);
|
||||
open(useAnimation?: boolean);
|
||||
/** Hide the callout. Animation can be used only for IE9+ */
|
||||
close(useAnimation: boolean);
|
||||
close(useAnimation?: boolean);
|
||||
/** Display if hidden, hide if shown. */
|
||||
toggle(): void;
|
||||
/** Do not call this directly. Instead, use CalloutManager.remove */
|
||||
|
||||
Reference in New Issue
Block a user