@wxn0brp/plasma-wolf
    Preparing search index...

    Type Alias WolfMenuEvents

    type WolfMenuEvents = {
        commandExecuted: (command: Command) => void;
        commandSelected: (command: Command) => void;
        distance: (distance: number, direction: number) => void;
        initialized: () => void;
        menuClosed: () => void;
        menuOpened: (commandName: string) => void;
    }
    Index

    Properties

    commandExecuted: (command: Command) => void
    commandSelected: (command: Command) => void
    distance: (distance: number, direction: number) => void
    initialized: () => void
    menuClosed: () => void
    menuOpened: (commandName: string) => void