Enumeration FormButtonType

The type of the Button

  • 0: small
  • 1: medium
  • 2: large

Enumeration Members

Enumeration Members

large: 2

The large type button. A label, an icon and a heading gets printed. Init with value 2.

medium: 1

The medium type button. A label and an icon gets printed. Init with value 1.

small: 0

The small type. Only an icon gets printed. Init with value 0.

Generated using TypeDoc