If the user needs to abandon this instance, they should use this to clean up active resources (like timers) and to release memory that would stall the garbage collector from disposing this object. It should assign any object reference to undefined as a strong indicator that the object has been disposed.
Returns the associated InputValueHost or throws an error when the valueHostName is unknown or not an InputValueHost.
Returns the associated PropertyValueHost or throws an error when the valueHostName is unknown or not an PropertyValueHost.
Returns the associated StaticValueHost or throws an error when the valueHostName is unknown or not an StaticValueHost.
Returns the associated CalcValueHost or throws an error when the valueHostName is unknown or not an CalcValueHost.
Returns the associated ValueHost or throws an error when the valueHostName is unknown.
Returns the associated Validatable ValueHost that supports validators or throws an error when the valueHostName is unknown or does not implement IValidatorsValueHostBase. Includes InputValueHost and PropertyValueHost.
Generated using TypeDoc v0.25.12
For classes that hold resources that need to be disposed if the class is disposed.