Index

src/button/button.types.ts

ButtonSize
"sm" | "md" | "lg" | "xl" | "2xl"
ButtonType
"primary" | "secondary" | "tertiary" | "ghost" | "danger" | DangerButtonType
DangerButtonType
"danger--primary" | "danger--tertiary" | "danger--ghost"

src/checkbox/checkbox.types.ts

CheckboxValue
boolean | "on" | "off"

src/combo-button/combo-button.component.ts

ComboButtonPlacement
"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end"

src/utils/types.ts

EventHandler
function

src/table/table-model.class.ts

HeaderType
number | "select" | "expand"

src/menu-button/menu-button.component.ts

MenuButtonPlacement
"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end"

src/notification/notification-content.interface.ts

NotificationType
"error" | "info" | "info-square" | "success" | "warning" | "warning-alt"
NotificationVariants
"inline" | "toast"

src/popover/popover.directive.ts

oldPlacement
"top-left" | "top-right" | "bottom-left" | "bottom-right" | "left-bottom" | "left-top" | "right-bottom" | "right-top"

src/table/table-header-item.class.ts

SortType
"ASCENDING" | "DESCENDING" | "NONE"

src/table/table.types.ts

TableRowSize
"xs" | "sm" | "md" | "lg" | "xl"

src/tag/tag.component.ts

TagType

Supported tag types for carbon v10

"red" | "magenta" | "purple" | "blue" | "cyan" | "teal" | "green" | "gray" | "cool-gray" | "warm-gray" | "high-contrast" | "outline"

src/theme/theme.directive.ts

ThemeType
"white" | "g10" | "g90" | "g100"

src/tooltip/tooltip.interface.ts

TooltipAlignments
"top" | "top-left" | "top-right" | "bottom" | "bottom-left" | "bottom-right" | "left" | "left-bottom" | "left-top" | "right" | "right-bottom" | "right-top"

src/i18n/i18n.service.ts

TranslationStrings

An object of strings, should follow the same format as src/i18n/en.json

literal type

results matching ""

    No results matching ""