Type aliases
AlignContentType
AlignContentType: "stretch" | "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "initial" | "inherit"
AlignItemsType
AlignItemsType: "normal" | "stretch" | "center" | "start" | "end" | "flex-start" | "flex-end" | "baseline" | "first baseline" | "last baseline" | "safe center" | "unsafe center" | "inherit" | "initial" | "unset"
CssStyles
CssStyles: {}
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" | ""
FlexWrapType
FlexWrapType: "nowrap" | "wrap" | "wrap-reverse"
IconPath
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"
PositionType
PositionType: "static" | "absolute" | "fixed" | "relative" | "sticky" | "initial" | "inherit"
TextAlignType
TextAlignType: "left" | "right" | "center" | "justify" | "initial" | "inherit"
ThemedIconPath
ThemedIconPath: { dark: string | vscode.Uri; light: string | vscode.Uri }
Type declaration
-
dark: string | vscode.Uri
-
light: string | vscode.Uri
Valid values for the align-content CSS property