@microsoft/fast-element > ElementController > observeLateAttributes
ElementController.observeLateAttributes() method
Observes late-defined attribute-map attributes that the platform does not surface through attributeChangedCallback because they were added after customElements.define() completed.
Signature:
protected observeLateAttributes(): void;
Returns:
void