seatsioInjectString static method

String seatsioInjectString(
  1. String selectedFeature
)

Implementation

static String seatsioInjectString(String selectedFeature) {
  return "(object, dfValue, extraConfig) => {if(extraConfig[object.label] == 'true') {return '$selectedFeature'} else {return dfValue}}";
}