ClipboardState
Reference — ClipboardState in the Mutka module API.
Interface: ClipboardState
Defined in: types.ts:49
Properties
items
items: string[];Defined in: types.ts:51
Paths of items currently held in the clipboard
operation
operation: "copy" | "cut" | null;Defined in: types.ts:53
Whether items were copied or cut. Null when clipboard is empty.