- Preparing search index...
- The search index is not available
Input Aspects
Function inconvertibleInAspect
- inconvertibleInAspect<TValue, TInstance, TKind>(control, aspectKey, instance?): Applied<TValue, TInstance | null>
-
Parameters
-
-
aspectKey: Key<null | TInstance, TKind>
-
instance: null | TInstance = null
Returns Applied<TValue, TInstance | null>
Applied input aspect.
Creates an aspect applied to control with known inconvertible instance.
When converted to another control with the same value, an aspect instance remains as is.
When converted to another control with another value, an aspect instance replaced by
null
.