Version: 21.11
Icons
Usage
The Workspaces configuration has an icon
property wherever you can customise the icon used. The value of the icon
property is a string, a text representation of the icon. For example:
$primaryName: {
label: 'Primary applicant',
icon: 'AccessibilityNewOutlined',
dataIndex: ["properties['PrimaryName']", "formDataMap['PrimaryName']"],
type: 'text',
sorter: false,
filter: {
type: 'input',
},
},
The icons listed below are available in Workspaces.