data Property

Summary

Data pertaining to the injector.

Syntax
TypeScript
JavaScript
Object.defineProperty(InjectionArgs.prototype, 'data', 
   get: function(), 
   set: function(value) 
) 
data: any; 

Remarks

Cast the data property to the type of injection being performed. For instance, if the type value is type.annToolbar, then cast data to AnnPanelInjector.

Example

For an example, refer to InjectionManager.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.LEADVIEW Assembly