From 4ad0d8809b901b8bc4b3cf3649bceeb87b732d88 Mon Sep 17 00:00:00 2001 From: Craig Beck Date: Thu, 27 Jun 2024 15:52:28 -0700 Subject: [PATCH] Update src/components.ts Co-authored-by: Eric Hwang --- src/components.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components.ts b/src/components.ts index 772fedc5..b2b4fac8 100644 --- a/src/components.ts +++ b/src/components.ts @@ -370,7 +370,8 @@ export abstract class Component extends Controller } /** - * 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