Searched defs:customProps (Results 1 – 1 of 1) sorted by relevance
19 type customProps struct { struct20 Bool_prop bool21 Bool_ptr_prop *bool23 Int_prop int `blueprint:"mutated"`24 Int64_ptr_prop *int6425 String_prop string26 String_ptr_prop *string27 String_list_prop []string29 Nested_props nestedProps30 Nested_props_ptr *nestedProps[all …]