What is the correct syntax to return a numeric range from a plugin?
I used a field for numeric range and used typeof properties.range
and found that it is an object. However, when I return an object in instance.publishState
, I get an error in the console UnexpectedError Expected a number range, but got an object.