Interface ControlScope<T>
Methods
checkNoChanges
- checkNoChanges(): void
Returns void
detach
- detach(): void
Returns void
emitChanges
- emitChanges(propertyKey?: keyof T, propertyValue?: any): void
Parameters
Optional
propertyKey: keyof TOptional
propertyValue: any
Returns void
isAttached
- isAttached(): boolean
Returns boolean
reattach
- reattach(): void
Returns void
used control/notify/pause scope about changes in current context