InjectionState Enumeration

Summary

Represents the state of an injector.

Syntax
TypeScript
JavaScript
lt.LEADVIEW.InjectionState = { 
   mounting: 0, 
   unmounting: 1 
} 
lt.LEADVIEW.InjectionState = { 
   mounting: 0, 
   unmounting: 1 
} 
Members
ValueMemberDescription
mounting0The injector has been mounted into the DOM.
unmounting1The injector is about to be unmounted from the DOM.
Example

For an example, refer to InjectionManager.

Requirements
Target Platforms
See Also

Reference

lt.LEADVIEW Namespace

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

Leadtools.LEADVIEW Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.