Skip to content

Commit

Permalink
Update src/components.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Hwang <[email protected]>
  • Loading branch information
craigbeck and ericyhwang authored Jun 27, 2024
1 parent 0753d9b commit 4ad0d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@ export abstract class Component<T extends object = object> extends Controller<T>
}

/**
* Retrieve the appropriate view attribute's value for a given view instance
* Retrieve the appropriate view attribute's value for a given view instance.
* If the value is a template, it will be rendered prior to being returned.
*
* @param attrName the name of the view attribute used with a component instance
* @returns any of the possible values that can be expressed with a view attribute
Expand Down

0 comments on commit 4ad0d88

Please sign in to comment.