From ee30234c9c4bd288955c05f8e3fc6aa72bbc760a Mon Sep 17 00:00:00 2001 From: tripathyr Date: Wed, 18 Oct 2023 15:40:09 +0530 Subject: [PATCH] Update technical-architecture.md --- docs/technical-architecture.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/technical-architecture.md b/docs/technical-architecture.md index c320ffa..7d2caa5 100644 --- a/docs/technical-architecture.md +++ b/docs/technical-architecture.md @@ -270,7 +270,8 @@ getRef(elementId) Function: ### There are two meanings of render in the UI of messenger application 1. In class lazyloader, this.render() is a method internal to lazyloader based objects -2. In uhtml invocations, render creates actual html when `html` parameter is fed to it +2. In uhtml invocations, render creates actual html when `html` parameter is fed to it +3. Sometimes in apps like BTCWallet, render is an object with collection of functions like addressDetails, and txDetails. However, its not used in messenger. ### Example of uhtml html creation