@microsoft/fast-element > ElementController > captureBoundObservables
ElementController.captureBoundObservables() method
Captures own-properties that shadow observable accessors on the prototype so they can be rebound through the accessor before rendering.
Signature:
protected captureBoundObservables(): void;
Returns:
void