Command Board Schema#

Command Boards#

Lightweight Command Boards

type

object

properties

  • boards

Defined Boards

create Command Boards

type

object

default

additionalProperties

new boards

Command Board

  • launch_area

Launch Area

Open Command Boards in an area of the shell, or as a popup (requires accepting pop-ups)

type

string

enum

main, left, right, popup

default

right

Command Board#

type

object

properties

  • category

The category of Launcher items and Command Palette entries

type

string

  • description

The description of a board, show in tool tips, etc.

type

string

  • icon

An SVG string for a command board

type

string

  • rank

Relative position of the board in its Category

type

number

  • template

The content of the board, as rendered by nunjucks with a variable call ‘app’ describing the current application

type

string

  • title

The human-readable to show in Command Board launchers

type

string