TypeDescriptors for custom types don't support strings, since they shall by used as primitive properties (and uncertainty needs to be prevented!). As a workaround, encode the string value as a function, e.g. "() => 'MyIndentifer'".
TypeDescriptors for custom types don't support strings, since they shall by used as primitive properties (and uncertainty needs to be prevented!). As a workaround, encode the string value as a function, e.g. "() => 'MyIndentifer'".