This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<aura:component implements="flexipage:availableForRecordHome,force:hasRecordId" access="global"> | |
<aura:attribute name="toUpdate" type="Object" | |
description="The record object to be displayed"/> | |
<aura:attribute name="toUpdateRecord" type="Object" | |
description="A simplified view record object to be displayed"/> | |
<aura:attribute name="recordSaveError" type="String" | |
description="An error message bound to force:recordData"/> | |
<aura:attribute name="viewCounted" type="Boolean" default="false" | |
description="Was the current view already added to the view Count?"/> | |