tauri-syntax-webview

Installation
SKILL.md

tauri-syntax-webview

Quick Reference

Webview API Imports

Import Purpose Example
getCurrentWebview() Get the current webview instance const wv = getCurrentWebview()
getAllWebviews() Get all webview instances const all = await getAllWebviews()
Webview Webview class for creation and reference new Webview(window, 'label', opts)

Import path: import { Webview, getCurrentWebview, getAllWebviews } from '@tauri-apps/api/webview'

Webview Methods (TypeScript)

Installs
1
GitHub Stars
1
First Seen
Apr 2, 2026
tauri-syntax-webview — openaec-foundation/tauri-2-claude-skill-package