Options
All
  • Public
  • Public/Protected
  • All
Menu

@types/azdata

Index

Namespaces

Enumerations

Classes

Interfaces

Type aliases

Variables

Type aliases

AlignContentType

AlignContentType: "stretch" | "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "initial" | "inherit"

Valid values for the align-content CSS property

AlignItemsType

AlignItemsType: "normal" | "stretch" | "center" | "start" | "end" | "flex-start" | "flex-end" | "baseline" | "first baseline" | "last baseline" | "safe center" | "unsafe center" | "inherit" | "initial" | "unset"

Valid values for the align-items CSS property

CssStyles

CssStyles: {}

Set of CSS key-value pairs

Type declaration

  • [key: string]: string | number

DisplayType

DisplayType: "inline" | "block" | "contents" | "flex" | "grid" | "inline-block" | "inline-flex" | "inline-grid" | "inline-table" | "list-item" | "run-in" | "table" | "table-caption" | " table-column-group" | "table-header-group" | "table-footer-group" | "table-row-group" | "table-cell" | "table-column" | "table-row" | "none" | "initial" | "inherit" | ""

Valid values for the display CSS property

FlexWrapType

FlexWrapType: "nowrap" | "wrap" | "wrap-reverse"

Valid values for flex-wrap CSS property

IconPath

IconPath: string | vscode.Uri | ThemedIconPath

InfoBoxStyle

InfoBoxStyle: "information" | "warning" | "error" | "success"

InputBoxInputType

InputBoxInputType: "color" | "date" | "datetime-local" | "email" | "month" | "number" | "password" | "range" | "search" | "text" | "time" | "url" | "week"

JustifyContentType

JustifyContentType: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "initial" | "inherit"

Valid values for the justify-content CSS property

PositionType

PositionType: "static" | "absolute" | "fixed" | "relative" | "sticky" | "initial" | "inherit"

Valid values for the position CSS property

TextAlignType

TextAlignType: "left" | "right" | "center" | "justify" | "initial" | "inherit"

Valid values for the text-align CSS property

ThemedIconPath

ThemedIconPath: { dark: string | vscode.Uri; light: string | vscode.Uri }

Type declaration

  • dark: string | vscode.Uri
  • light: string | vscode.Uri

Variables

Const version

version: string

The version of the application.

Generated using TypeDoc