userInfo
Any custom data or object that you want to associate with the template.
Declaration
var userInfo: Any? { get set }Discussion
Use userInfo to store additional information on the template that is useful in other areas of your app.
Any custom data or object that you want to associate with the template.
var userInfo: Any? { get set }Use userInfo to store additional information on the template that is useful in other areas of your app.