mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 12:16:37 +00:00
Remove unused SafeWebvuew.refreshNow property
Change-type: patch
This commit is contained in:
parent
55cafb9268
commit
a17a919c37
@ -58,8 +58,6 @@ const API_VERSION = '2';
|
|||||||
interface SafeWebviewProps {
|
interface SafeWebviewProps {
|
||||||
// The website source URL
|
// The website source URL
|
||||||
src: string;
|
src: string;
|
||||||
// @summary Refresh the webview
|
|
||||||
refreshNow?: boolean;
|
|
||||||
// Webview lifecycle event
|
// Webview lifecycle event
|
||||||
onWebviewShow?: (isWebviewShowing: boolean) => void;
|
onWebviewShow?: (isWebviewShowing: boolean) => void;
|
||||||
style?: React.CSSProperties;
|
style?: React.CSSProperties;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user