BaseContext
Reference — BaseContext in the Mutka module API.
Interface: BaseContext
Defined in: types.ts:159
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.
Properties
clipboard
clipboard: ClipboardState;Defined in: types.ts:162
currentDirectory
currentDirectory: string;Defined in: types.ts:161
navigation
navigation: NavigationAPI;Defined in: types.ts:163
selectedItems
selectedItems: FileItem[];Defined in: types.ts:160