Skip to content

Commit

Permalink
jsdoc: . improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ilandikov committed Nov 22, 2023
1 parent 24de82b commit 16ccc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TaskFieldRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ export class FieldLayoutDetail {
* @param attributeName if the component needs data attribute (`data-key="value"`) this is the key.
* Otherwise, set this to {@link FieldLayoutDetail.noAttributeName}.
*
* @param attributeValueCalculator And this is the value.
* Set to {@link FieldLayoutDetail.noAttributeValueCalculator} if shall be empty.
* @param attributeValueCalculator And this is the value calculator.
* Set to {@link FieldLayoutDetail.noAttributeValueCalculator} if the component has no data attribute.
*
* There is a relation between {@link attributeName} and {@link attributeValueCalculator}.
* For a component to have the data attribute, both need to be set to values other than
Expand Down

0 comments on commit 16ccc93

Please sign in to comment.