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

    Interface ActionCommand

    interface ActionCommand {
        action: () => void;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: () => void
    name: string