uiProperties property

  1. @TagNumber(2)
FFChildSlotUIProperties get uiProperties

UI properties for the placeholder shown in the component editor canvas.

Implementation

@$pb.TagNumber(2)
FFChildSlotUIProperties get uiProperties => $_getN(1);
  1. @TagNumber(2)
set uiProperties (FFChildSlotUIProperties value)

Implementation

@$pb.TagNumber(2)
set uiProperties(FFChildSlotUIProperties value) => $_setField(2, value);