Library-default palette configuration, built from the internal defaults const
DEFAULT_COMMAND_PALETTE_CONFIG
Variableui/command-palette
projects/ui/command-palette/config/command-palette-config.ts
Description#
Library-default palette configuration, built from the internal defaults const. English-only.
Type#
CngxCommandPaletteConfigDefault value#
{
openShortcut: CNGX_COMMAND_PALETTE_DEFAULTS.openShortcut,
searchPlaceholder: CNGX_COMMAND_PALETTE_DEFAULTS.searchPlaceholder,
listboxLabel: CNGX_COMMAND_PALETTE_DEFAULTS.listboxLabel,
emptyLabel: CNGX_COMMAND_PALETTE_DEFAULTS.emptyLabel,
loadingLabel: CNGX_COMMAND_PALETTE_DEFAULTS.loadingLabel,
errorLabel: CNGX_COMMAND_PALETTE_DEFAULTS.errorLabel,
retryLabel: CNGX_COMMAND_PALETTE_DEFAULTS.retryLabel,
resultCount: CNGX_COMMAND_PALETTE_DEFAULTS.resultCount,
footerLegend: CNGX_COMMAND_PALETTE_DEFAULTS.footerLegend,
}