Skip to content

Commit

Permalink
doc: updated docs for default icon behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Feb 1, 2024
1 parent 5cb9c42 commit df6b8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/default/classes/LookupSearchResult.cls
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public virtual class LookupSearchResult implements Comparable {
/**
* @param id the lookup entry identifier (generally a record ID)
* @param sObjectType Optional - The sObject type of the selected record. This value is not used for lookup rendering. It's passed back to the selection handler in case you search on multiple object types.
* @param icon Optional - A qualified SLDS icon name taken from https://www.lightningdesignsystem.com/icons. It defaults to standard:default.
* @param icon Optional - A qualified SLDS icon name taken from https://www.lightningdesignsystem.com/icons. No icon is displayed by default.
* @param title Required - The label of the lookup entry
* @param subtitle Optional - A subtitle that is displayed under the lookup entry label
*/
Expand Down

0 comments on commit df6b8a2

Please sign in to comment.