MutkaMutka

types

Reference — types in the Mutka module API.

types

Interfaces

InterfaceDescription
AppInfoAn application able to open a file - returned by the sys.appsForFile capability.
BaseContextRead-only view of app state - used by isEnabled / isVisible (when) checks and passed to the ContextMenu component for rendering. Modules never act through this; all privileged operations go through the host capabilities (see core/sandbox). This is purely for visibility/enablement predicates.
ClipboardState-
DialogAPI-
DialogChooseOptionOne selectable row in a choose dialog.
DialogChooseOptions-
DialogConfirmOptions-
DialogPickFileOptionsOptions for a Mutka file picker (a modal file browser).
DialogPromptOptions-
FileItemA single entry returned by the Rust read_dir command.
NavigationAPI-

On this page