annotation ExportCustom
Overview
Exports a property with custom PropertyHint and hint string parameters.
@[ExportCustom(hint: 1_u32, hint_string: "0,10,1")]
property custom_val : Int32 = 5
Exports a property with custom PropertyHint and hint string parameters.
@[ExportCustom(hint: 1_u32, hint_string: "0,10,1")]
property custom_val : Int32 = 5