Update the displayName of the component argument with the result of running f on the displayName of the optional source argument, by default set as component.
displayName
component
f
source
Returns the component argument with its display name modified.
displayName will be set on this component.
displayName will be read from this component. By default, set as component so that you are reading/writing the displayName of a single component.
Update the
displayName
of thecomponent
argument with the result of runningf
on thedisplayName
of the optionalsource
argument, by default set ascomponent
.Returns the
component
argument with its display name modified.