Options
All
  • Public
  • Public/Protected
  • All
Menu

tabby-core

Index

References

Enumerations

Classes

Interfaces

Type Aliases

Variables

Functions

References

Renames and re-exports IHotkeyDescription
Renames and re-exports IToolbarButton

Type Aliases

KeyName: string
Keystroke: string
PartialProfile<T>: Omit<Omit<Omit<{ [ K in keyof T]?: T[K] }, "options">, "type">, "name"> & { name: string; options?: { [ K in keyof T["options"]]?: T["options"][K] }; type: string }

Type Parameters

PartialProfileGroup<T>: Omit<Omit<{ [ K in keyof T]?: T[K] }, "id">, "name"> & { id: string; name: string }

Type Parameters

SplitDirection: "r" | "t" | "b" | "l"
SplitOrientation: "v" | "h"

Variables

BOOTSTRAP_DATA: "BOOTSTRAP_DATA" = 'BOOTSTRAP_DATA'
TAB_COLORS: ({ name: "No color"; value: null } | { name: "Blue"; value: string } | { name: "Green"; value: string } | { name: "Orange"; value: string } | { name: "Purple"; value: string } | { name: "Red"; value: string } | { name: "Yellow"; value: string })[] = ...
VAULT_SECRET_TYPE_FILE: "file" = 'file'
WIN_BUILD_CONPTY_STABLE: 18309 = 18309
WIN_BUILD_CONPTY_SUPPORTED: 17692 = 17692
WIN_BUILD_FLUENT_BG_SUPPORTED: 17063 = 17063
WIN_BUILD_WSL_EXE_DISTRO_FLAG: 17763 = 17763
altKeyName: any = ...
metaKeyName: any = ...

Functions

  • TranslateMessageFormatCompilerFactory(): TranslateMessageFormatCompiler
  • configMerge(a: any, b: any): any
  • getCSSFontFamily(config: any): string
  • getWindows10Build(): number | undefined
  • isWindowsBuild(build: number): boolean
  • serializeFunction<T>(fn: T): T
  • wrapPromise<T>(zone: NgZone, promise: Promise<T>): Promise<T>

Generated using TypeDoc