example/src/commands.ts (27 lines of code) (raw):
export enum Commands {
INSERT_CODE = '/insert-dummy-code',
COMMAND_WITH_PROMPT = '/with-prompt',
SHOW_STICKY_CARD = '/show-sticky-card',
REPLACE_FOLLOWUPS = '/replace-followups',
STATUS_CARDS = '/cards-with-status-colors',
HEADER_TYPES = '/cards-header-types',
FORM_CARD = '/card-with-a-form',
CARD_WITH_MARKDOWN_LIST = '/card-with-markdown-list',
CARD_WITH_PROGRESSIVE_FILE_LIST = '/card-with-progressive-file-list',
CARD_WITH_ALL_MARKDOWN_TAGS = '/card-with-all-markdown-tags',
CARD_RENDER_MARKDOWN_TABLE = '/card-render-markdown-table',
CARD_SNAPS_TO_TOP = '/card-snaps-to-top',
FILE_LIST_CARD = '/card-with-a-file-list',
PROGRESSIVE_CARD = '/card-with-progressing-content',
IMAGE_IN_CARD = '/card-with-image-inside',
CUSTOM_RENDERER_CARDS = '/cards-with-custom-renderers',
FOLLOWUPS_AT_RIGHT = '/followups-at-right',
INFORMATION_CARDS = '/information-cards',
CONFIRMATION_BUTTONS = '/confirmation-buttons',
BUTTONS = '/buttons',
NOTIFY = '/show-notification',
CLEAR = '/clear',
CLEAR_LOGS = '/clear-logs',
SHOW_CUSTOM_FORM = '/show-custom-form',
VOTE = '/vote'
}