Skip to content

SiColumnSelectionDialogConfig Type documentation

Properties
a11yItemMovedMessage?: TranslatableString
a11yItemNotMovedMessage?: TranslatableString
bodyTitle: TranslatableString
cancelBtnName?: TranslatableString
columns: Column[]
columnVisibilityConfigurable?: boolean
heading: TranslatableString
hiddenText?: TranslatableString
listAriaLabel?: TranslatableString
renameInputAriaLabel?: TranslatableString
restoreEnabled?: boolean
restoreToDefaultBtnName?: TranslatableString
submitBtnName?: TranslatableString
translationParams?: { [ key: string ]: any } }
visibleText?: TranslatableString

Types Documentation

Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality.
Properties
If true, the column is disabled and cannot be interacted with. This means, the user cannot change any of the column options like the visibility etc.
disabled: boolean
If true, the order of the column can be changed by dragging it to another position.
draggable: boolean
If true, the title can be renamed.
editable?: boolean
Unique id
id: string
Title of the column.
title: string
Decides if the column is visible to the user.
visible: boolean
Translatable
import

Except where otherwise noted, content on this site is licensed under MIT License.