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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.LEADVIEW Assembly