Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "boards"

Index

Type aliases

BoardCardContentValue

BoardCardContentValue: string | BoardCardContent

Possible values for a "board card content".

EventListener

EventListener: function

An event listener.

Type declaration

SaveBoardEventListener

SaveBoardEventListener: function

An listener for a 'save board' event.

param

The board to save.

Type declaration

    • Parameters

      Returns any

SaveBoardFilterEventListener

SaveBoardFilterEventListener: function

An listener for a 'save board filter' event.

param

The filter to save.

param

The underling board.

Type declaration

    • (filter: string): any
    • Parameters

      • filter: string

      Returns any

Variables

Const BOARD_COLMNS

BOARD_COLMNS: ReadonlyArray<string> = ['todo','in-progress','testing','done',]

List of board card columns.

Functions

newBoard

openBoard

Object literals

Const KNOWN_URLS

KNOWN_URLS: object

filter-help

filter-help: string = "https://github.com/mkloubert/vscode-kanban#filter-"

github

github: string = "https://github.com/mkloubert/vscode-kanban"

markdown-help

markdown-help: string = "https://github.com/showdownjs/showdown/wiki"

mermaid-help

mermaid-help: string = "https://mermaidjs.github.io"

paypal

paypal: string = "https://paypal.me/MarcelKloubert"

twitter

twitter: string = "https://twitter.com/mjkloubert"

Generated using TypeDoc