Skip to main content

IconSetter

Overview

Used to select an icon.

Display

Setter Configuration

PropertyTypeDescription
typeStringSelector return type. Allowed values: "string" | "node"
defaultValueString | ReactNodeDefault value
hasClearBooleanWhether the selector shows a clear button
iconsArrayCustom icon collection; default values are listed in Available Icons
placeholderStringPlaceholder when no value is set

Return Type

String | ReactNode

Available Icons

[
'smile',
'cry',
'success',
'warning',
'prompt',
'error',
'help',
'clock',
'success-filling',
'delete-filling',
'favorites-filling',
'add',
'minus',
'arrow-up',
'arrow-down',
'arrow-left',
'arrow-right',
'arrow-double-left',
'arrow-double-right',
'switch',
'sorting',
'descending',
'ascending',
'select',
'semi-select',
'loading',
'search',
'close',
'ellipsis',
'picture',
'calendar',
'ashbin',
'upload',
'download',
'set',
'edit',
'refresh',
'filter',
'attachment',
'account',
'email',
'atm',
'copy',
'exit',
'eye',
'eye-close',
'toggle-left',
'toggle-right',
'lock',
'unlock',
'chart-pie',
'chart-bar',
'form',
'detail',
'list',
'dashboard',
];