Skip to content

[Back to Parameters]

Icon

Allows a user to select from a set of icons. Value saved will be the filename of the icon selected

Specification

key type required default value description
iconFolder path yes n/a Folder where icon files can be found. If part of a package, the path is relative to the package location; otherwise, it is relative to the FME install path.

Example

{
  "name": "someicon",
  "type": "icon",
  "valueType": "string",
  "prompt": "Point marker",
  "iconFolder": "acad/pointstyles"
}