createObserver
Attaches a renderer to the the provided UI component (called internally).
createObserver<T extends View>(target: T): Observer<T> | undefined
Related
- class TestRendererA class that represents an in-memory application render context.
Attaches a renderer to the the provided UI component (called internally).
createObserver<T extends View>(target: T): Observer<T> | undefined