InitialValues |
A map of keys to values where the keys are properties of type T and the values are the same as the property type. |
InitialValues:
|
InputStreams |
A map of Observables whose keys are any properties of type T that are not {@link EventEmitter}s. |
InputStreams:
|
NotTypedKeys |
Constrain a set of keys from type T that are not of type C. |
NotTypedKeys:
|
OutputCallbacks |
A map of call back functions whose keys are properties of type T that are {@link EventEmitter}s. |
OutputCallbacks:
|
TypedKeys |
Constrain a set of keys from type T that are of type C. |
TypedKeys:
|