Skip to main content

The Tauri API allows you to interface with the backend layer.

This module exposes all other modules as an object where the key is the module name, and the value is the module exports.

example

import { app, dialog, event, fs, globalShortcut } from '@tauri-apps/api'

References#

app#

Re-exports: app


clipboard#

Re-exports: clipboard


event#

Re-exports: event


globalShortcut#

Re-exports: globalShortcut


notification#

Re-exports: notification


process#

Re-exports: process


tauri#

Re-exports: tauri


window#

Re-exports: window