ControlType-SegmentedEnum
static propertyControls: PropertyControls = { align: { type: ControlType.SegmentedEnum, options: ["left", "center", "right", "justify"], optionTitles: ["L", "C", "R", "J"], title: "Align" } }