Searched defs:complexProps (Results 1 – 1 of 1) sorted by relevance
67 type complexProps struct { struct68 A string69 B_mutated string `blueprint:"mutated"`71 Nested struct {76 Nested_struct structToNest78 Struct_has_embed StructWithEmbedded80 OtherStructToEmbed82 List_of_ints []int84 List_of_nested []structToNest86 Configurable_bool proptools.Configurable[bool]