types
Reference — types in the Mutka module API.
types
Interfaces
| Interface | Description |
|---|---|
| AppInfo | An application able to open a file - returned by the sys.appsForFile capability. |
| BaseContext | Read-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 | - |
| DialogChooseOption | One selectable row in a choose dialog. |
| DialogChooseOptions | - |
| DialogConfirmOptions | - |
| DialogPickFileOptions | Options for a Mutka file picker (a modal file browser). |
| DialogPromptOptions | - |
| FileItem | A single entry returned by the Rust read_dir command. |
| NavigationAPI | - |