Docs (4.0.0)
class TestRenderer method

createObserver

Attaches a renderer to the the provided UI component (called internally).

createObserver<T extends View>(target: T): Observer<T> | undefined

Related