Is there a way to specify a default value for a slot with a range of an arbitrary type? #2149
Unanswered
candleindark
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am aware that
ifabsent
allows one to specify a default value of bool, integer, or string. Is there a way to specify a default value of42.0
for a slot with range offloat
?In general, is there a way to specify a default of value of an arbitrary type (a core LinkML metamodel type or a user defined type/class)?
Beta Was this translation helpful? Give feedback.
All reactions