Skip to content

Instantly share code, notes, and snippets.

@tccloudz
Created May 10, 2019 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tccloudz/1a2c5dec4c32352a6293ad8b9f29fb84 to your computer and use it in GitHub Desktop.
Save tccloudz/1a2c5dec4c32352a6293ad8b9f29fb84 to your computer and use it in GitHub Desktop.
FlowRecordEditCmp Attributes
<!--attributes-->
<aura:attribute name="recId" type="String" />
<aura:attribute name="recId" type="String" />
<aura:attribute name="editFormType" type="String" default="recordEdit" description="recordEdit or recordForm"/>
<aura:attribute name="fieldList" type="String" />
<aura:attribute name="fieldListArr" type="String[]" />
<aura:attribute name="objApiName" type="String" />
<aura:attribute name="numOfCols" type="Integer" default="2" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment