@microsoft/fast-element > ElementController > syncLateAttributes
ElementController.syncLateAttributes() method
Synchronizes late-defined attribute-map attributes from the live DOM to the associated property values before the initial render occurs.
Signature:
protected syncLateAttributes(): void;
Returns:
void