Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandProvider

A provider used for retrieving commands for items.

Hierarchy

  • CommandProvider

Index

Methods

getCategories

  • getCategories(data: CommandsData): Observable<CommandCategory[]>
  • Fetches the command categories for the provided context.

    Parameters

    Returns Observable<CommandCategory[]>

getCommands

  • Fetches the commands for the provided context.

    Parameters

    Returns Observable<CommandModel[]>

Generated using TypeDoc