Skip to content

Layout API

Placeholder page for future layout capabilities and host UI contracts.

Suggested coverage

  • API entry points and namespace
  • Reading and writing panel or layout state
  • Event model and lifecycle
  • Compatibility boundaries with upstream layout behavior

Suggested source material

You can start from layout-related implementation and tests in the main repository, such as:

  • src/tauri/main/api/layout.js
  • src/scripts/tauritavern/layout-kit.js
  • tests/layout-api-contract.test.mjs

Released under AGPL-3.0.