SiColumnSelectionDialogService documentation¶
provided in root
✓
Attributes and Methods¶
Name | Type | Default | Description |
---|---|---|---|
showColumnSelectionDialog(...) ¶ | (dialogConfig: SiColumnSelectionDialogConfig , diOptions: ModalDependencyInjectionOptions ) => Observable <ColumnSelectionDialogResult > | Opens a column selection dialog. Despite other dialogs, this dialog informs the consumer not ONLY with clicking submit or cancel , but also with changing the place or visibility of a dialog row thanks to the instant type of emitted event.Parameters
|
Types Documentation¶
|
|
|
Emit type of dialog actions. ok : Emitted when user submits. cancel : Emitted when user clicks cancel. instant : Emitted when visibility or place of a row changes.instant type is used to reflect the ui changes real time even before closing the dialog. |
---|
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. |
---|
Translatable import imported from @siemens/element-translate-ng |
---|
Except where otherwise noted, content on this site is licensed under MIT License.