Tauri WindowOptions

2024-02-06 16:36 更新

要創(chuàng)建的窗口的配置。

Since: 1.0.0

性能?

acceptFirstMouse?
?Optional? acceptFirstMouse: ?boolean?

在 macOS 上,單擊非活動窗口是否也會單擊進入 Web 視圖。

Defined in: window.ts:2143

alwaysOnTop?
?Optional? alwaysOnTop: ?boolean?

窗口是否應(yīng)始終位于其他窗口的頂部。

Defined in: window.ts:2115

center?
?Optional? center: ?boolean?

在屏幕中央顯示窗口。

Defined in: window.ts:2077

contentProtected?
?Optional ?contentProtected: ?boolean?

防止窗口內(nèi)容被其他應(yīng)用捕獲。

Defined in: window.ts:2117

decorations?
?Optional? decorations: ?boolean?

窗口是否應(yīng)該有邊框和條形。

Defined in: window.ts:2113

fileDropEnabled?
?Optional? fileDropEnabled: ?boolean?

是否在 Web 視圖上啟用文件刪除。默認情況下,它處于啟用狀態(tài)。

禁用它需要在 Windows 的前端上使用拖放。

Defined in: window.ts:2125

focus?
?Optional? focus: ?boolean?

窗口最初是否聚焦。

Defined in: window.ts:2101

fullscreen?
?Optional? fullscreen: ?boolean?

窗口是否處于全屏模式。

Defined in: window.ts:2099

height?
?Optional? height: ?number?

初始高度。

Defined in: window.ts:2085

hiddenTitle?
?Optional? hiddenTitle: ?boolean?

如果 ,則將窗口標題設(shè)置為在 macOS 上隱藏。true

maxHeight?
?Optional? maxHeight: ?number?

最大高度。僅當(dāng)同時設(shè)置時才適用。maxWidth

Defined in: window.ts:2093

maxWidth?
?Optional? maxWidth: ?number?

最大寬度。僅當(dāng)同時設(shè)置時才適用。maxHeight

Defined in: window.ts:2091

maximized?
?Optional? maximized: ?boolean?

窗口是否應(yīng)在創(chuàng)建時最大化。

Defined in: window.ts:2109

minHeight?
?Optional? minHeight: ?number?

最小高度。僅當(dāng)同時設(shè)置時才適用。minWidth

Defined in: window.ts:2089

minWidth?
?Optional? minWidth: ?number?

最小寬度。僅當(dāng)同時設(shè)置時才適用。minHeight

Defined in: window.ts:2087

resizable?
?Optional? resizable: ?boolean?

窗口的大小是否可調(diào)整。

Defined in: window.ts:2095

skipTaskbar?
?Optional? skipTaskbar: ?boolean?

是否應(yīng)將窗口圖標添加到任務(wù)欄。

Defined in: window.ts:2119

tabbingIdentifier?
?Optional? tabbingIdentifier: ?string?

定義 macOS 上的窗口 Tab 鍵標識符。

具有相同 Tab 鍵標識符的窗口將組合在一起。 如果未設(shè)置 Tab 鍵標識符,則將禁用自動 Tab 鍵。

Defined in: window.ts:2150

theme?
?Optional? theme: ?Theme?

初始窗口主題。默認為系統(tǒng)主題。

僅在 Windows 和 macOS 10.14+ 上實現(xiàn)。

Defined in: window.ts:2131

title?
?Optional? title: ?string?

窗口標題。

Defined in: window.ts:2097

titleBarStyle?
?Optional? titleBarStyle: ?TitleBarStyle?

macOS 標題欄的樣式。

Defined in: window.ts:2135

transparent?
?Optional? transparent: ?boolean?

窗口是否透明。 請注意,這需要在 下啟用功能標志。 警告:使用 on 上的私有 API 會阻止您的應(yīng)用程序被接受。macOSmacos-private-apitauri.conf.json > tauri > macOSPrivateApimacOSApp Store

Defined in: window.ts:2107

url?
?Optional? url: ?string?

打開的遠程 URL 或本地文件路徑。

  • URL 等直接在 Tauri 窗口上打開。https://github.com/tauri-apps
  • data:只有依賴項的 Cargo 功能才支持 URL。data:text/html,<html>...window-data-urltauri
  • 本地文件路徑或路由,例如 or 附加到應(yīng)用程序 URL(開發(fā)或生產(chǎn)中的 devServer URL)。/path/to/page.html/userstauri://localhost/https://tauri.localhost/

Defined in: window.ts:2075

userAgent?
?Optional? userAgent: ?string?

Web 視圖的用戶代理。

Defined in: window.ts:2154

visible?
?Optional? visible: ?boolean?

窗口是否應(yīng)在創(chuàng)建時立即可見。

Defined in: window.ts:2111

width?
?Optional? width: ?number?

初始寬度。

Defined in: window.ts:2083

x?
Optional x: number

初始垂直位置。僅當(dāng)同時設(shè)置時才適用。y

Defined in: window.ts:2079

y?
Optional y: number

初始水平位置。僅當(dāng)同時設(shè)置時才適用。x

Defined in: window.ts:2081


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號