Aller au contenu
Tauri
Releases

@tauri-apps/api

Ce contenu n’est pas encore disponible dans votre langue.

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 { event, window, path } from '@tauri-apps/api'

Namespaces


© 2024 Tauri Contributors. CC-BY / MIT