You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned here #8 (comment) the syntax for display tells us that you're able to use space separated values. That's why union string is needed. But the autocomplete however seems to be solved in #74. So it will hopefully work in v3 that will be released soon.
In the source code, I found the property
display
's type like thisthe result of
DisplayProperty
isstring
because of the| string
. As a result of this, I can't have a autocompletion in ts.So why need
| string
in the properties likedisplay
?The text was updated successfully, but these errors were encountered: