Themes
Auto
Light
Dark
Light high contrast
Dark high contrast
Package
Components
Components
Layout
Fields
Router
Editor
Illustrations
Utils
Stores
Theme
Forms
Configs
Assets
Icon Manager
Components
es-accordian
es-action
es-action-dropdown
es-action-link
es-action-with-confirmation
es-actions
es-badge
es-button
es-button-link
es-button-with-confirmation
es-callout
es-confirm-modal
es-copy
es-corner-banner
es-counter
es-hole-puncher
es-icon
es-loading-dots
es-loading-text
es-modal
es-pagination
es-popover
es-portal
es-progression
es-resize-observer
es-table
es-table-detail
es-table-detail-header
es-table-nested
es-table-virtualized
es-tabs
es-thinking-button
es-wizard
Functional Components
ActionCopy
ActionDelete
LoadingText
Utils
requestClose
ES_COMPONENTS_ICON_NAMESPACE
iconStore
toast
Types
ButtonVariant
AccordianSection
CounterColor
CounterVariant
IconDescription
NamespacedIcon
LoadingTextProps
Constrain
Checkpoint
CheckpointState
Tab
WizardPage
ConfirmModalOptions
CellProps
ClickRow
ClickRowEvent
ClickSortEvent
JumpOptions
LoadWindow
LoadWindowEvent
NestedTableExtraProps
SortOrder
TableCell
TableCells
TableCellVariant
TableSort
ToastOptions
Components
/
Types
/
TableSort
TableSort
A tuple representing the column name and order that a table is sorted by.
TableSort =
[
key:
string
,
order:
SortOrder
]