Enum template
#3282
Replies: 1 comment
-
We do not have conditional templates like TypeScript does today |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Can enums be used together with templates?
I have the following template model:
When T is a Person I would like type possible values to be set to Home/Work and when T is Company, set to Other. Is there a conditional operator or template behaviour to do it?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions