From 2157ebb4d0719382ec67b5f7cba0fa7ffd081c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Bardaj=C3=AD=20Puig?= Date: Sun, 7 Aug 2022 20:52:16 +0200 Subject: [PATCH] Update README.md Add missing `.getText()` method to docs. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8b456d2..ad69ba31 100644 --- a/README.md +++ b/README.md @@ -629,6 +629,8 @@ type. Doesn't log types that have not been defined (using
Define a shared Y.Array type. Is equivalent to y.get(string, Y.Array).
getMap(string):Y.Map
Define a shared Y.Map type. Is equivalent to y.get(string, Y.Map).
+ getText(string):Y.Text +
Define a shared Y.Text type. Is equivalent to y.get(string, Y.Text).
getXmlFragment(string):Y.XmlFragment
Define a shared Y.XmlFragment type. Is equivalent to y.get(string, Y.XmlFragment).
on(string, function)