support
type Options = new Map<any, string> | Record<string,string>
in the settings api for dropdown instead of only Record<string,string> when the descriptive names don’t match up with the internal representation.
support
type Options = new Map<any, string> | Record<string,string>
in the settings api for dropdown instead of only Record<string,string> when the descriptive names don’t match up with the internal representation.