steveruizok
9/8/2018 - 8:55 PM

ControlType-SegmentedEnum

ControlType-SegmentedEnum

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