DefinitelyTyped

Index

Variables

Variables

addToHome: { show: (overrideChecks: boolean) => void; close: () => void; reset: () => void; }

public addToHome.close: () => void

Closes the popup.

public addToHome.reset: () => void

Reset the local and session storages so the popup will show again (for automatic mode - has no affect if manually opening the popup).

public addToHome.show: (overrideChecks: boolean) => void

Shows the popup.

param

Override all the compatibility checks and always show the popup.