[21:16:05] 0914 [23:19:47] hello! [23:20:15] is there a way (other than checking inside implementation with if-else) to accept specific strings as inputs? [23:20:23] kinda like enums [23:39:09] Not really. You might be able to use a typed list with Z12696, or something like Z19601. It depends what you’re trying to achieve. (re @sefehpisikler: is there a way (other than checking inside implementation with if-else) to accept specific strings as inputs?) [23:52:06] i'm trying to build a function that returns a css-only [[wmdoc:codex/latest/components/demos/button.html]] and props («parameters») of this button component accept only certain values (see «vue usage» on the linked page), so i wanted to replicate that behaviour in my function (re @Al: Not really. You might be able to use a typed list with Z12696, or something [23:52:06] like Z19601. It [23:52:07] depends what you’re trying to achiev...) [23:52:26] will look into those two, thanks much!