contextData and contextDataRequest Properties

contextData is a property of every view, but it is only populated with data in some of those views. contextDataRequest is a property available to views that are children of views with contextData. You can call contextDataRequest by passing in an array of types of data you want returned. Views can return four types of objects and each view may… Continue reading contextData and contextDataRequest Properties