Orca Note Plugin API Documentation
    Preparing search index...

    Interface SlashCommand

    Configuration for a slash command that appears in the editor's slash menu. Slash commands provide quick access to actions from within the editor.

    interface SlashCommand {
        command: string;
        group: string;
        icon: string;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    command: string

    Command ID to execute when selected

    group: string

    Group name for organizing commands in the slash menu

    icon: string

    Icon identifier for the command

    title: string

    Display title for the command