Skip to content

AttributeButton

Represents AttributesView button element.

Constructor:

  • constructor(dict)
    Initializes a button attribute with a dictionary.

Properties:

  • icon: string | Icon
    Icon displayed on the button. Value must be the name of an icon in SYS$ICON document class. The best practice is to use Icons.name_of_icon. You can add your own custom icons or change the existing ones via System Management→Icons app.
  • caption: string
    Text displayed on the button.